aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/remote
Commit message (Collapse)AuthorAgeFilesLines
* Fix code style in keychain/service/uberspot2014-03-139-70/+101
|
* Optimize imports in all files, remove useless whitespace in some and fix ↵uberspot2014-03-138-52/+39
| | | | indentation
* Remove duplicate code from ActionBarHelper. You can now set the drawables ↵uberspot2014-03-112-6/+6
| | | | via the method calls
* API: get keyDominik Schürmann2014-03-071-12/+45
|
* Fix documentation and variable naming in APIDominik Schürmann2014-03-062-8/+8
|
* Enforce private key for applications, verify signed-only texts without ↵Dominik Schürmann2014-03-041-91/+20
| | | | passphrase input, better internal decrypt and verify method
* return SIGNATURE_SUCCESS_UNCERTIFIED from serviceDominik Schürmann2014-03-041-1/+2
|
* API changesDominik Schürmann2014-03-023-160/+132
|
* 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-172-140/+2
|
* Fix register activityDominik Schürmann2014-02-172-136/+93
|
* check if caller is allowedDominik Schürmann2014-02-172-65/+76
|
* Restructure API lib folder to support EclipseDominik Schürmann2014-02-151-4/+2
|
* fix regression bug with finish not called on activity but on fragment ↵Dominik Schürmann2014-02-151-4/+4
| | | | causing params to be not passed through
* 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
|
* code simplificationsDominik Schürmann2014-02-151-5/+6
|
* fix passtrough of paramsDominik Schürmann2014-02-152-43/+45
|
* private request codes, pass params through methods and pending intents, ↵Dominik Schürmann2014-02-151-49/+89
| | | | getKeyIds method
* cleanupDominik Schürmann2014-02-141-122/+0
|
* conversion of other methodsDominik Schürmann2014-02-144-524/+279
|
* PendingIntent to handle user inputDominik Schürmann2014-02-142-52/+87
|
* fix nullpointerDominik Schürmann2014-02-141-1/+9
|
* Introducing new ParcelFileDescriptor pipesDominik Schürmann2014-02-142-110/+174
|
* Layout fixes for registered appsDominik Schürmann2014-02-132-4/+12
|
* work on lookup key, fix some illegal state exceptions with hackDominik Schürmann2014-02-041-2/+1
|
* Switch from ActionBarSherlock to ActionBarCompatDominik Schürmann2014-02-023-14/+13
|
* New Gradle project structureDominik Schürmann2014-01-2710-0/+2082