aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* local build changesHEADmasterhsm2016-05-291-3/+12
|
* Add SSH_AUTH methodhsm2016-05-291-1/+16
|
* updated methods with content from KeyRing of OpenKeychainAlex Fong2016-05-151-18/+26
|
* add PROGRESS_MESSENGER and DATA_LENGTH extras for decrypt_verifyVincent Breitmoser2016-05-111-5/+8
|
* Downgrade build tools to 23.0.2 for travisDominik Schürmann2016-05-072-2/+2
|
* Merge branch 'master' of github.com:open-keychain/openpgp-apiDominik Schürmann2016-05-0710-65/+118
|\
| * Update gradle wrapperDominik Schürmann2016-05-074-10/+7
| |
| * API docs cleanupDominik Schürmann2016-05-071-43/+24
| |
| * Add EXTRA_REQUEST_ASCII_ARMOR to ACTION_BACKUPDominik Schürmann2016-05-072-2/+6
| |
| * Backup exampleDominik Schürmann2016-05-072-1/+30
| |
| * Fix ACTION_GET_KEY_IDS exampleDominik Schürmann2016-05-071-2/+3
| |
| * Improve documentationDominik Schürmann2016-05-072-17/+17
| | | | | | | | | | Conflicts: openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java
| * Add BACKUP, RESTORE, IMPORT_KEY actionsDominik Schürmann2016-05-071-10/+29
| | | | | | | | | | Conflicts: openpgp-api/src/main/java/org/openintents/openpgp/util/OpenPgpApi.java
| * add optional cached sessionKey to OpenPgpDecryptionResultVincent Breitmoser2016-04-292-11/+30
| |
| * add extra for opportunistic encryption and according return statusVincent Breitmoser2016-03-102-0/+3
| |
* | Update build envDominik Schürmann2016-05-073-8/+8
|/
* Version 11Dominik Schürmann2016-03-032-6/+7
|
* Bump version to 11, add changelog, and document changesVincent Breitmoser2016-03-022-3/+14
|
* add ACTION_CHECK_PERMISSON (wip)Vincent Breitmoser2016-02-101-0/+3
|
* split executeApi method to allow self-supplied ParcelFileDescriptor inputVincent Breitmoser2016-02-101-13/+27
|
* add RESULT_SIGNATURE_MICALG extraVincent Breitmoser2015-12-171-0/+1
|
* Version 10Dominik Schürmann2015-12-021-2/+2
|
* Increase version to 10Dominik Schürmann2015-11-233-7/+7
|
* Get whole public key via ACTION_GET_KEYDominik Schürmann2015-11-081-0/+5
|
* Update version in READMEDominik Schürmann2015-10-221-1/+1
|
* Version 9Dominik Schürmann2015-10-221-4/+4
|
* Changelog v9Dominik Schürmann2015-10-222-9/+6
|
* add note about debug package nameVincent2015-09-291-0/+1
|
* Merge pull request #4 from cloehle/patch-1Vincent2015-09-291-1/+1
|\ | | | | fix typo a actvity
| * fix typo a actvityChristian Loehle2015-09-291-1/+1
|/ | | Signed-off-by: Christian Loehle <cloehle@posteo.de>
* add charset to OpenPgpMetadata parcelVincent Breitmoser2015-09-161-2/+22
|
* Version 9Dominik Schürmann2015-08-282-1/+6
|
* Merge branch 'mgeier63-master'Dominik Schürmann2015-08-289-73/+83
|\
| * Fix and improve OpenPgpService2 codeDominik Schürmann2015-08-284-11/+19
| |
| * Revert "added link"Dominik Schürmann2015-08-281-8/+167
| | | | | | | | This reverts commit 4c4b60092b51929f9eadac199fe2c028644942c9.
| * added linkmgeier632015-08-271-167/+8
| |
| * added missing linebreakmgeier632015-08-271-1/+1
| |
| * initial modmgeier632015-08-268-67/+69
|/
* Fix bugs in OpenPgpKeyPreferenceDominik Schürmann2015-08-241-13/+21
|
* Fix linebreaksDominik Schürmann2015-08-232-8/+8
|
* Better readmeDominik Schürmann2015-08-231-6/+12
|
* Fix changelogDominik Schürmann2015-08-231-25/+28
|
* Put changelog into own fileDominik Schürmann2015-08-233-54/+58
|
* Update version in readmeDominik Schürmann2015-08-101-1/+1
|
* Update version to 8.0Dominik Schürmann2015-08-101-5/+5
|
* Fix REQUEST_CODE_DECRYPT_AND_VERIFY_DETACHED and REQUEST_CODE_DETACHED_SIGNDominik Schürmann2015-08-101-2/+3
|
* Update example to API 8Dominik Schürmann2015-08-101-84/+49
|
* Merge branch 'master' of github.com:open-keychain/openpgp-apiDominik Schürmann2015-08-1023-58/+219
|\
| * New OpenPgpDecryptionResult, introduce UNSIGNED, UNENCRYPTED results instead ↵Dominik Schürmann2015-07-305-46/+151
| | | | | | | | of return types, rework constant naming in OpenPgpSignatureResult
| * Change result typesDominik Schürmann2015-07-271-6/+3
| |