aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
Commit message (Expand)AuthorAgeFilesLines
...
* Merge openpgp-card lib into OpenKeychain, it was already depending on OK, no ...Dominik Schürmann2014-09-241-2/+1
* Yubikey text decryption workingDominik Schürmann2014-09-241-3/+2
* Yubikey decryptionDominik Schürmann2014-09-241-2/+3
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-39/+31
* Use key icons in import, prettify itemsDominik Schürmann2014-09-181-4/+12
* Fixes for nfc decryptDominik Schürmann2014-09-181-4/+5
* Fix sign via APIDominik Schürmann2014-09-181-2/+15
* PassphraseDialogActivity usage in Remote APIDominik Schürmann2014-09-171-4/+4
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-78/+114
* work on OperationResultParcelVincent Breitmoser2014-09-141-2/+1
* add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-141-37/+44
* move IS_REVOKED table prefix to the right placesVincent Breitmoser2014-09-131-2/+3
* working version of DecryptVerifyResultVincent Breitmoser2014-09-131-26/+17
* introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-131-4/+4
* Unify package nameDominik Schürmann2014-09-081-1/+1
* Work on Yubikey decryptionDominik Schürmann2014-09-081-6/+7
* Fix signature timestamp in APIDominik Schürmann2014-09-081-3/+17
* Prepare Yubikey decryptionDominik Schürmann2014-09-081-4/+30
* Fix yubikey for signAndEncrypt via APIDominik Schürmann2014-09-071-0/+6
* Prepare API for OpenPgpSignatureResult extensionsDominik Schürmann2014-08-311-4/+12
* Merge branch 'master' into yubikeyDominik Schürmann2014-08-281-71/+79
|\
| * API: Fix re-seletion of keys on default accountDominik Schürmann2014-08-231-7/+13
| * Fixes and temporary fixes for returning resultsDominik Schürmann2014-08-201-2/+2
| * API: Allow ACTION_SIGN_AND_ENCRYPT with no key ids or user ids extras, fix pr...Dominik Schürmann2014-08-161-49/+51
| * do not pre-select revoked or expired keysDominik Schürmann2014-08-161-6/+12
| * Fix encrypt onlyDominik Schürmann2014-08-161-9/+2
| * Remove support for v3 sig generationDominik Schürmann2014-08-141-2/+0
* | Support for multiple hash algosDominik Schürmann2014-08-141-2/+3
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-141-19/+65
|\|
| * API: Return metadata only for v4 api clients and above...Dominik Schürmann2014-08-141-1/+1
| * API: Return metadata only for v4 api clientsDominik Schürmann2014-08-141-3/+5
| * Dont write version header by defaultDominik Schürmann2014-08-141-2/+2
| * API: User interaction when account keys are deletedDominik Schürmann2014-08-131-1/+7
| * Better error handling for passphrase cache if key is missingDominik Schürmann2014-08-131-7/+9
| * Fix DECRYPT_METADATA apiDominik Schürmann2014-08-121-9/+21
| * Fix API version support, update api libDominik Schürmann2014-08-121-2/+4
| * Implement EXTRA_ORIGINAL_FILENAME for APIDominik Schürmann2014-08-111-1/+6
| * Update api libDominik Schürmann2014-08-111-2/+2
| * Decrypt metadata apiDominik Schürmann2014-08-111-3/+17
| * Support API versions 3 and 4Dominik Schürmann2014-08-111-1/+4
* | Merge branch 'master' into yubikeyDominik Schürmann2014-08-011-1/+1
|\|
| * rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-1/+1
* | Remove support for V3 signaturesDominik Schürmann2014-07-221-2/+0
* | CleanupDominik Schürmann2014-07-221-12/+7
* | Reuse signature creation timestamp for synchronous signingDominik Schürmann2014-07-221-5/+8
* | NFC Yubikey: only pass through hash of message and not whole contentDominik Schürmann2014-07-211-3/+7
* | FixesDominik Schürmann2014-07-171-5/+35
|/
* Fix nullpointer in API, fix #693Dominik Schürmann2014-07-081-1/+7
* use long rather than String to build uris by keyVincent Breitmoser2014-05-211-1/+1
* wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-211-1/+1