From 7b24ee7b55db99467dd63e631ba55a27d08587d5 Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Sun, 1 Feb 2015 23:14:26 +0100 Subject: rewrite PgpSignEncrypt data flow - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService --- OpenKeychain/src/main/res/values/strings.xml | 60 +++++++++++++++++----------- 1 file changed, 37 insertions(+), 23 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 ea2e02e1c..2fd74f5a4 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -963,29 +963,43 @@ "Unlocking secret key" - "Preparing public keys for encryption" - "Signing of cleartext input not supported!" - "Preparing compression" - "Encrypting data" - "Bad passphrase!" - "Encountered IO Exception during operation!" - "Selected signing key cannot sign data!" - "Error fetching signing key!" - "NFC data error!" - "No passphrase provided!" - "Internal OpenPGP error!" - "Encountered OpenPGP signature exception!" - "Unknown error unlocking key!" - "Encrypting for key: %s" - "Missing key for encryption: %s" - "Bad key for encryption: %s" - "Sign/Encrypt operation successful!" - "NFC token required, requesting user input…" - "Passphrase required, requesting user input…" - "Signing data (without encryption)" - "Encrypting data with signature" - "Starting sign and/or encrypt operation" - "Preparing symmetric encryption" + "Starting sign/encrypt operation" + "Processing input from byte array" + "Processing input from uri" + "No input given!" + "Error opening Uri for reading!" + "Error opening Uri for writing!" + "More inputs than outputs specified! This is probably a programming error, please report!" + "Got outputs left but no inputs. This is probably a programming error, please report!" + "Sign/encrypt operation successful" + + + "Preparing public keys for encryption" + "Signing of cleartext input not supported!" + "Preparing compression" + "Encrypting data" + "Bad passphrase!" + "Requested hashing algorithm is not supported by this key!" + "Encountered IO Exception during operation!" + "Selected signing key cannot sign data!" + "Error fetching signing key!" + "NFC data error!" + "No passphrase provided!" + "Internal OpenPGP error!" + "Encountered OpenPGP signature exception!" + "Unknown error unlocking key!" + "Encrypting for key: %s" + "Missing key for encryption: %s" + "Bad key for encryption: %s" + "Sign/Encrypt operation successful!" + "NFC token required, requesting user input…" + "Passphrase required, requesting user input…" + "Signing data (without encryption)" + "Creating cleartext signature" + "Creating detached signature" + "Encrypting data with signature" + "Starting sign and/or encrypt operation" + "Preparing symmetric encryption" "Generating certifications" "Certifying all user IDs for key %s" -- cgit v1.2.3