aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Expand)AuthorAgeFilesLines
* package reordering: merge util and helper, there were no real difference; cre...Dominik Schürmann2014-09-174-24/+9
* Fix cleartext verifyDominik Schürmann2014-09-171-0/+4
* Passphrase handling in encryptDominik Schürmann2014-09-171-7/+3
* Work on new result handling (WIP)Dominik Schürmann2014-09-174-14/+37
* minor fix for passphrase testVincent Breitmoser2014-09-151-1/+1
* 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-153-272/+267
|/
* work on OperationResultParcelVincent Breitmoser2014-09-149-39/+28
* pending results are a type of non-successVincent Breitmoser2014-09-143-7/+8
* (forgot a file for previous commit)Vincent Breitmoser2014-09-141-0/+103
* add SignEncryptResult parcel (probably break stuff)Vincent Breitmoser2014-09-142-9/+36
* Temporary fix for #848, fixed pull2refresh bugsDaniel Albert2014-09-131-26/+26
* log warning on bad uid encodingVincent Breitmoser2014-09-131-0/+1
* add a ton of logging to DecryptVerifyVincent Breitmoser2014-09-131-0/+38
* working version of DecryptVerifyResultVincent Breitmoser2014-09-132-18/+35
* introduce OperationResultParcel for PgpDecryptVerify operations (WIP)Vincent Breitmoser2014-09-132-39/+128
* promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-138-356/+443
* editKey: add support for sripping keysVincent Breitmoser2014-09-112-0/+6
* Add newly discussed design decisions for passphrase cache serviceDominik Schürmann2014-09-101-0/+9
* 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
* introduce SingletonResult for... singleton resultsVincent Breitmoser2014-09-081-1/+57
* Properly handle uneditable key types in EditKeyFragmentVincent Breitmoser2014-09-081-0/+6
* Yubikey: use PINDominik Schürmann2014-09-081-0/+2
* Prepare Yubikey decryptionDominik Schürmann2014-09-081-1/+2
* Add experimental support for yubikey PINs, remove caching of empty passphrasesDominik Schürmann2014-09-051-7/+5
* work on passphrase caching, make use of cached SecretKeyType data (WIP!)Vincent Breitmoser2014-09-031-23/+32
* cache key s2k type in database, for later useVincent Breitmoser2014-09-021-0/+2
* remove broken(?) cancellation codeVincent Breitmoser2014-09-011-29/+7
* add cancel prevention mechanism, improve cancellation for key importVincent Breitmoser2014-08-312-3/+11
* don't make our service stickyVincent Breitmoser2014-08-311-1/+1
* add cancel support to edit key actionVincent Breitmoser2014-08-312-19/+38
* Add cancelable mechanism and support in key importVincent Breitmoser2014-08-314-25/+49
* canonicalize: add check for algorithm typeVincent Breitmoser2014-08-301-2/+4
* Merge branch 'master' into yubikeyDominik Schürmann2014-08-286-96/+321
|\
| * Merge pull request #796 from open-keychain/developDominik Schürmann2014-08-282-6/+30
| |\
| | * add ecc supportVincent Breitmoser2014-08-242-6/+30
| * | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-271-3/+3
| |\ \
| | * | small language fixes for previous commitVincent Breitmoser2014-08-271-3/+3
| * | | Strip out duplicate user idsDominik Schürmann2014-08-271-0/+1
| |/ /
| * / Abort import of pubkeys where secret keys exist but new pubkey has more subke...Dominik Schürmann2014-08-271-0/+1
| |/
| * Change account typeDominik Schürmann2014-08-212-5/+5
| * Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2014-08-212-38/+62
| |\
| | * Comment extra in requestSyncDominik Schürmann2014-08-201-0/+1
| | * Sync in KeychainIntentService on delete, import, saveDominik Schürmann2014-08-202-0/+21
| | * Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-08-202-3/+54
| | |\
| | * | Enable sync adapter, changelogDominik Schürmann2014-08-201-0/+1
| | * | Disable key import in sync adapterDominik Schürmann2014-08-201-38/+39