dayGLANCE v1.2.5
Bug Fixes
- Fixed voice-to-task input on Android (follow-up) — v1.2.4 fixed the permission flow but users could still hit "could not start audio source" after granting microphone access. This was caused by the Android WebView renderer process capturing permission state at creation time — if
RECORD_AUDIOhadn't been granted yet when the renderer started, the audio hardware layer would refuse access even after the permission was later granted. The app now requests microphone permission at startup alongside calendar and notification permissions, ensuring the renderer always has access when voice input is used.
Android
versionCodebumped to 5
Upgrade Notes
If you installed v1.2.4 and are still seeing "could not start audio source", you need to reset the microphone permission so the new startup prompt can fire:
- Go to Settings → Apps → dayGLANCE → Permissions
- Tap Microphone and set it to Don't allow
- Reopen dayGLANCE — it will prompt for microphone access on launch
- Tap Allow — voice input will now work correctly
Users installing fresh (or upgrading from v1.2.3 or earlier) will see the microphone permission prompt automatically on first launch and do not need to take any extra steps.