aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* PgpDecryptVerify is now context-freeDominik Schürmann2014-04-111-21/+61
|
* put signatureType where it belongsDominik Schürmann2014-04-111-8/+8
|
* PgpSignEncrypt is now context-freeDominik Schürmann2014-04-112-19/+38
|
* PgpSignEncrypt: merge generateSignature() into main methodDominik Schürmann2014-04-111-127/+79
|
* PgpSignEncrypt: get by master key idDominik Schürmann2014-04-111-2/+2
|
* Refactor ProviderHelper to be non-static using a constructor based on ↵Dominik Schürmann2014-04-113-26/+33
| | | | context (first commit to get context out of pgp classes)
* Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)Dominik Schürmann2014-04-113-55/+51
|
* Fix save keyring, improve signature verificationDominik Schürmann2014-04-092-62/+45
|
* Use NotFoundException in more placesDominik Schürmann2014-04-084-29/+68
|
* Fix decryption of messages/files encrypted for multiple public keysDominik Schürmann2014-04-081-31/+56
|
* Introduce ProviderHelper.NotFoundException, remove dead codeDominik Schürmann2014-04-082-55/+13
|
* Change license from ASLv2 to GPLv3 where possibleThialfihar2014-04-0810-90/+100
|
* Update copyright timespan for ThialfiharThialfihar2014-04-0810-10/+10
|
* Rename folder structure from OpenPGP Keychain to OpenKeychainDominik Schürmann2014-04-0612-0/+4064