James Downs
02498ee9a0
Added a check for showing correspondent name to RecipientSelectView
2018-01-14 12:13:22 -05:00
Philip
d761721e4b
Merge pull request #3088 from philipwhiuk/httpsBitLy
...
Use HTTPS in bit.ly link
2018-01-13 10:10:57 +00:00
Philip Whitehouse
6b6cc76db6
Use HTTPS in bit.ly - works even though bit.ly generate HTTP links by default
2018-01-13 10:08:55 +00:00
cketti
4436c7d90c
Merge pull request #3080 from philipwhiuk/dirAutoAndWrapperTesting
...
Set text direction to auto and improve HtmlConverter testing
2018-01-11 23:29:55 +01:00
Philip Whitehouse
a19773adfa
Tidy up K9's variable naming to match code style
2018-01-11 22:27:29 +00:00
cketti
9b7a8cd8ab
Refactor some tests in HtmlConverterTest
2018-01-11 20:50:54 +01:00
cketti
b5cffe84e5
Merge pull request #3079 from philipwhiuk/reorderIdentityPriority
...
Test and re-order identity priority
2018-01-11 20:27:19 +01:00
cketti
38a8db27ff
Merge pull request #3081 from philipwhiuk/lessThan10Push
...
Add an option to have only 5 folders set to push
2018-01-11 20:13:06 +01:00
cketti
11bd02a95d
Convert IdentityHelperTest to Kotlin
2018-01-11 19:48:58 +01:00
cketti
c95f7f75f4
Merge pull request #3073 from philipwhiuk/whitelistLinkProtocols
...
Add tel, sip, bitcoin, ethereum and rtsp URIs to the whitelist for links
2018-01-11 15:41:08 +01:00
Philip Whitehouse
d649e8e76c
Add an option to have only 5 folders set to push
2018-01-11 02:39:26 +00:00
Philip Whitehouse
5cbd0be736
Set text direction to auto and improve HtmlConverter testing
2018-01-11 00:57:23 +00:00
Philip Whitehouse
ae15e0c618
Test and re-order identity priority
2018-01-11 00:33:11 +00:00
Philip Whitehouse
11f6614a3b
Expand link testing to cover HTTP, HTTPS and Mailto
2018-01-11 00:08:09 +00:00
Philip Whitehouse
7ae0c34b5f
Add tel, sip, bitcoin, ethereum and rtsp URIs to the whitelist for links
2018-01-10 00:24:56 +00:00
Vincent Breitmoser
e4467ef959
Merge pull request #3064 from k9mail/remove_attachment_permission
...
Remove custom attachment permission
2018-01-10 00:32:21 +01:00
Vincent Breitmoser
d65ccb0077
Merge pull request #3063 from k9mail/forward_as_attachment
...
Forward message as attachment
2018-01-10 00:32:05 +01:00
cketti
08f79b13b7
Remove unnecessary IOException from methods signatures
2018-01-09 22:09:06 +01:00
Vincent Breitmoser
20d96ae7f4
Simplify crypto info in message view ( #3067 )
...
* Simplify crypto info in message view
* incorporate feedback
* Use lowercase end-to-end
* Use signer/sender as button label, get rid of e2e string repetition
2018-01-09 19:25:42 +01:00
cketti
61a47f9650
Remove custom attachment permission
2018-01-08 17:06:17 +01:00
cketti
af4fa4330a
Mark forwarded messages as attachment
2018-01-08 16:41:31 +01:00
cketti
6b28c5b41b
Don't allow user to supply content of type message/*
...
Instead we rewrite the MIME type to application/octet-stream. This is
so we don't create broken messages in case the user-supplied content is
not a valid message.
In the future we could add some validation code and allow the user to
attach well-formed messages using the proper MIME type.
2018-01-08 16:41:31 +01:00
cketti
1da373ad06
Load message for "forward as attachment" in background
2018-01-08 16:41:31 +01:00
Thomas E. Horner
4f4e1386cb
Forward as Attachment
2018-01-08 16:41:31 +01:00
Philip
d0c8cc3b57
Don't load recipients with no email ( fixes #2973 ) ( #2985 )
...
Don't load recipients with no email
2018-01-08 16:25:46 +01:00
Vincent Breitmoser
111f7fc194
Merge pull request #3059 from k9mail/clean_up_sync_code
...
"Simplify" sync code
2018-01-08 16:22:16 +01:00
cketti
6cecf17645
Remove IMAP-specific code from legacy sync code
2018-01-07 00:45:20 +01:00
cketti
5f44e21aa1
Remove code not relevant for IMAP from ImapSync
2018-01-07 00:45:20 +01:00
cketti
80bee9725f
Merge pull request #2996 from k9mail/message_sync_refactor
...
Split synchronization code #2
2018-01-06 22:29:01 +01:00
cketti
c4c266c5ee
Merge pull request #3051 from philipwhiuk/testIframeUpdateJsoup
...
Html Sanitization: Update JSoup, test iframe removal & allow center
2018-01-06 22:25:31 +01:00
Philip Whitehouse
40081b435c
Allow center tag and test whitelisting of formatting tags
2018-01-06 15:13:04 +00:00
cketti
9e181e3180
Merge pull request #3050 from k9mail/GH-2999_fix_quiet_time
...
Fix quiet time
2018-01-06 09:00:45 +01:00
Philip Whitehouse
339b1ed825
Update JSoup to improve unknown tag handling and test iframe removal
2018-01-06 00:40:02 +00:00
cketti
bb14309dd0
Refactor QuietTimeChecker
2018-01-05 20:34:16 +01:00
cketti
e9d90b1e75
Use Calendar.HOUR_OF_DAY instead of Calendar.HOUR in QuietTimeChecker
...
Fixes #2999
2018-01-05 20:34:16 +01:00
cketti
8fd6a4c83a
Add tests for QuietTimeChecker
2018-01-05 20:34:16 +01:00
cketti
0e6108a89f
Extract 'quiet time' check to separate class
2018-01-05 19:52:56 +01:00
cketti
023caaa75b
Merge branch 'GH-2983_whitelist_font_tag_attributes'
...
Add attributes for 'font' tag to the whitelist
Fixes #2983
2018-01-04 05:13:28 +01:00
cketti
9b8617d33f
Add attributes for 'font' tag to the whitelist
2018-01-04 05:07:41 +01:00
cketti
118b465406
Merge pull request #3037 from k9mail/GH-3006_whitelist_table_background_attribute
...
Add 'background' attribute for 'table' tag to the whitelist
2018-01-04 05:03:34 +01:00
cketti
13c24c26f4
Add 'background' attribute for 'table' tag to the whitelist
2018-01-04 04:50:23 +01:00
cketti
75fba6898f
Merge pull request #3036 from k9mail/GH-3034_improve_html_sanitation
...
Fix HTML sanitation
2018-01-04 04:43:47 +01:00
cketti
f69ac0662a
Add more table elements attributes to whitelist
2018-01-04 03:39:29 +01:00
cketti
5a4a9042f1
Fix HeadCleaner to not skip everything after a disallowed tag
2018-01-04 03:35:43 +01:00
cketti
f5c9ae4018
Merge pull request #3035 from philipwhiuk/fixPluralDownloadingMessage
...
Add count to string for replacement
Fixes #3032
2018-01-04 02:26:47 +01:00
Philip Whitehouse
8014943e7d
Fix #3032 - add count to string for replacement
2018-01-04 00:41:10 +00:00
cketti
f1deeb76d7
Merge pull request #3021 from MJ10/master
...
Fix: import/export maintains account order
2018-01-02 15:29:15 +01:00
Moksh Jain
6cb1a60804
Fix: import/export maintains account order
2018-01-01 22:26:32 +05:30
cketti
a549e27875
Merge pull request #2909 from jyn514/deprecation
...
Removed deprecated members, classes, and APIs
2017-12-30 04:35:38 +01:00
Joshua Nelson
7591319e7e
Removed deprecated members
...
Removed MessageList.EXTRA_SEARCH_OLD (and its reference in a search)
2017-12-30 04:17:35 +01:00