1.2185 release

master 1.2185
M66B 1 month ago
parent 0147bbdc26
commit 9fd71ef2d8

@ -8,17 +8,25 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2185 - 2024-05-22
* Fixed constraint violation when inserting identity
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2184 - 2024-05-22
* Fixed keyboard inset
* Fixed black background of black and white theme
* Fixed keyboard inset (regression)
* Fixed black background of black and white theme (regression)
* Using account color as default for inbox folder color
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2183 - 2024-05-21
* Prepared for Android 15

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

@ -8,17 +8,25 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Acantholipan](https://en.wikipedia.org/wiki/Acantholipan)
### Next version
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2185 - 2024-05-22
* Fixed constraint violation when inserting identity
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2184 - 2024-05-22
* Fixed keyboard inset
* Fixed black background of black and white theme
* Fixed keyboard inset (regression)
* Fixed black background of black and white theme (regression)
* Using account color as default for inbox folder color
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2183 - 2024-05-21
* Prepared for Android 15

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