aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/results
Commit message (Expand)AuthorAgeFilesLines
* pass (encryption) key id from Decrypt*Fragment to NfcActivityVincent Breitmoser2014-09-301-1/+7
* pass key id for check from EncryptActivity to NfcActivityVincent Breitmoser2014-09-301-1/+7
* be more mindful of algorithm and usage flag interactionVincent Breitmoser2014-09-281-0/+2
* use correct pin for nfc in EncryptActivityVincent Breitmoser2014-09-241-1/+7
* Yubikey text decryption workingDominik Schürmann2014-09-241-5/+7
* Yubikey decryptionDominik Schürmann2014-09-241-7/+5
* DecryptTextActivity reworkDominik Schürmann2014-09-232-2/+4
* be more precise on importresult overall errorVincent Breitmoser2014-09-231-1/+1
* take failed keys into account in importkeyresult notificationVincent Breitmoser2014-09-231-1/+12
* reject keys with duplicate subkeys altogetherVincent Breitmoser2014-09-231-0/+1
* log "unspecified" flags differentlyVincent Breitmoser2014-09-221-0/+2
* show authenticate flag in logsVincent Breitmoser2014-09-221-16/+32
* Fix LogDisplayFragmentDominik Schürmann2014-09-212-3/+10
* Fix ConsolidateResult, needed parcelable methodsDominik Schürmann2014-09-211-0/+19
* respect user id revocation signaturesVincent Breitmoser2014-09-201-1/+5
* Use key icons in import, prettify itemsDominik Schürmann2014-09-181-2/+2
* Fixes for nfc decryptDominik Schürmann2014-09-181-3/+12
* Fix nfc signingDominik Schürmann2014-09-181-1/+1
* Fix cleartext verifyDominik Schürmann2014-09-171-0/+4
* Work on new result handling (WIP)Dominik Schürmann2014-09-173-8/+19
* minor fix for passphrase testVincent Breitmoser2014-09-151-1/+1
* move LogLevel info into LogType enumVincent Breitmoser2014-09-152-270/+266
* work on OperationResultParcelVincent Breitmoser2014-09-148-33/+22
* pending results are a type of non-successVincent Breitmoser2014-09-142-5/+6
* (forgot a file for previous commit)Vincent Breitmoser2014-09-141-0/+103
* add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-141-0/+31
* log warning on bad uid encodingVincent Breitmoser2014-09-131-0/+1
* add a ton of logging to DecryptVerifyVincent Breitmoser2014-09-131-0/+38
* working version of DecryptVerifyResultVincent Breitmoser2014-09-131-6/+9
* introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-131-0/+113
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-136-0/+965