Thialfihar
|
9e6bf2abbb
|
Rename ProgressDialogUpdater to Progressable
Also fix some inconsistent usages of "progress", now using
"progressable" in all builders.
|
2014-04-29 18:44:44 +02:00 |
|
Thialfihar
|
6a1832ebad
|
Move util.ProgressDialogUpdater to pgp.Progressable
|
2014-04-29 18:32:13 +02:00 |
|
Dominik Schürmann
|
0963efc78b
|
Many API fixes for GET_KEY and GET_KEY_IDS
|
2014-04-28 20:13:46 +02:00 |
|
Dominik Schürmann
|
7017a01bdb
|
More code cleanup
|
2014-04-19 21:56:15 +02:00 |
|
Vincent Breitmoser
|
8714f56cdc
|
get rid of PgpKeyHelper.getMasterKeyId
Closes #575
|
2014-04-17 16:34:20 +02:00 |
|
Vincent Breitmoser
|
86d9266a44
|
NotFoundExceptions for all getGeneric-type methods
|
2014-04-17 16:19:49 +02:00 |
|
Dominik Schürmann
|
676262b052
|
Translations from transifex, fix some strings references
|
2014-04-16 19:00:06 +02:00 |
|
Dominik Schürmann
|
cd8458f34d
|
Clarify comments
|
2014-04-16 14:43:06 +02:00 |
|
Dominik Schürmann
|
eb9d8c5c3f
|
comments
|
2014-04-16 00:38:03 +02:00 |
|
Dominik Schürmann
|
ad6ac28782
|
Fix SIGNATURE_UNKNOWN_PUB_KEY
|
2014-04-16 00:18:00 +02:00 |
|
Dominik Schürmann
|
08399dec4b
|
Fix PgpDecryptVerify signature verification: search for right signature subkey instead of using first subkey for verification
|
2014-04-15 23:54:05 +02:00 |
|
Dominik Schürmann
|
1e22b28c2e
|
Optimize imports
|
2014-04-15 22:52:21 +02:00 |
|
Dominik Schürmann
|
8440693c51
|
Add OpenPgpSignatureResultBuilder
|
2014-04-15 21:28:52 +02:00 |
|
Dominik Schürmann
|
a57fc8a47a
|
encapsulate creation of OpenPgpSignatureResult objects inside OpenPgpSignatureResultBuilder to better constraint its output when processing with PgpDecryptVerify
|
2014-04-15 21:28:38 +02:00 |
|
Dominik Schürmann
|
b04e6816f4
|
Removing remaining uses of Id, closing one of the oldest bugs #9
|
2014-04-14 13:48:20 +02:00 |
|
Dominik Schürmann
|
4a2c3385d6
|
Fix SIGNATURE_SUCCESS_CERTIFIED
|
2014-04-14 01:19:05 +02:00 |
|
Dominik Schürmann
|
13ffd2038d
|
key edit: fix crash when create date was after expiry date, change from gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity
|
2014-04-14 01:11:08 +02:00 |
|
Dominik Schürmann
|
55bad4cac7
|
Rework verifyCleartextSignature
|
2014-04-13 21:06:39 +02:00 |
|
Dominik Schürmann
|
e10b24e2ea
|
Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)
|
2014-04-13 18:55:18 +02:00 |
|
Dominik Schürmann
|
9b1a4a456a
|
Handle new exceptions in KeychainIntentService
|
2014-04-13 18:13:34 +02:00 |
|
Dominik Schürmann
|
194523303f
|
Remove unused blob classes and other dead code
|
2014-04-13 17:46:39 +02:00 |
|
Dominik Schürmann
|
9daa2ae359
|
Update license header for 2014
|
2014-04-13 17:27:22 +02:00 |
|
Dominik Schürmann
|
44a7bda7dc
|
More changes to PgpSignEncrypt
|
2014-04-12 20:33:25 +02:00 |
|
Dominik Schürmann
|
a65a9ac5f0
|
PgpSignEncrypt comment
|
2014-04-11 21:55:54 +02:00 |
|
Dominik Schürmann
|
2069f20f50
|
Clarify use of methods in PgpKeyHelper
|
2014-04-11 21:40:12 +02:00 |
|
Dominik Schürmann
|
12b8282d9b
|
More ids removed
|
2014-04-11 20:23:46 +02:00 |
|
Dominik Schürmann
|
d624d1c406
|
Remove some Ids...
|
2014-04-11 20:09:01 +02:00 |
|
Dominik Schürmann
|
45b450e78a
|
PgpDecryptVerify is now context-free
|
2014-04-11 19:43:46 +02:00 |
|
Dominik Schürmann
|
9b15482c41
|
put signatureType where it belongs
|
2014-04-11 19:23:29 +02:00 |
|
Dominik Schürmann
|
bd6aeea6db
|
PgpSignEncrypt is now context-free
|
2014-04-11 19:14:39 +02:00 |
|
Dominik Schürmann
|
5346d2e878
|
PgpSignEncrypt: merge generateSignature() into main method
|
2014-04-11 18:53:24 +02:00 |
|
Dominik Schürmann
|
e39b081927
|
PgpSignEncrypt: get by master key id
|
2014-04-11 18:08:10 +02:00 |
|
Dominik Schürmann
|
094fb698de
|
Refactor ProviderHelper to be non-static using a constructor based on context (first commit to get context out of pgp classes)
|
2014-04-11 17:45:52 +02:00 |
|
Dominik Schürmann
|
bbd97cf800
|
Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)
|
2014-04-11 17:14:37 +02:00 |
|
Dominik Schürmann
|
a0a51c9f92
|
Fix save keyring, improve signature verification
|
2014-04-09 15:39:50 +02:00 |
|
Dominik Schürmann
|
8ab9a0a2d0
|
Use NotFoundException in more places
|
2014-04-08 23:41:21 +02:00 |
|
Dominik Schürmann
|
d81de8509b
|
Fix decryption of messages/files encrypted for multiple public keys
|
2014-04-08 23:01:38 +02:00 |
|
Dominik Schürmann
|
a1efb24228
|
Introduce ProviderHelper.NotFoundException, remove dead code
|
2014-04-08 22:25:42 +02:00 |
|
Thialfihar
|
f2d8378d81
|
Change license from ASLv2 to GPLv3 where possible
|
2014-04-08 11:59:35 +02:00 |
|
Thialfihar
|
42faf0eb07
|
Update copyright timespan for Thialfihar
|
2014-04-08 11:59:35 +02:00 |
|
Dominik Schürmann
|
6d11371905
|
Rename folder structure from OpenPGP Keychain to OpenKeychain
|
2014-04-06 12:57:42 +02:00 |
|