aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Expand)AuthorAgeFilesLines
* use correct LongSparseArray for minimum api levelAlexander Sulfrian2014-03-191-1/+1
* Merge pull request #430 from Valodim/certifyDominik Schürmann2014-03-181-3/+6
|\
| * certify: preserve user id certificates when saving secret keysVincent Breitmoser2014-03-171-2/+3
| * certify: sign individual UIDsVincent Breitmoser2014-03-151-2/+2
| * certify: revamp certifykeyactivityVincent Breitmoser2014-03-151-0/+2
* | Fix export for new unified key list #409uberspot2014-03-151-24/+26
|/
* Fix code style in keychain/service/uberspot2014-03-1311-87/+129
* Optimize imports in all files, remove useless whitespace in some and fix inde...uberspot2014-03-1311-128/+80
* Export cancellable - minor changesgrait2014-03-131-1/+2
* Export is cancellable nowgrait2014-03-131-2/+12
* fix plenty of lint warnings, make some for loops into foreach, remove unused ...uberspot2014-03-111-2/+3
* Make export work with rowIds instead of MasterKeyIdsuberspot2014-03-111-9/+15
* Remove duplicate code from ActionBarHelper. You can now set the drawables via...uberspot2014-03-112-6/+6
* getString before init of KeychainIntentHandlerDominik Schürmann2014-03-101-46/+34
* Fix progress_generating and reformatDominik Schürmann2014-03-101-1/+1
* Fix progress_generating and reformatDominik Schürmann2014-03-102-6/+25
* progress bar while key creation - added plurals based on no.of keys while key...grait2014-03-091-1/+2
* progress is shown when creating the default key based on number of keys crea...grait2014-03-081-0/+7
* remove unused imports and unthrown exceptionsuberspot2014-03-071-1/+0
* API: get keyDominik Schürmann2014-03-071-12/+45
* Merge pull request #344 from ankushb92/ankush2Dominik Schürmann2014-03-061-1/+1
|\
| * corrected commitAnkush2014-03-071-1/+1
* | Fix documentation and variable naming in APIDominik Schürmann2014-03-062-8/+8
|/
* name KeychainIntentService properlyDominik Schürmann2014-03-041-1/+1
* Enforce private key for applications, verify signed-only texts without passph...Dominik Schürmann2014-03-042-102/+28
* return SIGNATURE_SUCCESS_UNCERTIFIED from serviceDominik Schürmann2014-03-041-1/+2
* Merge pull request #315 from jessicayuen/masterDominik Schürmann2014-03-042-1/+25
|\
| * #226: Small fix to prevent message from being sent if IntentService is canceledJessica Yuen2014-03-031-0/+16
| * #226: Async key gen task is stopped if progress is canceledJessica Yuen2014-03-021-3/+3
| * #226: Activity no longer closes if progress is canceled for key creation in E...Jessica Yuen2014-03-021-3/+4
| * #226: Added cancel option to ProgressDialogFragments. Create Key is now cance...Jessica Yuen2014-03-021-1/+8
* | 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-212-18/+17
* verification of cleartext signatures worksDominik Schürmann2014-02-212-29/+27
* Builder pattern for PgpOperationIncomingDominik Schürmann2014-02-192-8/+15
* cleanupDominik Schürmann2014-02-191-7/+7
* Use builder pattern for sign and encryptDominik Schürmann2014-02-192-32/+57
* 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 causing...Dominik Schürmann2014-02-151-4/+4
* 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