aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyFingerprintActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Experimental word comparisonDominik Schürmann2015-08-271-3/+6
|
* first steps toward yubikey activityVincent Breitmoser2015-03-211-0/+1
| | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* pass through messenger to certify service from ViewKeyActivityVincent Breitmoser2015-02-281-12/+0
| | | | | | the idea here is to handle progress and result of the CertifyActivity directly in ViewKeyActivity by passing a messenger through to it. this allows smoother transition from an uncertified to certified state.
* hand through result in CertifyFingerprintActivityVincent Breitmoser2015-02-271-2/+2
|
* Fingerprint verification, design fixes for qr code cardDominik Schürmann2015-02-261-0/+92