mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-11 17:29:48 +01:00
1.2285 release
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,6 +20,7 @@ crowdin.properties
|
|||||||
.idea/deploymentTargetSelector.xml
|
.idea/deploymentTargetSelector.xml
|
||||||
.idea/other.xml
|
.idea/other.xml
|
||||||
.idea/runConfigurations.xml
|
.idea/runConfigurations.xml
|
||||||
|
.kotlin
|
||||||
app/.cxx/
|
app/.cxx/
|
||||||
build
|
build
|
||||||
captures
|
captures
|
||||||
|
|||||||
@@ -28,9 +28,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||||||
|
|
||||||
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
|
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
|
||||||
|
|
||||||
|
### 1.2285 2025-07-04
|
||||||
|
|
||||||
|
* Fixed workaround for incorrectly shared files
|
||||||
|
|
||||||
### 1.2284 2025-07-02
|
### 1.2284 2025-07-02
|
||||||
|
|
||||||
* Added filtering out unread or starred messages
|
* Added filtering out unread / starred messages
|
||||||
* Added workaround for incorrectly shared files (Xiaomi gallery)
|
* Added workaround for incorrectly shared files (Xiaomi gallery)
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
|
|||||||
apply plugin: 'kotlin-android'
|
apply plugin: 'kotlin-android'
|
||||||
apply plugin: 'de.undercouch.download'
|
apply plugin: 'de.undercouch.download'
|
||||||
|
|
||||||
def getVersionCode = { -> return 2284 }
|
def getVersionCode = { -> return 2285 }
|
||||||
def getRevision = { -> return "a" }
|
def getRevision = { -> return "a" }
|
||||||
def getReleaseName = { -> return "Ceratonykus" }
|
def getReleaseName = { -> return "Ceratonykus" }
|
||||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||||
|
|||||||
@@ -28,9 +28,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||||||
|
|
||||||
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
|
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
|
||||||
|
|
||||||
|
### 1.2285 2025-07-04
|
||||||
|
|
||||||
|
* Fixed workaround for incorrectly shared files
|
||||||
|
|
||||||
### 1.2284 2025-07-02
|
### 1.2284 2025-07-02
|
||||||
|
|
||||||
* Added filtering out unread or starred messages
|
* Added filtering out unread / starred messages
|
||||||
* Added workaround for incorrectly shared files (Xiaomi gallery)
|
* Added workaround for incorrectly shared files (Xiaomi gallery)
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||||
|
|||||||
3759
metadata/en-US/changelogs/2285.txt
Normal file
3759
metadata/en-US/changelogs/2285.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user