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:
parent
5f239f6cfd
commit
49e3c652cd
4 changed files with 3399 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
3393
metadata/en-US/changelogs/2235.txt
Normal file
3393
metadata/en-US/changelogs/2235.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue