aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
Commit message (Collapse)AuthorAgeFilesLines
* 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-131-15/+26
|
* Optimize imports in all files, remove useless whitespace in some and fix ↵uberspot2014-03-131-43/+18
| | | | indentation
* Export cancellable - minor changesgrait2014-03-131-1/+2
|
* Export is cancellable nowgrait2014-03-131-2/+12
|
* Make export work with rowIds instead of MasterKeyIdsuberspot2014-03-111-9/+15
|
* Fix progress_generating and reformatDominik Schürmann2014-03-101-1/+1
|
* Fix progress_generating and reformatDominik Schürmann2014-03-101-4/+6
|
* 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
* corrected commitAnkush2014-03-071-1/+1
| | | | | | mCurrentPassPhrase, mChangePassPhrase Minor variable naming Issue #338
* name KeychainIntentService properlyDominik Schürmann2014-03-041-1/+1
|
* Enforce private key for applications, verify signed-only texts without ↵Dominik Schürmann2014-03-041-11/+8
| | | | passphrase input, better internal decrypt and verify method
* #226: Small fix to prevent message from being sent if IntentService is canceledJessica Yuen2014-03-031-0/+16
|
* internal renaming, cleanupDominik Schürmann2014-02-211-8/+8
|
* verification of cleartext signatures worksDominik Schürmann2014-02-211-11/+6
|
* Builder pattern for PgpOperationIncomingDominik Schürmann2014-02-191-5/+8
|
* Use builder pattern for sign and encryptDominik Schürmann2014-02-191-17/+32
|
* PendingIntent to handle user inputDominik Schürmann2014-02-141-1/+1
|
* work on lookup key, fix some illegal state exceptions with hackDominik Schürmann2014-02-041-5/+1
|
* Certify not sign a key, added as button, does not belong to menuDominik Schürmann2014-02-041-8/+7
|
* Reworking import, testing needed...Dominik Schürmann2014-02-011-196/+196
|
* search worksDominik Schürmann2014-02-011-17/+8
|
* Merge branch 'master' of https://github.com/openpgp-keychain/openpgp-keychainAshley Hughes2014-02-011-5/+11
|\
| * Started working on integration of keyserver query into import activityDominik Schürmann2014-02-011-5/+11
| |
* | builds, but intents are not called or handled correctlyAshley Hughes2014-01-301-6/+9
| |
* | save workAshley Hughes2014-01-301-7/+3
|/
* Give expiry dates to PgpKeyOperationDominik Schürmann2014-01-291-1/+5
|
* Use intent data instead of IDs for upload and sign, fixes #205Dominik Schürmann2014-01-291-4/+4
|
* New Gradle project structureDominik Schürmann2014-01-271-0/+869