aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/NfcOperationActivity.java
Commit message (Expand)AuthorAgeFilesLines
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-1/+8
* made PassphraseDialogActivity compatible with null CryptoInputParcelAdithya Abraham Philip2015-07-131-4/+16
* Better YubiKey UX flow for error handlingDominik Schürmann2015-07-061-7/+22
* Poll if yubikey has been taken awayDominik Schürmann2015-07-061-7/+11
* In NfcOperationsActivity, show NFC errors inline, in others show as NotifyDominik Schürmann2015-07-061-0/+10
* New NFC dialog design with indeterminate progress, do NFC stuff in backgroundDominik Schürmann2015-07-031-8/+48
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-8/+25
* Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-2/+2
* Improved smart card error handlingJoey Castillo2015-06-101-10/+36
* Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-281-2/+3
|\
| * respect cache in yubikey pin data flowVincent Breitmoser2015-05-281-2/+2
* | Bugfixes and changes based on feedbackJoey Castillo2015-05-131-1/+0
* | Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-131-30/+42
* | Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-2/+49
|/
* 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
* more data in RequiredInputParcel, OperationResult notificationsVincent Breitmoser2015-03-211-13/+47
* 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