Vincent Breitmoser
|
4a6aaf1e83
|
fix missing userIds in ImportKeysListEntry
|
2014-05-27 13:49:39 +02:00 |
|
Vincent Breitmoser
|
97af8b2a01
|
wrapped-key-ring: forgot a part in PgpDecryptVerify
|
2014-05-23 17:04:15 +02:00 |
|
Vincent Breitmoser
|
c107fc668f
|
introduce WrappedSignature for the ViewCert* ui code
|
2014-05-23 16:48:41 +02:00 |
|
Vincent Breitmoser
|
10ad7be46b
|
wrapped-key-ring: UncachedKeyRing wraps only one ring of dynamic type
|
2014-05-23 16:44:50 +02:00 |
|
Vincent Breitmoser
|
cd0aba9d43
|
wrapped-key-ring: encapsulate key flags
|
2014-05-22 13:05:02 +02:00 |
|
Vincent Breitmoser
|
952bb99a24
|
Merge remote-tracking branch 'origin/master' into wrapped-key-ring
Conflicts:
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpImportExport.java
OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
|
2014-05-21 23:06:51 +02:00 |
|
Vincent Breitmoser
|
ab6c47a9b3
|
use long rather than String to build uris by key
|
2014-05-21 21:26:35 +02:00 |
|
Vincent Breitmoser
|
761d87b661
|
wrapped-key-ring: split up CachedKeyRing and WrappedKeyRing
|
2014-05-21 21:07:32 +02:00 |
|
Dominik Schürmann
|
19072824ba
|
Rename KeyServer to Keyserver
|
2014-05-18 23:06:50 +02:00 |
|
Vincent Breitmoser
|
2f95100d88
|
Merge remote-tracking branch 'origin/master' into wrapped-key-ring
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
|
2014-05-14 16:02:28 +02:00 |
|
Vincent Breitmoser
|
9c5c013538
|
use setEncryptToSigner for asymmetric encryption
(tested and works, closes #569)
|
2014-05-08 15:31:03 +02:00 |
|
Dominik Schürmann
|
ad791fd8f8
|
Move logic classes for import into own sub-package
|
2014-05-06 22:29:57 +02:00 |
|
Vincent Breitmoser
|
90ac60b6db
|
wrapped-key-ring: remove more unneeded methods
|
2014-05-04 17:44:10 +02:00 |
|
Vincent Breitmoser
|
9baddb7d71
|
wrapped-key-ring: get rid of bc objects in key editor
|
2014-05-04 17:07:13 +02:00 |
|
Vincent Breitmoser
|
cd8af25ba7
|
wrapped-key-ring: more work on passphrase caching and certification
|
2014-05-04 16:59:20 +02:00 |
|
Vincent Breitmoser
|
8cf0638f54
|
wrapped-key-ring: introduce Uncached*Key objects
|
2014-05-04 16:56:44 +02:00 |
|
Vincent Breitmoser
|
411b4cfeb2
|
wrapped-key-ring: redesign underlying CachedKeyRing
|
2014-05-04 13:22:35 +02:00 |
|
Vincent Breitmoser
|
d68fce6875
|
wrapped-key-ring: view certify
|
2014-05-04 13:22:19 +02:00 |
|
Vincent Breitmoser
|
b5647b2062
|
wrapped-key-ring: no more pgp imports in PassphraseDialogFragment
|
2014-05-04 03:38:58 +02:00 |
|
Vincent Breitmoser
|
f524fa692c
|
wrapped-key-ring: more refactoring - no more pgp imports in KeychainIntentService!
|
2014-05-03 22:29:09 +02:00 |
|
Vincent Breitmoser
|
32baf42515
|
wrapped-key-ring: small fix to make it work again
|
2014-05-03 19:14:30 +02:00 |
|
Vincent Breitmoser
|
ef6211e0bd
|
wrapped-key-ring: forgot to add UncachedKeyRing class
|
2014-05-03 19:05:03 +02:00 |
|
Vincent Breitmoser
|
2176e1ef1c
|
wrapped-key-ring: move more helper methods into keys
|
2014-05-03 19:04:23 +02:00 |
|
Vincent Breitmoser
|
1f8210f743
|
wrapped-key-ring: move certification logic into secretkey
|
2014-05-03 18:32:20 +02:00 |
|
Vincent Breitmoser
|
c2c6a90991
|
certification is always done with the master key
|
2014-05-03 15:59:25 +02:00 |
|
Vincent Breitmoser
|
4b3cfd4fa4
|
wrapped-key-ring: first steps, get rid of key imports in decryptverify and signencrypt
|
2014-05-03 15:55:28 +02:00 |
|
Thialfihar
|
1f7c61a331
|
Rename setter methods for PgpDecryptVerify.Builder
|
2014-04-29 19:01:11 +02:00 |
|
Thialfihar
|
324971e448
|
Rename setter methods for PgpSignEncrypt.Builder
|
2014-04-29 18:57:43 +02:00 |
|
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 |
|