aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Expand)AuthorAgeFilesLines
* create three keys by defaultAshley Hughes2014-03-311-1/+8
* change how new default keys are passed back, fix showing their usage flagsAshley Hughes2014-03-311-4/+11
* Decrypt mostly works againDominik Schürmann2014-03-301-28/+29
* More experimental work on decrypt fragmentsDominik Schürmann2014-03-301-18/+9
* merge masterAshley Hughes2014-03-2913-1808/+198
|\
| * Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychainDominik Schürmann2014-03-251-1/+1
| |\
| | * Rename old mentionings of APG-named thingsThialfihar2014-03-231-1/+1
| * | Move classes for OpenPGP API into remote packageDominik Schürmann2014-03-2310-1613/+0
| |/
| * Merge pull request #469 from honnel/save-key-workaroundDominik Schürmann2014-03-231-1/+9
| |\
| | * The current implementation of saving new generated key doesn't save the key d...Daniel Hammann2014-03-221-1/+9
| * | Use new FoldableLinearLayout in API settingsDominik Schürmann2014-03-231-41/+5
| |/
| * Fix fingerprint handlingDominik Schürmann2014-03-201-2/+2
| * verify downloaded key by comparing fingerprintsDominik Schürmann2014-03-201-35/+45
| * Dont try to parse key/fingerprint result from keyserver queryDominik Schürmann2014-03-201-1/+1
| * 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
* | add original primary ID field to parcelAshley Hughes2014-03-261-0/+3
* | keep up with masterAshley Hughes2014-03-075-311/+218
|\|
| * 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