aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/base
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Improved smart card error handlingJoey Castillo2015-06-101-13/+124
| * | | some bugfixes for new CryptoOperationFragmentVincent Breitmoser2015-06-112-63/+1
* | | | fix progress for decryptVincent Breitmoser2015-06-101-0/+12
* | | | Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-102-61/+67
|\| | |
| * | | backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-102-57/+67
* | | | multi-decrypt: fix progress with new CryptoFragment interfacesVincent Breitmoser2015-06-071-10/+13
|/ / /
* / / eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-062-35/+160
|/ /
* | revert some accidentally committed cruftVincent Breitmoser2015-05-311-8/+0
* | handle empty passphrases in PassphraseDialogActivityVincent Breitmoser2015-05-311-0/+9
* | externalize caching functionality from CertifyKeyFragmentVincent Breitmoser2015-05-301-0/+64
* | Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-281-4/+19
|\ \
| * | respect cache in yubikey pin data flowVincent Breitmoser2015-05-281-4/+19
| * | do nfc dispatching in MainActivityVincent Breitmoser2015-05-282-7/+5
| * | open ViewKeyActivity by subkey in NfcBaseActivityVincent Breitmoser2015-05-171-3/+4
| |/
* | do nfc dispatching in MainActivityVincent Breitmoser2015-05-172-7/+5
* | 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-122-7/+247
|/
* Switch to new support lib version 22.1Dominik Schürmann2015-04-251-2/+2
* 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-152-2/+133
* 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-212-0/+587