pediatric-ai-scribe-v3/mobile/android
Daniel 524ad40d49 Match TTS voices to the selected LiteLLM model
Voice lists were a single flat set from LITELLM_TTS_VOICES, so picking a
model could leave an incompatible voice selected and the request would
fail at the gateway. Voices are now resolved per model family (Kokoro,
Kitten, Supertonic, Groq Orpheus EN/AR), with a compatibility check that
falls back through user → admin → env → first valid voice. Groq Orpheus
requests also pin response_format to wav.

Also refreshes the cardiac/respiratory auscultation samples, extends the
well-visit component, and fixes the Android launch theme background
(@null → colorPrimary) so the splash does not flash through.

NOTE: this is in-progress work that was already sitting uncommitted in
the working tree; it is committed here as-is so the tree was clean for
the release bump.
2026-07-30 17:34:34 +02:00
..
app Match TTS voices to the selected LiteLLM model 2026-07-30 17:34:34 +02:00
fastlane ci: route Android APK through Forgejo releases 2026-05-11 04:21:15 +02:00
gradle/wrapper Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00
.gitignore Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00
build.gradle Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00
gradle.properties Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00
gradlew Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00
gradlew.bat Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00
settings.gradle Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00
variables.gradle Add Capacitor native mobile app (PedScribe) for iOS + Android 2026-04-11 02:18:06 +02:00