Updated libraries

This commit is contained in:
M66B 2023-10-29 07:25:59 +01:00
parent 4e639b3da3
commit bd6ff9ac3b
5 changed files with 7 additions and 7 deletions

View File

@ -11,6 +11,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Added option to disable storing invitations tentatively, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq186) * Added option to disable storing invitations tentatively, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq186)
* Fixed time zone of calendar events * Fixed time zone of calendar events
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated libraries, including [JSoup](https://jsoup.org/news/) and [Material Components](https://github.com/material-components/material-components-android)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)

View File

@ -504,8 +504,8 @@ dependencies {
def biometric_version = "1.2.0-alpha05" def biometric_version = "1.2.0-alpha05"
def billingclient_version = "6.0.1" def billingclient_version = "6.0.1"
def javamail_version = "1.6.7" def javamail_version = "1.6.7"
def jsoup_version = "1.15.3" def jsoup_version = "1.16.2"
def css_version = "0.9.29" def css_version = "0.9.30"
def jax_version = "2.3.0-jaxb-1.0.6" def jax_version = "2.3.0-jaxb-1.0.6"
def dnsjava_version = "2.1.9" def dnsjava_version = "2.1.9"
def openpgp_version = "12.0" def openpgp_version = "12.0"
@ -525,7 +525,7 @@ dependencies {
def reactivestreams_version = "1.0.3" def reactivestreams_version = "1.0.3"
def rxjava2_version = "2.2.21" def rxjava2_version = "2.2.21"
def svg_version = "1.4" def svg_version = "1.4"
def compress_version = "1.22" def compress_version = "1.24.0"
def ipaddress_version = "5.4.0" def ipaddress_version = "5.4.0"
def canary_version = "2.12" def canary_version = "2.12"
def ws_version = "2.14" def ws_version = "2.14"

View File

@ -11,6 +11,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Added option to disable storing invitations tentatively, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq186) * Added option to disable storing invitations tentatively, see [the FAQ](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq186)
* Fixed time zone of calendar events * Fixed time zone of calendar events
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated libraries, including [JSoup](https://jsoup.org/news/) and [Material Components](https://github.com/material-components/material-components-android)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)

View File

@ -1471,10 +1471,7 @@ public class HtmlHelper {
if (!TextUtils.isEmpty(span.attr("color"))) if (!TextUtils.isEmpty(span.attr("color")))
span.tagName("font"); span.tagName("font");
if (document.body() == null) { document.body(); // Normalise document
Log.e("Sanitize without body");
document.normalise();
}
return document; return document;
} }

View File

@ -11,6 +11,7 @@ Next version
* Added option to disable storing invitations tentatively, see the FAQ * Added option to disable storing invitations tentatively, see the FAQ
* Fixed time zone of calendar events * Fixed time zone of calendar events
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated libraries, including JSoup
* Updated Public Suffix List * Updated Public Suffix List
* Updated translations * Updated translations