aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/remote/OpenPgpService.java
Commit message (Expand)AuthorAgeFilesLines
* Move classes for OpenPGP API into remote packageDominik Schürmann2014-03-231-462/+0
* Fix code style in keychain/service/uberspot2014-03-131-5/+10
* Optimize imports in all files, remove useless whitespace in some and fix inde...uberspot2014-03-131-1/+0
* API: get keyDominik Schürmann2014-03-071-12/+45
* Fix documentation and variable naming in APIDominik Schürmann2014-03-061-7/+7
* Enforce private key for applications, verify signed-only texts without passph...Dominik Schürmann2014-03-041-91/+20
* return SIGNATURE_SUCCESS_UNCERTIFIED from serviceDominik Schürmann2014-03-041-1/+2
* API changesDominik Schürmann2014-03-021-121/+104
* cleanupDominik Schürmann2014-02-241-57/+7
* fix signature passing and verify in demoDominik Schürmann2014-02-241-5/+6
* internal renaming, cleanupDominik Schürmann2014-02-211-10/+9
* verification of cleartext signatures worksDominik Schürmann2014-02-211-18/+21
* Builder pattern for PgpOperationIncomingDominik Schürmann2014-02-191-3/+7
* cleanupDominik Schürmann2014-02-191-7/+7
* Use builder pattern for sign and encryptDominik Schürmann2014-02-191-15/+25
* merge internal signText and signAndEncrypt methodsDominik Schürmann2014-02-181-4/+9
* better error checkDominik Schürmann2014-02-181-1/+7
* documentationDominik Schürmann2014-02-171-2/+5
* cleanupDominik Schürmann2014-02-171-18/+1
* check if caller is allowedDominik Schürmann2014-02-171-8/+14
* parse string util method, better help text for access screenDominik Schürmann2014-02-151-1/+2
* allow passphrase as parameterDominik Schürmann2014-02-151-4/+19
* fix passtrough of paramsDominik Schürmann2014-02-151-19/+16
* private request codes, pass params through methods and pending intents, getKe...Dominik Schürmann2014-02-151-49/+89
* conversion of other methodsDominik Schürmann2014-02-141-466/+249
* PendingIntent to handle user inputDominik Schürmann2014-02-141-25/+54
* fix nullpointerDominik Schürmann2014-02-141-1/+9
* Introducing new ParcelFileDescriptor pipesDominik Schürmann2014-02-141-106/+174
* work on lookup key, fix some illegal state exceptions with hackDominik Schürmann2014-02-041-2/+1
* New Gradle project structureDominik Schürmann2014-01-271-0/+602