summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/kotlin/org/terst/nav/track
AgeCommit message (Expand)Author
2026-07-02fix+feat: layer cards, ocean floor, notifications, units, log, photosPeter Stone
2026-06-30feat: UX improvements + HAW FAD data + fishing mode planPeter Stone
2026-05-28Tech debt: Room list fast-path, delete AnchorWatchHandler orphan, LogbookRepo...Claude
2026-05-27Sort track history chronologically; add Report button to track listClaude
2026-05-27Add Room database as track summary cacheClaude
2026-05-27Add RACE mode to TackDetector for rapid mark-rounding detectionClaude
2026-05-26Persist logbook JSON and photos in SAF so they survive reinstallClaude
2026-05-26Fix gallery photo timestamp and map pin not updating after note saveClaude
2026-05-26Fix ANR, false tack detections, and empty-state flash on track loadClaude
2026-05-26Redesign tack detection: time-based windows + circularMAD stabilityClaude
2026-05-26Add notes to finished tracks, single Nav voice, fix speed coloringClaude
2026-05-26Fix LocationService current TODO; show log entries in track detail viewClaude
2026-05-21Revert detail sheet drawTrack to original single-Feature static colorClaude
2026-05-21Fix speed-colored track: pre-compute hex color per segment, use get("color")Claude
2026-05-20Fix savedTracks silently empty when getSavedTracks() throwsClaude
2026-05-20Fix invisible speed-colored track: use step() with hex string literalsClaude
2026-05-20Color track lines by boat speed using MapLibre data-driven stylingClaude
2026-05-20Fix Long overflow in TackDetector: var lastTackMs = Long.MIN_VALUE caused sub...Claude
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-20Inline saved tracks on Log tab; collapse log entry when not recordingClaude
2026-05-20Fix Recenter bleed-through; drop noisy speed events; track detail as bottom s...Claude
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-15fix: recover tracks after reinstall via MediaScanner; add version to startup logClaude
2026-05-15fix: GPX file handler coverage and track loading after reinstallClaude
2026-05-15fix: saved tracks browser, GPX import persistenceClaude
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: guard past-track load against SecurityException before permissions grantedPeter Stone
2026-05-05fix: load past tracks on startup; add debug logging throughoutPeter Stone
2026-04-23Merge origin/main — unite all work onto one branchClaude
2026-04-22feat: CPA/TCPA collision alerts and live track statsClaude
2026-04-13Wire NavLogger into track save/load pipelineClaude
2026-04-07fix(track): fix silent GPX save failure + add stop friction + quit buttonPeter Stone
2026-04-06feat(tracks): show summary sheet on track stop; 2-min minimumPeter Stone
2026-04-06feat(tracks): persist tracks as GPX in Documents/Nav/ — survives uninstallPeter Stone
2026-04-04feat(tripreport): add pre-trip planning and past track visualizationPeter Stone
2026-04-04feat(map): satellite view, windy/chart overlays, and rich track recordingPeter Stone
2026-04-02fix(ui): make record track FAB visible (#1)Peter Stone
2026-03-25refactor: address simplify review findingsPeter Stone
2026-03-25feat(track): implement GPS track recording with map overlayPeter Stone