6.3.1 - 新增发布通知权限 / WS 实例创建; 修复 floaty 模块异常 / 安卓 7.x 异常; UI 模式增强; 迁移至 View Binding

This commit is contained in:
SuperMonster003
2023-05-26 20:58:38 +08:00
parent 31ebd5b854
commit 1755ae3271
511 changed files with 12567 additions and 11063 deletions

View File

@@ -5,11 +5,12 @@
app:layout="@layout/preference_category_custom"
app:title="@string/text_updates">
<Preference
<org.autojs.autojs.ui.settings.ClearUpdatesCheckedStatesPreference
app:layout="@layout/preference_custom"
app:key="@string/key_updates_checked_states_cleared"
app:title="@string/text_clear_updates_checked_states"
app:summary="@string/text_clear_updates_checked_states_description" />
</org.autojs.autojs.theme.preference.ThemeColorPreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:configure="org.autojs.autojs.external.widget.ScriptWidgetSettingsActivity_"
android:initialLayout="@layout/widget_script_shortcut"
android:minHeight="40dp"
android:minWidth="40dp"
android:previewImage="@drawable/ic_node_js_black"
android:resizeMode="none"/>
android:configure="org.autojs.autojs.external.widget.ScriptWidgetSettingsActivity"
android:initialLayout="@layout/widget_script_shortcut"
android:minHeight="40dp"
android:minWidth="40dp"
android:previewImage="@drawable/ic_node_js_black"
android:resizeMode="none" />