aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
Commit message (Expand)AuthorAgeFilesLines
* automatically extend single compound entry logsVincent Breitmoser2014-10-081-14/+5
* qr code download, cleanupDominik Schürmann2014-10-041-1/+1
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-041-23/+12
* keychainintentservice: rearrange actions in alphabetical orderVincent Breitmoser2014-10-041-263/+281
* move IteratorWithSize interface into ParcelableFileCache - much cleanerVincent Breitmoser2014-10-031-2/+4
* use iterator interface exclusively in ParcelableFileCacheVincent Breitmoser2014-10-031-4/+9
* make getSignId a secret key operation, and respect unavailable keysVincent Breitmoser2014-10-021-1/+1
* More debugging outputDominik Schürmann2014-10-011-1/+1
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-09-241-7/+12
|\
| * Fix yubikey file decryptionDominik Schürmann2014-09-241-5/+5
| * Yubikey decryptionDominik Schürmann2014-09-241-2/+7
* | fix signing in OK with yubikeysVincent Breitmoser2014-09-241-0/+11
|/
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-40/+27
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-171-7/+6
* Passphrase handling in encryptDominik Schürmann2014-09-171-7/+3
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-6/+18
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-09-151-18/+26
|\
| * Keys found on multiple servers are now imported from all of themTim Bray2014-09-131-18/+26
* | move LogLevel info into LogType enumVincent Breitmoser2014-09-151-2/+1
|/
* work on OperationResultParcelVincent Breitmoser2014-09-141-6/+6
* pending results are a type of non-successVincent Breitmoser2014-09-141-2/+2
* add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-141-9/+5
* Temporary fix for #848, fixed pull2refresh bugsDaniel Albert2014-09-131-26/+26
* working version of DecryptVerifyResultVincent Breitmoser2014-09-131-12/+26
* introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-131-39/+15
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-7/+8
* add some comments to previous commitVincent Breitmoser2014-09-101-1/+7
* jury-rig broken sign mechanismVincent Breitmoser2014-09-091-7/+14
* Consolidate on database upgradeDominik Schürmann2014-09-091-3/+3
* Prepare Yubikey decryptionDominik Schürmann2014-09-081-1/+2
* remove broken(?) cancellation codeVincent Breitmoser2014-09-011-29/+7
* add cancel prevention mechanism, improve cancellation for key importVincent Breitmoser2014-08-311-2/+7
* don't make our service stickyVincent Breitmoser2014-08-311-1/+1
* add cancel support to edit key actionVincent Breitmoser2014-08-311-7/+25
* Add cancelable mechanism and support in key importVincent Breitmoser2014-08-311-2/+19
* Change account typeDominik Schürmann2014-08-211-3/+3
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2014-08-211-0/+8
|\
| * Sync in KeychainIntentService on delete, import, saveDominik Schürmann2014-08-201-0/+8
* | Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|/
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2014-08-201-2/+3
|\
| * Upload key workingDominik Schürmann2014-08-201-2/+3
* | move key deletion into KeychainIntentHandlerVincent Breitmoser2014-08-201-1/+49
|/
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-201-3/+10
|\
| * consolidate: implement (mostly) recovery modeVincent Breitmoser2014-08-201-3/+10
* | Fixes and temporary fixes for returning resultsDominik Schürmann2014-08-201-2/+0
|/
* consolidate: split into two steps, can pick up at second step if anything failsVincent Breitmoser2014-08-191-10/+3
* consolidate: working implementation, lacking uiVincent Breitmoser2014-08-171-0/+15
* parametrize FileImportCache for filenameVincent Breitmoser2014-08-171-1/+1
* Always return a SaveKeyringResult from savingDominik Schürmann2014-08-161-1/+6
* Fix encrypt onlyDominik Schürmann2014-08-161-15/+19