aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote
Commit message (Expand)AuthorAgeFilesLines
* api: allow caching of sessionKey in OpenPgpDecryptResultVincent Breitmoser2016-04-291-0/+9
* Update obsolete Nfc class prefixesNikita Mikhailov2016-04-161-2/+2
* OTG: Rename smartcard -> security tokenNikita Mikhailov2016-04-151-3/+3
* OTG: refactor, change nfc prefix to smartcardNikita Mikhailov2016-04-141-3/+3
* service: add opportunistic mode to encryptionVincent Breitmoser2016-03-101-20/+26
* 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 c...Dominik Schürmann2016-02-233-50/+58
* 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 w...Dominik Schürmann2016-01-101-6/+6
* 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 inherit...Vincent Breitmoser2015-11-272-41/+49
* 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
* 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 mgeie...Dominik Schürmann2015-08-282-61/+188
|\
| * 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 asym...Dominik Schürmann2015-08-101-6/+6
* Use default compression in OpenPgpServiceDominik Schürmann2015-08-091-3/+2
* Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-34/+52
* 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