1.2308 release

This commit is contained in:
M66B 2025-12-24 10:22:03 +01:00
parent d26e98377d
commit 398eff3a31
4 changed files with 3953 additions and 7 deletions

View File

@ -4,11 +4,11 @@
### Latest version
* Fixed message list widget flickering on some devices
* Added option to select space between messages (display settings tab page)
* 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 [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### Notices
@ -39,6 +39,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### 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
* Fixed message list widget flickering on some devices

View File

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

View File

@ -4,11 +4,11 @@
### Latest version
* Fixed message list widget flickering on some devices
* Added option to select space between messages (display settings tab page)
* 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 [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### Notices
@ -39,6 +39,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### 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
* Fixed message list widget flickering on some devices

File diff suppressed because it is too large Load Diff