aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java
Commit message (Expand)AuthorAgeFilesLines
* Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
* pass through messenger to certify service from ViewKeyActivityVincent Breitmoser2015-02-281-35/+51
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-1/+1
* make user_ids table typed, with attribute_data supportVincent Breitmoser2015-01-141-11/+11
* 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
* 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; cre...Dominik Schürmann2014-09-171-7/+6
* 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