aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
|\|
| * use setEncryptToSigner for asymmetric encryptionVincent Breitmoser2014-05-081-2/+0
| * 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 KeychainIntentSer...Vincent Breitmoser2014-05-0310-205/+151
* | 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 si...Vincent Breitmoser2014-05-039-319/+621
|/
* 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
* 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
* 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 subke...Dominik Schürmann2014-04-152-51/+58
* Optimize importsDominik Schürmann2014-04-151-2/+0
* Add OpenPgpSignatureResultBuilderDominik Schürmann2014-04-151-0/+117
* encapsulate creation of OpenPgpSignatureResult objects inside OpenPgpSignatur...Dominik Schürmann2014-04-151-51/+33
* Removing remaining uses of Id, closing one of the oldest bugs #9Dominik Schürmann2014-04-144-33/+27
* Fix SIGNATURE_SUCCESS_CERTIFIEDDominik Schürmann2014-04-141-4/+4
* key edit: fix crash when create date was after expiry date, change from grego...Dominik Schürmann2014-04-142-33/+36
* Rework verifyCleartextSignatureDominik Schürmann2014-04-131-74/+98
* Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)Dominik Schürmann2014-04-131-12/+31
* Handle new exceptions in KeychainIntentServiceDominik Schürmann2014-04-132-15/+0
* Remove unused blob classes and other dead codeDominik Schürmann2014-04-131-314/+0
* Update license header for 2014Dominik Schürmann2014-04-136-6/+6
* More changes to PgpSignEncryptDominik Schürmann2014-04-121-37/+39
* PgpSignEncrypt commentDominik Schürmann2014-04-111-0/+2