summaryrefslogtreecommitdiff
path: root/android-app/gradle/wrapper/gradle-wrapper.jar
AgeCommit message (Collapse)Author
3 daysfeat(track): wire NMEA wind data into GPS track pointsHEADmasterClaudomator 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>