Commit Graph

226 Commits

Author SHA1 Message Date
Vincent Breitmoser
0d05ff98cb ui: use textviews instead of bootstrap buttons in SignEncrypt 2014-05-06 19:18:32 +02:00
Vincent Breitmoser
d52d455317 ui: make primary star icon slightly larger 2014-05-06 19:18:31 +02:00
Dominik Schürmann
f91457e07f Touch view only once 2014-05-06 15:04:09 +02:00
Vincent Breitmoser
8564c4aca1 ui: use primary icon color for certification status 2014-05-06 00:39:09 +02:00
Vincent Breitmoser
d31ae89824 ui: show revocation and expiry status on info tab 2014-05-06 00:04:37 +02:00
Vincent Breitmoser
162cb1cb7b ui: subkey view redesign 2014-05-05 22:06:09 +02:00
Vincent Breitmoser
0fe0823372 ui: remove primary subkey info 2014-05-05 22:04:57 +02:00
Dominik Schürmann
04f8b2716a Merge pull request #609 from Vadiml1024/master
Avoid displaying double 0x before keyid in ViewCertActivity
2014-05-05 11:15:16 +02:00
Dominik Schürmann
158c2466bf Fix license header 2014-05-05 10:13:44 +02:00
Dominik Schürmann
6d10ca678a Merge pull request #603 from timbray/master
Adds first level of keybase support
2014-05-05 10:10:47 +02:00
Tim Bray
90b4db0792 Per pull-request comments. 2014-05-04 17:16:58 -07:00
Dominik Schürmann
e48460bb7d Update from transifex 2014-05-05 01:20:51 +02:00
Dominik Schürmann
acfe01e0e2 Update from transifex 2014-05-05 01:20:42 +02:00
Dominik Schürmann
6055b0b0da New key view design, using Android flat buttons and Android icons 2014-05-05 00:58:22 +02:00
Dominik Schürmann
4053e1ebd7 Update from transifex 2014-05-02 19:57:16 +02:00
Vadim Lebedev
9726ac7a96 Avoid displaying double 0x before keyid in ViewCertActivity 2014-05-02 19:05:43 +02:00
Dominik Schürmann
8e645453b1 Speed up build: Upgrade to Gradle Android Plugin 0.10.0, Disable Lint 2014-05-02 17:42:40 +02:00
Tim Bray
5b0f19fceb stupid identation stuff 2014-04-30 13:56:56 -07:00
Tim Bray
18ed828608 tidy up IntentService 2014-04-30 13:49:48 -07:00
Tim Bray
4c693b4509 Changes should now be in sync with dominik 2014-04-30 13:46:35 -07:00
Tim Bray
b5fb311c61 keybase ID stuff 2014-04-29 15:04:05 -07:00
Tim Bray
ea1032dbfd Clean up debug crud 2014-04-29 15:04:05 -07:00
Tim Bray
e663dadc32 can search openkeychain, retrieve & install & use keys from there 2014-04-29 15:04:05 -07:00
Dominik Schürmann
e0a0bf04ee Merge pull request #601 from thi/rename-builder-methods
Rename builder methods
2014-04-29 19:51:21 +02:00
Dominik Schürmann
5c145cf44d Merge pull request #600 from thi/rename-progressdialogupdater
Rename progressdialogupdater
2014-04-29 19:50:30 +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
30d3c33be9 Formatting KeychainDatabase 2014-04-29 14:02:22 +02:00
Dominik Schürmann
bb0fe2a237 Clarify sqlite datatypes 2014-04-29 10:19:10 +02:00
Dominik Schürmann
1bd357cf55 API: Fix GET_KEY, closes #599 2014-04-28 20:20:23 +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
3538bf8202 Version 2.6.1 2014-04-22 11:42:12 +02:00
Dominik Schürmann
e76a8aaedf Merge branch 'master' of github.com:open-keychain/open-keychain 2014-04-22 11:38:45 +02:00
Dominik Schürmann
4469b84e2c add has_secret for all who are upgrading from a beta version 2014-04-22 11:38:39 +02:00
Vincent Breitmoser
90324fc10e Merge commit '9cdb2ec4e270a572520d5bcdbee55867e3c37003' 2014-04-22 11:30:43 +02:00
Vincent Breitmoser
30207ee11f Merge commit '0b7fb70'
Conflicts:
	OpenKeychain/src/main/res/values/strings.xml
