1.2308 release

master 1.2308
M66B 9 months ago
parent d26e98377d
commit 398eff3a31

@ -4,11 +4,11 @@
### Latest version ### Latest version
* Fixed message list widget flickering on some devices * Added undo to swipe to hide
* Added option to select space between messages (display settings tab page) * Added Roboto monospace font for devices without monospace font
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated build tools
* Updated [translations](https://crowdin.com/project/open-source-email) * 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) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
### Notices ### Notices
@ -39,6 +39,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2308 2025-12-24
* Added undo to swipe to hide
* Added Roboto monospace font for devices without monospace font
* Small improvements and minor bug fixes
* Updated build tools
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2307 2025-12-15 ### 1.2307 2025-12-15
* Fixed message list widget flickering on some devices * Fixed message list widget flickering on some devices

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

@ -4,11 +4,11 @@
### Latest version ### Latest version
* Fixed message list widget flickering on some devices * Added undo to swipe to hide
* Added option to select space between messages (display settings tab page) * Added Roboto monospace font for devices without monospace font
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated build tools
* Updated [translations](https://crowdin.com/project/open-source-email) * 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) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
### Notices ### Notices
@ -39,6 +39,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2308 2025-12-24
* Added undo to swipe to hide
* Added Roboto monospace font for devices without monospace font
* Small improvements and minor bug fixes
* Updated build tools
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2307 2025-12-15 ### 1.2307 2025-12-15
* Fixed message list widget flickering on some devices * Fixed message list widget flickering on some devices

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