aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations
Commit message (Collapse)AuthorAgeFilesLines
* Add create key fragments for YubiKey PINsDominik Schürmann2015-07-012-3/+0
|
* split import and export opsAdithya Abraham Philip2015-06-273-344/+379
|
* fixed package importAdithya Abraham Philip2015-06-271-2/+1
|
* removed debug logs, added licensesAdithya Abraham Philip2015-06-273-3/+58
|
* migrated Keybase verificationAdithya Abraham Philip2015-06-274-4/+219
|
* migrated consolidationAdithya Abraham Philip2015-06-271-0/+27
|
* fixed promote key testsAdithya Abraham Philip2015-06-271-0/+5
|
* migrated promote op to KeychainNewServiceAdithya Abraham Philip2015-06-271-2/+10
|
* migrated delete op to KeychainNewServiceAdithya Abraham Philip2015-06-271-2/+10
|
* added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-271-5/+41
|
* introduced CryptoOperationHelper in ImportKeysActivityAdithya Abraham Philip2015-06-271-15/+259
|
* 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 'master' into v/multi-decryptVincent Breitmoser2015-06-171-6/+10
|\|
| * fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-6/+10
| |
* | Merge branch 'v/instrument' into v/multi-decryptVincent Breitmoser2015-06-172-2/+6
|\| | | | | | | | | | | | | 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
| |
| * fix recursive log in modifySecretKeyRingVincent Breitmoser2015-06-171-1/+1
| |
* | WIP! Merge branch 'v/eventbus' into v/multi-decryptVincent Breitmoser2015-06-074-7/+13
|\| | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFilesFragment.java
| * eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-064-7/+13
| |
* | Merge branch 'master' into v/multi-decryptVincent Breitmoser2015-06-063-18/+25
|\| | | | | | | | | | | | | | | | | 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
| * renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-012-3/+3
| |
| * merged servicesAdithya Abraham Philip2015-06-011-3/+10
| |
| * prevent keybase key replacing keyserver keyAdithya Abraham Philip2015-05-312-12/+12
| |
* | 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
|
* fix RequiredInputParcel handling in CertifyOperationVincent Breitmoser2015-05-291-6/+25
|
* 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-172-2/+32
|
* 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-132-6/+4
|
* Moving keytocard process into PgpKeyOperation.Joey Castillo2015-05-134-145/+4
|
* Moved checks from fragment to operation, impoved logging.Joey Castillo2015-05-123-18/+60
|
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-122-0/+107
|
* fixed sync on key import, 'me' linked contact crashAdithya Abraham Philip2015-05-081-0/+2
|
* check for fingerprint of any subkey (arguable?)Vincent Breitmoser2015-05-061-6/+7
|
* Externalize Parcelable cachingDominik Schürmann2015-04-101-59/+11
|
* Fix signing subkey selection in remote serviceDominik Schürmann2015-04-071-0/+1
|
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-012-53/+7
|
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-305-76/+50
|
* pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-302-4/+3
|
* 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
| |
* | Merge branch 'development' into v/crypto-input-parcelDominik Schürmann2015-03-241-9/+11
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EditKeyFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ImportKeysActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/SafeSlingerActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/UploadKeyActivity.java
| * introduced multi-threadingAdithya Abraham Philip2015-03-231-9/+11
| | | | | | | | | | | | | | | | refactored oldKeys to updatedKeys added update all keys, ThreadPoolExecutor used modified CachedThreadPoolExecutor