aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain i...Vincent Breitmoser2014-10-044-6/+87
|\
| * qr code download, cleanupDominik Schürmann2014-10-041-1/+1
| * Workings on new parcel for key downloadsDominik Schürmann2014-10-042-2/+74
| * Pass imported master key ids via result parcelDominik Schürmann2014-10-041-3/+12
* | certify: get rid of fingerprint checkVincent Breitmoser2014-10-042-6/+3
|/
* improve CertifyResult, add custom notifyVincent Breitmoser2014-10-043-2/+97
* redesign certify action to work with parcel input and resultVincent Breitmoser2014-10-044-24/+196
* keychainintentservice: rearrange actions in alphabetical orderVincent Breitmoser2014-10-041-263/+281
* Fix string referenceDominik Schürmann2014-10-031-1/+1
* move IteratorWithSize interface into ParcelableFileCache - much cleanerVincent Breitmoser2014-10-031-2/+4
* get rid of two consolidate number preferencesVincent Breitmoser2014-10-031-1/+0
* 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
* mProgressDialogFragment null checkDominik Schürmann2014-10-021-0/+5
* More debugging outputDominik Schürmann2014-10-011-1/+1
* pass (encryption) key id from Decrypt*Fragment to NfcActivityVincent Breitmoser2014-09-301-1/+7
* pass key id for check from EncryptActivity to NfcActivityVincent Breitmoser2014-09-301-1/+7
* be more mindful of algorithm and usage flag interactionVincent Breitmoser2014-09-281-0/+2
* use correct pin for nfc in EncryptActivityVincent Breitmoser2014-09-241-1/+7
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-09-243-9/+16
|\
| * Fix yubikey file decryptionDominik Schürmann2014-09-241-5/+5
| * Yubikey text decryption workingDominik Schürmann2014-09-241-5/+7
| * Yubikey decryptionDominik Schürmann2014-09-242-9/+12
| * DecryptTextActivity reworkDominik Schürmann2014-09-232-2/+4
* | fix signing in OK with yubikeysVincent Breitmoser2014-09-241-0/+11
|/
* be more precise on importresult overall errorVincent Breitmoser2014-09-231-1/+1
* take failed keys into account in importkeyresult notificationVincent Breitmoser2014-09-231-1/+12
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-232-101/+129
* reject keys with duplicate subkeys altogetherVincent Breitmoser2014-09-231-0/+1
* log "unspecified" flags differentlyVincent Breitmoser2014-09-221-0/+2
* show authenticate flag in logsVincent Breitmoser2014-09-221-16/+32
* Fix LogDisplayFragmentDominik Schürmann2014-09-212-3/+10
* Fix ConsolidateResult, needed parcelable methodsDominik Schürmann2014-09-211-0/+19
* Feature to change key configuration in create keyDominik Schürmann2014-09-211-1/+1
* respect user id revocation signaturesVincent Breitmoser2014-09-201-1/+5
* Use key icons in import, prettify itemsDominik Schürmann2014-09-181-2/+2
* Fixes for nfc decryptDominik Schürmann2014-09-181-3/+12
* Fix nfc signingDominik Schürmann2014-09-181-1/+1
* 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