aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
Commit message (Collapse)AuthorAgeFilesLines
* ssh authentication supportHEADmasterhsm2016-05-291-6/+17
|
* make unencrypted backup an explicit parameterVincent Breitmoser2016-05-171-1/+1
|
* Slight changes for consistencyAlex Fong2016-05-161-2/+2
|
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-1/+1
|
* service: support progress reporting through a messenger in decryptVerifyVincent Breitmoser2016-05-111-9/+54
|
* PgpSignEncryptOperation refactoringAndrea Torlaschi2016-05-101-12/+19
|
* Merge branch 'master' into backup-apiDominik Schürmann2016-05-071-57/+137
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java extern/openpgp-api-lib
| * api: add a comment explaining use of wrapperBundleVincent Breitmoser2016-05-041-0/+1
| |
| * api: ACTION_GET_KEY selects by any subkey, rather than just master key idVincent Breitmoser2016-05-041-1/+2
| |
| * Merge pull request #1819 from 007durgesh219/Issue#1817Dominik Schürmann2016-04-291-2/+1
| |\ | | | | | | Fix Crash when no encryption subkey is available, Issue #1817
| | * Fix Crash when no encryption subkey is available, Issue #1817Durgesh2016-04-141-2/+1
| | | | | | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
| * | api: allow caching of sessionKey in OpenPgpDecryptResultVincent Breitmoser2016-04-291-0/+9
| |/
| * 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-241-0/+1
| |
| * split off ApiDataAccessObject from ProviderHelperVincent Breitmoser2016-02-241-4/+7
| |
* | Add backup APIDominik Schürmann2016-03-011-0/+49
|/
* Passthrough of data Intent in methods of ApiPendingIntentFactory instead of ↵Dominik Schürmann2016-02-231-17/+25
| | | | constructor
* Extend documentation, proper method naming, use of deprecated method annotationDominik Schürmann2016-02-221-9/+9
|
* Move PendingIntent creation into factoryDominik Schürmann2016-02-221-108/+23
|
* Split remote methods from activities for better seperationDominik Schürmann2016-02-221-13/+12
|
* Extract service parts from SecurityTokenOperationActivityDominik Schürmann2016-02-221-4/+5
|
* Split RemoteServiceActivity into multiple activitiesDominik Schürmann2016-02-151-8/+7
|
* Replace spongycastle with bouncycastleDominik Schürmann2016-02-091-1/+1
|
* 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
|
* move custm api permission methods into helper class (composition over ↵Vincent Breitmoser2015-11-271-11/+22
| | | | 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
|
* Support OpenPGP API v9Dominik Schürmann2015-08-281-10/+6
|
* Merge branch 'master' of https://github.com/mgeier63/open-keychain into ↵Dominik Schürmann2015-08-281-61/+68
|\ | | | | | | mgeier63-master
| * service side support for https://github.com/open-keychain/openpgp-api/pull/3mgeier632015-08-271-61/+68
| |
* | Remove dead codeDominik Schürmann2015-08-271-2/+2
|/
* API: Fix get sign key, related to OpenPgpKeyPreference bugsDominik Schürmann2015-08-241-15/+27
|
* 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
|