Commit graph

420 commits

Author SHA1 Message Date
Super12138
eeeb26008b feat: 使崩溃页面的 FAB 具有动画效果 2025-01-15 08:26:17 +08:00
Super12138
c86e6b835b feat: 提交缺失的依赖 2025-01-15 08:11:04 +08:00
Super12138
1e5f5954d6 style: 优化代码样式 2025-01-15 08:10:42 +08:00
Super12138
9861c468f8 feat: 应用崩溃页面 2025-01-14 22:14:38 +08:00
Super12138
d38a9d3357 fix: 深色模式下状态栏文字由黑色变为白色的问题 2025-01-14 22:13:18 +08:00
Super12138
c20de80a21 feat: 待办列表滚动条的颜色 2025-01-13 22:45:16 +08:00
Super12138
42cd133692 fix: FAB 组件占位器位置错误 2025-01-13 22:44:21 +08:00
Super12138
b8f99d1008 feat: 打包时移除无用资源 2025-01-13 20:54:04 +08:00
Super12138
d90768e466 refactor: 使用 WindowSizeClass 对屏幕大小进行更广泛的适配 2025-01-13 20:51:43 +08:00
Super12138
dcd22ec07c refactor: 空项目提示的语言表述 2025-01-13 20:49:21 +08:00
Super12138
017f9f9ce9 fix: FAB 组件占位器位置错误 2025-01-13 20:42:20 +08:00
Super12138
2964178fbd refactor: 组件化添加待办按钮 2025-01-13 20:39:01 +08:00
Super12138
6553c4afd9 fix: 编辑待办时旋转屏幕无法修改原待办 2025-01-13 18:39:49 +08:00
Super12138
0e54c94572 feat: 标记待办为已完成后的彩带庆祝 2025-01-13 18:02:45 +08:00
Super12138
70a1febce3 feat: 添加彩带依赖(后续添加) 2025-01-12 18:21:29 +08:00
Super12138
111e2bb7d2 feat: 尝试适配横屏下的布局
但貌似重复的代码太多了,后面改改
2025-01-12 15:07:35 +08:00
Super12138
8cbf9fbcb6 fix: 待办内容过长导致页面内容不可见的问题 2025-01-12 14:28:10 +08:00
Super12138
7ef264509f feat: 剩余项目提示 2025-01-12 13:36:36 +08:00
Super12138
3cc10cd216 feat: 支持修改待办 2025-01-12 13:35:33 +08:00
Super12138
d19311b6bf refactor: 优化学科的存储方式 2025-01-12 12:11:43 +08:00
Super12138
88dfabfa9c refactor: 优化字符串名称 2025-01-12 11:53:28 +08:00
Super12138
01efdcf7cc refactor: 国际化适配 2025-01-12 11:45:18 +08:00
Super12138
6acabb0367 fix: 删除中文字符串多打的字 2025-01-11 22:38:00 +08:00
Super12138
3143232588 refactor: 将进度页面和主页面解耦 2025-01-11 22:37:04 +08:00
Super12138
4bfa2c4970 fix: 待办项目内容过长的显示错误(添加跑马灯效果) 2025-01-11 22:25:40 +08:00
Super12138
52c9ce58ae feat: 初步实现添加待办功能
有待后续进行国际化和无障碍适配
2025-01-11 22:22:32 +08:00
Super12138
0054652044 feat: 添加空项目提示 2025-01-11 19:59:31 +08:00
Super12138
68e282c944 feat: 进度条和数据绑定 & 支持标记待办为已完成 2025-01-11 19:45:44 +08:00
Super12138
35c67e418a feat: 完成待办列表和数据库的绑定&更新数据库结构 2025-01-11 18:23:05 +08:00
Super12138
daa9972651 feat: 数据库架构初步实现 2025-01-11 10:17:38 +08:00
Super12138
daab0172a5 feat: 适配主题色和 edge to edge
顺便精简无用资源
2025-01-10 18:02:08 +08:00
Super12138
2d7b3edf15 开始使用 Jetpack Compose 对待办重构 2025-01-09 21:50:44 +08:00
Super12138
0b2384fb88
更新工作流 Java 版本 2025-01-01 11:45:46 +08:00
Super12138
d3249dd8a7 升级 Java 版本
将 zhanghai/AndroidFastScroll 添加为子模块以确保 Java 版本的升级(修复资源引用错误,未做其它改动)
2025-01-01 11:28:20 +08:00
Super12138
eb2adf5479 更新选择文本的高亮颜色 2024-12-25 19:09:46 +08:00
Super12138
77fc59238f 更新备份恢复数据库的实现方式
不再支持旧方式
使用 Room Backup 1.0.2,对其部分代码改用 Kotlin 原生实现,部分参考 LibChecker 的实现
2024-12-25 19:08:56 +08:00
renovate[bot]
cb334151b6
Update dependency gradle to v8.12 (#138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 22:34:46 +00:00
renovate[bot]
407694386f
Update dependency com.google.android.material:material to v1.13.0-alpha09 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-20 02:43:15 +00:00
renovate[bot]
8549a110da
Update actions/setup-java action to v4.6.0 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 07:10:59 +00:00
renovate[bot]
393bf321ef
Update actions/upload-artifact action to v4.5.0 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-18 04:19:23 +00:00
renovate[bot]
af82780e4c
Update dependency com.android.application to v8.7.3 (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02 22:33:13 +00:00
renovate[bot]
90ae5c6084
Update dependency com.google.devtools.ksp to v2.1.0-1.0.29 (#133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-28 03:23:10 +00:00
renovate[bot]
4ed0ccb214
Update dependency org.jetbrains.kotlin.android to v2.1.0 (#132)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-27 20:17:09 +00:00
renovate[bot]
ae5d61064f
Update dependency com.google.android.material:material to v1.13.0-alpha08 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-22 01:10:10 +00:00
renovate[bot]
22555e8ac8
Update dependency gradle to v8.11.1 (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 21:53:45 +00:00
renovate[bot]
84bdfe1c64
Update dependency com.google.devtools.ksp to v2.0.21-1.0.28 (#129)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-16 06:43:26 +00:00
renovate[bot]
890e973a42
Update dependency gradle to v8.11 (#128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-11 18:30:28 +00:00
Super12138
b357433683 Release 1.0.6 2024-11-09 17:41:13 +08:00
Super12138
35f8f69ddc Optimize text style 2024-11-09 17:32:48 +08:00
renovate[bot]
9bd6452246
Update dependency com.google.devtools.ksp to v2.0.21-1.0.27 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-08 03:55:34 +00:00