summaryrefslogtreecommitdiff
path: root/android-app/build.gradle.kts
AgeCommit message (Collapse)Author
2026-03-25feat(track): wire NMEA wind data into GPS track pointsHEADmasterfix/wire-anchor-to-mapfix/weather-fallbackfix/remove-mock-tidalfeat/show-wind-directionfeat/show-swell-directionfeat/logbookClaudomator Agent
MainViewModel caches the latest WindData from LocationService.nmeaWindDataFlow via updateWind(). addGpsPoint() populates TrackPoint wind fields from the cache, defaulting to zero if no NMEA wind sentence has arrived yet. MainActivity.observeDataSources() feeds LocationService.nmeaWindDataFlow into viewModel.updateWind() alongside the existing GPS and anchor observers. 3 new unit tests in MainViewModelWindTest verify zero-default, wind capture, and mid-track wind update behaviour. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>