1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-21 23:32:51 +00:00

1.2235 release

This commit is contained in:
M66B 2024-10-05 08:22:20 +02:00
parent 5f239f6cfd
commit 49e3c652cd
4 changed files with 3399 additions and 6 deletions

View file

@ -20,9 +20,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version
### 1.2235 2024-10-05 *
* Added option to show stars in message list widget
* Added option to show stars in message list widgets (requires Android 12 or later)
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

View file

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

View file

@ -20,9 +20,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version
### 1.2235 2024-10-05 *
* Added option to show stars in message list widget
* Added option to show stars in message list widgets (requires Android 12 or later)
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

File diff suppressed because it is too large Load diff