diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-16 01:09:44 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-16 01:09:44 +0000 |
| commit | 0ded60427f27d2f69ae235633c7a7ad1ece1cd9c (patch) | |
| tree | 8a77720d077b96773ba3de0fabdf5a08c90fb33f /docs | |
| parent | ff5854b75f2ba7c77d467fd9523e2a23060a7c46 (diff) | |
feat: add VHW boat speed parser, BoatSpeedData, and PerformanceViewModel
- NmeaParser: add parseVhw() for NMEA VHW (water speed) sentences, returning BoatSpeedData
- NmeaStreamManager: expose nmeaBoatSpeedData SharedFlow for VHW emissions
- BoatSpeedData: new sensor data class (bspKnots, timestampMs)
- PerformanceViewModel + factory: new ViewModel for performance metrics
- Preserve orig copies of MapFragment and UI tests for reference
- Update SESSION_STATE.md and allowed tool settings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/RAW_NARRATIVE.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/RAW_NARRATIVE.md b/docs/RAW_NARRATIVE.md index 1d1dfa9..567c343 100644 --- a/docs/RAW_NARRATIVE.md +++ b/docs/RAW_NARRATIVE.md @@ -25,3 +25,12 @@ Request necessary android permissions --- 2026-03-14T00:06:44Z --- Request necessary android permissions + +--- 2026-03-15T07:42:37Z --- +warning: Kapt support in Moshi Kotlin Code Gen is deprecated and will be removed in 2.0. Please migrate to KSP. https://github.com/square/moshi#codegen + +--- 2026-03-15T07:43:23Z --- +warning: Kapt support in Moshi Kotlin Code Gen is deprecated and will be removed in 2.0. Please migrate to KSP. https://github.com/square/moshi#codegen + +--- 2026-03-15T09:10:59Z --- +warning: Kapt support in Moshi Kotlin Code Gen is deprecated and will be removed in 2.0. Please migrate to KSP. https://github.com/square/moshi#codegen |
