aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote
Commit message (Expand)AuthorAgeFilesLines
* Experimental API support for detached signatures (not tested)Dominik Schürmann2015-01-081-22/+25
* Fix crash with NotFoundExceptionDominik Schürmann2014-10-261-3/+8
* Fail on unknown key ids on API, Key item design consistency for APIDominik Schürmann2014-10-261-0/+1
* Fixes and icons for apps list, also add Password StoreDominik Schürmann2014-10-251-12/+25
* make PgpEncryptSign and PgpDecryptVerify subclasses of BaseOperationVincent Breitmoser2014-10-131-29/+3
* move around package structure a bitVincent Breitmoser2014-10-104-10/+9
* Better handling if no api key is selectedDominik Schürmann2014-10-091-1/+1
* Better handling if no api key is selectedDominik Schürmann2014-10-092-8/+14
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-5/+12
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-093-14/+14
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-093-14/+14
* one more fix for getting the right subkey in api signingVincent Breitmoser2014-10-031-19/+19
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-021-2/+2
* check key ids when used from apiDominik Schürmann2014-10-011-6/+8
* request passphrase for correct subkey in OpenPgpServiceVincent Breitmoser2014-09-301-7/+8
* Fix NfcActivity task stack problemDominik Schürmann2014-09-291-2/+0
* Dont show keyboard by default in key creation to allow the user to get an ove...Dominik Schürmann2014-09-271-5/+6
* Fixes for new app listDominik Schürmann2014-09-242-43/+86
* propose apps in apps listDominik Schürmann2014-09-241-26/+141
* Fix logging in NFcActivityDominik Schürmann2014-09-241-1/+12
* 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
* DecryptTextActivity reworkDominik Schürmann2014-09-231-2/+1
* 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