aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Created EmailEditText, PasswordEditText and implemented wherever requiredchipset952015-03-061-49/+7
|
* Merge branch 'issue1050' of https://github.com/lezorich/open-keychain into ↵Dominik Schürmann2015-03-051-0/+26
|\ | | | | | | | | | | | | passphrase-strength-indicator Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java
| * Integrates passphrase strength indicator to create key wizard.Lukas Zorich2015-03-031-0/+6
| | | | | | | | | | | | | | | | This commit patches issue #1050. The padding set in the passphrase edit text is set programmatically because there is a bug in appcompat-v7 where padding via xml doesn't work: http://code.google.com/p/android/issues/detail?id=77982
| * Add license to password strength view classesLukas Zorich2015-03-031-0/+20
| |
* | #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-1/+2
|/ | | | | Created enum FragAction in CreateKeyActivity.java and enum State in KeyFormattingUtils.java and replaced int constants with them
* 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 ↵Dominik Schürmann2014-09-271-3/+1
| | | | overview what to type, use spannable where possible
* Hack to fix #805Dominik Schürmann2014-09-221-4/+6
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-1/+1
| | | | created ui.util for everything related to formatting
* 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
| | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/ui/AccountSettingsFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyActivity.java
* Create key with fragmentsDominik Schürmann2014-07-301-0/+200