aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/NfcOperationActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-5/+3
|
* Clean up NfcOperationActivityDominik Schürmann2015-04-151-8/+6
|
* IMplement CryptoInputParcelCacheServiceDominik Schürmann2015-04-131-4/+2
|
* Cache CryptoInputParcel in OpenPgpServiceDominik Schürmann2015-04-101-5/+6
|
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-5/+17
|
* further improve yubikey error handlingVincent Breitmoser2015-03-231-0/+22
|
* first steps toward yubikey activityVincent Breitmoser2015-03-211-439/+7
| | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* more data in RequiredInputParcel, OperationResult notificationsVincent Breitmoser2015-03-211-13/+47
| | | | | - pass both masterkeyid and subkeyid though RequiredInputParcel parcel - fix numeric vales in OperationResult.createNotify()
* support yubikeys in (some) edit key operationsVincent Breitmoser2015-03-201-6/+4
|
* generalize NfcOperationParcel to RequiredInputParcel, including passphrasesVincent Breitmoser2015-03-191-4/+4
|
* yubikey certifications!Vincent Breitmoser2015-03-181-5/+5
|
* generalize nfc crypto input structureVincent Breitmoser2015-03-181-0/+492