1.2236 release

pull/217/head 1.2236
M66B 12 months ago
parent 992c2aa78b
commit 8298efe451

@ -20,7 +20,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### 1.2235 2024-10-05 *
### 1.2236 2024-10-08
* Disabled workaround for Gmail
* Fixed sort order folders
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2235 2024-10-05
* Added option to show stars in message list widgets (requires Android 12 or later)
* Small improvements and minor bug fixes

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

File diff suppressed because it is too large Load Diff

@ -20,7 +20,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### 1.2235 2024-10-05 *
### 1.2236 2024-10-08
* Disabled workaround for Gmail
* Fixed sort order folders
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2235 2024-10-05
* Added option to show stars in message list widgets (requires Android 12 or later)
* Small improvements and minor bug fixes

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