From 25b184bd620d60b89ae1fb04d4e0bb502d14080d Mon Sep 17 00:00:00 2001 From: Herbert von Broeuschmeul Date: Thu, 10 Feb 2011 11:10:54 +0100 Subject: add a option to force aute-activation of the chosen location provider --- res/values-en/strings.xml | 3 +++ res/values-fr/strings.xml | 3 +++ res/values/constants.xml | 1 + res/values/strings.xml | 3 +++ res/xml/pref.xml | 7 +++++++ 5 files changed, 17 insertions(+) (limited to 'res') diff --git a/res/values-en/strings.xml b/res/values-en/strings.xml index 4caad7d..c653854 100644 --- a/res/values-en/strings.xml +++ b/res/values-en/strings.xml @@ -29,6 +29,9 @@ Replace internal GPS Bluetooth GPS will replace internal GPS Bluetooth GPS will use a new location provider + Auto-enable location provider + Auto-enable the location provider, even if it has been disabled + Auto-enable the location provider only if it doesn\'t exist yet Mock location provider name Bluetooth GPS name: %s Enable/Disable NMEA log diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 2b4418e..9e55321 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -30,6 +30,9 @@ Remplacer le GPS interne Le GPS Bluetooth remplacera le GPS interne Un nouveau location provider sera utilisé + Forcer l\'activation du location provider + Auto-activation du provider, même si l\'utilisateur l\'a desactivé + Auto-activation du provider, uniquement s\'il n\'existe pas déjà. Nom du location provider Nom du GPS Bluetooth : %s Nombre de connexions diff --git a/res/values/constants.xml b/res/values/constants.xml index 47ab9db..79a76d3 100644 --- a/res/values/constants.xml +++ b/res/values/constants.xml @@ -24,6 +24,7 @@ startGps gpsLocationProviderKey replaceStdtGps + forceEnableProvider mockGpsName connectionRetries trackRecording diff --git a/res/values/strings.xml b/res/values/strings.xml index 79f4a2d..e3d3d1c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -33,6 +33,9 @@ Internal GPS will remain available --> Bluetooth GPS will use a new location provider + Auto-enable location provider + Auto-enable the location provider, even if it has been disabled + Auto-enable the location provider only if it doesn\'t exist yet Mock location provider name Bluetooth GPS name: %s Connection retry number diff --git a/res/xml/pref.xml b/res/xml/pref.xml index 84478d0..92e2628 100644 --- a/res/xml/pref.xml +++ b/res/xml/pref.xml @@ -48,6 +48,13 @@ android:title="@string/pref_replace_std_gps_title" android:summaryOn="@string/pref_replace_std_gps_summary_on" android:summaryOff="@string/pref_replace_std_gps_summary_off" /> +