aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/results/OperationResult.java
Commit message (Collapse)AuthorAgeFilesLines
* move around package structure a bitVincent Breitmoser2014-10-101-710/+0
|
* 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-041-2/+10
|\ | | | | | | into jacobshack-certify
| * Workings on new parcel for key downloadsDominik Schürmann2014-10-041-2/+10
| |
* | 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-041-0/+1
|
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-041-1/+16
|
* Fix string referenceDominik Schürmann2014-10-031-1/+1
|
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-1/+0
|
* be more mindful of algorithm and usage flag interactionVincent Breitmoser2014-09-281-0/+2
| | | | Fixes #895
* DecryptTextActivity reworkDominik Schürmann2014-09-231-1/+3
|
* 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
|
* respect user id revocation signaturesVincent Breitmoser2014-09-201-1/+5
| | | | Closes #836
* Fix cleartext verifyDominik Schürmann2014-09-171-0/+4
|
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-1/+1
|
* minor fix for passphrase testVincent Breitmoser2014-09-151-1/+1
|
* move LogLevel info into LogType enumVincent Breitmoser2014-09-151-269/+265
|
* work on OperationResultParcelVincent Breitmoser2014-09-141-0/+594