aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* 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