2014-04-22 11:30:14 +02:00
Dominik Schürmann
adea9df714 Workaround for nullpointer bug in support lib, close #591 2014-04-22 08:15:55 +02:00
Vincent Breitmoser
283e3c3365 Fix a nullptr in KeychainProvider
Fixes #589
2014-04-20 20:54:40 +02:00
Vincent Breitmoser
9cdb2ec4e2 fix nullpointer on missing s2k
Fixes #590
2014-04-20 20:50:26 +02:00
Vincent Breitmoser
0b7fb70781 split up filterSign and filterCertify in SelectSecretKeyFragment
Closes #588
2014-04-20 19:38:42 +02:00
Dominik Schürmann
7017a01bdb More code cleanup 2014-04-19 21:56:15 +02:00
Dominik Schürmann
0383822585 version 2.6 2014-04-19 16:02:40 +02:00
Dominik Schürmann
b7147564dc Update from transifex 2014-04-19 15:12:38 +02:00
Dominik Schürmann
3389ee56e4 better error string for too many responses 2014-04-19 15:06:54 +02:00
Dominik Schürmann
b22cf763c4 Trying a fix for #585 2014-04-19 14:47:19 +02:00
Dominik Schürmann
7ee4a44afa Fix some smaller annoyances, closes #583, #582 2014-04-19 14:21:34 +02:00
Dominik Schürmann
71d8bcc8f4 Fix more strings 2014-04-19 14:13:50 +02:00
Dominik Schürmann
8822f6574d certify keys 2014-04-19 02:25:53 +02:00
Dominik Schürmann
ea7726c378 Update from transifex 2014-04-19 02:16:11 +02:00
Vincent Breitmoser
dd8a7c93ad fix unified query columns for select*fragment 2014-04-18 22:18:13 +02:00
Dominik Schürmann
b1cd669f14 Update maven libs and use fixed version 2014-04-18 20:54:13 +02:00
Dominik Schürmann
19d3fcec7a Remove unused strings, fix some lint errors, fix some language confusions 2014-04-18 20:41:39 +02:00
Dominik Schürmann
4a21428e07 Translations from transifex 2014-04-18 19:58:17 +02:00
Dominik Schürmann
b3badac0ee Do not show lookup button in decrypt activity for decryption-only 2014-04-18 19:03:31 +02:00
Dominik Schürmann
cc91369825 Small language corrections (thanks to yahoe.001) 2014-04-18 18:58:02 +02:00
Dominik Schürmann
e044d03d7f FIx nfc button 2014-04-18 17:21:32 +02:00
Dominik Schürmann
a25a5f4d56 Fix upload of keys, closes #581 2014-04-18 01:26:25 +02:00
Dominik Schürmann
a4ae8a72ee OK 2.6 RC1 2014-04-17 18:09:42 +02:00
Dominik Schürmann
2627b08c81 changelog 2.6 2014-04-17 18:07:19 +02:00
Dominik Schürmann
95d25cb6a9 Remove kill hack in KeychainDatabase 2014-04-17 18:00:52 +02:00
Dominik Schürmann
f0e3bb408c Remove dev hack in KeychainDatabase 2014-04-17 17:57:16 +02:00
Dominik Schürmann
a67854ca6a Merge branch 'master' of github.com:open-keychain/open-keychain 2014-04-17 17:55:52 +02:00
Dominik Schürmann
15b9789b97 Add faq entry for keyserver bug, closes #552 2014-04-17 17:55:41 +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
Vincent Breitmoser
f6e7b92ced load data only once in ImportKeysListLoader
Fixes #571
2014-04-17 15:50:18 +02:00
Vincent Breitmoser
2a34d0e0e4 add up navigation in ViewCertActivity
Fixes #567
2014-04-17 15:30:16 +02:00
Vincent Breitmoser
fda9bd1386 use project icons for certification status
Closes #573
2014-04-17 14:42:24 +02:00
Dominik Schürmann
0be4f69860 Update comments in AndroidManifest 2014-04-17 13:55:46 +02:00
Dominik Schürmann
42fe6c3056 Merge branch 'master' of github.com:open-keychain/open-keychain 2014-04-17 13:55:34 +02:00
Dominik Schürmann
7879599fd7 Rename provider types following http://developer.android.com/guide/topics/providers/content-provider-creating.html 2014-04-17 13:51:54 +02:00
Vincent Breitmoser
52ad83e345 secret keys can only be deleted individually from multi selection 2014-04-17 12:09:09 +02:00
Dominik Schürmann
d19830cd1c essential instead of integral 2014-04-16 21:54:46 +02:00
Dominik Schürmann
f7c243564f Use git submodules for libs, fix compilation, remove library sourcecode 2014-04-16 21:49:29 +02:00
Dominik Schürmann
b0c65729a9 Merge pull request #576 from Valodim/stripped-secretkeys
Support stripped secretkeys
2014-04-16 19:40:36 +02:00
Vincent
8b4700d521 Fix even more whitespace 2014-04-16 19:20:42 +02:00
Vincent
1e64f6b846 Fix more whitespace 2014-04-16 19:20:03 +02:00
Vincent
adb20689fe Fix whitespace 2014-04-16 19:19:17 +02:00
Dominik Schürmann
676262b052 Translations from transifex, fix some strings references 2014-04-16 19:00:06 +02:00
Dominik Schürmann
b8b6fc5f6f Fix help_start 2014-04-16 18:49:17 +02:00
Vincent Breitmoser
c7eb40b814 stripped support: implement has_secret support, in ui and impot of secret keys
Closes #570
2014-04-16 18:14:44 +02:00
Vincent Breitmoser
66b8b86695 stripped support: add has_secret column to keys table 2014-04-16 17:29:36 +02:00
Dominik Schürmann
cd8458f34d Clarify comments 2014-04-16 14:43:06 +02:00
Dominik Schürmann
ab66b40883 Version 2.6 beta1 2014-04-16 12:30:37 +02:00
Dominik Schürmann
cb9c106878 Start changelog for 2.6 2014-04-16 01:00:19 +02:00
Dominik Schürmann
eb9d8c5c3f comments 2014-04-16 00:38:03 +02:00
Dominik Schürmann
004d4d5a97 Handle new exceptions in remote service 2014-04-16 00:32:00 +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
9df498b714 Fix ViewHolder in ImportKeysAdapter 2014-04-15 23:08:41 +02:00
Dominik Schürmann
1e22b28c2e Optimize imports 2014-04-15 22:52:21 +02:00
Dominik Schürmann
fdcc4c1d3d Fix nullpointer in ImportKeysListEntry 2014-04-15 22:48:28 +02:00
Dominik Schürmann
362a30c502 center empty-info of cert fragment, closes #566 2014-04-15 22:41:47 +02:00
Dominik Schürmann
14a8586e8c Improve verification result display, close #568 2014-04-15 22:37:36 +02:00
Dominik Schürmann
fcb73f4e24 Merge branch 'master' of github.com:open-keychain/open-keychain 2014-04-15 21:29:01 +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
Vincent Breitmoser
71fb0f85bf add web of trust help entry 2014-04-15 13:52:31 +02:00