6.3.0 - 新增 ocr / notice / s13n / Color 模块; 新增前台时保持屏幕常亮; 修复构建脚本依赖; 修复并优化控制台浮动窗口

This commit is contained in:
SuperMonster003
2023-04-29 20:07:53 +08:00
parent e2922cf8f5
commit 6ff598d587
511 changed files with 55015 additions and 11139 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?><!--
Sample data extraction rules file; uncomment and customize as necessary.
See https://developer.android.com/about/versions/12/backup-restore#xml-changes
for details.
-->
<data-extraction-rules>
<cloud-backup>
<!-- TODO: Use <include> and <exclude> to control what is backed up.
<include .../>
<exclude .../>
-->
</cloud-backup>
<!--
<device-transfer>
<include .../>
<exclude .../>
</device-transfer>
-->
</data-extraction-rules>

View File

@@ -33,6 +33,15 @@
app:title="@string/text_theme_color"
app:longClickPrompt="@string/description_theme_color_preference" />
<org.autojs.autojs.ui.settings.KeepScreenOnWhenInForegroundPreference
app:layout="@layout/preference_custom"
app:key="@string/key_keep_screen_on_when_in_foreground"
app:title="@string/text_keep_screen_on_when_in_foreground"
app:itemKeys="@array/keys_keep_screen_on_when_in_foreground"
app:itemValues="@array/values_keep_screen_on_when_in_foreground"
app:itemDefaultKey="@string/key_keep_screen_on_when_in_foreground_disabled"
app:longClickPrompt="@string/description_keep_screen_on_when_in_foreground_preference" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
<org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory
@@ -50,6 +59,15 @@
app:longClickPrompt="@string/description_documentation_source_preference"
app:longClickPromptMore="@string/description_documentation_source_preference_more" />
<org.autojs.autojs.ui.settings.DocumentationLauncherIconPreference
app:layout="@layout/preference_custom"
app:key="@string/key_documentation_launcher_icon"
app:title="@string/text_documentation_launcher_icon"
app:itemKeys="@array/keys_documentation_launcher_icon"
app:itemValues="@array/values_documentation_launcher_icon"
app:itemDefaultKey="@string/key_documentation_launcher_icon_show"
app:longClickPrompt="@string/description_documentation_launcher_icon_preference" />
<org.autojs.autojs.ui.settings.WorkingDirectoryPreference
app:layout="@layout/preference_custom"
app:key="@string/key_change_working_dir"