Commit Graph
6238 Commits
Author SHA1 Message Date
Dominik Schürmann 2880cd2e1c Incorporate more feedback on transifex 2017-06-29 18:36:26 +02:00
Dominik Schürmann d7d0f0f974 Incorporate more feedback on transifex 2017-06-29 18:12:46 +02:00
Dominik Schürmann 300cf3298c Incorporate feedback on transifex 2017-06-29 17:52:49 +02:00
Dominik Schürmann 7c4c8e03c1 Remove dependencyci 2017-06-29 11:37:13 +02:00
Vincent Breitmoser b8618f54f7 force use of fdroid flavor for development
apparently, the google version hits the method limit. there is no reason
to build the google version for debugging, so might as well just limit
that (and document it) to avoid confusing developers who are new to the
code base.

see https://github.com/open-keychain/open-keychain/issues/2124
2017-06-18 23:15:14 +02:00
Vincent BreitmoserandGitHub 5d104b9c17 Merge pull request #2053 from open-keychain/eddsa
add EdDSA support
2017-06-16 19:18:22 +02:00
Vincent Breitmoser 50d8cd0559 change opaque key tests to use unknown algorithms instead of eddsa 2017-06-16 18:41:33 +02:00
Vincent Breitmoser 27582c1310 add some tests for eddsa 2017-06-16 18:41:33 +02:00
Vincent Breitmoser 8551440316 add EdDSA support 2017-06-16 18:29:45 +02:00
Vincent Breitmoser dfdfd733f3 drop key encryption altogether for empty passphrase 2017-06-13 12:42:29 +02:00
Dominik SchürmannandGitHub 3057eaa813 Merge pull request #2122 from af-anssi/fix-secure-messaging
fix issue #2049
2017-06-13 12:08:21 +02:00
Dominik Schürmann 258ba1fa1f remove whitespaces from files 2017-06-13 11:58:01 +02:00
Arnaud Fontaine 745d2a0988 fix issue #2049 2017-06-13 10:03:47 +02:00
Vincent Breitmoser c4f67f434c fix misbehavior in ImportKeyringParcel 2017-06-12 20:07:50 +02:00
Vincent Breitmoser 7fc805d70c move linked identities into loader structure 2017-05-29 17:16:58 +02:00
Vincent Breitmoser 8044586071 use loader + recyclerview for identity list 2017-05-29 15:18:42 +02:00
Vincent Breitmoser e7b9b48d5c get rid of pin and pattern SecretKeyTypes 2017-05-29 14:20:25 +02:00
Vincent Breitmoser 27f6f4ef6c use autovalue for ParcelableKeyRing 2017-05-29 14:20:25 +02:00
Vincent Breitmoser 606c702762 disable import key while import is running 2017-05-28 21:40:28 +02:00
Vincent Breitmoser 8660d0458e forgot to commit a file (for real) 2017-05-28 20:08:12 +02:00
Vincent Breitmoser 3b2c6e54d9 forgot to commit a file 2017-05-28 19:55:51 +02:00
Vincent Breitmoser 4080081b68 make hkp classes slightly more failfast 2017-05-28 14:49:05 +02:00
Vincent Breitmoser 0ddf0573bd update pgp.mit.edu certificate to new pinned version 2017-05-28 14:28:23 +02:00
Vincent Breitmoser d050c1d03c move linked ids into identities card 2017-05-26 22:00:18 +02:00
Vincent Breitmoser 2e65e63b96 move user ids list into presenter 2017-05-26 20:24:10 +02:00
Vincent Breitmoser 005d3039b5 move key health into its own view, make key status card view standalone 2017-05-26 19:21:25 +02:00
Vincent BreitmoserandGitHub 6459deb6b8 Merge pull request #2111 from open-keychain/auto-value
Auto value
2017-05-25 19:42:02 +02:00
Vincent Breitmoser 118b7b56a8 accept primary key binding signatures as signed subpackets (fixes #2113) 2017-05-25 19:40:23 +02:00
Vincent Breitmoser eb892741c5 skip license check for adapter lib (it will stay the same as parent) 2017-05-25 15:42:30 +02:00
Vincent Breitmoser 79af393847 use autovalue for PgpDecryptVerifyInputParcel 2017-05-25 15:42:30 +02:00
Vincent Breitmoser 76e9f6b229 use suitable signing subkey if none provided 2017-05-25 15:42:29 +02:00
Vincent Breitmoser cb204d3edb fix handling of algorithm tags in parcels 2017-05-25 15:42:29 +02:00
Vincent Breitmoser 7e6cac3317 use autovalue for PgpSignEncryptInputParcel, move allowedKeys into PgpSignEncryptData 2017-05-25 15:42:29 +02:00
Vincent Breitmoser 9d485dfe9f use autovalue for InputDataParcel and SignEncryptParcel 2017-05-25 15:42:28 +02:00
Vincent Breitmoser 040a5a2006 use autovalue for BackupKeyringParcel 2017-05-25 15:42:28 +02:00
Vincent Breitmoser c4a4fdadff suppress mutable warnings for primitive arrays (we don't wanna wrap those) 2017-05-25 15:42:28 +02:00
Vincent Breitmoser d58f1bd225 use autovalue for SaveKeyringParcel 2017-05-25 15:42:27 +02:00
Vincent Breitmoser 147e4dbee7 use autovalue for SubkeyAdd and SubkeyChange 2017-05-25 15:42:27 +02:00
Vincent Breitmoser 5f89d28937 use autovalue for ParcelableS2K 2017-05-25 15:42:27 +02:00
Vincent Breitmoser d3357ccf5c use autovalue for ChangeUnlockParcel 2017-05-25 15:42:27 +02:00
Vincent Breitmoser c444ccb781 use autovalue for ConsolidateInputParcel 2017-05-25 15:42:27 +02:00
Vincent Breitmoser 68ca88c87d use autovalue for DeleteKeyringParcel 2017-05-25 15:42:26 +02:00
Vincent Breitmoser ef366173d0 use autovalue for ImportKeyringParcel 2017-05-25 15:42:26 +02:00
Vincent Breitmoser 0095df6d89 use autovalue for PromoteKeyringParcel 2017-05-25 15:42:25 +02:00
Vincent Breitmoser 820a308ba0 use autovalue for RevokeKeyringParcel 2017-05-25 15:42:25 +02:00
Vincent Breitmoser 81bceb9e16 use autovalue for BenchmarkInputParcel 2017-05-25 15:42:24 +02:00
Vincent Breitmoser f1cf759e0a use autovalue for UploadKeyringParcel 2017-05-25 15:42:24 +02:00
Vincent Breitmoser 53dcb4102d use autovalue for CertifyActionsParcel 2017-05-25 15:42:24 +02:00
Vincent Breitmoser 63774a0632 use autovalue for CryptoInputParcel 2017-05-25 15:42:24 +02:00
Vincent Breitmoser 368528e9dd use autovalue for PgpSignEncryptData class 2017-05-25 15:39:48 +02:00