aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-172-5/+2
* PassphraseDialogActivity usage in Remote APIDominik Schürmann2014-09-172-26/+4
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-78/+114
* work on OperationResultParcelVincent Breitmoser2014-09-144-13/+16
* 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
* Merge branch 'result-parcels'Vincent Breitmoser2014-09-131-27/+18
|\
| * working version of DecryptVerifyResultVincent Breitmoser2014-09-131-26/+17
| * introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-131-4/+4
* | Use spannable directly instead of html conversion in SubkeysAdapterDominik Schürmann2014-09-131-2/+0
|/
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-133-10/+5
* 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
* Remove SelectSecretKey, not used anymoreDominik Schürmann2014-09-071-1/+0
* Due to compatiblity switch from SHA512 to SHA256Dominik Schürmann2014-09-071-1/+1
* Save account on back press and with notifyDominik Schürmann2014-09-073-7/+25
* Drawer nav method cleanupDominik Schürmann2014-09-061-1/+1
* Fix possible nullpointer in AppsListFragmentDominik Schürmann2014-09-021-2/+1
* Prepare API for OpenPgpSignatureResult extensionsDominik Schürmann2014-08-311-4/+12
* Better leyout for account settingsDominik Schürmann2014-08-312-31/+20
* Merge branch 'master' into yubikeyDominik Schürmann2014-08-285-105/+141
|\
| * API: Fix re-seletion of keys on default accountDominik Schürmann2014-08-232-9/+16
| * Fix result handling in account settingsDominik Schürmann2014-08-211-13/+10
| * return some more resultsDominik Schürmann2014-08-201-0/+12
| * 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-162-68/+88
| * 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-143-42/+124
|\|
| * 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-133-24/+66
| * 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-062-2/+3
|\|