aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/input
Commit message (Expand)AuthorAgeFilesLines
* api: allow caching of sessionKey in OpenPgpDecryptResultVincent Breitmoser2016-04-291-6/+6
* Update obsolete Nfc class prefixesNikita Mikhailov2016-04-161-7/+7
* OTG: Rename smartcard -> security tokenNikita Mikhailov2016-04-151-9/+9
* OTG: refactor, change nfc prefix to smartcardNikita Mikhailov2016-04-141-9/+9
* add method to skip cachingVincent Breitmoser2016-01-061-0/+4
* uploadop: clean up, add loggingVincent Breitmoser2015-10-291-0/+1
* Integrate yubikey reset methodDominik Schürmann2015-10-161-1/+6
* Support backupVersion ASCII Armor headerDominik Schürmann2015-10-151-2/+7
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-7/+25
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-132-2/+0
* added retry on upload failureAdithya Abraham Philip2015-07-132-0/+7
* prevented passphrase caching on revocationAdithya Abraham Philip2015-07-131-1/+16
* implemented revocation on deletionAdithya Abraham Philip2015-07-132-7/+4
* reformatted codeAdithya Abraham Philip2015-07-031-6/+5
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-032-1/+28
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-25/+48
* Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-3/+3
* introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-011-1/+6
* Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-291-6/+16
|\
| * Partially revert "make masterKeyId and subKeyId strictly required in CryptoIn...Vincent Breitmoser2015-05-281-6/+16
* | Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-281-22/+14
|\|
| * make masterKeyId and subKeyId strictly required in CryptoInputParcelVincent Breitmoser2015-05-281-24/+14
* | Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-131-7/+43
* | Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-1/+6
|/
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-12/+35
* Prepare decrypt UI for input parcelDominik Schürmann2015-03-311-5/+21
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-6/+6
* further improve yubikey error handlingVincent Breitmoser2015-03-231-0/+4
* more data in RequiredInputParcel, OperationResult notificationsVincent Breitmoser2015-03-211-9/+30
* fix unit tests (for real)Vincent Breitmoser2015-03-201-1/+1
* fix unit tests (syntax)Vincent Breitmoser2015-03-201-0/+10
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-6/+8
* support yubikeys in (some) edit key operationsVincent Breitmoser2015-03-202-2/+21
* generalize NfcOperationParcel to RequiredInputParcel, including passphrasesVincent Breitmoser2015-03-192-30/+73
* yubikey certifications!Vincent Breitmoser2015-03-181-15/+66
* generalize nfc crypto input structureVincent Breitmoser2015-03-183-52/+166
* introduce CryptoOperationParcel for nfc dataVincent Breitmoser2015-03-181-0/+52