summaryrefslogtreecommitdiff
path: root/android-app/app/src
AgeCommit message (Expand)Author
2026-06-30feat: add ocean layers — depth contours, seamarks toggle, FADsPeter Stone
2026-06-05Fix wind grid deserialization: make forecast-only fields nullableClaude
2026-06-04Fix location-retention regression: stop GPS when backgrounded and idleClaude
2026-06-04Fix wind particles never appearingClaude
2026-06-04Spatial wind particles: grid interpolation, fast projection, density/opacityClaude
2026-06-04Fix wind particles not visibly movingClaude
2026-06-03PMIM-1 hardware support: UDP, IIXDR, inclinometerClaude
2026-06-03Add night vision mode toggleClaude
2026-05-30Trip report: map, photos, structured layout, preferred unitsClaude
2026-05-30Redesign trip report: structured layout, remove generate button, fix photo en...Claude
2026-05-30Remove Generate Trip Report button from Log tabClaude
2026-05-30Fix VoiceLogFragment: pass onReport to SavedTrackAdapter (CI compile error)Claude
2026-05-28Tech debt: Room list fast-path, delete AnchorWatchHandler orphan, LogbookRepo...Claude
2026-05-28Merge claude/whats-next-0XCO3: tech debt items 1, 2, 5Claude
2026-05-28Tech debt: delete com.example.androidapp ghost package, symlink TackDetector,...Claude
2026-05-28Wire forecast wind direction into recorded TrackPointsClaude
2026-05-27Sort track history chronologically; add Report button to track listClaude
2026-05-27Fix logbook entries not reloading after SAF re-auth post-reinstallClaude
2026-05-27Add Room database as track summary cacheClaude
2026-05-27Embed anchor watch form inline in Safety DashboardClaude
2026-05-27Add unit tests for PreTripReportGeneratorClaude
2026-05-27Add RACE mode to TackDetector for rapid mark-rounding detectionClaude
2026-05-27Add pirate mode Easter egg to trip reportClaude
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 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