Skip to content

Commit

Permalink
1.2185 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed May 22, 2024
1 parent 0147bbd commit 9fd71ef
Show file tree
Hide file tree
Showing 4 changed files with 3,072 additions and 10 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
16 changes: 12 additions & 4 deletions app/src/main/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 9fd71ef

Please sign in to comment.