1.2185 release

pull/215/head 1.2185
M66B 4 months 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) ### [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 ### 1.2184 - 2024-05-22
* Fixed keyboard inset * Fixed keyboard inset (regression)
* Fixed black background of black and white theme * Fixed black background of black and white theme (regression)
* Using account color as default for inbox folder color * Using account color as default for inbox folder color
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email) * 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 ### 1.2183 - 2024-05-21
* Prepared for Android 15 * Prepared for Android 15

@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2184 } def getVersionCode = { -> return 2185 }
def getRevision = { -> return "b" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Acantholipan" } def getReleaseName = { -> return "Acantholipan" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // 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) ### [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 ### 1.2184 - 2024-05-22
* Fixed keyboard inset * Fixed keyboard inset (regression)
* Fixed black background of black and white theme * Fixed black background of black and white theme (regression)
* Using account color as default for inbox folder color * Using account color as default for inbox folder color
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email) * 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 ### 1.2183 - 2024-05-21
* Prepared for Android 15 * Prepared for Android 15

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