aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/CertifyActionsParcel.java
Commit message (Collapse)AuthorAgeFilesLines
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-0/+2
|
* fix more unit tests (syntax)Vincent Breitmoser2015-03-201-9/+1
|
* support yubikeys in (some) edit key operationsVincent Breitmoser2015-03-201-4/+0
|
* yubikey certifications!Vincent Breitmoser2015-03-181-2/+12
|
* generalize nfc crypto input structureVincent Breitmoser2015-03-181-7/+6
|
* introduce CryptoOperationParcel for nfc dataVincent Breitmoser2015-03-181-2/+9
|
* add support for certification of user attributesVincent Breitmoser2015-03-081-3/+11
|
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+1
|
* certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-5/+3
| | | | | | 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.
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-041-0/+111