From 1f9f0ec3f7ce986134ed75836fc42e43582aa34f Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 27 May 2026 05:32:36 +0000 Subject: Add pirate mode Easter egg to trip report MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Long-press the "Trip Report" header flips the narrative into pirate dialect (☠ VOYAGE header, "Made X nm by the log", "Avast!" log-entry prefixes, closing "Fair winds and following seas. Arr."). Long-press again returns to standard nav voice. Seamanlike output remains the default; pirate mode is purely opt-in. https://claude.ai/code/session_01KXYBuAHZkvv63DeUG6XaZD --- android-app/app/src/main/res/layout/fragment_trip_report.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'android-app/app/src/main/res') diff --git a/android-app/app/src/main/res/layout/fragment_trip_report.xml b/android-app/app/src/main/res/layout/fragment_trip_report.xml index 7228fa9..c8092ba 100644 --- a/android-app/app/src/main/res/layout/fragment_trip_report.xml +++ b/android-app/app/src/main/res/layout/fragment_trip_report.xml @@ -12,12 +12,14 @@ android:padding="24dp"> + android:layout_marginBottom="24dp" + android:longClickable="true" />