kaizen-app/app
Bruno Deanoz f5d7d9a9ab fix Live Call: route audio to speaker with proper communication device API
MODE_IN_COMMUNICATION routes to earpiece by default — no sound on speaker.
The deprecated isSpeakerphoneOn doesn't work on Android 12+.

Fix: enterCallMode()/exitCallMode() lifecycle — sets MODE_IN_COMMUNICATION
+ setCommunicationDevice(SPEAKER) on API 31+ (S25 Ultra = Android 15).
Called BEFORE AudioTrack creation so the routing is active when playback
starts. exitCallMode() restores previous audio mode on call end.
2026-06-24 13:49:04 +02:00
..
src fix Live Call: route audio to speaker with proper communication device API 2026-06-24 13:49:04 +02:00
.gitignore Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00
build.gradle.kts feat: KaizenIcons system — Lucide base, full Material Icons migration 2026-06-22 14:11:34 +02:00
proguard-rules.pro Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00