aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpCertifyOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* add support for second line in log viewVincent Breitmoser2014-10-051-0/+3
|
* certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-5/+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-3/+5
|
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-041-0/+149