aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Conflicts: OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpKeyOperation.java OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
* 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
| | | | | | | | | | | | | | | Mostly in comments, most importantly: STORE_PATH now ends in /KeychainBlobs instead of /ApgBlobs
| * | 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
| |\ | | | | | | Can't save key after key generation
| | * The current implementation of saving new generated key doesn't save the key ↵Daniel Hammann2014-03-221-1/+9
| | | | | | | | | | | | due to the public key of master key id can not be resolved by ProviderHelper.getPGPPublicKeyByKeyId (via URI/Cursor). Workaround uses local keys-arraylist for resoving the pubkey of master key id.
| * | 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
| |\ | | | | | | Revamp certify dialogue
| | * certify: preserve user id certificates when saving secret keysVincent Breitmoser2014-03-171-2/+3
| | |
| | * certify: sign individual UIDsVincent Breitmoser2014-03-151-2/+2
| | | | | | | | | | | | | | | | | | direct signing of pubkeys is out for now. not sure how this should be handled, but it's trivial to re-add so leaving this up for discussion for now.
| | * certify: revamp certifykeyactivityVincent Breitmoser2014-03-151-0/+2
| | | | | | | | | | | | | | | | | | show info on the key to be certified, along with a list of (selectable) user ids. user ids are handed through to the signing service, but not yet handled.
| * | 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 ↵uberspot2014-03-1311-128/+80
| | | | | | | | indentation
| * 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
| | | | | | | | imports and throw exceptions
| * Make export work with rowIds instead of MasterKeyIdsuberspot2014-03-111-9/+15
| |
| * Remove duplicate code from ActionBarHelper. You can now set the drawables ↵uberspot2014-03-112-6/+6
| | | | | | | | via the method calls
| * 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 ↵grait2014-03-091-1/+2
| | | | | | | | key creation
| * progress is shown when creating the default key based on number of keys ↵grait2014-03-081-0/+7
| | | | | | | | created so far
| * 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
| |\ | | | | | | #338
| | * corrected commitAnkush2014-03-071-1/+1
| | | | | | | | | | | | | | | | | | mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338
| * | 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 ↵Dominik Schürmann2014-03-042-102/+28
| | | | | | | | passphrase input, better internal decrypt and verify method
| * 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: Added cancel option to ProgressDialogFragments. Create Key is now cancelable.
| | * #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
| | |