From debb90409a0a90ce9351c83e42cb72f8935bacb1 Mon Sep 17 00:00:00 2001 From: senecaso Date: Mon, 17 Oct 2011 10:07:37 +0900 Subject: -implementation of "--send-key" -implementation of "--sign-key" -partial implementation of exchanging/verifying keys via QR Code --- res/layout/key_server_export_layout.xml | 42 +++++++++++++++++++++++++++++++++ res/layout/sign_key_layout.xml | 40 +++++++++++++++++++++++++++++++ res/values/strings.xml | 12 ++++++++++ 3 files changed, 94 insertions(+) create mode 100644 res/layout/key_server_export_layout.xml create mode 100644 res/layout/sign_key_layout.xml (limited to 'res') diff --git a/res/layout/key_server_export_layout.xml b/res/layout/key_server_export_layout.xml new file mode 100644 index 000000000..b2270417d --- /dev/null +++ b/res/layout/key_server_export_layout.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index 5b29e4f12..d81ac3a3d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -42,7 +42,10 @@ Key Not Found Getting Started Query Key Server + Export to Key Server Unknown Signature Key + Import from QR Code + Sign Key User IDs @@ -74,6 +77,7 @@ Change Pass Phrase Set Pass Phrase Search + Export To Server About @@ -92,6 +96,10 @@ Help Key Server Update + Export To Server + Share + Scan QR Code + Sign Key Sign @@ -124,6 +132,7 @@ Name Comment Email + Send Key to Server? Select 1 Selected @@ -217,6 +226,9 @@ Key editing is still kind of beta. %s bad secret key(s) ignored. Perhaps you exported with the option\n --export-secret-subkeys\nMake sure you export with\n --export-secret-keys\ninstead. Unknown key %s, do you want to try finding it on a keyserver? + Successfully sent key to server + Successfully signed key + Successfully validated and imported key -- cgit v1.2.3