1.2070 release

This commit is contained in:
M66B 2023-05-20 08:01:14 +02:00
parent 3545af4c74
commit c42d9dad8e
7 changed files with 854768 additions and 6 deletions

View File

@ -4,9 +4,9 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### [Tratayenia](https://en.wikipedia.org/wiki/Tratayenia)
### Next version
### 1.2070 - 2023-05-20
* Added option to start with two columns/rows
* Added option to both date and time in message headers
@ -16,6 +16,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### 1.2069 - 2023-05-09
* Added support for Surface Duo 2

View File

@ -3,9 +3,9 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2069 }
def getVersionCode = { -> return 2070 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Saltopus" }
def getReleaseName = { -> return "Tratayenia" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystoreProperties = new Properties()

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,9 +4,9 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### [Tratayenia](https://en.wikipedia.org/wiki/Tratayenia)
### Next version
### 1.2070 - 2023-05-20
* Added option to start with two columns/rows
* Added option to both date and time in message headers
@ -16,6 +16,8 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### 1.2069 - 2023-05-09
* Added support for Surface Duo 2

File diff suppressed because it is too large Load Diff