aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Clarifications in remote API codeDominik Schürmann2015-07-071-7/+7
|
* Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-1/+1
|
* some decrypt/verify bug fixesVincent Breitmoser2015-05-301-1/+2
|
* rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-28/+27
|
* don't show allowed key list if no key exists, and some minor ↵Vincent Breitmoser2015-05-281-9/+10
| | | | PgpDecryptVerify changes
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-0/+1
|
* Add self-encrypt for old APIDominik Schürmann2015-05-101-0/+14
|
* API: Allow selection of decryption keys when decryption failsDominik Schürmann2015-04-301-6/+28
|
* Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-1/+1
|
* IMplement CryptoInputParcelCacheServiceDominik Schürmann2015-04-131-50/+39
|
* Cache CryptoInputParcel in OpenPgpServiceDominik Schürmann2015-04-101-15/+38
|
* Fix signing subkey selection in remote serviceDominik Schürmann2015-04-071-20/+51
|
* fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-22/+14
|
* update OpenPgpApi, re-add EXTRA_PASSPHRASEVincent Breitmoser2015-03-301-0/+13
|
* fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-152/+56
|
* pass CryptoInputParcel independently for SignEncryptOperationVincent Breitmoser2015-03-301-10/+10
|
* Merge remote-tracking branch 'origin/development' into v/crypto-input-parcelVincent Breitmoser2015-03-211-4/+24
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| * Add TODO to remote APIDominik Schürmann2015-03-211-0/+2
| |
| * Fix API RESULT_TYPEDominik Schürmann2015-03-201-2/+4
| |
| * Fix PASSPHRASE handling in APIDominik Schürmann2015-03-201-2/+18
| |
* | Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-3/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/CertifyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/EditKeyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/PgpSignEncryptResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/CanonicalizedSecretKey.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpSignEncryptInputParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/SignEncryptParcel.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/dialog/SetPassphraseDialogFragment.java
| * New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-3/+4
| |
* | generalize nfc crypto input structureVincent Breitmoser2015-03-181-9/+20
|/
* API 7Dominik Schürmann2015-03-101-47/+121
|
* API: If signature key is known return pi to show keyDominik Schürmann2015-03-091-73/+72
|
* Fix colors for remote activityDominik Schürmann2015-03-091-1/+1
|
* Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-5/+7
| | | | activites, select hash and encryption algo based on hardcoded preferred lists
* Use no compression in API for nowDominik Schürmann2015-03-051-1/+2
|
* Better selection of preferred algorithmDominik Schürmann2015-03-051-4/+5
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-90/+27
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* Close FileDescriptors and input, output streams when possibleDominik Schürmann2015-01-291-285/+335
|
* Support verification of detached signaturesDominik Schürmann2015-01-271-6/+10
|
* Merge branch 'development' into detached-sigs-apiDominik Schürmann2015-01-271-0/+5
|\ | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| * backend support for charset in ascii-armored streamsVincent Breitmoser2015-01-271-0/+6
| |
* | Fixes for detached signaturesDominik Schürmann2015-01-261-2/+10
| |
* | Merge branch 'development' into detached-sigs-apiDominik Schürmann2015-01-261-3/+3
|\| | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
| * lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-27/+30
| |
* | Experimental API support for detached signatures (not tested)Dominik Schürmann2015-01-081-22/+25
|/
* Fail on unknown key ids on API, Key item design consistency for APIDominik Schürmann2014-10-261-0/+1
|
* make PgpEncryptSign and PgpDecryptVerify subclasses of BaseOperationVincent Breitmoser2014-10-131-29/+3
|
* move around package structure a bitVincent Breitmoser2014-10-101-3/+3
|
* Better handling if no api key is selectedDominik Schürmann2014-10-091-3/+10
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-5/+12
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-12/+11
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-11/+12
|
* one more fix for getting the right subkey in api signingVincent Breitmoser2014-10-031-19/+19
|
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-021-2/+2
| | | | This one should remedy #811, but waiting for a test
* check key ids when used from apiDominik Schürmann2014-10-011-6/+8
|
* request passphrase for correct subkey in OpenPgpServiceVincent Breitmoser2014-09-301-7/+8
| | | | fixes #811, hopefully
* Fix NfcActivity task stack problemDominik Schürmann2014-09-291-2/+0
|