aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyEmailFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Use RecyclerView in EncryptFilesFragmentDominik Schürmann2015-03-301-13/+12
|
* -Fixed a situation where additional emails could be duplicated when creating ↵Daniel Ramos2015-03-271-12/+36
| | | | 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.
* Manage my keys wizardDominik Schürmann2015-03-191-26/+34
|
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-1/+1
|
* Add additional email addresses in create keyDominik Schürmann2015-03-101-2/+178
|
* Make create key wizard step-by-stepDominik Schürmann2015-03-091-0/+134