pacer/app
Jeena 650d39d598 feat(US-08, US-09, US-10): implement foreground service with notification
PacerService owns AudioEngine and a PARTIAL_WAKE_LOCK so audio
survives screen lock and Doze during long walks. Foreground
notification shows current BPM and a Stop action button.

PacerViewModel becomes AndroidViewModel and communicates with
the service via intents, keeping AudioEngine off the UI process.
Service uses START_NOT_STICKY so it does not restart if killed.
2026-03-09 10:53:40 +00:00
..
src feat(US-08, US-09, US-10): implement foreground service with notification 2026-03-09 10:53:40 +00:00
build.gradle.kts feat(US-06, US-07): implement retro UI with pulse animation 2026-03-09 08:07:10 +00:00
proguard-rules.pro Set up Android project with Kotlin and Jetpack Compose 2026-03-09 06:51:42 +00:00