aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote
Commit message (Collapse)AuthorAgeFilesLines
* Use more generic 'Security Token' where possible, add sutitle to create key ↵Dominik Schürmann2016-01-101-6/+6
| | | | what tokens are supported
* api: add micalg result extra to detached signature api callVincent Breitmoser2015-12-171-0/+1
|
* Nicer RESULT_INSECURE fallback for old API versionsDominik Schürmann2015-12-101-9/+2
|
* Return EXTRA_SIGN_KEY_ID = 0L for "none" key chosen for ACTION_GET_SIGN_KEY_IDfiaxh2015-12-031-2/+1
|
* move custm api permission methods into helper class (composition over ↵Vincent Breitmoser2015-11-272-41/+49
| | | | inheritance)
* API version 10Dominik Schürmann2015-11-231-1/+1
|
* openpgpservice: move stream closing into delegating methodVincent Breitmoser2015-11-131-131/+90
|
* service: minor code cleanups in key retrievalVincent Breitmoser2015-11-091-12/+5
|
* Get whole public key via ACTION_GET_KEYDominik Schürmann2015-11-081-6/+38
|
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-161-3/+2
|
* Fixes open-keychain/open-keychain#1515Kaladin Light2015-09-031-2/+2
| | | | Move launcher icons to mipmap
* Support OpenPGP API v9Dominik Schürmann2015-08-281-10/+6
|
* Cleanup OpenPgpService2 code, update openpgp-api libDominik Schürmann2015-08-281-51/+3
|
* Merge branch 'master' of https://github.com/mgeier63/open-keychain into ↵Dominik Schürmann2015-08-282-61/+188
|\ | | | | | | mgeier63-master
| * service side support for https://github.com/open-keychain/openpgp-api/pull/3mgeier632015-08-272-61/+188
| |
* | Remove dead codeDominik Schürmann2015-08-271-2/+2
|/
* API: Fix get sign key, related to OpenPgpKeyPreference bugsDominik Schürmann2015-08-242-30/+37
|
* API: Better fallback for OpenPgpDecryptionResultDominik Schürmann2015-08-121-5/+21
|
* Support API version 8Dominik Schürmann2015-08-101-2/+3
|
* Fix API backward compatDominik Schürmann2015-08-101-4/+4
|
* Improve comments and reasons in PgpConstants, simple checks for insecure ↵Dominik Schürmann2015-08-101-6/+6
| | | | asymmetric keys
* Use default compression in OpenPgpServiceDominik Schürmann2015-08-091-3/+2
|
* Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-091-34/+52
| | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-12/+20
|
* Clarifications in remote API codeDominik Schürmann2015-07-072-19/+19
|
* Package cert not sigDominik Schürmann2015-07-073-16/+16
|
* Create key wizard for blank YubiKeyDominik Schürmann2015-06-291-1/+1
|
* disable automatic accept for own uid in RemoteService, and fix some warningsVincent Breitmoser2015-06-261-15/+8
|
* use KeyAdapter for AllowedKeysListFragmentVincent Breitmoser2015-06-261-133/+19
|
* fix rest of resource leaks (#1351)Vincent Breitmoser2015-06-171-1/+3
|
* 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
* preserve state in KeySpinner, and some lint fixesVincent Breitmoser2015-05-271-2/+2
|
* Adding NFC Key to Card operation, accessible from Edit Key activity.Joey Castillo2015-05-121-0/+1
|
* Fixes and clarifications to app signature (or better certificate) pinningDominik Schürmann2015-05-101-31/+44
|
* Add self-encrypt for old APIDominik Schürmann2015-05-101-0/+14
|
* API: Allow selection of decryption keys when decryption failsDominik Schürmann2015-04-303-6/+144
|
* Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-1/+1
|
* IMplement CryptoInputParcelCacheServiceDominik Schürmann2015-04-132-50/+285
|
* 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
|
* first steps toward yubikey activityVincent Breitmoser2015-03-214-6/+4
| | | | | - move BaseActivity into new package - extract BaseNfcActivity from NfcOperationsActivity
* Merge remote-tracking branch 'origin/development' into v/crypto-input-parcelVincent Breitmoser2015-03-212-5/+25
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| * Merge branch 'development' of https://github.com/manojkhannakm/open-keychain ↵Dominik Schürmann2015-03-211-1/+1
| |\ | | | | | | | | | into manojkhannakm-development
| | * Reworked Notify classManoj Khanna2015-03-201-1/+1
| | |