自动汇总 2026-05-09 当天
hummingg在 GitHub 上的提交。
hummingg/ai-coding
- Add monthly-weekday alarm, calendar preview, dynamic notificationId
- MonthlyWeekdayAlarmTab: set alarm by Nth weekday of month (forward
- or reverse), batch-create 12 one-shot Calendar reminders
- PatternPreviewTab: calendar grid showing work/rest days, click to
- see all alarm types for that day via getValidReminders()
- Dynamic notificationId allocation via allocNotificationId(), no
- more hardcoded IDs
- PatternUtils: persist notificationId for precise cancel on rest days
- Fix calendar alignment with leading blanks for weekday offset
- 🤖 Generated with CodeMate
- Add pattern alarm (work-rest cycle) with calendar preview
- PatternAlarmTab: set work/rest cycle (e.g. work 2 rest 1) with
- daily ReminderRequestAlarm, cancel notification on rest days
- PatternUtils: persist pattern config, isWorkDay() calculation
- EntryAbility.onNewWant: cancel notification on rest days
- PatternPreviewTab: monthly calendar preview showing work (red)
- vs rest (green) days
- 🤖 Generated with CodeMate
- Add calendar alarm tab with ReminderRequestCalendar
- Add Tabs layout with two tabs: existing alarm (ReminderRequestAlarm)
- and new calendar alarm (ReminderRequestCalendar) that supports
- setting alarm by specific year/month/day/hour/minute.
- 🤖 Generated with CodeMate
- Add ComplexAlarm HarmonyOS project
- 🤖 Generated with CodeMate