helios-alarm-clock/app
Moritz 6032e9fd07 Production cleanup: enable R8, add ProGuard rules, validate API input
- Enable R8 minification and resource shrinking for release builds
- Add ProGuard keep rules for Ktor, kotlinx.serialization, Room
- Validate hour/minute range in POST /set endpoint
- Guard wake lock release on server start failure
- Remove unused template colors from colors.xml
- Rewrite README with curl examples, security note, troubleshooting

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 17:10:41 +01:00
..
src Production cleanup: enable R8, add ProGuard rules, validate API input 2026-02-15 17:10:41 +01:00
.gitignore Initial commit: Helios Alarm Clock 2026-02-14 17:47:10 +01:00
build.gradle.kts Production cleanup: enable R8, add ProGuard rules, validate API input 2026-02-15 17:10:41 +01:00
proguard-rules.pro Production cleanup: enable R8, add ProGuard rules, validate API input 2026-02-15 17:10:41 +01:00