helios-alarm-clock/app
Moritz 8b7b2c26c0 Fix alarm not ringing by using AlarmRingService with full-screen intent
AlarmReceiver was calling startActivity() directly, which Android 10+
blocks from background. Now delegates to AlarmRingService which uses a
foreground notification with full-screen intent. Removed duplicate
sound/vibration from AlarmActivity (service owns playback). Removed
all vibration code and VIBRATE permission.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 16:54:37 +01:00
..
src Fix alarm not ringing by using AlarmRingService with full-screen intent 2026-02-15 16:54:37 +01:00
.gitignore Initial commit: Helios Alarm Clock 2026-02-14 17:47:10 +01:00
build.gradle.kts Initial commit: Helios Alarm Clock 2026-02-14 17:47:10 +01:00
proguard-rules.pro Initial commit: Helios Alarm Clock 2026-02-14 17:47:10 +01:00