aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results
Commit message (Expand)AuthorAgeFilesLines
* migrated Keybase verificationAdithya Abraham Philip2015-06-272-1/+72
* 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 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-171-1/+5
|\|
| * return actual last log entry, including from sublogentryparcelsVincent Breitmoser2015-06-171-1/+5
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-061-0/+1
|\|
| * prevent keybase key replacing keyserver keyAdithya Abraham Philip2015-05-311-0/+1
* | introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-011-0/+13
|/
* rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-10/+21
* better error handling for bad encrypted data checksumVincent Breitmoser2015-05-301-0/+1
* warn on signature earlier than key creation, err on significantly earlierVincent Breitmoser2015-05-281-0/+1
* don't show allowed key list if no key exists, and some minor PgpDecryptVerify...Vincent Breitmoser2015-05-282-5/+8
* check fingerprint length after scanning qr codeVincent Breitmoser2015-05-171-1/+2
* apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-171-0/+3
* Add check for exporting two keys to same smart card slot.Joey Castillo2015-05-131-0/+2
* Bugfixes and changes based on feedbackJoey Castillo2015-05-131-5/+3
* Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-132-51/+3
* Moved checks from fragment to operation, impoved logging.Joey Castillo2015-05-122-0/+26
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-0/+30
* Externalize Parcelable cachingDominik Schürmann2015-04-101-59/+11
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-52/+6
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-304-70/+14
* pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-301-2/+0
* Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-291-2/+5
|\
| * changed style to WARN, corrected error messageAdithya Abraham Philip2015-03-281-2/+5
* | Fixing crashes with new encrypt uiDominik Schürmann2015-03-291-2/+18
* | actually promote to divert, pass yubikey's AIDVincent Breitmoser2015-03-221-1/+0
* | work on ad-hoc yubikey import supportVincent Breitmoser2015-03-211-2/+7
* | Merge remote-tracking branch 'origin/development' into v/crypto-input-parcelVincent Breitmoser2015-03-214-5/+5
|\|
| * Reworked Notify classManoj Khanna2015-03-204-16/+16
* | more data in RequiredInputParcel, OperationResult notificationsVincent Breitmoser2015-03-212-9/+22
* | add edit key unit test for no-opVincent Breitmoser2015-03-201-0/+1
* | fix unit tests (for real)Vincent Breitmoser2015-03-201-1/+3
* | Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-202-9/+12
|\|
| * New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-192-8/+11
* | support yubikeys in (some) edit key operationsVincent Breitmoser2015-03-203-34/+11
* | generalize NfcOperationParcel to RequiredInputParcel, including passphrasesVincent Breitmoser2015-03-193-8/+6
* | yubikey certifications!Vincent Breitmoser2015-03-184-4/+85
* | generalize nfc crypto input structureVincent Breitmoser2015-03-182-14/+4
|/
* add support for certification of user attributesVincent Breitmoser2015-03-081-2/+2
* Check for insecure hash and symmetric encryption algos on decryptDominik Schürmann2015-03-051-0/+2
* Merge branch 'development' of https://github.com/adithyaphilip/open-keychain ...Dominik Schürmann2015-03-041-0/+7
|\
| * added logging, notify for log exportAdithya Abraham Philip2015-03-011-0/+7
* | Cleanup for styleMorgan Gangwere2015-03-031-13/+6
* | Fix root cause of #1077Morgan Gangwere2015-03-031-6/+70
|/
* Merge keybase-proof branchDominik Schürmann2015-02-271-0/+9
|\
| * Moved from WebView to Spannables, some proof cleanup tooTim Bray2014-11-071-0/+9
* | determine correct filesize during decryption from LiteralData packetVincent Breitmoser2015-02-171-0/+1
* | rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-015-119/+198