helios-alarm-clock/app
Helios c78cb8a77d
feat: add optional date field to schedule alarms on specific dates
Add YYYY-MM-DD date parameter to /set endpoint. When provided, the alarm
fires at the exact date instead of the next occurrence of hour:minute.

- AlarmEntity: add nullable date column
- AlarmDatabase: bump to version 2, add migration 1→2
- AppModule: register migration
- KtorService: parse date, validate it's not in the past
- MainViewModel: accept optional date in createAlarm()
- README: document new date parameter
2026-02-24 15:48:05 +01:00
..
src feat: add optional date field to schedule alarms on specific dates 2026-02-24 15:48:05 +01:00
.gitignore Initial commit: Helios Alarm Clock 2026-02-14 17:47:10 +01:00
build.gradle.kts ci: sign with consistent release keystore 2026-02-23 14:15:29 +01:00
proguard-rules.pro Production cleanup: enable R8, add ProGuard rules, validate API input 2026-02-15 17:10:41 +01:00