summaryrefslogtreecommitdiff
path: root/android-app
AgeCommit message (Expand)Author
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-04chore: cleanup accidental temporary files from repositoryPeter 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-04test(smoke): ensure isTesting flag is set before Activity launchPeter 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-03-25refactor: address simplify review findingsPeter Stone
2026-03-25test(ci): share APKs between jobs and expand smoke testsPeter Stone
2026-03-25feat(track): implement GPS track recording with map overlayPeter Stone
2026-03-25fix: resolve all Kotlin compilation errors blocking CI buildPeter Stone
2026-03-25feat(gps): add fix-quality (accuracy) tier to GPS sensor fusionClaude Agent
2026-03-25feat(gps): implement NMEA/Android GPS sensor fusion in LocationServiceClaude Agent
2026-03-25feat(safety): log wind and current conditions at MOB activation (Section 4.6)Claude Agent
2026-03-25feat: add AnchorWatchHandler UI with Depth/Rode Out inputs and suggested radiusAgent
2026-03-25feat: satellite GRIB download with bandwidth optimisation (§9.1)Claudomator Agent
2026-03-25feat: offline GRIB staleness checker, ViewModel integration, and UI badgeClaudomator Agent
2026-03-25feat: implement PDF logbook export (Section 4.8)Claudomator Agent
2026-03-25feat: implement isochrone-based weather routing (Section 3.4)Claudomator Agent
2026-03-25feat: add harmonic tide height predictions (Section 3.2 / 4.2)Claudomator Agent
2026-03-25Add GpsPosition data class and NMEA RMC parser with testsClaudomator Agent
2026-03-25fix: resolve LocationService foreground service crashesPeter Stone
2026-03-25fix: add missing layout_width/height to instruments sheet include tagPeter Stone
2026-03-25fix: add layout_width/height to instrument text stylesPeter 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-22fix: resolve CI failures by adding JUnit vintage engine and skipping backgrou...Peter Stone
2026-03-22fix: request background location separately on Android 11+Peter Stone
2026-03-22merge: resolve conflicts in MainActivity.kt after refactoringPeter Stone
2026-03-22refactor: cleanup, simplify, and modularize Android app logicPeter Stone
2026-03-18fix: rasterize anchor icon vector drawable to prevent startup crashPeter Stone
2026-03-16fix: remove duplicate _orig source files causing duplicate class compilation ...Claudomator Agent