aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Collapse)AuthorAgeFilesLines
* neatness refactoringVincent Breitmoser2014-06-049-180/+75
|
* wrapped-key-ring: add documentationVincent Breitmoser2014-06-026-7/+67
|
* make everything work againVincent Breitmoser2014-06-021-2/+3
|
* wrapped-key-ring: move key data around in ParcelableKeyRing instead of ↵Vincent Breitmoser2014-06-022-101/+21
| | | | ImportKeysListEntry
* wrapped-key-ring: no UncachedSecretKeyRing after allVincent Breitmoser2014-06-025-44/+60
|
* new savekeyring operation (mostly stub)Vincent Breitmoser2014-05-279-72/+488
|
* rename SaveKeyringParcel to OldSaveKeyringParcelVincent Breitmoser2014-05-271-3/+3
|
* fix missing userIds in ImportKeysListEntryVincent Breitmoser2014-05-271-2/+8
|
* wrapped-key-ring: forgot a part in PgpDecryptVerifyVincent Breitmoser2014-05-231-2/+9
|
* introduce WrappedSignature for the ViewCert* ui codeVincent Breitmoser2014-05-231-0/+124
|
* wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic typeVincent Breitmoser2014-05-235-50/+99
|
* wrapped-key-ring: encapsulate key flagsVincent Breitmoser2014-05-221-0/+7
|
* Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-211-3/+3
|\ | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpImportExport.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
| * Rename KeyServer to KeyserverDominik Schürmann2014-05-181-3/+3
| |
* | use long rather than String to build uris by keyVincent Breitmoser2014-05-212-9/+4
| |
* | wrapped-key-ring: split up CachedKeyRing and WrappedKeyRingVincent Breitmoser2014-05-2113-138/+173
| |
* | Merge remote-tracking branch 'origin/master' into wrapped-key-ringVincent Breitmoser2014-05-142-6/+8
|\| | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CertifyKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewCertActivity.java OpenKeychain/src/main/res/values/strings.xml
| * use setEncryptToSigner for asymmetric encryptionVincent Breitmoser2014-05-081-2/+0
| | | | | | | | (tested and works, closes #569)
| * Move logic classes for import into own sub-packageDominik Schürmann2014-05-061-5/+8
| |
* | wrapped-key-ring: remove more unneeded methodsVincent Breitmoser2014-05-041-91/+0
| |
* | wrapped-key-ring: get rid of bc objects in key editorVincent Breitmoser2014-05-043-32/+19
| |
* | wrapped-key-ring: more work on passphrase caching and certificationVincent Breitmoser2014-05-041-17/+0
| |
* | wrapped-key-ring: introduce Uncached*Key objectsVincent Breitmoser2014-05-045-129/+179
| |
* | wrapped-key-ring: redesign underlying CachedKeyRingVincent Breitmoser2014-05-044-119/+117
| |
* | wrapped-key-ring: view certifyVincent Breitmoser2014-05-041-0/+13
| |
* | wrapped-key-ring: no more pgp imports in PassphraseDialogFragmentVincent Breitmoser2014-05-043-8/+11
| |
* | wrapped-key-ring: more refactoring - no more pgp imports in ↵Vincent Breitmoser2014-05-0310-205/+151
| | | | | | | | KeychainIntentService!
* | wrapped-key-ring: small fix to make it work againVincent Breitmoser2014-05-032-14/+12
| |
* | wrapped-key-ring: forgot to add UncachedKeyRing classVincent Breitmoser2014-05-031-0/+29
| |
* | wrapped-key-ring: move more helper methods into keysVincent Breitmoser2014-05-034-15/+151
| |
* | wrapped-key-ring: move certification logic into secretkeyVincent Breitmoser2014-05-035-96/+97
| |
* | certification is always done with the master keyVincent Breitmoser2014-05-031-55/+0
| |
* | wrapped-key-ring: first steps, get rid of key imports in decryptverify and ↵Vincent Breitmoser2014-05-039-319/+621
|/ | | | signencrypt
* Rename setter methods for PgpDecryptVerify.BuilderThialfihar2014-04-291-7/+7
|
* Rename setter methods for PgpSignEncrypt.BuilderThialfihar2014-04-291-19/+19
|
* Rename ProgressDialogUpdater to ProgressableThialfihar2014-04-296-43/+43
| | | | | Also fix some inconsistent usages of "progress", now using "progressable" in all builders.
* Move util.ProgressDialogUpdater to pgp.ProgressableThialfihar2014-04-291-0/+26
|
* Many API fixes for GET_KEY and GET_KEY_IDSDominik Schürmann2014-04-281-6/+0
|
* More code cleanupDominik Schürmann2014-04-191-6/+31
|
* get rid of PgpKeyHelper.getMasterKeyIdVincent Breitmoser2014-04-173-30/+15
| | | | Closes #575
* NotFoundExceptions for all getGeneric-type methodsVincent Breitmoser2014-04-172-22/+31
|
* Translations from transifex, fix some strings referencesDominik Schürmann2014-04-161-1/+1
|
* Clarify commentsDominik Schürmann2014-04-161-2/+2
|
* commentsDominik Schürmann2014-04-161-2/+2
|
* Fix SIGNATURE_UNKNOWN_PUB_KEYDominik Schürmann2014-04-162-23/+16
|
* Fix PgpDecryptVerify signature verification: search for right signature ↵Dominik Schürmann2014-04-152-51/+58
| | | | subkey instead of using first subkey for verification
* Optimize importsDominik Schürmann2014-04-151-2/+0
|
* Add OpenPgpSignatureResultBuilderDominik Schürmann2014-04-151-0/+117
|
* encapsulate creation of OpenPgpSignatureResult objects inside ↵Dominik Schürmann2014-04-151-51/+33
| | | | OpenPgpSignatureResultBuilder to better constraint its output when processing with PgpDecryptVerify
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-144-33/+27
|