1.2034 release

This commit is contained in:
M66B 2023-01-27 11:50:17 +01:00
parent 27384bf2ae
commit 7660a46474
6 changed files with 535715 additions and 3 deletions

View File

@ -6,11 +6,18 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2034 - 2023-01-27
* Fixed sending attachments with POP3
* Added styling settings with an option to keep the selection
* Added option to select default folder (behavior settings)
* Small improvements and minor bug fixes
* Updated translations
### 1.2033 - 2023-01-26
* Fixed incorrect folder state icons
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### 1.2032 - 2023-01-26

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,11 +6,18 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Quetecsaurus](https://en.wikipedia.org/wiki/Quetecsaurus)
### 1.2034 - 2023-01-27
* Fixed sending attachments with POP3
* Added styling settings with an option to keep the selection
* Added option to select default folder (behavior settings)
* Small improvements and minor bug fixes
* Updated translations
### 1.2033 - 2023-01-26
* Fixed incorrect folder state icons
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
### 1.2032 - 2023-01-26

File diff suppressed because it is too large Load Diff