Commit graph

1245 commits

Author SHA1 Message Date
Vincent Breitmoser
110179deb5 remove more unused code 2017-02-23 13:25:10 +01:00
Vincent Breitmoser
e18466c290 code reformatting 2017-02-23 13:13:40 +01:00
madRat
923d91b012 Replace QuickContactBadge with custom widget 2017-02-23 13:10:56 +01:00
cketti
e70295efec Merge pull request #2220 from k9mail/no-provider
Handle unconfigured OpenPGP provider in MessageView
2017-02-20 00:43:18 +01:00
cketti
0a3a91436e Incorporate feedback 2017-02-17 22:49:50 +01:00
cketti
fb5fb2553b Update message list widget preview image 2017-02-17 21:39:16 +01:00
cketti
81a8b3fc3b Tweak message list item layout 2017-02-17 21:15:21 +01:00
cketti
cb52a6f4f6 Rename message list widget classes 2017-02-17 19:39:53 +01:00
cketti
303be49889 Make message list widget start activities directly 2017-02-17 19:39:53 +01:00
cketti
ef9275d084 Extract message list widget text colors to colors.xml 2017-02-17 19:39:53 +01:00
cketti
e201478f43 Extract string to strings.xml 2017-02-17 19:39:53 +01:00
cketti
13922f0ae6 Clean up code 2017-02-17 19:39:53 +01:00
cketti
800bfead67 Display sender and subject of unread messages in bold 2017-02-17 19:39:53 +01:00
cketti
cffe255dc8 Honor "sender above subject" setting in message list widget 2017-02-17 19:39:53 +01:00
cketti
50c382c779 Tweak message list widget layout 2017-02-17 19:39:53 +01:00
cketti
27ec98b1d0 Remove configuration for mail list widget
Right now MessageProvider only supports the Unified Inbox.
2017-02-17 19:39:53 +01:00
cketti
57612c317e Code style fixes 2017-02-17 19:39:53 +01:00
denis mone
6415f0c186 Add mail list widget 2017-02-17 19:39:53 +01:00
cketti
fc90a8eadb Merge pull request #2234 from philipwhiuk/testSendPendingMessages
MessagingController improvements
2017-02-17 16:18:48 +01:00
Philip Whitehouse
e852b975ad Move operator 2017-02-16 23:23:34 +00:00
Philip Whitehouse
0ac1d3f4cf Re-format MessagingController 2017-02-16 23:22:32 +00:00
Philip Whitehouse
c45251f66e Rename getInstance() to getTransport() 2017-02-16 23:17:30 +00:00
cketti
2ac9de8c4e Merge pull request #2221 from philipwhiuk/testAndFixCPLforSurrogatePairs
Test and fix CPL for surrogate pairs
2017-02-14 23:45:05 +01:00
cketti
99472ce26e Merge pull request #2226 from RobinBossart/issue_2213
Make all keys in global_preferences.xml lowercase
2017-02-14 23:41:43 +01:00
Robin Bossart
82b6f457c9 Make all keys in global_preferences.xml and Prefs.java lowercase 2017-02-14 15:21:22 +01:00
Philip Whitehouse
b97cbba320 Tidy-up MessagingController - checkstyle fixes 2017-02-14 00:28:29 +00:00
Philip Whitehouse
2e01043a28 Test sending of pending messages 2017-02-13 23:52:31 +00:00
Philip Whitehouse
3d2345cae3 Add support for surrogate pairs when getting the icon for the contact picture 2017-02-13 20:15:33 +00:00
Vincent Breitmoser
ae55c85612 show crypto pref screen on click 2017-02-13 15:32:50 +01:00
Vincent Breitmoser
e2186058bc add screen to display when no crypto provider is configured 2017-02-13 15:32:50 +01:00
cketti
8ee9b2c591 Merge pull request #2203 from philipwhiuk/clearFolderNotOnUiThread
Clear folder using the MessagingController instead of on the UI thread
2017-02-13 03:50:10 +01:00
Philip Whitehouse
4161b91441 Tidy up and test clearFolder method 2017-02-12 22:42:41 +00:00
cketti
c150bafac3 Merge pull request #2223 from daquexian/issue_979
Dismiss alternate email address popup on typing
2017-02-12 19:44:55 +01:00
cketti
d3b4809e5b Merge pull request #2219 from korelstar/test-sql-create
Enhance test for database upgrade process
2017-02-12 13:11:33 +01:00
cketti
ac6a1ea213 Clean up StoreSchemaDefinitionTest 2017-02-12 12:42:12 +01:00
korelstar
83951c087e Refactoring: Make code more readable. 2017-02-12 11:35:26 +01:00
cketti
0387b253ba Merge pull request #2130 from k9mail/global-crypto-provider
Global crypto provider
2017-02-10 06:15:04 +01:00
cketti
cbbab8b920 Merge pull request #2218 from JoelTroch/issue-2208
Make Hex.encodeHex returns a String (was char[])
2017-02-10 06:12:00 +01:00
daquexian
7617269a2c dismiss alternate email address popup on typing 2017-02-10 11:25:20 +08:00
Philip
5104278c70 Merge pull request #2176 from philipwhiuk/messageProviderFixAndTest
MessageProvider related fixes and testing
2017-02-10 00:01:49 +00:00
Philip
1be97b85f3 Merge pull request #2217 from daquexian/issue_740
Allow any unicode letter to act as a placeholder for contacts with no photo.
2017-02-09 23:36:51 +00:00
Philip
fc6d5188f7 Merge pull request #2206 from k9mail/fix-cancel-crypto
Fix consecutive retrying of crypto operations
2017-02-09 23:28:39 +00:00
korelstar
44e9960dc6 Fix missing default value in table "folders" 2017-02-09 16:14:09 +01:00
Joël Troch
7d628cf719 Make Hex.encodeHex returns a String (was char[]) 2017-02-09 14:54:27 +01:00
korelstar
d084fdbc11 Test for equal SQL create queries 2017-02-09 12:39:23 +01:00
daquexian
a978fd0f40 capture all unicode letters for unknown contact picture 2017-02-09 18:03:43 +08:00
Vincent Breitmoser
884b12a48b consistently name openpgp provider setting 2017-02-08 13:16:10 +01:00
Vincent Breitmoser
6e982690d2 move sign-only support settings to global 2017-02-08 03:56:01 +01:00
Vincent Breitmoser
46046f8926 openpgp-setup: move crypto provider to global settings 2017-02-08 03:56:01 +01:00
Vincent Breitmoser
955d994bce never return cleared RetainFragments 2017-02-08 03:16:12 +01:00