summaryrefslogtreecommitdiff
path: root/android-app/app/src/main
AgeCommit message (Expand)Author
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
2026-04-06feat(map): add Windy Map Forecast API key to wind tile URLPeter Stone
2026-04-06feat(tracks): show summary sheet on track stop; 2-min minimumPeter Stone
2026-04-06feat(tracks): persist tracks as GPX in Documents/Nav/ — survives uninstallPeter Stone
2026-04-06feat(ui): wave height scales view, period drives speed, whitecaps gated on windPeter Stone
2026-04-06feat(ui): dark theme — match instrument sheet to WaveView sky palettePeter Stone
2026-04-06feat(ui): wire redesigned instrument sheet — InstrumentHandler rewrite + Ma...Peter Stone
2026-04-06feat(ui): restructure instrument sheet layout — inline arrows, WaveView, oc...Peter Stone
2026-04-06feat(ui): add DirectionArrowView and WaveView custom viewsPeter Stone
2026-04-05feat(ui): update instrument sheet typography — weight 300, unit labels, for...Peter Stone
2026-04-05feat(ui): remove report section from instrument sheet, fix touch-throughPeter Stone
2026-04-04fix(smoke): resolve MapView inflation crash and wire anchor config navigationPeter Stone
2026-04-04refactor: unify core models and finish org.terst.nav migrationPeter Stone
2026-04-04feat(ui): surface trip planning and reports in instrument sheetPeter Stone
2026-04-04refactor(ui): stabilize layout by moving BottomNav outside CoordinatorLayoutPeter Stone
2026-04-04feat(tripreport): add pre-trip planning and past track visualizationPeter Stone
2026-04-04feat(tripreport): add AI trip narrative generator with multiple stylesPeter Stone
2026-04-04feat(map): satellite view, windy/chart overlays, and rich track recordingPeter Stone
2026-04-04fix(ui): resolve MainActivity crash in smoke tests by reordering initializati...Peter Stone
2026-04-03feat(instruments): add forecast wind, wave, swell and current from Open-MeteoPeter Stone
2026-04-03feat(instruments): replace simulation with real GPS and barometer dataPeter Stone
2026-04-02feat(map): interactive map with auto-follow, recenter button, and UI immersiv...Peter Stone
2026-04-03fix(ui): raise FAB elevation above CardView sheet to fix z-orderPeter Stone
2026-04-03fix(ui): raise both FABs fully above instrument sheet top edgePeter Stone
2026-04-02fix(ui): anchor both FABs to instrument sheet (squash merge recovery)Peter Stone
2026-04-02fix(ui): make record track FAB visible (#1)Peter Stone
2026-03-25refactor: address simplify review findingsPeter Stone