aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/results
Commit message (Collapse)AuthorAgeFilesLines
* automatically extend single compound entry logsVincent Breitmoser2014-10-081-0/+9
|
* use sub results in importVincent Breitmoser2014-10-051-1/+8
|
* add support for hierarchical log entriesVincent Breitmoser2014-10-051-3/+54
|
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-043-5/+86
|\ | | | | | | into jacobshack-certify
| * Workings on new parcel for key downloadsDominik Schürmann2014-10-042-2/+74
| |
| * Pass imported master key ids via result parcelDominik Schürmann2014-10-041-3/+12
| |
* | certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-1/+0
|/ | | | | | Master key ids are unambiguous by database design, and only keys which are in the database are signed. There is no reason to check the fingerprint again during the certify operation.
* improve CertifyResult, add custom notifyVincent Breitmoser2014-10-043-2/+97
|
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-042-1/+73
|
* Fix string referenceDominik Schürmann2014-10-031-1/+1
|
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-1/+0
|
* 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
| | | | Fixes #895
* 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
| | | | closes #870
* 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
| | | | Closes #836
* 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