From e2e98b102a2a73d63696c8c3830b7cfbb13e792c Mon Sep 17 00:00:00 2001 From: SuperMonster003 Date: Fri, 18 Jul 2025 17:42:06 +0800 Subject: [PATCH] =?UTF-8?q?6.7.0=20-=20Alpha3=20-=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=94=AF=E6=8C=81=E5=BA=94=E7=94=A8=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=99=A8=E5=9B=BE=E6=A0=87=E8=AE=BE=E7=BD=AE=E9=80=89?= =?UTF-8?q?=E9=A1=B9=20(issue=20#405)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changelog/lang_zh-Hans.json | 5 +- .run/app.run.xml | 47 +++++- app/src/main/AndroidManifest.xml | 37 ++++- .../ui/settings/LauncherIconPreference.kt | 141 ++++++++++++++++++ .../org/autojs/autojs/util/ShortcutUtils.kt | 30 ++++ app/src/main/res/values-en/strings.xml | 2 +- app/src/main/res/values-es/strings.xml | 2 +- app/src/main/res/values-fr/strings.xml | 2 +- app/src/main/res/values-ru/strings.xml | 2 +- app/src/main/res/values-zh-rHK/strings.xml | 2 +- app/src/main/res/values-zh-rTW/strings.xml | 2 +- app/src/main/res/values-zh/strings.xml | 6 +- app/src/main/res/values/arrays.xml | 10 ++ app/src/main/res/values/strings.xml | 9 +- app/src/main/res/xml/fragment_preferences.xml | 9 ++ version.properties | 6 +- 16 files changed, 291 insertions(+), 21 deletions(-) create mode 100644 app/src/main/java/org/autojs/autojs/ui/settings/LauncherIconPreference.kt diff --git a/.changelog/lang_zh-Hans.json b/.changelog/lang_zh-Hans.json index 17970e1e..a4afba47 100644 --- a/.changelog/lang_zh-Hans.json +++ b/.changelog/lang_zh-Hans.json @@ -1,11 +1,12 @@ { "$data": { "v6.7.0": { - "released_date": "2025/07/03", + "released_date": "2025/07/18", "feature": [ "zip 模块, 用于文件压缩与解压缩操作 (Ref to [Auto.js Pro](https://g.pro.autojs.org/)) (参阅 项目文档 > [Zip](https://docs.autojs6.com/#/zip))", "mediainfo 模块, 用于查看媒体文件的详细信息 (参阅 项目文档 > [媒体信息](https://docs.autojs6.com/#/mediainfo))", - "UiObject#isShifted 方法, 用于检测控件位置变化" + "UiObject#isShifted 方法, 用于检测控件位置变化", + "设置页面支持应用启动器图标设置选项 _[`issue #405`](http://issues.autojs6.com/405)_" ], "fix": [ "使用 XML 语法将 JavaScript 表达式作为属性值时, this 对象可能出现指向错误的问题", diff --git a/.run/app.run.xml b/.run/app.run.xml index a72c0299..4ec49cb2 100644 --- a/.run/app.run.xml +++ b/.run/app.run.xml @@ -13,7 +13,7 @@