From 1ef6f883e34a08dc916ad7dfabd7f892964aff54 Mon Sep 17 00:00:00 2001 From: Adithya Abraham Philip Date: Mon, 27 Jul 2015 14:10:26 +0530 Subject: introduced keyserver sync adapter --- OpenKeychain/src/main/res/values/strings.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenKeychain/src/main/res/values') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 72406aaab..6309faf85 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1351,6 +1351,12 @@ "Clear Passwords" "Password" + + "Orbot not running" + "Keyserver sync failed since Orbot is not running. What would you like to do?" + "Start Orbot" + "Don't use Tor" + "Take back your privacy with OpenKeychain!" "Create my key" -- cgit v1.2.3 From 448657602ce5baa5b2a99e26ab2eb2fb8061778f Mon Sep 17 00:00:00 2001 From: Adithya Abraham Philip Date: Thu, 30 Jul 2015 04:39:38 +0530 Subject: improved orbot notify, added periodic sync --- OpenKeychain/src/main/res/values/strings.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenKeychain/src/main/res/values') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 6309faf85..67a727645 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1352,10 +1352,10 @@ "Password" - "Orbot not running" - "Keyserver sync failed since Orbot is not running. What would you like to do?" + "Sync From Cloud requires Orbot" + "Tap to start orbot" "Start Orbot" - "Don't use Tor" + "Direct" "Take back your privacy with OpenKeychain!" -- cgit v1.2.3 From 6af24527da68721cb6e613e0bf8f8a5b4addbbf4 Mon Sep 17 00:00:00 2001 From: Adithya Abraham Philip Date: Sun, 16 Aug 2015 14:32:35 +0530 Subject: changed sync name --- OpenKeychain/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res/values') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 67a727645..495660a22 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1352,6 +1352,7 @@ "Password" + "Update Keys from Cloud" "Sync From Cloud requires Orbot" "Tap to start orbot" "Start Orbot" -- cgit v1.2.3 From 3f8f70b0a99554aae52fd80d31c29f32a34df5d2 Mon Sep 17 00:00:00 2001 From: Adithya Abraham Philip Date: Mon, 17 Aug 2015 03:08:42 +0530 Subject: added sync preferences --- OpenKeychain/src/main/res/values/strings.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenKeychain/src/main/res/values') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 495660a22..ba5be593f 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -51,6 +51,7 @@ "Password/PIN Handling" "Proxy Settings" "Interface" + "Sync Settings" "Confirm" "Actions" "Key" @@ -175,6 +176,11 @@ "keybase.io" "Search keys on keybase.io" + "Automatically update keys" + "Updates keys older than a week, from the preferred keyserver" + "Sync Contacts with Keys" + "Associates contacts with imported keys, based on email, completely offline" + "Enable Tor" "Requires Orbot to be installed" -- cgit v1.2.3 From f625a26bbd9e4e1049480028b7738ff4e37fd712 Mon Sep 17 00:00:00 2001 From: Adithya Abraham Philip Date: Mon, 17 Aug 2015 03:39:24 +0530 Subject: added on/off summaries --- OpenKeychain/src/main/res/values/strings.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'OpenKeychain/src/main/res/values') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index ba5be593f..2d9b22852 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -177,9 +177,13 @@ "Search keys on keybase.io" "Automatically update keys" - "Updates keys older than a week, from the preferred keyserver" + "Keys older than a week are updated from the preferred keyserver" + "Keys not automatically updated" "Sync Contacts with Keys" - "Associates contacts with imported keys, based on email, completely offline" + "Keys linked to contacts with matching emails, happens completely offline" + "New keys will not be linked to contacts" + + "Automatically update keys" "Enable Tor" @@ -1358,7 +1362,6 @@ "Password" - "Update Keys from Cloud" "Sync From Cloud requires Orbot" "Tap to start orbot" "Start Orbot" -- cgit v1.2.3 From 0251f0e41695d3961dde553ba9ab76fa46583abb Mon Sep 17 00:00:00 2001 From: Adithya Abraham Philip Date: Wed, 19 Aug 2015 01:13:12 +0530 Subject: introduced constants for keyserver sync, fixed sync issue --- OpenKeychain/src/main/res/values/strings.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenKeychain/src/main/res/values') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 2d9b22852..643f41004 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1314,7 +1314,6 @@ "Nothing to revoke!" - "Secret keys can only be revoked individually!" "Cannot find key to revoke!" "Revoking key %s" "Failed revoking key" -- cgit v1.2.3