aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/NfcOperationActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Use more generic 'Security Token' where possible, add sutitle to create key w...Dominik Schürmann2016-01-101-342/+0
* Integrate yubikey reset methodDominik Schürmann2015-10-161-5/+12
* Remove default PIN settingDominik Schürmann2015-10-161-10/+0
* Clear cache when PIN is too shortDominik Schürmann2015-10-161-1/+2
* Prevent nfc dialog from closing when touching outside of it, add cancel buttonDominik Schürmann2015-10-161-1/+11
* No show key button for RESULT_INVALID_SIGNATURE, CleanupDominik Schürmann2015-09-301-3/+8
* Improve NFC exception handling, fixes RuntimeExceptionsDominik Schürmann2015-09-301-18/+21
* Fix crashes with Fluffys PGP appletDominik Schürmann2015-09-301-2/+4
* Fix theme problemsDominik Schürmann2015-08-181-2/+2
* Fix CryptoInputParcel handling for YubiKeysDominik Schürmann2015-08-181-20/+5
* Lock orientation for yubikey operationsDominik Schürmann2015-08-121-0/+5
* Change license of NfcOperationActivity and fix copyright in BaseNfcActivityDominik Schürmann2015-08-121-3/+17
* Fix theme bugsDominik Schürmann2015-08-121-0/+9
* 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