summaryrefslogtreecommitdiff
path: root/android-app/app
AgeCommit message (Expand)Author
2026-05-05feat: auto-increment build version with commit summaryPeter 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
2026-04-09Fix startup crash: rename wind source ID to avoid collisionClaude
2026-04-09Fix nullable LatLng? crash in MainActivity camera idle listenerClaude
2026-04-09Fix nullable LatLng? crash in ParticleWindViewClaude
2026-04-09fix(build): replace LatLngBounds properties with VisibleRegion cornersClaude
2026-04-09merge: reconcile master particle-wind work with origin/main redesignClaude
2026-04-08feat(wind): Level 2 — canvas particle simulation (uniform field)Claude
2026-04-08feat(wind): Level 1 — 4×5 viewport grid of wind arrowsClaude
2026-04-08feat(wind): Level 0 — single wind arrow at GPS positionClaude
2026-04-07fix(track): fix silent GPX save failure + add stop friction + quit buttonPeter Stone
2026-04-06feat(nav): replace Map+Instruments with Map+Layers in bottom navPeter Stone
2026-04-06feat(map): layer manager — satellite/charts/hybrid + wind toggle, long-pres...Peter Stone
2026-04-06feat(map): switch wind layer to OpenWeatherMap wind_new tilesPeter Stone