6.1.1 - 新增应用更新功能 修复编辑器页面/安卓10存储权限 异常消息资源化

This commit is contained in:
SuperMonster003
2022-05-31 21:23:36 +08:00
parent f68ad1c993
commit 069932c8d3
93 changed files with 2094 additions and 680 deletions

View File

@@ -41,7 +41,7 @@
android:key="@string/key_root_mode"
android:layout="@layout/preference_custom"
android:dialogMessage="@string/text_root_mode_description"
android:title="@string/text_root_mode_title"/>
android:title="@string/text_root_mode_title" />
<org.autojs.autojs.ui.settings.SetHiddenFilesPreference
android:defaultValue="@string/value_hidden_files_default"
@@ -50,7 +50,7 @@
android:key="@string/key_hidden_files"
android:layout="@layout/preference_custom"
android:dialogMessage="@string/text_hidden_files_description"
android:title="@string/text_hidden_files_title"/>
android:title="@string/text_hidden_files_title" />
</com.stardust.theme.preference.ThemeColorPreferenceCategory>
@@ -130,11 +130,28 @@
<com.stardust.theme.preference.ThemeColorPreferenceCategory
android:layout="@layout/preference_category_custom"
android:title="@string/text_about">
android:title="@string/text_updates">
<org.autojs.autojs.ui.settings.CheckForUpdatesPreference
android:layout="@layout/preference_custom"
android:title="@string/text_check_for_updates" />
<com.stardust.theme.preference.ThemeColorSwitchPreference
android:defaultValue="true"
android:key="@string/key_auto_check_for_updates"
android:layout="@layout/preference_custom"
android:title="@string/text_auto_check_for_updates"
android:summary="@string/text_auto_check_for_updates_and_show_snackbar" />
<Preference
android:layout="@layout/preference_custom"
android:title="@string/text_check_for_updates" />
android:title="@string/text_manage_ignored_updates" />
</com.stardust.theme.preference.ThemeColorPreferenceCategory>
<com.stardust.theme.preference.ThemeColorPreferenceCategory
android:layout="@layout/preference_category_custom"
android:title="@string/text_about">
<Preference
android:layout="@layout/preference_custom"