helios-alarm-clock/app
Helios f498ecdef4
fix: correct Room migration - use DEFAULT '' to match entity schema
Migration 1→2 had DEFAULT NULL but @ColumnInfo(defaultValue="") expects
DEFAULT ''. Room schema validation failed on startup.

Since SQLite can't alter column defaults, add migration 2→3 that recreates
the alarms table with the correct DEFAULT '' for the date column.
2026-02-24 16:01:07 +01:00
..
src fix: correct Room migration - use DEFAULT '' to match entity schema 2026-02-24 16:01:07 +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