0c86530ca6
<libaes>Library Release 15.20.17
2026-06-29 11:29:33 +08:00
9431dbb930
<aes>APK 15.20.17 release Publish.
aes-v15.20.17
2026-06-29 11:28:11 +08:00
f83295f64f
feat: update libappbase dependency to latest 15.20.34
...
* Incremented libappbase version from 15.20.33 to 15.20.34 in libaes module.
The latest release of libappbase is 15.20.34 and includes bug fixes
for Android API 30 compatibility and several performance improvements.
* The change keeps Java 7 source/target levels, compileSdk/targetSdk
unchanged and is fully backward‑compatible.
* No other project files were modified.
2026-06-29 11:24:07 +08:00
a71dd7d399
更新Git仓库地址
2026-06-24 08:44:36 +08:00
3d48cd39fc
<libaes>Library Release 15.20.16
2026-06-24 04:26:08 +08:00
8f7fd504e8
<aes>APK 15.20.16 release Publish.
aes-v15.20.16
2026-06-24 04:25:55 +08:00
b20f53d06e
更新类库,编译调试。
2026-06-24 04:22:50 +08:00
0a174f531f
移除米盟SDK依赖,统一类库使用 https://jitpack.io/仓库 。
2026-06-08 21:20:10 +08:00
Studio
7d3b83b522
<libaes>Library Release 15.20.15
2026-06-03 20:29:53 +08:00
Studio
0ed6dbe6c2
<aes>APK 15.20.15 release Publish.
aes-v15.20.15
2026-06-03 20:29:39 +08:00
77c6776cf8
fix: 修复CrashHandler崩溃处理引用,改用CrashActivity直接调用
...
- App.java: CrashHandler.CrashActivity → CrashActivity,简化崩溃处理逻辑
- libaes/build.gradle: libappbase依赖版本 15.20.25 → 15.20.26
2026-06-03 20:27:13 +08:00
Studio
f134b7c746
<libaes>Library Release 15.20.14
2026-06-03 07:07:35 +08:00
Studio
795593b3bf
<aes>APK 15.20.14 release Publish.
aes-v15.20.14
2026-06-03 07:07:27 +08:00
Studio
cda173fa9e
<libaes>Library Release 15.20.13
2026-06-03 07:05:51 +08:00
Studio
fe57aee469
<aes>APK 15.20.13 release Publish.
aes-v15.20.13
2026-06-03 07:05:34 +08:00
3fc0883e0e
源码整理,更新类库
2026-06-03 07:03:06 +08:00
b162eb1a4e
优化应用创建函数,提高应用调试能力
2026-06-03 07:00:58 +08:00
STUDIO
fdd8b64718
<libaes>Library Release 15.20.12
2026-06-02 08:54:36 +08:00
STUDIO
8d4fd95ff2
<aes>APK 15.20.12 release Publish.
aes-v15.20.12
2026-06-02 08:54:20 +08:00
3b31a6a155
fix: AToolbar/ASupportToolbar 暗黑模式主题适配
...
AESAToolbar/AESASupportToolbar: @color 改为 ?attr 引用,
使渐变色跟随当前主题变体而非固定静态色。
所有主题暗黑模式配色采用头尾对调策略:
primary 保持不变,primaryDark ↔ accent 互换。
同步更新 values-night/colors.xml 静态颜色。
2026-06-02 08:50:35 +08:00
STUDIO
9eb873332c
<libaes>Library Release 15.20.11
2026-06-02 02:23:32 +08:00
STUDIO
1b07a72236
<aes>APK 15.20.11 release Publish.
aes-v15.20.11
2026-06-02 02:23:15 +08:00
8328e44b86
黑白主题着重提升黑色的专注感官,减少视觉流失感官色彩。
2026-06-02 02:18:42 +08:00
981a8dd8cd
fix: AESThemeUtil.init(null) NullPointerException 闪退修复
...
AESThemeUtil.init(null) 传入 null 时,Java 值传递导致
fillThemeStyleIDList 内部 new ArrayList 仅赋值给局部变量,
调用方 themeStyleIDList 仍为 null,随后的 addAll(null) 抛 NPE。
在 init() 中先创建新 ArrayList 再传入 fillThemeStyleIDList 以修复。
2026-06-02 01:59:15 +08:00
6bc3cbe446
Merge branch 'aes' into merge
2026-06-02 01:54:28 +08:00
79e42e72af
移除winboll项目
2026-06-02 01:54:03 +08:00
b59076d470
提交AESUtils init 初始化方案
2026-06-02 00:39:17 +08:00
qinglong
9e9486b488
合并模块WinBoLL 同步最新时间标签winboll-v15.20.4
2026-06-01 21:00:01 +08:00
qinglong
4b8967b253
合并模块WinBoLL 同步最新时间标签winboll-v15.20.3
2026-05-31 21:00:02 +08:00
30fbf4f97e
主题功能重构,AESThemeUtil.init函数初始化未设置。
2026-05-28 21:27:13 +08:00
qinglong
b1059c3f46
合并模块AES 同步最新时间标签aes-v15.20.10
2026-05-27 20:26:41 +08:00
bc882c5f80
<libaes>Library Release 15.20.10
2026-05-27 20:22:57 +08:00
8ae36effdd
<aes>APK 15.20.10 release Publish.
aes-v15.20.10
2026-05-27 20:22:45 +08:00
0cc9b0871e
fix: ASupportToolbar/AToolbar 控件颜色不跟随主题切换
...
- AESASupportToolbar/AESAToolbar 样式的颜色引用从 @color/ 改为
?attr/,使其通过主题属性解析,随主题切换而变化
- AESTheme 基主题新增 colorPrimary/colorPrimaryDark/colorAccent
显式定义,保持默认绿色外观不变
2026-05-27 20:19:54 +08:00
d13c44c666
菜单排列重组
2026-05-27 19:35:01 +08:00
f786d06682
Merge branch 'aes' into merge
2026-05-27 15:21:52 +08:00
168d2e2d60
Merge remote-tracking branch 'origin/projects_keeper_tag' into merge
2026-05-27 15:21:47 +08:00
f303a77e28
更新基础类库
2026-05-27 15:16:12 +08:00
qinglong
f3d723fbee
合并模块APPBase 同步最新时间标签appbase-v15.20.22
2026-05-27 15:00:01 +08:00
04b5d062aa
Merge branch 'aes' into merge
2026-05-24 10:59:01 +08:00
fce2bf2fb1
Merge remote-tracking branch 'origin/projects_keeper_tag' into merge
2026-05-24 10:58:54 +08:00
qinglong
e3c30ea9a3
合并模块AES 同步最新时间标签aes-v15.20.9
2026-05-24 10:49:26 +08:00
48a592cbd2
<libaes>Library Release 15.20.9
2026-05-24 10:49:00 +08:00
5fcf0de951
<aes>APK 15.20.9 release Publish.
aes-v15.20.9
2026-05-24 10:48:48 +08:00
f027158d07
更新APPBase类库
2026-05-24 10:46:55 +08:00
qinglong
ab4cef21f0
合并模块APPBase 同步最新时间标签appbase-v15.20.21
2026-05-24 10:00:01 +08:00
2754a2ad7c
合并模块AES 同步最新时间标签aes-v15.20.8
2026-05-20 21:00:01 +08:00
852f3d6cd8
<libaes>Library Release 15.20.8
2026-05-20 20:05:04 +08:00
c2cff1a2bb
<aes>APK 15.20.8 release Publish.
aes-v15.20.8
2026-05-20 20:04:49 +08:00
98dd2a60b8
添加网站 https://jitpack.io接口编译配置 。
2026-05-20 20:02:37 +08:00