aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/xml')
-rw-r--r--main/res/xml/preferences.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml
index edfcf98..2afb1ad 100644
--- a/main/res/xml/preferences.xml
+++ b/main/res/xml/preferences.xml
@@ -74,13 +74,30 @@
android:layout="@layout/text_preference"
android:text="@string/init_oc_de_description"
android:dependency="@string/pref_connectorOCActive" />
- <cgeo.geocaching.settings.AuthorizeOcDePreference
+ <cgeo.geocaching.settings.AuthorizeOcPreference
android:key="@string/pref_fakekey_ocde_authorization"
android:dependency="@string/pref_connectorOCActive" />
</PreferenceCategory>
<PreferenceCategory
+ android:title="@string/init_oc_pl" >
+
+ <CheckBoxPreference
+ android:key="@string/pref_connectorOCPLActive"
+ android:title="@string/settings_activate_oc_pl"
+ android:defaultValue="false" />
+ <cgeo.geocaching.settings.TextPreference
+ android:layout="@layout/text_preference"
+ android:text="@string/init_oc_pl_description"
+ android:dependency="@string/pref_connectorOCPLActive" />
+ <cgeo.geocaching.settings.AuthorizeOcPreference
+ android:key="@string/pref_fakekey_ocpl_authorization"
+ android:dependency="@string/pref_connectorOCPLActive" />
+
+ </PreferenceCategory>
+
+ <PreferenceCategory
android:title="@string/init_gcvote" >
<cgeo.geocaching.settings.EditPasswordPreference