aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/CertifyOperation.java
Commit message (Expand)AuthorAgeFilesLines
* Update obsolete Nfc class prefixesNikita Mikhailov2016-04-161-2/+2
* performance: avoid expensive getSecretKeyType call, use cached where possibleVincent Breitmoser2016-02-051-13/+15
* Show notification when READ_CONTACTS permission is denied in sync service, hi...Dominik Schürmann2015-11-231-5/+1
* uploadop: clean up, add loggingVincent Breitmoser2015-10-291-1/+1
* upload: re-add upload by bytesVincent Breitmoser2015-09-281-18/+4
* export: externalize upload into its own operationVincent Breitmoser2015-09-261-9/+10
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-131-3/+6
* try cache in certify operation (fixes #1242)Vincent Breitmoser2015-07-071-3/+12
* cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-3/+2
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-031-4/+24
* ensuring code style is preservedAdithya Abraham Philip2015-07-031-12/+10
* added keyserver/proxy support to certify operationAdithya Abraham Philip2015-07-031-1/+3
* added OperationResult support to upload to keyserverAdithya Abraham Philip2015-07-031-9/+15
* added proxy support, silent right nowAdithya Abraham Philip2015-07-031-0/+1
* split import and export opsAdithya Abraham Philip2015-06-271-4/+4
* migrated Keybase verificationAdithya Abraham Philip2015-06-271-3/+6
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-3/+3
* fix RequiredInputParcel handling in CertifyOperationVincent Breitmoser2015-05-291-6/+25
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-1/+1
* more data in RequiredInputParcel, OperationResult notificationsVincent Breitmoser2015-03-211-2/+4
* fix more unit tests (syntax)Vincent Breitmoser2015-03-201-5/+6
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-1/+2
|\
| * New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-1/+2
* | support yubikeys in (some) edit key operationsVincent Breitmoser2015-03-201-3/+3
* | generalize NfcOperationParcel to RequiredInputParcel, including passphrasesVincent Breitmoser2015-03-191-8/+9
* | yubikey certifications!Vincent Breitmoser2015-03-181-22/+22
|/
* Add missing license headersDominik Schürmann2015-03-151-0/+17
* added contact sync at end of CertifyOperationAdithya Abraham Philip2015-03-111-0/+4
* add support for certification of user attributesVincent Breitmoser2015-03-081-8/+16
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-4/+4
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+1
* minor stuffVincent Breitmoser2015-01-031-3/+4
* make certify routines more robust (#1016)Vincent Breitmoser2015-01-031-0/+6
* Display error on certification attempt with yubikeyVincent Breitmoser2014-10-261-0/+5
* implement upload of keyring after certification, check that option by defaultVincent Breitmoser2014-10-261-5/+27
* some cleanup and documentation of *Operation classesVincent Breitmoser2014-10-151-0/+9
* CertifyOperation is not a Pgp- operationVincent Breitmoser2014-10-121-0/+147