Navigation: Add warning about supported devices

This commit is contained in:
José Rebelo
2026-03-22 15:19:18 +00:00
parent 27cad55c48
commit 3ccd231a54
2 changed files with 13 additions and 0 deletions
+2
View File
@@ -3535,6 +3535,8 @@
<string name="pref_summary_opentracks_packagename">Used for starting/stopping GPS track recording in external fitness app.</string>
<string name="pref_summary_navigation_forward">Forward instructions from navigation apps to the watch</string>
<string name="pref_title_navigation_forward">Send navigation to watch</string>
<string name="pref_summary_supported_devices">This feature is not supported by all devices. Click here for more information.</string>
<string name="pref_title_supported_devices">Supported devices</string>
<string name="watchface_dialog_pre_setting_position">pre-setting position to %s</string>
<string name="watchface_setting_light_up_on_notification">Light up on new notification</string>
+11
View File
@@ -272,6 +272,17 @@
android:title="@string/pref_title_nagivation_apps"
app:iconSpaceReserved="false">
<Preference
android:icon="@drawable/ic_warning_gray"
android:key="maps_warning_supported_devices"
android:persistent="false"
android:summary="@string/pref_summary_supported_devices"
android:title="@string/pref_title_supported_devices">
<intent
android:action="android.intent.action.VIEW"
android:data="https://gadgetbridge.org/basics/features/navigation/#supported-devices" />
</Preference>
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="navigation_forward"