From 91645cc9029798d78f6d5630ff9ec121e391ec49 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 4 Apr 2026 02:38:51 +0000 Subject: feat(tripreport): add pre-trip planning and past track visualization - Fix compilation errors (missing imports for PropertyFactory and MaterialButton) - Implement Pre-Trip Report with weather summary, boat profile, and sail suggestions - Differentiate between active track (solid red) and past tracks (dotted red) on map - Add navigation to Pre-Trip Report from Safety Dashboard - Robustify track storage to preserve multiple tracks in session Co-Authored-By: Gemini CLI --- android-app/app/src/main/res/layout/fragment_safety.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'android-app/app/src/main/res/layout/fragment_safety.xml') diff --git a/android-app/app/src/main/res/layout/fragment_safety.xml b/android-app/app/src/main/res/layout/fragment_safety.xml index 5b2397e..f90420e 100644 --- a/android-app/app/src/main/res/layout/fragment_safety.xml +++ b/android-app/app/src/main/res/layout/fragment_safety.xml @@ -104,4 +104,13 @@ + + -- cgit v1.2.3