mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Navigation: Add warning about supported devices
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user