aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyFinalFragment.java
Commit message (Expand)AuthorAgeFilesLines
...
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+0
* encapsulate high level edit key into new operation classVincent Breitmoser2015-01-031-4/+6
* introduce new ChangeUnlockParcel packet for extended passphrase changing capa...Vincent Breitmoser2014-12-291-1/+4
* move around package structure a bitVincent Breitmoser2014-10-101-2/+2
* Feature to change key configuration in create keyDominik Schürmann2014-09-211-13/+48
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-1/+1
* Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-131-1/+1
* work on OperationResultParcelVincent Breitmoser2014-09-141-4/+4
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-4/+4
* add cancel prevention mechanism, improve cancellation for key importVincent Breitmoser2014-08-311-1/+0
* add cancel support to edit key actionVincent Breitmoser2014-08-311-3/+2
* add ecc supportVincent Breitmoser2014-08-241-3/+7
* Fix result handling in account settingsDominik Schürmann2014-08-211-3/+3
* return some more resultsDominik Schürmann2014-08-201-26/+19
* Fix expiry when adding subkeysDominik Schürmann2014-08-161-3/+3
* Always return a SaveKeyringResult from savingDominik Schürmann2014-08-161-3/+1
* Pass through of master key id in SaveKeyringResultDominik Schürmann2014-08-141-2/+2
* Optimize importsDominik Schürmann2014-08-051-2/+0
* Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ...Dominik Schürmann2014-08-051-3/+5
* Create key: make single user id primary user id, other cleanupDominik Schürmann2014-08-051-0/+1
* Add user id with dialogDominik Schürmann2014-08-011-1/+2
* Fixes for uploadDominik Schürmann2014-07-311-13/+17
* Fix animations in create keyDominik Schürmann2014-07-311-7/+1
* Handle result in create keyDominik Schürmann2014-07-311-2/+7
* Create key: work on uploadDominik Schürmann2014-07-301-5/+9
* Create key: uploadDominik Schürmann2014-07-301-13/+20
* return values for create keyDominik Schürmann2014-07-301-3/+19
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-07-301-4/+3
* Create key with fragmentsDominik Schürmann2014-07-301-0/+220