|
|
4e4673a93b
|
feat: 容器统一加灰色边框,borderCornerRadius 属性统一管理圆角
创建通用灰色边框 drawable(5 模块各一份):
- bg_container_border.xml:透明填充 + 1dp #B0B0B0 描边
- 自动应用到 80 个无背景容器的布局文件
深色模式 bg_frame 加边框:
- drawable-night/bg_frame.xml(mymessagemanager + aes):
背景 shape 添加 1dp #666666 描边,保留渐变蒙版
统一圆角为 6dp(borderCornerRadius 属性化):
- 5 模块 attrs.xml 声明 borderCornerRadius(dimension)
- 12 个主题(6 普通 + 6 深色)设置 borderCornerRadius=6dp
- 12 个 drawable 文件约 40 处 corners 改用 ?attr/borderCornerRadius
(bg_frame / bg_frame_black/white / bg_shadow / bg_border_round
bg_toolbar_log / acard_frame_main / atoolbar_frame / ohpcts_frame
bg_container_border 等)
- 3 个 Java 自定义控件(AToolbar / ASupportToolbar / AboutView)
从硬编码 px 改为读取 ?attr/borderCornerRadius
受益布局模块:libaes / libappbase / appbase / mymessagemanager / aes / winboll
|
2026-05-09 10:59:55 +08:00 |
|
|
|
55c7f7d327
|
feat: 统一应用文本颜色由主题控制,支持深色/普通模式自适应
主题改造(mymessagemanager):
- values/styles.xml + values-night/styles.xml:6种风格x2模式共12个主题
统一设置 android:textColorPrimary / textColorPrimary / android:textColor / colorTextColor
指向 @color/text_color_primary
- values/colors.xml:text_color_primary=#FF000000(普通模式黑色)
- values-night/colors.xml:text_color_primary=#FF00FF00(深色模式绿色)
- attrs.xml:声明 textColorPrimary 属性解决 AAPT2 编译错误
清除硬编码文本颜色(跨模块):
- 移除 13 个布局文件中的 android:textColor 属性(libappbase/libaes/winboll/appbase)
- 移除 3 个 Java 文件中的 setTextColor(Color.BLACK/white/gray) 调用
- 移除 ComposeSMSActivity / CharsetRefuseEditDialog 中的自定义文本颜色
- 移除 toast_custom_view.xml / view_tts_back.xml 中的 android:textColor
CompoundButton 文本颜色适配:
- ConfirmSwitchView:initView 中读取主题 textColorPrimary 的 ColorStateList 并显式设置
- activity_appsettings.xml:平台 Switch 替换为 ConfirmSwitchView
- fragment_main.xml:Switch 添加 textColor=?android:attr/textColorPrimary
- 10个 RadioButton + 4个 CheckBox 添加 textColor=?android:attr/textColorPrimary
|
2026-05-09 10:02:44 +08:00 |
|
|
|
4baee6f0e1
|
<libappbase>Library Release 15.15.21
|
2026-04-28 17:08:33 +08:00 |
|
|
|
8f6b615949
|
<appbase>APK 15.15.21 release Publish.
|
2026-04-28 17:08:05 +08:00 |
|
|
|
d02d57d4dd
|
添加LogUtils日志文件自动裁剪功能
|
2026-04-28 17:05:50 +08:00 |
|
|
|
e337bb7a04
|
<libappbase>Library Release 15.15.20
|
2026-04-27 20:19:13 +08:00 |
|
|
|
9ae848e4c2
|
<appbase>APK 15.15.20 release Publish.
|
2026-04-27 20:18:59 +08:00 |
|
|
|
9c66f61891
|
调整MainActivity按钮顺序将关于应用置顶
|
2026-04-27 20:15:54 +08:00 |
|
|
|
bfaf3543b9
|
添加多窗口支持与LogActivity独立任务栈
|
2026-04-27 20:04:17 +08:00 |
|
|
|
b44fe3aaf3
|
添加分屏测试功能支持多窗口MainActivity
|
2026-04-27 19:27:25 +08:00 |
|
|
|
d518ac50a9
|
优化LogActivity分屏模式支持Android 11适配
|
2026-04-27 18:40:36 +08:00 |
|
|
|
d532eae971
|
调整onLogTest调用LogActivity分屏模式
|
2026-04-27 17:58:53 +08:00 |
|
|
|
f661acbbbc
|
添加LogActivity重载函数支持分屏模式切换
|
2026-04-27 17:33:51 +08:00 |
|
|
|
ecced75a4d
|
调整AboutActivity工具栏与MainActivity一致
|
2026-04-25 12:10:17 +08:00 |
|
|
|
ccbdb4010e
|
调整一下libappbase模块中layout_about_view.xml的布局文件。缩小一下布局中控件的高度间隔。
|
2026-04-25 10:22:20 +08:00 |
|
|
|
2e7b9173f2
|
<libappbase>Library Release 15.15.19
|
2026-04-25 04:12:02 +08:00 |
|
|
|
4f12a5de4f
|
<appbase>APK 15.15.19 release Publish.
|
2026-04-25 04:11:46 +08:00 |
|
|
|
7ab399e520
|
编译调试
|
2026-04-25 04:10:29 +08:00 |
|
|
|
b1fab5ce46
|
<libappbase>Library Release 15.15.18
|
2026-04-25 03:59:02 +08:00 |
|
|
|
e68098aa10
|
<appbase>APK 15.15.18 release Publish.
|
2026-04-10 05:38:18 +08:00 |
|
|
|
d673ba46a1
|
更正应用验证时使用的应用包名称配置
|
2026-04-10 05:36:14 +08:00 |
|
|
|
5a1342156f
|
<appbase>APK 15.15.17 release Publish.
|
2026-04-06 20:39:30 +08:00 |
|
|
|
4e1784d99f
|
更换App为APP。以适配应用版本检查时使用的APK应用包名称APPBase。
|
2026-04-06 20:38:50 +08:00 |
|
|
|
069e5a66ad
|
<appbase>APK 15.15.16 release Publish.
|
2026-04-06 20:25:21 +08:00 |
|
|
|
e9a1dca8ca
|
应用调试功能切换Logo准备完成。
|
2026-04-06 20:23:37 +08:00 |
|
|
|
7e3a3d1446
|
添加调试状态切换Logo控件
|
2026-04-06 19:42:34 +08:00 |
|
|
|
7414cd0f33
|
<appbase>APK 15.15.15 release Publish.
|
2026-03-25 20:52:43 +08:00 |
|
|
|
b2b3f949b7
|
更新Git仓库项目名称
|
2026-03-25 20:51:24 +08:00 |
|
|
|
83c1b888b6
|
<appbase>APK 15.15.14 release Publish.
|
2026-03-25 20:36:14 +08:00 |
|
|
|
6afc81939d
|
<appbase>APK 15.15.13 release Publish.
|
2026-03-25 20:17:45 +08:00 |
|
|
|
1cf4c67b4f
|
<appbase>APK 15.15.12 release Publish.
|
2026-03-25 20:17:45 +08:00 |
|
|
|
5419fad1cf
|
移除通用FTP服务应用数据备份功能
|
2026-03-25 19:47:06 +08:00 |
|
|
|
dae39b43d6
|
添加FTP备份目标保存路径设置。
|
2026-01-31 21:03:39 +08:00 |
|
|
|
530316b976
|
添加data与sdcard两种应用数据测试。
|
2026-01-31 20:07:56 +08:00 |
|
|
|
3f924b004c
|
完成应用Data区数据备份测试。
|
2026-01-31 19:47:12 +08:00 |
|
|
|
1db94b52e6
|
完成二次备份点击功能
|
2026-01-31 18:52:01 +08:00 |
|
|
|
55c653af09
|
应用备份打包上传功能完成
|
2026-01-31 14:18:26 +08:00 |
|
|
|
9d97d6ed94
|
正在调试FTP应用备份功能。
|
2026-01-30 21:38:04 +08:00 |
|
|
|
e21bb9058d
|
<libappbase>Library Release 15.15.11
|
2026-01-24 20:32:30 +08:00 |
|
|
|
ad6175f977
|
<appbase>APK 15.15.11 release Publish.
|
2026-01-24 20:32:20 +08:00 |
|
|
|
8b659f4b24
|
编译参数修复
|
2026-01-24 20:31:49 +08:00 |
|
|
|
13b841f923
|
<libappbase>Library Release 15.15.10
|
2026-01-24 20:29:06 +08:00 |
|
|
|
e9ad701db4
|
<appbase>APK 15.15.10 release Publish.
|
2026-01-24 19:51:55 +08:00 |
|
|
|
0aaf71f285
|
添加对签名证书修改后的证书识别能力。
|
2026-01-24 19:50:43 +08:00 |
|
|
|
4ea2b5fad0
|
<libappbase>Library Release 15.15.9
|
2026-01-24 12:32:11 +08:00 |
|
|
|
760fe4613f
|
<appbase>APK 15.15.9 release Publish.
|
2026-01-24 12:31:02 +08:00 |
|
|
|
a656dfcc62
|
编译参数修复
|
2026-01-24 12:30:26 +08:00 |
|
|
|
e9605fa991
|
源码整理
|
2026-01-24 12:28:29 +08:00 |
|
|
|
8546b6c8ad
|
应用校验对话框UI显示调整完成。
|
2026-01-24 12:17:28 +08:00 |
|
|
|
f5ddefa895
|
<libappbase>Library Release 15.15.8
|
2026-01-24 11:26:46 +08:00 |
|