aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Expand)AuthorAgeFilesLines
* pass through info that keys are new without relying on new keys orginally bei...Ashley Hughes2014-04-011-0/+3
* Automatically select newly created key in api accountsDominik Schürmann2014-04-011-0/+1
* PgpKeyOperation: factor out all android dependenciesVincent Breitmoser2014-04-011-10/+37
* Fix symmetric decryptionDominik Schürmann2014-04-011-3/+1
* Simplify encrypt and sign backendDominik Schürmann2014-04-011-98/+54
* Fix symmetric encryption and cleanupDominik Schürmann2014-04-011-3/+3
* 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