From 81d9d42ea85515981954ee829c64633e7bd11479 Mon Sep 17 00:00:00 2001 From: SuperMonster003 Date: Fri, 9 May 2025 17:00:37 +0800 Subject: [PATCH] =?UTF-8?q?6.6.3=20-=20Alpha2=20-=20=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E4=B8=8E=E5=BC=80=E5=8F=91=E8=80=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=B0=8F=E5=B1=8F=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changelog/lang_zh-Hans.json | 2 +- .../res/layout-h372dp-land/activity_about.xml | 321 ++++++++++++++++++ .../res/layout-h650dp-port/activity_about.xml | 310 +++++++++++++++++ .../main/res/layout-land/activity_about.xml | 40 +-- .../activity_about.xml | 309 +++++++++++++++++ .../res/layout-w372dp-port/activity_about.xml | 311 +++++++++++++++++ .../activity_about_function_buttons.xml | 144 ++++++++ .../activity_about_function_buttons.xml | 144 ++++++++ app/src/main/res/layout/activity_about.xml | 29 +- .../activity_about_function_buttons.xml | 12 +- version.properties | 6 +- 11 files changed, 1587 insertions(+), 41 deletions(-) create mode 100644 app/src/main/res/layout-h372dp-land/activity_about.xml create mode 100644 app/src/main/res/layout-h650dp-port/activity_about.xml create mode 100644 app/src/main/res/layout-w372dp-h650dp-port/activity_about.xml create mode 100644 app/src/main/res/layout-w372dp-port/activity_about.xml create mode 100644 app/src/main/res/layout-w372dp/activity_about_function_buttons.xml create mode 100644 app/src/main/res/layout-w720dp/activity_about_function_buttons.xml diff --git a/.changelog/lang_zh-Hans.json b/.changelog/lang_zh-Hans.json index 94139841..6270e17a 100644 --- a/.changelog/lang_zh-Hans.json +++ b/.changelog/lang_zh-Hans.json @@ -19,7 +19,7 @@ "README.md 中部分语言日期格式不正确的问题" ], "improvement": [ - "关于应用与开发者页面增加水平布局适配", + "关于应用与开发者页面增加水平布局及小屏布局适配", "打包单文件时自动读取并勾选已安装应用的声明权限 _[`issue #362`](http://issues.autojs6.com/362)_", "版本更新信息支持多语言显示 (与当前显示语言同步)", "使用异步加载方式一定程度提升文件管理器列表滑动流畅性" diff --git a/app/src/main/res/layout-h372dp-land/activity_about.xml b/app/src/main/res/layout-h372dp-land/activity_about.xml new file mode 100644 index 00000000..82002763 --- /dev/null +++ b/app/src/main/res/layout-h372dp-land/activity_about.xml @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout-h650dp-port/activity_about.xml b/app/src/main/res/layout-h650dp-port/activity_about.xml new file mode 100644 index 00000000..4d3098ad --- /dev/null +++ b/app/src/main/res/layout-h650dp-port/activity_about.xml @@ -0,0 +1,310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout-land/activity_about.xml b/app/src/main/res/layout-land/activity_about.xml index 82002763..bc2de93b 100644 --- a/app/src/main/res/layout-land/activity_about.xml +++ b/app/src/main/res/layout-land/activity_about.xml @@ -32,7 +32,7 @@ @@ -173,7 +173,7 @@ @@ -222,9 +222,9 @@ android:orientation="horizontal"> + android:textSize="13sp" /> diff --git a/app/src/main/res/layout-w372dp-h650dp-port/activity_about.xml b/app/src/main/res/layout-w372dp-h650dp-port/activity_about.xml new file mode 100644 index 00000000..cdd1bc21 --- /dev/null +++ b/app/src/main/res/layout-w372dp-h650dp-port/activity_about.xml @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout-w372dp-port/activity_about.xml b/app/src/main/res/layout-w372dp-port/activity_about.xml new file mode 100644 index 00000000..c6235a2d --- /dev/null +++ b/app/src/main/res/layout-w372dp-port/activity_about.xml @@ -0,0 +1,311 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout-w372dp/activity_about_function_buttons.xml b/app/src/main/res/layout-w372dp/activity_about_function_buttons.xml new file mode 100644 index 00000000..75b6a1ff --- /dev/null +++ b/app/src/main/res/layout-w372dp/activity_about_function_buttons.xml @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout-w720dp/activity_about_function_buttons.xml b/app/src/main/res/layout-w720dp/activity_about_function_buttons.xml new file mode 100644 index 00000000..6768adf5 --- /dev/null +++ b/app/src/main/res/layout-w720dp/activity_about_function_buttons.xml @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_about.xml b/app/src/main/res/layout/activity_about.xml index cdd1bc21..b574b3ca 100644 --- a/app/src/main/res/layout/activity_about.xml +++ b/app/src/main/res/layout/activity_about.xml @@ -32,13 +32,14 @@ @@ -165,6 +168,8 @@ @@ -197,8 +202,8 @@ @@ -247,6 +254,8 @@ @@ -293,10 +302,12 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" - android:layout_marginTop="20dp" + android:layout_marginTop="16dp" + android:ellipsize="middle" + android:maxLines="1" tools:text="@string/text_copyright_sample" android:textColor="@color/prefTextColorPrimary" - android:textSize="14sp" /> + android:textSize="13sp" /> diff --git a/app/src/main/res/layout/activity_about_function_buttons.xml b/app/src/main/res/layout/activity_about_function_buttons.xml index 75b6a1ff..e65b4e8b 100644 --- a/app/src/main/res/layout/activity_about_function_buttons.xml +++ b/app/src/main/res/layout/activity_about_function_buttons.xml @@ -17,12 +17,11 @@ @@ -48,12 +47,11 @@ @@ -79,12 +77,11 @@ @@ -110,12 +107,11 @@ diff --git a/version.properties b/version.properties index dfcbfcb5..fb6954b4 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ -#Wed May 07 23:29:39 CST 2025 -BUILD_TIME=1746631779467 +#Fri May 09 16:55:43 CST 2025 +BUILD_TIME=1746780943861 COMPILE_SDK_VERSION=35 JAVA_VERSION=23 JAVA_VERSION_MIN_RADICAL=0 @@ -17,6 +17,6 @@ RAPID_OCR_OPENCV_MOBILE_LABEL_VERSION=13 RAPID_OCR_OPENCV_MOBILE_VERSION=4.5.3 TARGET_SDK_VERSION=35 TARGET_SDK_VERSION_INRT=29 -VERSION_BUILD=3206 +VERSION_BUILD=3211 VERSION_NAME=6.6.3 Alpha2 VSCODE_EXT_REQUIRED_VERSION=1.0.8