No description
本次改动: 1. 重构全部页面样式,页面布局大幅改动 2. 适配 MD3E 样式,包括但不限于 容器颜色、按钮形状变化 3. 性能大幅优化,把大部分内容使用 `LazyColumn` 包裹,大幅优化了主题色版的性能 4. 移除了全部页面的 `LazyColumn` 滚动条,后续计划使用 Compose 的官方实现 5. 更换全部图标,移除旧版 icons 库,全面使用基于 Vector Drawable 的 Material Symbols 6. 使用 Navigation 3 7. 优化待办任务页面的共享容器转场动画,转场更丝滑 8. 更改待办编辑界面中”标记为已完成“开关为复选框并增加触感反馈 9. 调整待办任务卡片中优先级和分类的布局位置和样式 10. 优化待办卡片在多选时的显示效果,添加背景色和形状变化 |
||
|---|---|---|
| .github | ||
| app | ||
| art | ||
| fastlane/metadata/android | ||
| gradle | ||
| script | ||
| .gitignore | ||
| build.gradle.kts | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| README_EN.md | ||
| renovate.json | ||
| settings.gradle.kts | ||
| update.js | ||
To Do
A simple to-do app that follows Material Design 3, using Jetpack Compose
简体中文 | English
📦 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.
📸 Screenshots
![]() |
![]() |
|---|---|
| Main page (Light) | Main page (Dark) |
![]() |
![]() |
| Add task page | The effect of completing a task |





