aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service
Commit message (Collapse)AuthorAgeFilesLines
* prevent cancel dring consolidate, move logic into progressableVincent Breitmoser2014-10-261-2/+6
|
* implement upload of keyring after certification, check that option by defaultVincent Breitmoser2014-10-261-1/+2
|
* integrate download from keyserver into key import operationVincent Breitmoser2014-10-231-77/+8
|
* some cleanup and documentation of *Operation classesVincent Breitmoser2014-10-151-3/+0
|
* fix test for new PgpDecryptVerifyVincent Breitmoser2014-10-141-1/+3
|
* make PgpEncryptSign and PgpDecryptVerify subclasses of BaseOperationVincent Breitmoser2014-10-131-35/+7
|
* remove DELETE_FILE_SECURELYVincent Breitmoser2014-10-131-23/+0
| | | | closes #961
* rewrite export with new operation styleVincent Breitmoser2014-10-131-61/+20
|
* CertifyOperation is not a Pgp- operationVincent Breitmoser2014-10-121-23/+13
|
* move delete into operation classVincent Breitmoser2014-10-111-32/+7
|
* move around package structure a bitVincent Breitmoser2014-10-1011-1672/+12
|
* move operations into ops package, introduce BaseOperation classVincent Breitmoser2014-10-101-9/+9
|
* Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2014-10-092-4/+5
|\
| * Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-092-4/+5
| |
| * Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-1/+1
| | | | | | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
| * Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developmentVincent Breitmoser2014-10-091-1/+1
|\ \ | |/ |/|
| * fix plurals quantity string in ImportKeyResultVincent Breitmoser2014-10-041-1/+1
| |
* | automatically extend single compound entry logsVincent Breitmoser2014-10-082-14/+14
| |
* | use sub results in importVincent Breitmoser2014-10-051-1/+8
| |
* | add support for hierarchical log entriesVincent Breitmoser2014-10-051-3/+54
| |
* | Merge branch 'jacobshack-certify' of github.com:open-keychain/open-keychain ↵Vincent Breitmoser2014-10-044-6/+87
|\ \ | | | | | | | | | into jacobshack-certify
| * | 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
|/ / | | | | | | | | | | Master key ids are unambiguous by database design, and only keys which are in the database are signed. There is no reason to check the fingerprint again during the certify operation.
* | 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
| | | | This one should remedy #811, but waiting for a test
* 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
| | | | Fixes #895
* use correct pin for nfc in EncryptActivityVincent Breitmoser2014-09-241-1/+7
|
* Merge remote-tracking branch 'origin/master'Vincent Breitmoser2014-09-243-9/+16
|\ | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java
| * 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
| | | | closes #870