aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix SIGNATURE_SUCCESS_CERTIFIEDDominik Schürmann2014-04-141-4/+4
|
* key edit: fix crash when create date was after expiry date, change from ↵Dominik Schürmann2014-04-142-33/+36
| | | | gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity
* 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
|
* Clarify use of methods in PgpKeyHelperDominik Schürmann2014-04-112-5/+5
|
* More ids removedDominik Schürmann2014-04-111-17/+24
|
* Remove some Ids...Dominik Schürmann2014-04-113-59/+4
|