aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-12-16 22:07:15 +0100
committerBananeweizen <bananeweizen@gmx.de>2013-12-16 22:07:15 +0100
commit537762a5a2e1d1dcfe7f990ef31c5c9a86d8c457 (patch)
tree3c1bba660663b7e5ea8971d2e48b36b746e2695c /main/res/xml
parenta990a9bc2c569c60d0fc10ba5f0ce3027b08b142 (diff)
downloadcgeo-537762a5a2e1d1dcfe7f990ef31c5c9a86d8c457.zip
cgeo-537762a5a2e1d1dcfe7f990ef31c5c9a86d8c457.tar.gz
cgeo-537762a5a2e1d1dcfe7f990ef31c5c9a86d8c457.tar.bz2
new: have OpenCaching.com as normal connector
* now with bounding box search for live map * fixed search by center * added setting to enable/disable connector
Diffstat (limited to 'main/res/xml')
-rw-r--r--main/res/xml/preferences.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index 8c72ae0..b7fd880 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -161,6 +161,43 @@
</PreferenceCategory>
</PreferenceScreen>
+ <PreferenceScreen android:title="@string/settings_title_ox" >
+ <PreferenceCategory android:title="@string/settings_settings" >
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="@string/pref_connectorOXActive"
+ android:title="@string/settings_activate_ox" />
+<!--
+ <EditTextPreference
+ android:dependency="@string/pref_connectorECActive"
+ android:dialogTitle="@string/init_username"
+ android:hint="@string/init_username"
+ android:imeOptions="actionDone"
+ android:key="@string/pref_ecusername"
+ android:singleLine="true"
+ android:title="@string/init_username" />
+
+ <cgeo.geocaching.settings.EditPasswordPreference
+ android:dependency="@string/pref_connectorECActive"
+ android:dialogTitle="@string/init_password"
+ android:hint="@string/init_password"
+ android:imeOptions="actionDone"
+ android:inputType="textPassword"
+ android:key="@string/pref_ecpassword"
+ android:singleLine="true"
+ android:title="@string/init_password" />
+ <cgeo.geocaching.settings.CheckECCredentialsPreference
+ android:dependency="@string/pref_connectorECActive"
+ android:title="@string/init_login" />
+ -->
+ </PreferenceCategory>
+ <PreferenceCategory android:title="@string/settings_information" >
+ <Preference
+ android:key="@string/pref_fakekey_ox_website"
+ android:title="@string/settings_open_website" />
+ </PreferenceCategory>
+ </PreferenceScreen>
+
<PreferenceScreen android:title="@string/init_gcvote" >
<PreferenceCategory android:title="@string/settings_settings" >
<cgeo.geocaching.settings.EditPasswordPreference