aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyFinalFragment.java
Commit message (Expand)AuthorAgeFilesLines
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-1/+3
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-3/+3
* move queued action handling from prev commit into onActivityCreatedVincent Breitmoser2015-07-071-31/+27
* handle getActivity() by queueing results in CreateKeyFinalFragmentVincent Breitmoser2015-07-071-37/+90
* some cleanup and documentationVincent Breitmoser2015-07-061-5/+10
* Fix caching of empty passphrase before moving keys to cardDominik Schürmann2015-07-031-3/+8
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-2/+8
* Add create key fragments for YubiKey PINsDominik Schürmann2015-07-011-2/+2
* Merge logs in create keyDominik Schürmann2015-07-011-9/+9
* Use operation helper for move to cardDominik Schürmann2015-07-011-37/+64
* Merge branch 'master' of github.com:open-keychain/open-keychainAdithya Abraham Philip2015-06-301-33/+121
|\
| * Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-15/+78
* | made CryptoOperationFragment implement OperationHelper.CallbackAdithya Abraham Philip2015-06-301-2/+2
* | changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
* | deleted KeychainServiceAdithya Abraham Philip2015-06-271-7/+0
* | migrated key creation to KeychainNewServiceAdithya Abraham Philip2015-06-271-69/+40
* | added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-271-39/+47
|/
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-12/+8
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-11/+11
* merged servicesAdithya Abraham Philip2015-06-011-5/+6
* don't keep an activity reference in CreateKeyFinalFragmentVincent Breitmoser2015-05-281-26/+20
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-6/+16
* shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-7/+10
* Reworked Notify classManoj Khanna2015-03-201-2/+2
* Manage my keys wizardDominik Schürmann2015-03-191-36/+24
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-4/+5
* object oriented split user idDominik Schürmann2015-03-161-2/+2
* Merge pull request #1117 from danielnelz/developmentDominik Schürmann2015-03-121-2/+2
|\
| * Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-2/+2
* | Add additional email addresses in create keyDominik Schürmann2015-03-101-2/+31
* | Make create key wizard step-by-stepDominik Schürmann2015-03-091-1/+1
|/
* #1042 replaced some int constants with enumsDaniel Nelz2015-03-041-1/+2
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-3/+3
* 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