1.2186 release

master 1.2186
M66B 1 month ago
parent 14457c8000
commit ae8c64cf3d

@ -10,12 +10,16 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
* Fixed Android navigation bar color for some Android versions
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2186 - 2024-05-24
* Fixed jitter when hiding the top toolbar
* Fixed Android navigation bar color for some Android versions (regression)
* Reverted AndroidX fragment to version 1.6.2 again due to instability
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2185 - 2024-05-22
* Fixed constraint violation when inserting identity

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

@ -10,12 +10,16 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version
* Fixed Android navigation bar color for some Android versions
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2186 - 2024-05-24
* Fixed jitter when hiding the top toolbar
* Fixed Android navigation bar color for some Android versions (regression)
* Reverted AndroidX fragment to version 1.6.2 again due to instability
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
Preview versions are available [here](https://bitbucket.org/M66B/fairemail-test/downloads/).
### 1.2185 - 2024-05-22
* Fixed constraint violation when inserting identity

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