• Joined on 2026-04-21
shumeng pushed to main at shumeng/xqwatch 2026-05-07 20:11:37 +08:00
7c631025ba fix: 通知模式完成最后任务后跳到新任务页而非首页
shumeng pushed to main at shumeng/xqwatch 2026-05-07 20:06:12 +08:00
d38060e9b3 fix: 操作成功弹窗不消失问题 + 统一弹窗交互
shumeng pushed to main at shumeng/xqwatch 2026-05-07 20:01:49 +08:00
646f780a1f fix: 任务操作后的交互优化(消除黑屏闪烁)
shumeng pushed to main at shumeng/xqwatch 2026-05-07 19:44:22 +08:00
ac483b5f89 fix: 统计数字持久化到 SharedPreferences,重启后不显示 0
shumeng pushed to main at shumeng/xqwatch 2026-05-07 19:38:04 +08:00
f4e9410211 fix: 通知模式下标题/页码/完成任务移除的问题
shumeng pushed to main at shumeng/xqwatch 2026-05-07 19:17:00 +08:00
e383ad190a feat: 用 productFlavors 区分调试和发布包名
shumeng pushed to main at shumeng/xqwatch 2026-05-07 18:53:54 +08:00
72f07f18f4 fix: 单个任务通知也跳转到统一的任务列表页
shumeng pushed to main at shumeng/xqwatch 2026-05-07 17:30:36 +08:00
0682c7e5c5 chore: 打包前清理(Timber release关闭 + 删除内网TODO注释)
shumeng pushed to main at shumeng/xqwatch 2026-05-07 17:27:27 +08:00
7e30cf88c4 fix: 禁用 ExpiredTargetSdkVersion lint 检查
shumeng pushed to main at shumeng/xqwatch 2026-05-07 17:16:53 +08:00
5220bb98e5 feat: 包名改为 com.witClean.watch 实现旧版无缝升级
shumeng pushed to main at shumeng/xqwatch 2026-05-07 16:12:05 +08:00
7b5ad64fea feat: 任务切换加滑动动画 + 严格手势防误触
shumeng pushed to main at shumeng/xqwatch 2026-05-07 15:42:45 +08:00
3d991c0169 fix: 首页用缓存数据填充卡片数字,消除刷新闪烁
shumeng pushed to main at shumeng/xqwatch 2026-05-07 15:37:55 +08:00
e67100ba83 fix: 首页卡片数字只在值变化时更新,减少刷新闪烁
shumeng pushed to main at shumeng/xqwatch 2026-05-07 15:33:23 +08:00
ea72c2aab0 fix: 返回按钮恢复64dp宽居中,高度48dp增加上下点击区
shumeng pushed to main at shumeng/xqwatch 2026-05-07 15:28:31 +08:00
1cafb74f04 fix: 标题栏恢复 LinearLayout,返回按钮100dp宽+左padding
shumeng pushed to main at shumeng/xqwatch 2026-05-07 15:22:36 +08:00
1dc34de35a fix: 返回按钮改用透明覆盖层方案
shumeng pushed to main at shumeng/xqwatch 2026-05-07 15:15:19 +08:00
0c5d9076a8 fix: 返回按钮改为整个标题栏左半边可点击
shumeng pushed to main at shumeng/xqwatch 2026-05-07 15:08:50 +08:00
7d1172f20d fix: 返回按钮点击区域向右扩展 10dp→40dp
shumeng pushed to main at shumeng/xqwatch 2026-05-07 15:05:00 +08:00
2a06cf684c fix: 返回按钮高度改回 match_parent,不再撑高标题栏
shumeng pushed to main at shumeng/xqwatch 2026-05-07 15:00:38 +08:00
d5d1eeef89 fix: 返回按钮用 TouchDelegate 扩大点击区域