refactor: rename package name to 'org.autojs.autojs'
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.EWebView
|
||||
<org.autojs.autojs.ui.widget.EWebView
|
||||
android:id="@+id/eweb_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.stardust.scriptdroid.ui.edit.EditorView_
|
||||
<org.autojs.autojs.ui.edit.EditorView_
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/editor_view"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
android:id="@+id/drawer_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
tools:context="com.stardust.scriptdroid.ui.main.MainActivity">
|
||||
tools:context="org.autojs.autojs.ui.main.MainActivity">
|
||||
|
||||
|
||||
<android.support.design.widget.CoordinatorLayout
|
||||
@@ -54,9 +54,9 @@
|
||||
app:backgroundTint="@color/colorPrimary"
|
||||
app:layout_anchor="@id/viewpager"
|
||||
app:layout_anchorGravity="bottom|right|end"
|
||||
app:layout_behavior="com.stardust.scriptdroid.ui.widget.ScrollAwareFABBehavior"/>
|
||||
app:layout_behavior="org.autojs.autojs.ui.widget.ScrollAwareFABBehavior"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.main.FloatingActionMenu
|
||||
<org.autojs.autojs.ui.main.FloatingActionMenu
|
||||
android:id="@+id/floating_action_menu"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -71,7 +71,7 @@
|
||||
</android.support.design.widget.CoordinatorLayout>
|
||||
|
||||
<fragment
|
||||
android:name="com.stardust.scriptdroid.ui.main.drawer.DrawerFragment_"
|
||||
android:name="org.autojs.autojs.ui.main.drawer.DrawerFragment_"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="start"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
</com.stardust.theme.widget.ThemeColorToolbar>
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
<com.stardust.scriptdroid.ui.main.scripts.ScriptListView
|
||||
<org.autojs.autojs.ui.main.scripts.ScriptListView
|
||||
android:id="@+id/script_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
android:textSize="16sp"/>
|
||||
</LinearLayout>
|
||||
|
||||
<com.stardust.scriptdroid.ui.main.scripts.ScriptListView
|
||||
<org.autojs.autojs.ui.main.scripts.ScriptListView
|
||||
android:id="@+id/script_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.stardust.scriptdroid.ui.edit.EditorView_
|
||||
<org.autojs.autojs.ui.edit.EditorView_
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/editor_view"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
android:paddingBottom="6dp"
|
||||
android:paddingTop="6dp">
|
||||
|
||||
<com.stardust.theme.widget.ThemeColorImageViewCompat
|
||||
<org.autojs.autojs.theme.widget.ThemeColorImageViewCompat
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
@@ -139,7 +139,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:paddingTop="6dp">
|
||||
|
||||
<com.stardust.theme.widget.ThemeColorImageViewCompat
|
||||
<org.autojs.autojs.theme.widget.ThemeColorImageViewCompat
|
||||
android:id="@+id/disposable_task_date_icon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
tools:context="com.stardust.scriptdroid.ui.edit.EditActivity">
|
||||
tools:context="org.autojs.autojs.ui.edit.EditActivity">
|
||||
|
||||
<android.support.design.widget.AppBarLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -27,7 +27,7 @@
|
||||
android:layout_gravity="right"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/edit"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
@@ -35,7 +35,7 @@
|
||||
app:icon_color="@android:color/white"
|
||||
app:text="@string/text_edit"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/run"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
</android.support.design.widget.AppBarLayout>
|
||||
|
||||
<com.stardust.scriptdroid.ui.main.community.CommunityWebView
|
||||
<org.autojs.autojs.ui.main.community.CommunityWebView
|
||||
android:id="@+id/eweb_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.stardust.scriptdroid.ui.edit.editor.CodeEditText
|
||||
<org.autojs.autojs.ui.edit.editor.CodeEditText
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/code_edit_text"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:padding="16dp">
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.CheckBoxCompat
|
||||
<org.autojs.autojs.ui.widget.CheckBoxCompat
|
||||
android:id="@+id/checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
android:textColor="@android:color/primary_text_light"
|
||||
android:textSize="18sp"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.CommonMarkdownView
|
||||
<org.autojs.autojs.ui.widget.CommonMarkdownView
|
||||
android:id="@+id/release_notes"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
tools:text="2"
|
||||
tools:visibility="visible"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.PrefSwitch
|
||||
<org.autojs.autojs.ui.widget.PrefSwitch
|
||||
android:id="@+id/sw"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
android:layout_gravity="right"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/run"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
@@ -39,21 +39,21 @@
|
||||
app:icon_color="@android:color/white"
|
||||
app:text="@string/text_run"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/undo"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
app:icon="@drawable/ic_undo_white_48dp"
|
||||
app:text="@string/text_undo"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/redo"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
app:icon="@drawable/ic_redo_white_48dp"
|
||||
app:text="@string/text_redo"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/save"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
@@ -70,21 +70,21 @@
|
||||
android:layout_gravity="right"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/replace"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
app:icon="@drawable/ic_ali_replace"
|
||||
app:text="@string/text_replace"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/find_prev"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
app:icon="@drawable/ic_ali_up"
|
||||
app:text="@string/text_find_prev"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/find_next"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
@@ -92,7 +92,7 @@
|
||||
app:text="@string/text_find_next"/>
|
||||
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.ToolbarMenuItem
|
||||
<org.autojs.autojs.ui.widget.ToolbarMenuItem
|
||||
android:id="@+id/cancel"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="match_parent"
|
||||
@@ -119,7 +119,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.stardust.scriptdroid.ui.edit.editor.CodeEditor
|
||||
<org.autojs.autojs.ui.edit.editor.CodeEditor
|
||||
android:id="@+id/editor"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
@@ -132,7 +132,7 @@
|
||||
android:layout_height="70dp"
|
||||
android:background="#77f2f3f7">
|
||||
|
||||
<com.stardust.scriptdroid.ui.edit.completion.CodeCompletionBar
|
||||
<org.autojs.autojs.ui.edit.completion.CodeCompletionBar
|
||||
android:id="@+id/symbol_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="35dp"
|
||||
@@ -149,7 +149,7 @@
|
||||
android:src="@drawable/ic_ali_fx"
|
||||
android:tint="#222329"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.edit.completion.CodeCompletionBar
|
||||
<org.autojs.autojs.ui.edit.completion.CodeCompletionBar
|
||||
android:id="@+id/code_completion_bar"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="35dp"
|
||||
@@ -160,7 +160,7 @@
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
<com.stardust.scriptdroid.ui.edit.keyboard.FunctionsKeyboardView
|
||||
<org.autojs.autojs.ui.edit.keyboard.FunctionsKeyboardView
|
||||
android:id="@+id/functions_keyboard"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -168,7 +168,7 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.EWebView
|
||||
<org.autojs.autojs.ui.widget.EWebView
|
||||
android:id="@+id/docs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -5,16 +5,16 @@
|
||||
android:layout_height="match_parent">
|
||||
|
||||
|
||||
<com.stardust.theme.widget.ThemeColorSwipeRefreshLayout
|
||||
<org.autojs.autojs.theme.widget.ThemeColorSwipeRefreshLayout
|
||||
android:id="@+id/swipe_refresh_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.NestedWebView
|
||||
<org.autojs.autojs.ui.widget.NestedWebView
|
||||
android:id="@+id/web_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
</com.stardust.theme.widget.ThemeColorSwipeRefreshLayout>
|
||||
</org.autojs.autojs.theme.widget.ThemeColorSwipeRefreshLayout>
|
||||
|
||||
<ProgressBar
|
||||
android:id="@+id/progress_bar"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<com.stardust.theme.widget.ThemeColorImageViewCompat
|
||||
<org.autojs.autojs.theme.widget.ThemeColorImageViewCompat
|
||||
android:id="@+id/icon"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
@@ -20,7 +20,7 @@
|
||||
android:textColor="@android:color/primary_text_light"/>
|
||||
|
||||
|
||||
<com.stardust.theme.widget.ThemeColorImageViewCompat
|
||||
<org.autojs.autojs.theme.widget.ThemeColorImageViewCompat
|
||||
android:id="@+id/expand_hint"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="20dp"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingTop="16dp">
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.CheckBoxCompat
|
||||
<org.autojs.autojs.ui.widget.CheckBoxCompat
|
||||
android:id="@+id/checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:padding="8dp">
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.CheckBoxCompat
|
||||
<org.autojs.autojs.ui.widget.CheckBoxCompat
|
||||
android:id="@+id/checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
android:background="#cccccc"/>
|
||||
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.EWebView
|
||||
<org.autojs.autojs.ui.widget.EWebView
|
||||
android:id="@+id/eweb_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.stardust.scriptdroid.ui.main.community.CommunityWebView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<org.autojs.autojs.ui.main.community.CommunityWebView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/eweb_view"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
android:background="@drawable/drawer_header_shadow"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.AvatarView
|
||||
<org.autojs.autojs.ui.widget.AvatarView
|
||||
android:id="@+id/avatar"
|
||||
android:layout_width="64dp"
|
||||
android:layout_height="64dp"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.stardust.scriptdroid.ui.main.scripts.ScriptListView
|
||||
<org.autojs.autojs.ui.main.scripts.ScriptListView
|
||||
android:id="@+id/script_file_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.stardust.scriptdroid.ui.widget.EWebView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<org.autojs.autojs.ui.widget.EWebView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/eweb_view"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.stardust.scriptdroid.ui.main.sample.SampleListView
|
||||
<org.autojs.autojs.ui.main.sample.SampleListView
|
||||
android:id="@+id/sample_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
@@ -5,17 +5,17 @@
|
||||
android:background="@android:color/white">
|
||||
|
||||
|
||||
<com.stardust.theme.widget.ThemeColorSwipeRefreshLayout
|
||||
<org.autojs.autojs.theme.widget.ThemeColorSwipeRefreshLayout
|
||||
android:id="@+id/swipe_refresh_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.stardust.scriptdroid.ui.main.task.TaskListRecyclerView
|
||||
<org.autojs.autojs.ui.main.task.TaskListRecyclerView
|
||||
android:id="@+id/task_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
</com.stardust.theme.widget.ThemeColorSwipeRefreshLayout>
|
||||
</org.autojs.autojs.theme.widget.ThemeColorSwipeRefreshLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/notice_no_running_script"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
android:layout_height="32dp"
|
||||
android:padding="5dp">
|
||||
|
||||
<com.stardust.scriptdroid.ui.widget.LevelBeamView
|
||||
<org.autojs.autojs.ui.widget.LevelBeamView
|
||||
android:id="@+id/dataItemLevelBeam"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="32dp"/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.stardust.scriptdroid.ui.common.OptionListView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<org.autojs.autojs.ui.common.OptionListView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
@@ -24,4 +24,4 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
</com.stardust.scriptdroid.ui.common.OptionListView>
|
||||
</org.autojs.autojs.ui.common.OptionListView>
|
||||
@@ -3,7 +3,7 @@
|
||||
android:layout_width="600dp"
|
||||
android:layout_height="600dp">
|
||||
|
||||
<com.stardust.scriptdroid.ui.settings.TestSurfaceView
|
||||
<org.autojs.autojs.ui.settings.TestSurfaceView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"/>
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
<string name="text_already_copy_to_clip">Copied</string>
|
||||
<string name="donate_developer">Donate</string>
|
||||
<string name="my_github">https://github.com/hyb1996/NoRootScriptDroid</string>
|
||||
<string name="share_app">[UiAutomator]Download:http://www.coolapk.com/apk/com.stardust.scriptdroid </string>
|
||||
<string name="share_app">[UiAutomator]Download:http://www.coolapk.com/apk/org.autojs.autojs </string>
|
||||
<string name="text_floating_window">Floating Window</string>
|
||||
<string name="text_error_report">Bug Report</string>
|
||||
<string name="text_press_again_to_exit">Press again to exit</string>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<string name="text_already_copy_to_clip">已复制到剪贴板</string>
|
||||
<string name="donate_developer">打赏作者</string>
|
||||
<string name="my_github">https://github.com/hyb1996/NoRootScriptDroid</string>
|
||||
<string name="share_app">[AutoJs]下载地址:http://www.coolapk.com/apk/com.stardust.scriptdroid </string>
|
||||
<string name="share_app">[AutoJs]下载地址:http://www.coolapk.com/apk/org.autojs.autojs </string>
|
||||
<string name="text_floating_window">悬浮窗</string>
|
||||
<string name="text_error_report">错误报告</string>
|
||||
<string name="text_press_again_to_exit">再按一次退出程序</string>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:configure="com.stardust.scriptdroid.external.widget.ScriptWidgetSettingsActivity_"
|
||||
android:configure="org.autojs.autojs.external.widget.ScriptWidgetSettingsActivity_"
|
||||
android:initialLayout="@layout/widget_script_shortcut"
|
||||
android:minHeight="40dp"
|
||||
android:minWidth="40dp"
|
||||
|
||||
Reference in New Issue
Block a user