1.2060 release

This commit is contained in:
M66B 2023-04-01 09:42:20 +02:00
parent e5d825d825
commit ea7e9743c6
7 changed files with 808957 additions and 13 deletions

View File

@ -4,16 +4,19 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### Next version
### 1.2060 - 2023-04-01
* Added linking contacts to identities to attach vCards
* Added draft message printing
* Added copy filter rule to another account/folder
* Added linking contacts to identities to attach vCards
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2059 - 2023-03-24
* Fixed all reported bugs

View File

@ -3,9 +3,9 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2059 }
def getVersionCode = { -> return 2060 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Rahonavis" }
def getReleaseName = { -> return "Saltopus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystoreProperties = new Properties()
@ -400,6 +400,7 @@ configurations.all {
// Workaround https://issuetracker.google.com/issues/138441698
// Support @69c481c39a17d4e1e44a4eb298bb81c48f226eef
exclude group: "androidx.room", module: "room-runtime"
// Workaround https://issuetracker.google.com/issues/134685570
exclude group: "androidx.lifecycle", module: "lifecycle-livedata"
exclude group: "androidx.lifecycle", module: "lifecycle-livedata-core"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -4,16 +4,19 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### Next version
### 1.2060 - 2023-04-01
* Added linking contacts to identities to attach vCards
* Added draft message printing
* Added copy filter rule to another account/folder
* Added linking contacts to identities to attach vCards
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2059 - 2023-03-24
* Fixed all reported bugs

View File

@ -4,16 +4,19 @@ Changelog
For support you can use the contact form.
Rahonavis
Saltopus
Next version
1.2060 - 2023-04-01
* Added linking contacts to identities to attach vCards
* Added draft message printing
* Added copy filter rule to another account/folder
* Added linking contacts to identities to attach vCards
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
Rahonavis
1.2059 - 2023-03-24
* Fixed all reported bugs