v1.2.3 — Android bug fixes
Android app: versionCode 3
Bug fixes
-
Restore Backup — files grayed out in picker
Tapping "Restore Backup" opened the file picker but all files appeared grayed out and couldn't be selected. The file input passes a.jsonfile extension as the accept filter, but Android's document picker requires a MIME type. The extension is now mapped toapplication/jsonbefore the picker launches, so JSON files are selectable as expected. -
Obsidian integration — no entry point when not yet configured
The Obsidian item in the mobile Settings menu was only visible after a vault was already connected, making it impossible to set one up through the UI. The item now always appears on Android, with the status indicator shown only once a vault is connected. -
Device calendar list — black checkboxes in light mode
Calendar filter checkboxes in the Device Calendars list rendered with black fill in light mode on Android. Fixed by setting an explicit blue accent color, consistent with the rest of the app's UI.