summaryrefslogtreecommitdiff
path: root/android-app/app
AgeCommit message (Expand)Author
2026-05-20Fix build: TrackDetailSheet is Fragment not DialogFragment, use transaction f...Claude
2026-05-20ci: standardize workflow to canonical template, remove vestigial appdistribut...Peter Stone
2026-05-20Optimize nav location tracking: embedded track detail map, tack detection fix...Peter Stone
2026-05-20Fix track detail sheet expansion; fix tack detection sensitivityClaude
2026-05-20Halve past track opacity (0.45 → 0.22)Claude
2026-05-20Fix setGeoJson overload ambiguity in setFocusedTrackPointsClaude
2026-05-20Inline saved tracks on Log tab; collapse log entry when not recordingClaude
2026-05-20Restyle past tracks: solid dark blue, dim/focus layersClaude
2026-05-20Fix Recenter bleed-through; drop noisy speed events; track detail as bottom s...Claude
2026-05-20Fix gap between wave animation and ocean conditions panelClaude
2026-05-20Move Saved Tracks to Log tab; restore conditions sheet on backClaude
2026-05-20Fix blank track list and Recenter button bleed-through in Saved TracksClaude
2026-05-20Fix GPX file opening, share sheet visibility, and add SAF track storageClaude
2026-05-20Fix two pre-existing compile errors caught by CIClaude
2026-05-19Reduce location resource usage: economy mode by default, lifecycle throttlingClaude
2026-05-15fix: recover tracks after reinstall via MediaScanner; add version to startup logClaude
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 browser, GPX import persistenceClaude
2026-05-15fix: saved tracks overlay, GPX file handler, nav importClaude
2026-05-12fix(track): load past tracks via persisted URIs, no MediaStore query needed (#4)Peter Stone
2026-05-12fix(track): broaden MediaStore query to find saved GPX filesPeter Stone
2026-05-12Add saved tracks browser, tack detection, and map zoom-to-boundsPeter Stone
2026-05-07refactor: extract GeoThrottle, fix fully-qualified refs, harden enum parsingPeter Stone
2026-05-05fix: remove crash-risk !! operators in UnitPrefs and MainViewModelPeter Stone
2026-05-05fix: guard past-track load against SecurityException before permissions grantedPeter Stone
2026-05-05fix: load past tracks on startup; add debug logging throughoutPeter Stone
2026-05-05feat: auto-increment build version with commit summaryPeter Stone
2026-05-05fix: keep bottom nav visible when panning; expand drag handle touch targetPeter Stone
2026-05-05fix: raise conditions throttle to 20 min / 10 nm to stop 429sPeter Stone
2026-05-05fix: hide layers FAB when any overlay is shownPeter Stone
2026-05-05fix: throttle wind/weather fetches to reduce 429sPeter Stone
2026-05-04feat: past tracks layer toggle + persist vessel/crew registryPeter Stone
2026-05-04feat: move Layers from bottom nav to dedicated FABPeter Stone
2026-04-23Merge origin/main — unite all work onto one branchClaude
2026-04-23Merge branch 'claude/vessel-crew-thermal-features-Qbk4z'Claude
2026-04-22fix(build): replace deprecated LatLngBounds property accessorsClaude
2026-04-22fix+feat: CI build fixes and hardware source feature flagsClaude
2026-04-22feat: CPA/TCPA collision alerts and live track statsClaude
2026-04-22feat: vessel registry, crew management, and thermal alarmClaude
2026-04-13Wire NavLogger into track save/load pipelineClaude
2026-04-11Throttle conditions API; delay particle view until data loadedClaude
2026-04-11Add hidden dev log (long-press drag handle)Claude
2026-04-11Surface conditions API errors as SnackbarClaude
2026-04-11Stop 1 Hz conditions hammering; improve error loggingClaude
2026-04-11Fix: use INVISIBLE instead of GONE for condition spinnersClaude
2026-04-11Fix: add explicit parent to ShapeAppearance.Nav.BottomSheetClaude
2026-04-11WaveView adapts sky/sea colors to light/dark modeClaude
2026-04-11Fix bottom sheet corners; add full light/dark mode paletteClaude