1.2095 release

pull/213/head 1.2095
M66B 1 year ago
parent 4ec8ffbae3
commit 07ef5b1454

@ -6,18 +6,18 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus) ### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus)
### Next version ### 1.2095 - 2023-08-26
* Added workaround for opening *audio/x-wav* attachments (not supported by all sound players) * Added workaround for opening *audio/x-wav* attachments (not supported by all sound players)
* Added batch enable/disable downloading of headers only for all child folders * Added batch enable/disable downloading of headers only for all child folders
* Added notification to disable alarm sound initiated by filter rules * Added notification to disable alarm sound initiated by filter rules
* Improved CSS processing for reformatted message view
* Restoring conversation thread on rotation changes from/to one/two rows/columns * Restoring conversation thread on rotation changes from/to one/two rows/columns
* Disabled Android app chooser by default because of a bug in MIUI * Disabled Android app chooser by default because of a bug in MIUI
* Fixed decoding of POP3 messages when *Content-Type* is missing due to truncated TOP headers * Fixed decoding of POP3 messages when *Content-Type* is missing due to truncated TOP headers
* Fixed multi term search with non-alphanumeric characters * Fixed multi term search with non-alphanumeric characters
* Fixed deleting of *message/rfc822* attachments (GitHub version only) * Fixed deleting of *message/rfc822* attachments (GitHub version only)
* Fixed option to disable Android photo picker with a workaround * Fixed option to disable Android photo picker with a workaround
* Improved CSS processing
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2094 } def getVersionCode = { -> return 2095 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ubirajara" } def getReleaseName = { -> return "Ubirajara" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

@ -6,18 +6,18 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus) ### [Ubirajara](https://en.wikipedia.org/wiki/Ubirajara_jubatus)
### Next version ### 1.2095 - 2023-08-26
* Added workaround for opening *audio/x-wav* attachments (not supported by all sound players) * Added workaround for opening *audio/x-wav* attachments (not supported by all sound players)
* Added batch enable/disable downloading of headers only for all child folders * Added batch enable/disable downloading of headers only for all child folders
* Added notification to disable alarm sound initiated by filter rules * Added notification to disable alarm sound initiated by filter rules
* Improved CSS processing for reformatted message view
* Restoring conversation thread on rotation changes from/to one/two rows/columns * Restoring conversation thread on rotation changes from/to one/two rows/columns
* Disabled Android app chooser by default because of a bug in MIUI * Disabled Android app chooser by default because of a bug in MIUI
* Fixed decoding of POP3 messages when *Content-Type* is missing due to truncated TOP headers * Fixed decoding of POP3 messages when *Content-Type* is missing due to truncated TOP headers
* Fixed multi term search with non-alphanumeric characters * Fixed multi term search with non-alphanumeric characters
* Fixed deleting of *message/rfc822* attachments (GitHub version only) * Fixed deleting of *message/rfc822* attachments (GitHub version only)
* Fixed option to disable Android photo picker with a workaround * Fixed option to disable Android photo picker with a workaround
* Improved CSS processing
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save