1.2276 release

This commit is contained in:
M66B
2025-05-07 09:13:06 +02:00
parent 96923d8a68
commit e578f12e32
4 changed files with 3712 additions and 2 deletions

View File

@@ -28,6 +28,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2276 2025-05-07
* Removed TTS from the Play Store version (only) due to Play Store policies
* Removed external intents from the Play Store version (only) due to Play Store policies
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2275 2025-05-06
* Added Mozilla CA S/MIME certificates

View File

@@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2275 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2276 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

View File

@@ -28,6 +28,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2276 2025-05-07
* Removed TTS from the Play Store version (only) due to Play Store policies
* Removed external intents from the Play Store version (only) due to Play Store policies
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2275 2025-05-06
* Added Mozilla CA S/MIME certificates

File diff suppressed because it is too large Load Diff