1.2137 release

This commit is contained in:
M66B 2023-12-12 10:33:15 +01:00
parent 430d66cbf1
commit 6754a330b6
4 changed files with 2685 additions and 4 deletions

View File

@ -6,10 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
### 1.2137 - 2023-12-12
* Optimized database for storing many messages
* Automatically update [SSL provider](https://developer.android.com/privacy-and-security/security-gms-provider)
* Removed custom trust manager to comply with Play Store policies (Play Store version only)
* Removed external storage option of attachments to comply with Play Store policies (all versions)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

View File

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

View File

@ -6,10 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### Next version
### 1.2137 - 2023-12-12
* Optimized database for storing many messages
* Automatically update [SSL provider](https://developer.android.com/privacy-and-security/security-gms-provider)
* Removed custom trust manager to comply with Play Store policies (Play Store version only)
* Removed external storage option of attachments to comply with Play Store policies (all versions)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)

File diff suppressed because it is too large Load Diff