1.2307 release

master 1.2307
M66B 1 week ago
parent 2c33dec2ac
commit 9a827f35c6

@ -2,6 +2,15 @@
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2FCHANGELOG.md)
### Latest version
* Fixed message list widget flickering on some devices
* Added option to select space between messages (display settings tab page)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### Notices
People keep asking me to add new, often exotic, features to the app, to whom I often say "no", and other people complain about too many features.
@ -30,10 +39,16 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
* Added option to select space between messages
### 1.2307 2025-12-15
* Fixed message list widget flickering on some devices
* Added option to select space between messages (display settings tab page)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2306 2025-12-02
### 1.2306 2025-12-02 *
* Fixed scroll issues with the original message view

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2306 }
def getVersionCode = { -> return 2307 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Diuqin" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -2,6 +2,15 @@
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2FCHANGELOG.md)
### Latest version
* Fixed message list widget flickering on some devices
* Added option to select space between messages (display settings tab page)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### Notices
People keep asking me to add new, often exotic, features to the app, to whom I often say "no", and other people complain about too many features.
@ -30,10 +39,16 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
* Added option to select space between messages
### 1.2307 2025-12-15
* Fixed message list widget flickering on some devices
* Added option to select space between messages (display settings tab page)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2306 2025-12-02
### 1.2306 2025-12-02 *
* Fixed scroll issues with the original message view

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