summaryrefslogtreecommitdiff
path: root/android-app/app/src/main/kotlin/org/terst/nav/ui
AgeCommit message (Expand)Author
2026-04-06feat(map): layer manager — satellite/charts/hybrid + wind toggle, long-pres...Peter 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): 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-04refactor: unify core models and finish org.terst.nav migrationPeter 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-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-03-25refactor: address simplify review findingsPeter Stone
2026-03-25feat(track): implement GPS track recording with map overlayPeter Stone
2026-03-23fix: resolve Kotlin compilation errors from UI refactorPeter Stone
2026-03-23feat: refactor UI to BottomNavigationView with Safety and Doc fragmentsPeter Stone
2026-03-22chore: unify and centralize agent configuration in .agent/Peter Stone
2026-03-22refactor: cleanup, simplify, and modularize Android app logicPeter Stone
2026-03-16fix: remove duplicate _orig source files causing duplicate class compilation ...Claudomator Agent
2026-03-16feat: add VHW boat speed parser, BoatSpeedData, and PerformanceViewModelPeter Stone
2026-03-15feat: integrate AIS into ViewModel and MapFragment with vessel symbol layerClaudomator Agent
2026-03-15fix: move weather feature to org/terst/nav package directoriesPeter Stone
2026-03-15feat: add voice log UI with FAB, fragment container, and logbook domain modelsPeter Stone