• Joined on 2026-04-21
shumeng pushed to main at shumeng/xqwatch 2026-04-30 16:59:42 +08:00
f35bbfc1e9 refactor: 加速度计改为倾斜角度检测(v5,成熟方案)
shumeng pushed to main at shumeng/xqwatch 2026-04-30 16:50:18 +08:00
3e80fba33d refactor: 加速度计改为低通滤波+状态机方案(v4)
shumeng pushed to main at shumeng/xqwatch 2026-04-30 16:36:59 +08:00
2f48ed9aef fix: 加速度计高值阈值8→7.5(实测抬手波动到7.5断连续计数)
shumeng pushed to main at shumeng/xqwatch 2026-04-30 16:20:51 +08:00
86a9c79681 fix: 加速度计要求连续3个高值才触发,防摆动尖峰误触发
shumeng pushed to main at shumeng/xqwatch 2026-04-30 16:10:05 +08:00
a3d26fb11d fix: 收紧加速度计阈值防误触发(min<3 cur>=8)
shumeng pushed to main at shumeng/xqwatch 2026-04-30 16:00:57 +08:00
61412cbd0f fix: turnOn 加 ACQUIRE_CAUSES_WAKEUP 强制唤醒屏幕
shumeng pushed to main at shumeng/xqwatch 2026-04-30 15:52:27 +08:00
80cd6d121e fix: 加速度计改为最小值跳变检测(v3),大幅提升灵敏度
shumeng pushed to main at shumeng/xqwatch 2026-04-30 15:42:49 +08:00
918c53f701 fix: 加速度计阈值调优(实测数据:low<4 high>=5)
shumeng pushed to main at shumeng/xqwatch 2026-04-30 15:39:07 +08:00
c9a34fbf8c debug: 加速度计加详细日志用于调参
shumeng pushed to main at shumeng/xqwatch 2026-04-30 15:25:32 +08:00
e3f6ac3c97 feat(device-interaction): 加速度计抬手亮屏功能
shumeng pushed to main at shumeng/xqwatch 2026-04-29 19:33:16 +08:00
08aae2065e chore: 代码清理(debug日志+孤立文件+未用字段+测试修复)
shumeng pushed to main at shumeng/xqwatch 2026-04-29 19:14:55 +08:00
602f0ccce6 fix: 去抖合并后更新横幅数字
shumeng pushed to main at shumeng/xqwatch 2026-04-29 19:01:38 +08:00
31630b247f fix: 补回recordCardIncrement,点红点后pendingCount正确扣减
shumeng pushed to main at shumeng/xqwatch 2026-04-29 18:53:17 +08:00
8ef170051a fix: 新通知到来时清除上一轮acknowledgedCards
shumeng pushed to main at shumeng/xqwatch 2026-04-29 18:47:47 +08:00
aea8351990 fix: 去掉dotViews lazy缓存,直接操作当前View
shumeng pushed to main at shumeng/xqwatch 2026-04-29 18:44:34 +08:00
20c8dc2fed debug: 红点逻辑添加详细日志
shumeng pushed to main at shumeng/xqwatch 2026-04-29 18:20:58 +08:00
c754edd63b fix: 先await统计基准再监听事件,消除竞态
shumeng pushed to main at shumeng/xqwatch 2026-04-29 18:11:03 +08:00
459049fb16 fix: 红点用preNotificationStats精确对比+有通知时不更新lastStats
shumeng pushed to main at shumeng/xqwatch 2026-04-29 18:01:54 +08:00
5e5c44cacd fix: 红点改为直接显示,不依赖diffStats
shumeng pushed to main at shumeng/xqwatch 2026-04-29 17:53:05 +08:00
93a31e76a3 fix: 修根因——EventBus加buffer防事件丢失+恢复正确架构