aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyEmailFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Handle user input on key creation more generouslyfiaxh2016-04-151-27/+8
* Use more generic 'Security Token' where possible, add sutitle to create key w...Dominik Schürmann2016-01-101-2/+2
* Prevent nfc dialog from closing when touching outside of it, add cancel buttonDominik Schürmann2015-10-161-1/+1
* Allow choosing of YubiKey PINDominik Schürmann2015-10-161-1/+1
* Fix caching of empty passphrase before moving keys to cardDominik Schürmann2015-07-031-4/+0
* Add create key fragments for YubiKey PINsDominik Schürmann2015-07-011-4/+33
* Fixing rotate crashes in create keyDominik Schürmann2015-05-101-5/+1
* Display notify above keyboard in CreateKeyEmailFragmentDominik Schürmann2015-05-041-2/+2
* Fix email patternDominik Schürmann2015-05-041-1/+1
* Use more simple email validation regexDominik Schürmann2015-05-041-7/+8
* Merge branch 'development' of https://github.com/Hiperzone/open-keychain into...Dominik Schürmann2015-05-041-48/+88
|\
| * -removed unneeded inputType attribute from xml files (+1 squashed commits)Daniel Ramos2015-04-301-10/+10
| * -Removed unneeded view references from the fragment class since they are not ...Daniel Ramos2015-04-261-7/+3
| * -removed unneeded code from previous commits. I tested on a KitKat(4.4.2) and...Daniel Ramos2015-04-261-3/+0
| * Merge branch 'development' of https://github.com/open-keychain/open-keychain ...Daniel Ramos2015-04-261-1/+3
| |\
| * | -Fixed a crash while recreating CreateKeyEmailFragmentDaniel Ramos2015-04-241-16/+16
| * | -Improved email sanity verifications when adding emails when creating a new KeyDaniel Ramos2015-04-141-26/+69
* | | Fix dublicated code in CreateKeyEmailFragmentDominik Schürmann2015-05-041-4/+0
* | | Merge branch 'development' of https://github.com/manojkhannakm/open-keychain ...Dominik Schürmann2015-05-041-2/+6
|\ \ \ | |_|/ |/| |
| * | Espresso test for CreateKeyActivityManoj Khanna2015-04-251-5/+6
| |/
* / UI fixes for Android < 5Dominik Schürmann2015-04-261-4/+3
|/
* 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
* 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