aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-0/+20
* Use proper length and mod time for cleartext signature metadataDominik Schürmann2015-06-291-2/+2
* Return metadata for cleartext sigsDominik Schürmann2015-06-291-0/+7
* Guess mime type like support libs FileProviderDominik Schürmann2015-06-291-7/+1
* Merge remote-tracking branch 'origin/master' into v/multi-decryptVincent Breitmoser2015-06-261-1/+1
|\
| * fixed fingerprint mismatch issueAdithya Abraham Philip2015-06-251-1/+1
* | working DisplayTextActivity, more input support in DecryptActivityVincent Breitmoser2015-06-201-3/+70
* | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-172-21/+8
|\|
| * fix filesize reporting in decrypt operationVincent Breitmoser2015-06-171-0/+6
| * fix returned text of cleartext verifyVincent Breitmoser2015-06-171-4/+5
| * fix recursive log in modifySecretKeyRingVincent Breitmoser2015-06-171-7/+2
* | WIP! Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-072-9/+1
|\|
| * eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-062-9/+1
* | multi-decrypt: working in principleVincent Breitmoser2015-06-021-16/+32
* | introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-012-28/+33
|/
* only promote subkeys which are actually presentVincent Breitmoser2015-05-301-8/+5
* rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-302-126/+237
* better error handling for bad encrypted data checksumVincent Breitmoser2015-05-301-1/+7
* rewrite data flow in EncryptFileFragment preserve state correctlyVincent Breitmoser2015-05-301-0/+4
* make KeyItem serializble, for state in TokenTextCompleteViewVincent Breitmoser2015-05-301-1/+2
* Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2015-05-284-12/+16
|\
| * improve robustness of SecretKeyType handlingVincent Breitmoser2015-05-282-8/+10
| * set to stripped by default, rather than "unavailable"Vincent Breitmoser2015-05-281-3/+3
| * make masterKeyId and subKeyId strictly required in CryptoInputParcelVincent Breitmoser2015-05-282-1/+3
| * fix merge problems (derp)Vincent Breitmoser2015-05-281-4/+2
* | Merge branch 'master' into developmentVincent Breitmoser2015-05-281-13/+20
|\|
| * create keys with fixed timestampVincent Breitmoser2015-05-281-6/+8
| * warn on signature earlier than key creation, err on significantly earlierVincent Breitmoser2015-05-281-0/+21
| * don't show allowed key list if no key exists, and some minor PgpDecryptVerify...Vincent Breitmoser2015-05-281-13/+24
| * add user id flags to UserAttribute self signaturesVincent Breitmoser2015-05-201-13/+20
| * apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-172-3/+21
* | create keys with fixed timestampVincent Breitmoser2015-05-281-5/+7
* | warn on signature earlier than key creation, err on significantly earlierVincent Breitmoser2015-05-281-0/+21
* | don't show allowed key list if no key exists, and some minor PgpDecryptVerify...Vincent Breitmoser2015-05-281-13/+24
* | apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-172-3/+21
* | Add check for exporting two keys to same smart card slot.Joey Castillo2015-05-131-0/+36
* | Bugfixes and changes based on feedbackJoey Castillo2015-05-131-17/+13
* | Adding keytocard flag to SubkeyChange: UI sets this flag to initiate keytocar...Joey Castillo2015-05-131-18/+18
* | Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-131-12/+93
* | Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-0/+24
|/
* check for fingerprint of any subkey (arguable?)Vincent Breitmoser2015-05-061-0/+11
* license header for PgpCertifyOperationDominik Schürmann2015-05-041-1/+19
* Apply patch from https://github.com/open-keychain/open-keychain/issues/1222#i...Dominik Schürmann2015-05-041-2/+9
* Buffer ascii armored encryption/signaturesDominik Schürmann2015-04-132-3/+4
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-014-50/+43
* work on passphrase data flowVincent Breitmoser2015-03-311-10/+34
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-43/+24
* pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-303-56/+10
* Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-4/+10
|\
| * Fixed #1152:Kent2015-03-201-5/+11