summaryrefslogtreecommitdiff
path: root/android-app/app/src/main
AgeCommit message (Expand)Author
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 camera to open system camera app; harden logbook storage; add backlogClaude
2026-05-26Fix LocationService current TODO; show log entries in track detail viewClaude
2026-05-25Fix bugs from static analysis; add test coverage for new codeClaude
2026-05-25Merge claude/optimize-nav-location-tracking-Vac5Z into mainClaude
2026-05-25Persist log entries and photos; stamp with GPS locationClaude
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-20Fix missing imports for speedColorExpression and speedSegments in MapHandlerClaude
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-20Fix build: TrackDetailSheet is Fragment not DialogFragment, use transaction f...Claude
2026-05-20Fix build: TrackDetailSheet is Fragment not DialogFragment, use transaction f...Claude
2026-05-20Optimize nav location tracking: embedded track detail map, tack detection fix...Peter Stone
2026-05-20Merge main: preserve embedded track detail map, tack detection fixes, 0.12 pa...Claude
2026-05-20Dim past tracks: dark navy 0.12 opacity, solid linesClaude
2026-05-20Fix compile errors on feature branchClaude
2026-05-20Fix Kotlin conflict markers left in TrackDetailSheet.ktClaude
2026-05-20Fix XML conflict markers left in layout_track_detail_sheet.xmlClaude
2026-05-20Fix tack detection and convert track detail to embedded-map fragmentClaude
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-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