aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* retrofit getBlob method of matrixcursor for android 2.3Vincent Breitmoser2014-10-271-1/+20
|
* Rename multi certify files to certifyDominik Schürmann2014-10-261-0/+393
|
* Remove old certify activityDominik Schürmann2014-10-251-422/+0
|
* move around package structure a bitVincent Breitmoser2014-10-101-3/+3
|
* certify: get rid of fingerprint checkVincent Breitmoser2014-10-041-4/+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-13/+16
|
* DecryptTextActivity reworkDominik Schürmann2014-09-231-2/+2
|
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-1/+1
|
* key spinner fixesDominik Schürmann2014-09-211-1/+1
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-7/+6
| | | | created ui.util for everything related to formatting
* work on OperationResultParcelVincent Breitmoser2014-09-141-11/+10
|
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-1/+1
|
* fix key upload after certification (hopefully?)Vincent Breitmoser2014-09-121-4/+1
|
* use LoaderFragment for CertifyActivityVincent Breitmoser2014-08-311-0/+425