| Age | Commit message (Expand) | Author |
| 2026-05-27 | Add RACE mode to TackDetector for rapid mark-rounding detection | Claude |
| 2026-05-27 | Add pirate mode Easter egg to trip report | Claude |
| 2026-05-26 | Persist logbook JSON and photos in SAF so they survive reinstall | Claude |
| 2026-05-26 | Fix gallery photo timestamp and map pin not updating after note save | Claude |
| 2026-05-26 | Fix ANR, false tack detections, and empty-state flash on track load | Claude |
| 2026-05-26 | Redesign tack detection: time-based windows + circularMAD stability | Claude |
| 2026-05-26 | Add notes to finished tracks, single Nav voice, fix speed coloring | Claude |
| 2026-05-26 | Fix camera to open system camera app; harden logbook storage; add backlog | Claude |
| 2026-05-26 | Fix LocationService current TODO; show log entries in track detail view | Claude |
| 2026-05-25 | Fix bugs from static analysis; add test coverage for new code | Claude |
| 2026-05-25 | Merge claude/optimize-nav-location-tracking-Vac5Z into main | Claude |
| 2026-05-25 | Persist log entries and photos; stamp with GPS location | Claude |
| 2026-05-21 | Revert detail sheet drawTrack to original single-Feature static color | Claude |
| 2026-05-21 | Fix speed-colored track: pre-compute hex color per segment, use get("color") | Claude |
| 2026-05-20 | Fix savedTracks silently empty when getSavedTracks() throws | Claude |
| 2026-05-20 | Fix invisible speed-colored track: use step() with hex string literals | Claude |
| 2026-05-20 | Fix missing imports for speedColorExpression and speedSegments in MapHandler | Claude |
| 2026-05-20 | Color track lines by boat speed using MapLibre data-driven styling | Claude |
| 2026-05-20 | Fix Long overflow in TackDetector: var lastTackMs = Long.MIN_VALUE caused sub... | Claude |
| 2026-05-20 | Fix build: TrackDetailSheet is Fragment not DialogFragment, use transaction f... | Claude |
| 2026-05-20 | Fix build: TrackDetailSheet is Fragment not DialogFragment, use transaction f... | Claude |
| 2026-05-20 | ci: standardize workflow to canonical template, remove vestigial appdistribut... | Peter Stone |
| 2026-05-20 | Optimize nav location tracking: embedded track detail map, tack detection fix... | Peter Stone |
| 2026-05-20 | Merge main: preserve embedded track detail map, tack detection fixes, 0.12 pa... | Claude |
| 2026-05-20 | Dim past tracks: dark navy 0.12 opacity, solid lines | Claude |
| 2026-05-20 | Fix compile errors on feature branch | Claude |
| 2026-05-20 | Fix Kotlin conflict markers left in TrackDetailSheet.kt | Claude |
| 2026-05-20 | Fix XML conflict markers left in layout_track_detail_sheet.xml | Claude |
| 2026-05-20 | Fix tack detection and convert track detail to embedded-map fragment | Claude |
| 2026-05-20 | Fix track detail sheet expansion; fix tack detection sensitivity | Claude |
| 2026-05-20 | Halve past track opacity (0.45 → 0.22) | Claude |
| 2026-05-20 | Fix setGeoJson overload ambiguity in setFocusedTrackPoints | Claude |
| 2026-05-20 | Inline saved tracks on Log tab; collapse log entry when not recording | Claude |
| 2026-05-20 | Restyle past tracks: solid dark blue, dim/focus layers | Claude |
| 2026-05-20 | Fix Recenter bleed-through; drop noisy speed events; track detail as bottom s... | Claude |
| 2026-05-20 | Fix gap between wave animation and ocean conditions panel | Claude |
| 2026-05-20 | Move Saved Tracks to Log tab; restore conditions sheet on back | Claude |
| 2026-05-20 | Fix blank track list and Recenter button bleed-through in Saved Tracks | Claude |
| 2026-05-20 | Fix GPX file opening, share sheet visibility, and add SAF track storage | Claude |
| 2026-05-20 | Fix two pre-existing compile errors caught by CI | Claude |
| 2026-05-19 | Reduce location resource usage: economy mode by default, lifecycle throttling | Claude |
| 2026-05-15 | fix: recover tracks after reinstall via MediaScanner; add version to startup log | Claude |
| 2026-05-15 | fix: handle application/octet-stream for .gpx on Android 16 (Google Files) | Claude |
| 2026-05-15 | fix: target Android 16 correctly for GPX file handler | Claude |
| 2026-05-15 | fix: GPX file handler coverage and track loading after reinstall | Claude |
| 2026-05-15 | fix: saved tracks browser, GPX import persistence | Claude |
| 2026-05-15 | fix: saved tracks overlay, GPX file handler, nav import | Claude |
| 2026-05-12 | fix(track): load past tracks via persisted URIs, no MediaStore query needed (#4) | Peter Stone |
| 2026-05-12 | fix(track): broaden MediaStore query to find saved GPX files | Peter Stone |
| 2026-05-12 | Add saved tracks browser, tack detection, and map zoom-to-bounds | Peter Stone |