From eb15dddf8715bbc1926b8030ab4db7fbeec666cf Mon Sep 17 00:00:00 2001 From: rsudev Date: Fri, 26 Jul 2013 23:05:40 +0200 Subject: Implements OKAPI Live access for opencaching.pl --- main/res/values/preference_keys.xml | 6 ++++++ main/res/values/strings.xml | 6 ++++++ main/res/xml/preferences.xml | 19 ++++++++++++++++++- 3 files changed, 30 insertions(+), 1 deletion(-) (limited to 'main/res') diff --git a/main/res/values/preference_keys.xml b/main/res/values/preference_keys.xml index 0d4e4bb..5080e1a 100644 --- a/main/res/values/preference_keys.xml +++ b/main/res/values/preference_keys.xml @@ -5,11 +5,13 @@ fakekey_services_screen fakekey_basicmembers_screen fakekey_ocde_authorization + fakekey_ocpl_authorization fakekey_twitter_authorization connectorGCActive username password connectorOCActive + connectorOCPLActive pass-vote twitter webDeviceName @@ -86,4 +88,8 @@ ocde-temp-token-secret ocde-temp-token-public fieldnoteExportDate + ocpl_tokensecret + ocpl_tokenpublic + ocpl-temp-token-secret + ocpl-temp-token-public diff --git a/main/res/values/strings.xml b/main/res/values/strings.xml index 6dd8064..68cd95d 100644 --- a/main/res/values/strings.xml +++ b/main/res/values/strings.xml @@ -391,6 +391,11 @@ Authorize c:geo with opencaching.de to search for caches and access/filter your found caches. Authorize c:geo Authorize c:geo again + Opencaching.pl + Activate + Authorize c:geo with opencaching.pl to search for caches and access/filter your found caches. + Authorize c:geo + Authorize c:geo again GCvote.com Twitter Activate @@ -534,6 +539,7 @@ opencaching.de + opencaching.pl Authorize c:geo Start authorization Start again diff --git a/main/res/xml/preferences.xml b/main/res/xml/preferences.xml index 660a411..ec2e6b6 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" /> - + + + + + + + +