summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/cpp/native-lib.cpp
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-05-15 21:48:45 +0000
committerClaude <noreply@anthropic.com>2026-05-15 21:48:45 +0000
commitd3dc75f02cec03b04846b4be88902d6b4d6c89de (patch)
tree52d9aa98e96a3da93cb45d09a2dc1b6b774eefa4 /android-app/app/src/main/cpp/native-lib.cpp
parentbaa07bc5c062d4f358e8c655260bf32810184634 (diff)
fix: GPX file handler coverage and track loading after reinstall
- AndroidManifest: add application/gpx and file:// intent-filters so Nav appears in the chooser on devices that don't know application/gpx+xml - MainActivity: check file extension as fallback when MIME type is generic - TrackStorage: filter MediaStore fallback query by OWNER_PACKAGE_NAME so the system grants access to our own files without READ_EXTERNAL_STORAGE, which also survives app reinstall (same package name = same ownership) - TrackRepository: add reloadTracks() to force a fresh load from storage - MainViewModel: add reloadPastTracks() called after location permission grant so the first-launch race condition can self-heal https://claude.ai/code/session_01DNjbYxiC1cco83dArNGW3G
Diffstat (limited to 'android-app/app/src/main/cpp/native-lib.cpp')
0 files changed, 0 insertions, 0 deletions