aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyEmailFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Handle user input on key creation more generouslyfiaxh2016-04-151-27/+8
| | | | | Allow empty name and do not regex-check email fixes #1825
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-101-2/+2
| | | | what tokens are supported
* 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 ↵Dominik Schürmann2015-05-041-48/+88
|\ | | | | | | | | | | | | into Hiperzone-development Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyEmailFragment.java
| * -removed unneeded inputType attribute from xml files (+1 squashed commits)Daniel Ramos2015-04-301-10/+10
| | | | | | | | | | | | Squashed commits: [ef54e68] -code style fixing
| * -Removed unneeded view references from the fragment class since they are not ↵Daniel Ramos2015-04-261-7/+3
| | | | | | | | | | | | used outside of createView. -cleanup
| * -removed unneeded code from previous commits. I tested on a KitKat(4.4.2) ↵Daniel Ramos2015-04-261-3/+0
| | | | | | | | and Lollipop (5.1) phone and everything seems to be preserved as expected.
| * Merge branch 'development' of https://github.com/open-keychain/open-keychain ↵Daniel Ramos2015-04-261-1/+3
| |\ | | | | | | | | | into development
| * | -Fixed a crash while recreating CreateKeyEmailFragmentDaniel Ramos2015-04-241-16/+16
| | | | | | | | | | | | | | | -Email data is properly restored while rotating the Activity. -Added necessary logic to guarantee that an email is actually valid before continuing, there are verifications for empty, duplicated and invalid formatted emails for both additional and main email.
| * | -Improved email sanity verifications when adding emails when creating a new KeyDaniel Ramos2015-04-141-26/+69
| | | | | | | | | | | | | | | | | | -fixed a few NFC crashes -fixed a few instances when showing the keyboard would crash the Activity -fixed a case where adding new emails would crash the app if the user went back and forth between the Add Email fragment and the Add Name fragment.
* | | 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
|\ \ \ | |_|/ |/| | | | | into manojkhannakm-development
| * | 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
| | | | 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