summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/AndroidManifest.xml
AgeCommit message (Expand)Author
2026-05-25Persist log entries and photos; stamp with GPS locationClaude
2026-05-20Fix GPX file opening, share sheet visibility, and add SAF track storageClaude
2026-05-19Reduce location resource usage: economy mode by default, lifecycle throttlingClaude
2026-05-15fix: handle application/octet-stream for .gpx on Android 16 (Google Files)Claude
2026-05-15fix: target Android 16 correctly for GPX file handlerClaude
2026-05-15fix: GPX file handler coverage and track loading after reinstallClaude
2026-05-15fix: saved tracks overlay, GPX file handler, nav importClaude
2026-04-11Four features: outbound link markers, offline content, log text/photo, depart...Claude
2026-04-10Lock MainActivity to portrait orientationClaude
2026-04-06feat(tracks): persist tracks as GPX in Documents/Nav/ — survives uninstallPeter Stone
2026-03-25fix: resolve LocationService foreground service crashesPeter Stone
2026-03-15feat: add file-based crash logger for offline diagnosticsPeter Stone
2026-03-15merge: integrate weather/forecast feature from local remotePeter Stone
2026-03-15feat: add voice log UI with FAB, fragment container, and logbook domain modelsPeter Stone
2026-03-13refactor: rename app from AndroidApp to navPeter Stone
2026-03-13refactor: update package name to org.terst.nav and setup CI/CD with Firebase ...Peter Stone
2026-03-13feat: add wind/current map overlay and weather forecast on startupClaudomator Agent
2026-03-13Implement GPS navigation with position, SOG, and COGClaudomator Agent