aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations
Commit message (Expand)AuthorAgeFilesLines
* fixed multi-deletion bug, moved logic into DeleteKeyDialogActivityAdithya Abraham Philip2015-07-152-2/+5
* upload only public key in revocationAdithya Abraham Philip2015-07-132-1/+15
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-138-25/+47
* added retry on upload failureAdithya Abraham Philip2015-07-133-2/+16
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-1317-43/+55
* prevented passphrase caching on revocationAdithya Abraham Philip2015-07-132-1/+4
* use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-1/+1
* implemented revocation on deletionAdithya Abraham Philip2015-07-139-11/+326
* fixed QR code scan and serialKeyImport progressAdithya Abraham Philip2015-07-081-1/+3
* Merge pull request #1424 from open-keychain/import-proxyDominik Schürmann2015-07-081-1/+7
|\
| * shifted proxy checking to ImportKeysListCloudLoaderAdithya Abraham Philip2015-07-081-1/+7
* | fix symmetric passphrase caching (fixes #1401)Vincent Breitmoser2015-07-082-2/+7
|/
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-07-082-3/+14
|\
| * addition of subkeys for divert-to-card primary keys is not supportedVincent Breitmoser2015-07-081-0/+1
| * better handling of divert-to-card keys for subkey modificationsVincent Breitmoser2015-07-081-0/+1
| * try cache in certify operation (fixes #1242)Vincent Breitmoser2015-07-071-3/+12
* | Temporary fix for multi exportDominik Schürmann2015-07-081-10/+12
|/
* don't cache exporthelper, keep type for KeyItem in KeySpinnerVincent Breitmoser2015-07-061-11/+11
* nicer error msg if input data cannot be readVincent Breitmoser2015-07-061-0/+1
* cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-0610-50/+60
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-037-44/+161
* removed e.printStackTrace from several placesAdithya Abraham Philip2015-07-031-1/+2
* ensuring code style is preservedAdithya Abraham Philip2015-07-032-13/+11
* added keyserver/proxy support to certify operationAdithya Abraham Philip2015-07-031-1/+3
* added OperationResult support to upload to keyserverAdithya Abraham Philip2015-07-032-9/+19
* added proxy support, silent right nowAdithya Abraham Philip2015-07-032-1/+2
* Fix caching of empty passphrase before moving keys to cardDominik Schürmann2015-07-031-7/+16
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-0/+2
* Add create key fragments for YubiKey PINsDominik Schürmann2015-07-012-3/+0
* split import and export opsAdithya Abraham Philip2015-06-273-344/+379
* fixed package importAdithya Abraham Philip2015-06-271-2/+1
* removed debug logs, added licensesAdithya Abraham Philip2015-06-273-3/+58
* migrated Keybase verificationAdithya Abraham Philip2015-06-274-4/+219
* migrated consolidationAdithya Abraham Philip2015-06-271-0/+27
* fixed promote key testsAdithya Abraham Philip2015-06-271-0/+5
* migrated promote op to KeychainNewServiceAdithya Abraham Philip2015-06-271-2/+10
* migrated delete op to KeychainNewServiceAdithya Abraham Philip2015-06-271-2/+10
* added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-271-5/+41
* introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-271-15/+259
* implement deletion of filesVincent Breitmoser2015-06-234-4/+4
* Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-181-9/+21
|\
| * more stable nullable behavior in OperationLogVincent Breitmoser2015-06-181-9/+21
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-171-6/+10
|\|
| * fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-6/+10
* | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-172-2/+6
|\|
| * return actual last log entry, including from sublogentryparcelsVincent Breitmoser2015-06-171-1/+5
| * fix recursive log in modifySecretKeyRingVincent Breitmoser2015-06-171-1/+1
* | WIP! Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-074-7/+13
|\|
| * eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-064-7/+13
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-063-18/+25
|\|