aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote
Commit message (Collapse)AuthorAgeFilesLines
* fix get key ids by removing another leftoverDominik Schürmann2016-03-071-1/+0
|
* fix bug from leftover line in openpgpserviceVincent Breitmoser2016-03-071-1/+0
|
* add v11 to supported api versionsVincent Breitmoser2016-03-021-3/+6
|
* wipVincent Breitmoser2016-02-241-42/+88
|
* add ACTION_CHECK_PERMISSION for a simple permission checkVincent Breitmoser2016-02-241-0/+13
|
* external-provider: add permission check for status queryVincent Breitmoser2016-02-243-6/+53
|
* external-provider: add (experimental) external providerVincent Breitmoser2016-02-241-0/+231
|
* split off ApiDataAccessObject from ProviderHelperVincent Breitmoser2016-02-248-36/+40
|
* Passthrough of data Intent in methods of ApiPendingIntentFactory instead of ↵Dominik Schürmann2016-02-233-50/+58
| | | | constructor
* Extend documentation, proper method naming, use of deprecated method annotationDominik Schürmann2016-02-223-43/+38
|
* Use FLAG_IMMUTABLEDominik Schürmann2016-02-221-6/+22
|
* Move PendingIntent creation into factoryDominik Schürmann2016-02-223-140/+201
|
* Split remote methods from activities for better seperationDominik Schürmann2016-02-224-19/+112
|
* Extract service parts from SecurityTokenOperationActivityDominik Schürmann2016-02-222-4/+53
|
* Split RemoteServiceActivity into multiple activitiesDominik Schürmann2016-02-159-374/+459
|
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-093-3/+3
|
* No PendingIntent for RESULT_NO_SIGNATURE, RESULT_INVALID_SIGNATUREDominik Schürmann2016-01-201-7/+20
|
* 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