Compare commits

...

3 Commits

Author SHA1 Message Date
M66B 99145fd0d9 b 2024-04-20 08:24:05 +02:00
M66B d1935ae5a9 1.2175 release 2024-04-20 08:12:51 +02:00
M66B 43d3f432f2 Crowdin sync 2024-04-20 08:10:35 +02:00
5 changed files with 2965 additions and 2 deletions

View File

@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Zby](https://en.wikipedia.org/wiki/Zby)
### 1.2175 - 2024-04-20
* Fixed primary inbox navigation
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2174 - 2024-04-19
* Added expression conditions to rules, see [the FAQ](https://m66b.github.io/FairEmail/#faq71)

View File

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

View File

@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Zby](https://en.wikipedia.org/wiki/Zby)
### 1.2175 - 2024-04-20
* Fixed primary inbox navigation
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2174 - 2024-04-19
* Added expression conditions to rules, see [the FAQ](https://m66b.github.io/FairEmail/#faq71)

View File

@ -2121,7 +2121,7 @@
<item>Ενοποιημένοι φάκελοι</item>
<item>Φάκελοι κύριου λογαριασμού</item>
<item>Λογαριασμοί</item>
<item>Primary inbox</item>
<item>Κύρια εισερχόμενα</item>
</string-array>
<string-array name="downloadNames">
<item>16 KB</item>

File diff suppressed because it is too large Load Diff