No description
Find a file
Super12138 0af245084a
feat: 适配 Material 3 Expressive 样式
本次改动:
1. 重构全部页面样式,页面布局大幅改动
2. 适配 MD3E 样式,包括但不限于 容器颜色、按钮形状变化
3. 性能大幅优化,把大部分内容使用 `LazyColumn` 包裹,大幅优化了主题色版的性能
4. 移除了全部页面的 `LazyColumn` 滚动条,后续计划使用 Compose 的官方实现
5. 更换全部图标,移除旧版 icons 库,全面使用基于 Vector Drawable 的 Material Symbols
6. 使用 Navigation 3
7. 优化待办任务页面的共享容器转场动画,转场更丝滑
8. 更改待办编辑界面中”标记为已完成“开关为复选框并增加触感反馈
9. 调整待办任务卡片中优先级和分类的布局位置和样式
10. 优化待办卡片在多选时的显示效果,添加背景色和形状变化
2026-02-06 09:53:38 +08:00
.github chore: 同步主分支 2026-02-05 20:48:22 +08:00
app refactor: 重构点击动画和页面样式 2026-02-06 09:39:05 +08:00
art fix: 修复问题 2025-06-27 15:33:04 +08:00
fastlane/metadata/android feat: 更新图片 2025-08-01 14:12:01 +08:00
gradle chore: 同步主分支 2026-02-05 20:48:22 +08:00
script chore(deps): update dependency @types/node to v24.10.11 (#455) 2026-02-05 21:58:56 +00:00
.gitignore First commit 2023-12-30 18:43:22 +08:00
build.gradle.kts feat: 适配 AGP 9.0 2026-01-16 22:40:27 +08:00
gradle.properties fix(ci): 因换行缺失的导致签名信息写入错误 2025-02-07 22:22:39 +08:00
gradlew chore(deps): update gradle to v9.1.0 (#352) 2025-09-19 02:37:38 +00:00
gradlew.bat chore(deps): update gradle to v9.1.0 (#352) 2025-09-19 02:37:38 +00:00
LICENSE Initial commit 2023-12-30 18:32:43 +08:00
README.md feat: 更新图片 2025-08-01 14:12:01 +08:00
README_EN.md feat: 更新图片 2025-08-01 14:12:01 +08:00
renovate.json Configure auto merge 2024-11-01 22:19:56 +08:00
settings.gradle.kts feat: 适配主题色和 edge to edge 2025-01-10 18:02:08 +08:00
update.js feat: 静态版本号 2025-02-16 12:20:22 +08:00

Preview of the app UI

To Do

A simple to-do app that follows Material Design 3, using Jetpack Compose

简体中文 | English

Android CI GitHub latest release GitHub all releases download

📦 Supported Versions

From Android 7.0 (Nougat) to Android 16.0 (Baklava)

Features

  • Jetpack Compose
  • Customizable theming system based on Material Design 3
  • Custom categories
  • Task priority
  • ...

⬇️ Download

Important

The two download channels below are the official and secure sources for To Do. To protect your privacy, only download the app from these links.

To Do can't update automatically. It is recommended to subscribe to GitHub Release notifications or install F-Droid to check for updates.

From Github Release

Or get it from F-Droid

📸 Screenshots

Main page (Light) Main page (Dark)
Main page (Light) Main page (Dark)
Add task page The effect of completing a task
Add task page The effect of completing a task

📃 License

GPL-3.0-only