From 4d1d3f6f5ea2eca224965ed3a2f1de5c551453fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 8 Sep 2013 17:04:33 +0200 Subject: Select pub key when email could not be found --- .../res/layout/crypto_provider_demo.xml | 84 ++++++++++++---------- .../keychain/demo/CryptoProviderDemoActivity.java | 10 +-- .../layout/api_app_select_pub_keys_activity.xml | 22 ++++++ OpenPGP-Keychain/res/values/strings.xml | 9 +-- .../keychain/helper/PgpMain.java | 8 +-- .../keychain/remote_api/CryptoService.java | 26 ++++--- .../keychain/remote_api/CryptoServiceActivity.java | 60 ++++++++++++---- .../keychain/service/KeychainIntentService.java | 17 ++--- 8 files changed, 153 insertions(+), 83 deletions(-) create mode 100644 OpenPGP-Keychain/res/layout/api_app_select_pub_keys_activity.xml diff --git a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml index af1e345d6..47a8b6520 100644 --- a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml +++ b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml @@ -1,56 +1,59 @@ - + android:layout_height="match_parent" + android:orientation="vertical" > - + android:layout_height="wrap_content" + android:text="Encrypt UserIds (split with ',')" + android:textAppearance="?android:attr/textAppearanceMedium" /> - + - + - + - + - + - +