1.2075 release

This commit is contained in:
M66B 2023-06-08 11:57:14 +02:00
parent 665f0532e9
commit 6a3e3a82a0
8 changed files with 856441 additions and 7 deletions

View File

@ -6,10 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Tratayenia](https://en.wikipedia.org/wiki/Tratayenia)
### Next version
### 1.2074 - 2023-06-08
* Added option to add send-to-self to Android's share menu
* Added seperate filter settings for archive, trash and spam folder
* Added separate filter settings for archive, trash and spam folder
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2074 }
def getVersionCode = { -> return 2075 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Tratayenia" }
// 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

File diff suppressed because it is too large Load Diff

View File

@ -6,10 +6,10 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Tratayenia](https://en.wikipedia.org/wiki/Tratayenia)
### Next version
### 1.2074 - 2023-06-08
* Added option to add send-to-self to Android's share menu
* Added seperate filter settings for archive, trash and spam folder
* Added separate filter settings for archive, trash and spam folder
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_search">FairEmail-Suche</string>
<string name="app_send_self" comment="app_send_self&#10;Title for additional Android share sheet target. This needs to be short!">An sich selbst senden</string>
<string name="app_send_self" comment="app_send_self&#10;Title for additional Android share sheet target. This needs to be short!">An mich senden</string>
<string name="app_changelog">Änderungsprotokoll</string>
<string name="app_welcome">FairEmail ist eine quelloffene E-Mail-App, die sich auf Privatsphäre und Sicherheit konzentriert. Aus diesem Grund könnten einige Dinge anders funktionieren, als Sie es gewohnt sind.</string>
<string name="app_limitations">Zum Beispiel werden Nachrichten standardmäßig neu formatiert, um unsichere Elemente zu entfernen und die Lesbarkeit zu verbessern. Außerdem muss das Öffnen von Links zur Sicherheit bestätigt werden. Beides kann auf Wunsch deaktiviert werden.</string>
@ -686,7 +686,7 @@
Schlüssel und Zertifikate sind in der Regel unter »Sicherheit« → »Sicherheitszertifikate« zu finden.
</string>
<string name="title_advanced_power_menu">Aktionen zum Android-Ein/Aus-Menü hinzufügen</string>
<string name="title_advanced_send_self" comment="title_advanced_send_self&#10;Title for miscellaneous option to enable an additional Android share sheet target">\'An sich selbst senden\' zum Android Freigabemenü hinzufügen</string>
<string name="title_advanced_send_self" comment="title_advanced_send_self&#10;Title for miscellaneous option to enable an additional Android share sheet target">»An mich senden« zum Android-Teilen-Menü hinzufügen</string>
<string name="title_advanced_external_search">Anderen Apps erlauben in Nachrichten zu suchen</string>
<string name="title_advanced_sort_answers">Antwortvorlagen nach Nutzungsfrequenz sortieren</string>
<string name="title_advanced_shortcuts">Häufig verwendete Kontakte im Android-Teilen-Menü anzeigen</string>

File diff suppressed because it is too large Load Diff