add: root record generates js file
fix: delay of tap, swipe by adding RootAutomator
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<string name="text_join_qq_group">加入QQ互赞&交流群</string>
|
||||
<string name="text_copied">已复制到剪贴板</string>
|
||||
<string name="text_use_volume_control_record">使用音量下键控制</string>
|
||||
<string name="summary_use_volume_control_record">开启后每次音量下键会开始或停止脚本录制</string>
|
||||
<string name="summary_use_volume_control_record">开启悬浮窗后每次音量下键会开始或停止脚本录制</string>
|
||||
<string name="key_use_volume_control_record">key_use_volume_control_record</string>
|
||||
<string name="text_mobile_qq_not_installed">未安装手机QQ</string>
|
||||
<string name="text_edit">编辑</string>
|
||||
@@ -218,6 +218,9 @@
|
||||
<string name="text_import_script">导入脚本文件</string>
|
||||
<string name="key_record_with_root">key_record_with_root</string>
|
||||
<string name="key_record_toast">key_record_toast</string>
|
||||
<string name="key_root_record_out_file_type">key_root_record_out_file_type</string>
|
||||
<string name="text_root_record_out_file_type">Root录制生成文件类型</string>
|
||||
<string name="text_binary">binary</string>
|
||||
|
||||
|
||||
<string-array name="record_control_keys">
|
||||
@@ -246,4 +249,14 @@
|
||||
<item>Off</item>
|
||||
</string-array>
|
||||
|
||||
|
||||
<string-array name="root_record_out_file_type_keys">
|
||||
<item>可编辑的js文件</item>
|
||||
<item>不可编辑的二进制文件</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="root_record_out_file_type_values">
|
||||
<item>js</item>
|
||||
<item>binary</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -18,6 +18,14 @@
|
||||
android:defaultValue="true"
|
||||
android:key="@string/key_record_toast"
|
||||
android:title="@string/text_record_msg"/>
|
||||
|
||||
<com.afollestad.materialdialogs.prefs.MaterialListPreference
|
||||
android:defaultValue="@string/text_binary"
|
||||
android:entries="@array/root_record_out_file_type_keys"
|
||||
android:entryValues="@array/root_record_out_file_type_values"
|
||||
android:key="@string/key_root_record_out_file_type"
|
||||
android:title="@string/text_root_record_out_file_type"
|
||||
/>
|
||||
</com.stardust.theme.preference.ThemeColorPreferenceCategory>
|
||||
|
||||
<com.stardust.theme.preference.ThemeColorPreferenceCategory android:title="@string/text_script_running">
|
||||
|
||||
Reference in New Issue
Block a user