• Joined on 2026-04-21
shumeng pushed to main at shumeng/xqwatch 2026-05-12 18:01:03 +08:00
8009a1a513 fix: MQTT心跳间隔从120s改为60s,修复息屏后收不到通知
shumeng pushed to main at shumeng/xqwatch 2026-05-11 15:44:02 +08:00
9e3616d1a0 fix: MQTT连接时序竞争导致扫码绑定失败
shumeng pushed to main at shumeng/xqwatch 2026-05-11 13:35:44 +08:00
c84af9dfb4 debug: 绑定页显示MQTT连接状态,未连接时自动重连
shumeng pushed to main at shumeng/xqwatch 2026-05-11 12:56:22 +08:00
6d8e73c8da fix: 解绑时重置bindHandled标记 + 绑定加Toast调试
shumeng pushed to main at shumeng/xqwatch 2026-05-11 12:41:18 +08:00
83894670d3 debug: 解绑加Toast调试,确认消息是否收到和导航是否成功
shumeng pushed to main at shumeng/xqwatch 2026-05-11 12:28:48 +08:00
f116b4e188 fix: 绑定消息移到MainActivity处理,彻底解决配对失败
shumeng pushed to main at shumeng/xqwatch 2026-05-11 11:50:50 +08:00
939d402d8c fix: 解绑导航改用NavHostFragment方式获取NavController
shumeng pushed to main at shumeng/xqwatch 2026-05-11 10:49:05 +08:00
4024f2519e fix: 添加缺失的R import,修复编译错误
shumeng pushed to main at shumeng/xqwatch 2026-05-11 10:41:03 +08:00
4de0b04cd2 fix: 息屏时停止电量/蓝牙/信号监听,亮屏时恢复
shumeng pushed to main at shumeng/xqwatch 2026-05-11 10:35:50 +08:00
ccfa30daa6 fix: 信号改为Toast提示有/无信号,电量广播加去抖,减少无效事件
shumeng pushed to main at shumeng/xqwatch 2026-05-11 10:10:17 +08:00
20a0389b07 fix: 移除前台服务/电池白名单/AlarmManager,恢复旧版MQTT直连方案
shumeng pushed to main at shumeng/xqwatch 2026-05-11 08:56:32 +08:00
1214ca92a4 fix: 解绑处理移到MainActivity,用全局action从任何页面跳转
shumeng pushed to main at shumeng/xqwatch 2026-05-09 20:59:10 +08:00
72705d6267 fix: 解绑不跳转+绑定偶尔失败
shumeng pushed to main at shumeng/xqwatch 2026-05-09 20:16:56 +08:00
fc9a42b84b fix: 临时禁用蓝牙扫描排查耗电(enabled=false)
shumeng pushed to main at shumeng/xqwatch 2026-05-09 20:15:33 +08:00
4071d9733e fix: 降低耗电 - 时钟改每分钟更新+息屏暂停,健康检查改15分钟+不唤醒
shumeng pushed to main at shumeng/xqwatch 2026-05-09 20:10:04 +08:00
ee33cf7ca1 fix: 首次绑定后不跳转首页,导航不再等待API返回
shumeng pushed to main at shumeng/xqwatch 2026-05-09 20:07:47 +08:00
24250ef7a6 fix: 首次绑定后统计数字显示0,onResume始终刷新统计数据
shumeng pushed to main at shumeng/xqwatch 2026-05-09 11:42:02 +08:00
583ce9b841 fix: 移除永久WakeLock避免耗电,依赖前台服务+电池白名单保活
shumeng pushed to main at shumeng/xqwatch 2026-05-09 11:40:11 +08:00
b867c33015 fix: 息屏后MQTT断连导致无法收到通知
shumeng pushed to main at shumeng/xqwatch 2026-05-08 15:39:07 +08:00
966c9f9c0d style: TTS按钮放大到64dp,图标更醒目