aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results
Commit message (Collapse)AuthorAgeFilesLines
* Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-091-10/+22
| | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* fixed multi-deletion bug, moved logic into DeleteKeyDialogActivityAdithya Abraham Philip2015-07-152-2/+5
|
* upload only public key in revocationAdithya Abraham Philip2015-07-131-0/+2
|
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-134-5/+22
|
* added retry on upload failureAdithya Abraham Philip2015-07-131-0/+9
|
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-1312-23/+44
|
* use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-1/+1
|
* implemented revocation on deletionAdithya Abraham Philip2015-07-135-3/+132
|
* Merge pull request #1424 from open-keychain/import-proxyDominik Schürmann2015-07-081-1/+7
|\ | | | | Shifted proxy logic to ImportKeysListCloudLoader
| * shifted proxy checking to ImportKeysListCloudLoaderAdithya Abraham Philip2015-07-081-1/+7
| |
* | fix symmetric passphrase caching (fixes #1401)Vincent Breitmoser2015-07-081-0/+1
|/
* addition of subkeys for divert-to-card primary keys is not supportedVincent Breitmoser2015-07-081-0/+1
|
* better handling of divert-to-card keys for subkey modificationsVincent Breitmoser2015-07-081-0/+1
|
* nicer error msg if input data cannot be readVincent Breitmoser2015-07-061-0/+1
|
* added proxy support to OperationHelperAdithya Abraham Philip2015-07-033-4/+35
|
* ensuring code style is preservedAdithya Abraham Philip2015-07-031-1/+1
|
* added OperationResult support to upload to keyserverAdithya Abraham Philip2015-07-031-0/+4
|
* Change PIN and Admin PIN after move to key operationDominik Schürmann2015-07-021-0/+2
|
* removed debug logs, added licensesAdithya Abraham Philip2015-06-271-0/+19
|
* migrated Keybase verificationAdithya Abraham Philip2015-06-272-1/+72
|
* implement deletion of filesVincent Breitmoser2015-06-234-4/+4
|
* Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-181-9/+21
|\
| * more stable nullable behavior in OperationLogVincent Breitmoser2015-06-181-9/+21
| |
* | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-171-1/+5
|\| | | | | | | | | | | | | Conflicts: .travis.yml OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/CreateKeyActivityTest.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpDecryptVerify.java
| * return actual last log entry, including from sublogentryparcelsVincent Breitmoser2015-06-171-1/+5
| |
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-061-0/+1
|\| | | | | | | | | | | | | | | | | this also fixes weird-bug Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesFragment.java OpenKeychain/src/main/res/values/strings.xml
| * prevent keybase key replacing keyserver keyAdithya Abraham Philip2015-05-311-0/+1
| |
* | introduce CachingDataDecryptorFactory towards cached session keysVincent Breitmoser2015-06-011-0/+13
|/ | | | | | | | this commit introduces the CachingDataDecryptorFactory, which wraps a DataDecryptorFactory but supports caching of decrypted session keys. this change also gets rid of runtimeexception based control flow in PgpDecryptVerify.
* rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-10/+21
|
* better error handling for bad encrypted data checksumVincent Breitmoser2015-05-301-0/+1
|
* warn on signature earlier than key creation, err on significantly earlierVincent Breitmoser2015-05-281-0/+1
|
* don't show allowed key list if no key exists, and some minor ↵Vincent Breitmoser2015-05-282-5/+8
| | | | PgpDecryptVerify changes
* check fingerprint length after scanning qr codeVincent Breitmoser2015-05-171-1/+2
| | | | Fixes #1281
* apply promote operation to specific subkeys present on yubikey onlyVincent Breitmoser2015-05-171-0/+3
|
* Add check for exporting two keys to same smart card slot.Joey Castillo2015-05-131-0/+2
|
* Bugfixes and changes based on feedbackJoey Castillo2015-05-131-5/+3
|
* Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-132-51/+3
|
* Moved checks from fragment to operation, impoved logging.Joey Castillo2015-05-122-0/+26
|
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-0/+30
|
* Externalize Parcelable cachingDominik Schürmann2015-04-101-59/+11
|
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-52/+6
|
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-304-70/+14
|
* pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-301-2/+0
|
* Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-291-2/+5
|\
| * changed style to WARN, corrected error messageAdithya Abraham Philip2015-03-281-2/+5
| |
* | Fixing crashes with new encrypt uiDominik Schürmann2015-03-291-2/+18
| |
* | actually promote to divert, pass yubikey's AIDVincent Breitmoser2015-03-221-1/+0
| |
* | work on ad-hoc yubikey import supportVincent Breitmoser2015-03-211-2/+7
| |
* | Merge remote-tracking branch 'origin/development' into v/crypto-input-parcelVincent Breitmoser2015-03-214-5/+5
|\| | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| * Reworked Notify classManoj Khanna2015-03-204-16/+16
| |