aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Make create key wizard step-by-stepDominik Schürmann2015-03-091-167/+0
* Implemented NameEditTextchipset952015-03-091-23/+3
* minor code style correctionAdithya Abraham Philip2015-03-071-0/+1
* cleaned up codeAdithya Abraham Philip2015-03-061-43/+36
* added PassphraseEditTextAdithya Abraham Philip2015-03-061-14/+5
* Created EmailEditText, PasswordEditText and implemented wherever requiredchipset952015-03-061-49/+7
* Merge branch 'issue1050' of https://github.com/lezorich/open-keychain into pa...Dominik Schürmann2015-03-051-0/+26
|\
| * Integrates passphrase strength indicator to create key wizard.Lukas Zorich2015-03-031-0/+6
| * Add license to password strength view classesLukas Zorich2015-03-031-0/+20
* | #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-1/+2
|/
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-2/+2
* fix hideKeyboard() in other activities as well, just to be safeVincent Breitmoser2014-10-021-0/+3
* Dont show keyboard by default in key creation to allow the user to get an ove...Dominik Schürmann2014-09-271-3/+1
* Hack to fix #805Dominik Schürmann2014-09-221-4/+6
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-1/+1
* Fix animations in create keyDominik Schürmann2014-07-311-1/+1
* Create key: work on uploadDominik Schürmann2014-07-301-1/+0
* Create key: repeat passphraseDominik Schürmann2014-07-301-2/+32
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-07-301-15/+0
* Create key with fragmentsDominik Schürmann2014-07-301-0/+200