cketti
|
d4d796010c
|
Merge pull request #2281 from k9mail/GH-2280_fix_settings_configuration
Update existing Configuration instance instead of creating new one
|
2017-02-28 12:17:59 +01:00 |
|
cketti
|
9d079bd5b1
|
Merge pull request #2276 from rhari991/attachment-diskfull
Show error toast when trying to save attachment and external storage is full
|
2017-02-28 12:14:58 +01:00 |
|
cketti
|
206e168a78
|
Merge pull request #2275 from k9mail/madrat--CustomContactBadge
Replace QuickContactBadge with custom widget
|
2017-02-28 12:13:33 +01:00 |
|
cketti
|
9dbcc0fc9b
|
Merge pull request #2263
Display value of Sender header
Fixes #1727
Closes #2263
|
2017-02-28 12:06:43 +01:00 |
|
Hari
|
f3dcb729a7
|
Added sender field to message view
|
2017-02-28 12:06:23 +01:00 |
|
cketti
|
576cbc8b07
|
Merge pull request #2232
Unit tests for FixedLengthInputStream
|
2017-02-28 10:34:22 +01:00 |
|
cketti
|
08bc332237
|
Refactor FixedLengthInputStreamTest
|
2017-02-28 10:34:11 +01:00 |
|
daquexian
|
5cf490c36b
|
Unit tests for FixedLengthInputStream
|
2017-02-28 10:34:11 +01:00 |
|
cketti
|
0a473e481b
|
Merge pull request #1815 from philipwhiuk/syncDetail
Provide a better explanation as to why sync is disabled
|
2017-02-28 08:11:24 +01:00 |
|
Vincent Breitmoser
|
ec7e24767b
|
incorporate feedback
|
2017-02-27 14:33:46 +01:00 |
|
cketti
|
212ee91422
|
Update existing Configuration instance instead of creating new one
|
2017-02-25 16:25:21 +01:00 |
|
Hari
|
f4e84c302b
|
Show toast when there is not enough space
|
2017-02-24 11:45:45 +05:30 |
|
Vincent Breitmoser
|
110179deb5
|
remove more unused code
|
2017-02-23 13:25:10 +01:00 |
|
Philip Whitehouse
|
b54f6ee11b
|
Provide a better explanation as to why sync is disabled
|
2017-02-23 12:14:56 +00: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
|
47b86f6146
|
Merge pull request #2231
Unit tests for SmtpDataStuffing
|
2017-02-21 10:24:41 +01:00 |
|
cketti
|
238cf80ec9
|
Fix SMTP dot stuffing at start of stream
|
2017-02-21 10:22:05 +01:00 |
|
cketti
|
69ba305f2a
|
Refactor tests
|
2017-02-21 10:21:48 +01:00 |
|
shonramamurthy
|
0fafe3dc18
|
Issue#2210 : Unit Tests for SmtpDataStuffing.
|
2017-02-21 10:14:41 +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
|
b1b2d0a3f1
|
Merge pull request #2255 from k9mail/message_list_widget
Message list widget
|
2017-02-19 23:18:39 +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
|
329ed78c5d
|
Merge pull request #2215 from philipwhiuk/webDavAppendTimeout
WebDAV: Use the proper sendRequest mechanism to append messages
|
2017-02-15 01:33:24 +01:00 |
|
cketti
|
56adeb8129
|
Merge pull request #2229 from philipwhiuk/encodedPersonalTest
AddressTest - Refactor and test UTF-8 encoding
|
2017-02-15 00:40:57 +01: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 |
|