From 605c9ace5859fae10d60c04af3acee236ac6a669 Mon Sep 17 00:00:00 2001 From: Daniel Ramos Date: Fri, 27 Mar 2015 22:36:20 +0000 Subject: -Fixed a situation where additional emails could be duplicated when creating a new key -If CreateKeyEmailFragment view is recreated, the array of additional emails won't be repopulated again if its not null, avoiding new reallocations. -if CreateKeyEmailFragment view is recreated, the email adapter wont be recreated if its not null, avoiding new reallocations. --- OpenKeychain/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenKeychain/src/main/res/values/strings.xml') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 8c4fe2a33..6ee30887b 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -629,6 +629,7 @@ "Change key configuration" "Add email address" "Additional email addresses are also associated to this key and can be used for secure communication." + "Email has already been added" "Revoked: Key must not be used anymore!" -- cgit v1.2.3