qzl
|
4b29b300da
|
feat(calendar): implement ReminderOverlay and supporting components
- Add ReminderQueueManager for managing notification queue
- Add IOSNotificationPayloadBridge for iOS cold start handling
- Add ReminderOverlay UI component with snooze (5/15 min) and complete actions
- Update main.dart to integrate ReminderOverlay
- LocalNotificationService: remove permission fallback logic, add native grouping
|
2026-03-20 18:47:50 +08:00 |
|
qzl
|
6e35fff9a4
|
refactor(calendar): remove deprecated reminder components
|
2026-03-20 18:42:58 +08:00 |
|
qzl
|
55f3805ee9
|
fix: resolve navigation-cache regressions and todo UX
|
2026-03-20 16:45:08 +08:00 |
|
qzl
|
20f3285244
|
fix: prioritize realtime reminder archive with cold-start fallback
|
2026-03-20 15:41:48 +08:00 |
|
zl-q
|
d574128815
|
feat: 实现日历提醒 in-app fallback 机制及通知服务重构
|
2026-03-20 01:30:34 +08:00 |
|
qzl
|
00f37d7e19
|
feat: 实现日历提醒完整功能(操作执行、通知服务重构、归档)
- 新增 ReminderActionExecutor 处理取消/稍后提醒操作
- 新增 ReminderOutboxStore 本地存储待处理操作
- 重构 LocalNotificationService 支持聚合提醒和交互操作
- 新增 event_color_resolver 工具类统一颜色解析
- 新增 CalendarService.archiveEvent 归档方法
- 增强 ModelTracking 支持缓存命中、推理token和成本追踪
- 添加 qwen3.5-35b-a3b 模型配置
- 更新 AndroidManifest 全屏intent权限
- 补充相关单元测试和文档
|
2026-03-18 19:12:47 +08:00 |
|