1.2285 release

master 1.2285
M66B 3 months ago
parent 331f36583d
commit 387ad79bda

1
.gitignore vendored

@ -20,6 +20,7 @@ crowdin.properties
.idea/deploymentTargetSelector.xml
.idea/other.xml
.idea/runConfigurations.xml
.kotlin
app/.cxx/
build
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)
### 1.2285 2025-07-04
* Fixed workaround for incorrectly shared files
### 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)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2284 }
def getVersionCode = { -> return 2285 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" }
// 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)
### 1.2285 2025-07-04
* Fixed workaround for incorrectly shared files
### 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)
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save