aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/BaseNfcActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Clear cache when PIN is too shortDominik Schürmann2015-10-161-11/+5
|
* Add NFC reset methodDominik Schürmann2015-10-161-10/+46
|
* No show key button for RESULT_INVALID_SIGNATURE, CleanupDominik Schürmann2015-09-301-3/+6
|
* Cleanup in BaseNfcActivityDominik Schürmann2015-09-301-10/+2
|
* Improve NFC exception handling, fixes RuntimeExceptionsDominik Schürmann2015-09-301-36/+40
|
* Fix crashes with Fluffys PGP appletDominik Schürmann2015-09-301-13/+21
|
* Change license of NfcOperationActivity and fix copyright in BaseNfcActivityDominik Schürmann2015-08-121-0/+2
|
* Save mTagHandlingEnabled in saved instanceDominik Schürmann2015-07-061-1/+16
|
* Better YubiKey UX flow for error handlingDominik Schürmann2015-07-061-2/+21
|
* Poll if yubikey has been taken awayDominik Schürmann2015-07-061-2/+3
|
* In NfcOperationsActivity, show NFC errors inline, in others show as NotifyDominik Schürmann2015-07-061-90/+105
|
* New NFC dialog design with indeterminate progress, do NFC stuff in backgroundDominik Schürmann2015-07-031-30/+70
|
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-14/+11
|
* Connect YubiKey URL to OpenKeychainDominik Schürmann2015-06-291-2/+2
|
* Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-1/+1
|
* Replace AssertionErrors with snackbar notifications, fix style issues.Joey Castillo2015-06-111-42/+40
|
* Improved smart card error handlingJoey Castillo2015-06-101-13/+124
|
* Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-281-4/+19
|\ | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/NfcOperationActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base/BaseNfcActivity.java OpenKeychain/src/main/res/values/strings.xml
| * respect cache in yubikey pin data flowVincent Breitmoser2015-05-281-4/+19
| |
| * do nfc dispatching in MainActivityVincent Breitmoser2015-05-281-6/+2
| |
| * open ViewKeyActivity by subkey in NfcBaseActivityVincent Breitmoser2015-05-171-3/+4
| |
* | do nfc dispatching in MainActivityVincent Breitmoser2015-05-171-6/+2
| |
* | open ViewKeyActivity by subkey in NfcBaseActivityVincent Breitmoser2015-05-171-3/+4
| |
* | Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-131-24/+2
| |
* | Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-7/+246
|/
* Fix for initialization failure when card returns FCI in data field.Joey Castillo2015-04-201-1/+1
|
* Track state of PIN verification on smart card; only verify when needed.Joey Castillo2015-04-201-2/+33
|
* Temporarily fix devices without nfcDominik Schürmann2015-04-181-0/+6
|
* More cleanupDominik Schürmann2015-04-151-2/+2
|
* Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-5/+20
|
* Reformat nfcVerifyPINDominik Schürmann2015-04-151-6/+6
|
* Consolidate PIN verify operation in nfcVerifyPIN method.Joey Castillo2015-04-141-44/+28
|
* Move PIN verify inside sign/decrypt operation and set correct mode.Joey Castillo2015-04-141-19/+45
|
* work on passphrase data flowVincent Breitmoser2015-03-311-0/+6
|
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-1/+1
|
* further improve yubikey error handlingVincent Breitmoser2015-03-231-18/+17
|
* nicer handling of nfc errorsVincent Breitmoser2015-03-231-5/+8
|
* enable nfc in import dialog as wellVincent Breitmoser2015-03-221-2/+44
|
* move yubikey import into viewkeyfragmentVincent Breitmoser2015-03-221-3/+8
|
* work on ad-hoc yubikey import supportVincent Breitmoser2015-03-211-4/+3
|
* first steps toward yubikey activityVincent Breitmoser2015-03-211-0/+448
- move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity