Philip Whitehouse
9284243fb4
No longer adding a new account twice to the list of ordered accounts
2016-04-02 22:14:56 +01:00
cketti
e738e4b28d
Merge pull request #1239 from k9mail/gh-1238-contactname
...
Sender name is auto-populated for new contacts
2016-04-02 22:57:39 +02:00
cketti
679f87fa25
Merge pull request #1247 from k9mail/gh-1227-destroyFinishedLoader
...
Add call to destroy finished message loader - fixes #1227
2016-04-02 22:57:03 +02:00
cketti
a1d8c8a393
Stop ImapFolderPusher when authentication fails
2016-04-01 23:14:30 +02:00
cketti
866cc08ff0
Show notification on authentication failures
2016-04-01 22:07:00 +02:00
Philip Whitehouse
fd89879f38
Add call to destroy finished message loader - fixes #1227
2016-04-01 15:48:20 +01:00
Philip Whitehouse
da90fda19c
Sender name is auto-populated for new contacts
2016-03-31 11:33:14 +01:00
cketti
74c6e76433
Merge pull request #1210 from k9mail/GH-1164_fix_preview_extraction_failure
...
Handle preview extraction failures
2016-03-29 08:01:03 +02:00
Philip Whitehouse
3ba421b07e
Refactor and add tests for MessageExtractor.getTextFromPart
2016-03-24 11:45:53 +00:00
cketti
9bacb2d5bc
Merge pull request #1196
...
Testing improvements for various components
2016-03-24 09:16:02 +01:00
cketti
59e604077e
Remove inaccurate TODO comments
2016-03-24 09:12:48 +01:00
cketti
f6b32f2983
Code cleanup
2016-03-24 09:12:48 +01:00
Philip Whitehouse
36ba10ebc8
New testing of WebDavStore and SmtpTransport
2016-03-24 05:42:41 +01:00
Philip Whitehouse
e8af6a89ec
Fix example
2016-03-24 05:42:41 +01:00
Philip Whitehouse
8ffd250f47
Add test coverage to POP3 store and Account Creator. Document some area to improve
2016-03-24 05:42:41 +01:00
cketti
d93a7de367
Merge pull request #1174
...
Handle synchronizing empty folders
Fixes #1139
2016-03-24 05:22:04 +01:00
cketti
cd79f7e225
Code style fixes
2016-03-24 05:18:50 +01:00
Philip Whitehouse
fd0ea66ebe
Improve testing of synchronizeMailboxSynchronous
2016-03-24 05:18:41 +01:00
cketti
31235ae3cf
Flag preview extraction errors in the database
...
We can later use this information to try again extracting a preview snippet
from an affected message, e.g. after an app update that fixed a preview-related
bug.
2016-03-24 03:22:41 +01:00
cketti
245deef57c
Change PreviewTextExtractor to better handle error conditions
...
Fixes #1164
2016-03-24 03:22:34 +01:00
cketti
c75bd58f95
Merge pull request #1209 from k9mail/migrate-npe-fix
...
Migration: Avoid NPE when textContent is null
2016-03-24 01:58:59 +01:00
Vincent Breitmoser
91c60a4639
update TokenAutoComplete to 2.0.7 ( fixes #1204 )
2016-03-23 22:39:59 +01:00
Vincent Breitmoser
f902aef8c0
migration: fix NPE if textContent is null
2016-03-23 19:47:36 +01:00
Philip Whitehouse
186ed1b72c
Handle unsupported message types
2016-03-23 11:44:50 +00:00
cketti
3490da4482
Merge pull request #1199 from philipwhiuk/closeTransportOnError
...
Ensure we close transport when checking settings to avoid leak
2016-03-23 05:27:01 +01:00
cketti
1463bbb5f8
Merge pull request #1149
...
Add support for List-Post header
2016-03-23 04:47:49 +01:00
cketti
95b6f44ab9
Avoid ParseException by only passing mailto URIs to MailTo.parse()
2016-03-23 04:46:36 +01:00
cketti
2dd689d1a6
Refactor/clean up code
2016-03-23 04:46:36 +01:00
Philip Whitehouse
2e33e0dd94
Add functionality for using List-Post as an option for replying to emails
2016-03-23 04:46:36 +01:00
cketti
b586522ca1
Merge pull request #1202 from k9mail/compose-fixes
...
Compose fixes
2016-03-23 00:06:10 +01:00
Vincent Breitmoser
89e78e03bb
compose: show keyboard when recipient field gets focus
2016-03-22 22:54:23 +01:00
Vincent Breitmoser
bfd7a5d87e
compose: don't consider placeholder token uncompleted text
2016-03-22 22:54:19 +01:00
cketti
cd37bf73ca
Update change log to include disabled full text search
2016-03-22 22:35:38 +01:00
Philip Whitehouse
7e1501499f
Ensure we close transport when checking settings to avoid leak
2016-03-22 09:31:31 +00:00
cketti
49f4f5608c
Version 5.108
2016-03-22 04:32:30 +01:00
cketti
8b31101325
Update translations
2016-03-22 04:26:47 +01:00
cketti
5e04bce44b
Add change log for 5.107 to this branch
2016-03-22 03:40:28 +01:00
Philip Whitehouse
a602b63224
Fix lots more un-checked values
2016-03-21 16:47:01 +00:00
Philip Whitehouse
d3df54ebe1
Add debugging for when file I/O fails
2016-03-21 16:31:08 +00:00
cketti
27dbc3b534
Merge pull request #1191 from uniqueid001/update-tap-hint
...
Update outdated string
2016-03-19 14:18:23 +01:00
Derrick Hudson
121748e379
Updated tap_hint message: s/envelope/circle/
...
The envelope icon was replaced with a circle icon a long time ago. This
change updates the message to reflect this.
2016-03-19 09:15:50 -04:00
cketti
4a75a7f839
Merge pull request #1170
...
Android Lint fixes
2016-03-18 04:07:05 +01:00
cketti
63d30ac1c2
Don't include placeholder text in strings.xml
2016-03-18 04:01:05 +01:00
cketti
9ebf411d95
Merge pull request #1178 from philipwhiuk/fixBadHostnameVerification
...
Use strict hostname verification
2016-03-14 22:40:42 +01:00
Philip Whitehouse
4a095089be
Use strict hostname verification
2016-03-14 22:15:33 +01:00
Philip Whitehouse
95da33d226
Add tests for unusual email formats
2016-03-14 07:19:59 +00:00
cketti
ff85bff1cc
Refactor MessagingControllerTest
2016-03-13 14:11:15 +01:00
cketti
658aee07b5
Add method to stop MessagingController's background thread
2016-03-13 13:51:07 +01:00
cketti
af7e0a1b70
Merge pull request #1137
...
Add option to copy sender/recipient email addresses to clipboard
Fixes #1070
2016-03-13 12:14:49 +01:00
cketti
c664f65bb8
Copy comma-separated list of email addresses to clipboard
2016-03-13 11:59:28 +01:00