summaryrefslogtreecommitdiff
path: root/android-app/app/src/main
AgeCommit message (Expand)Author
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
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
2026-04-11Fix: restore accidentally dropped fun addGpsPoint declarationClaude
2026-04-11Show loading spinners next to each instrument value during conditions fetchClaude
2026-04-11Add dev shortcut to inject a synthetic test trackClaude
2026-04-11Remove bad ASA external links; fix conditions not loading on startupClaude
2026-04-11Four features: outbound link markers, offline content, log text/photo, depart...Claude
2026-04-11Improve particle wind animation: longer lifetimes, wind-scaled count, zoom sc...Claude
2026-04-10Add Learn tab; move quit to Safety; remove persistent MOB FABClaude
2026-04-10Suppress map label flicker from GPS jitterClaude
2026-04-10Lock MainActivity to portrait orientationClaude
2026-04-10Fix invalid colorBackground theme attr in pretrip layoutClaude
2026-04-10Add boat profiles and overhaul pre-trip departure briefingClaude
2026-04-10Add unit settings, wind particles toggle, and recenter-to-topClaude
2026-04-10Area conditions HUD redesign: map-center conditions refresh + boat HUD stripClaude
2026-04-10Improve particle and wind overlay visibilityClaude
2026-04-10Fix particle disappearance at antimeridian-crossing viewports; use whiteClaude
2026-04-10Default map to charts; fix synchronized particle flash on pan/zoomClaude