1.2284 release

master 1.2284
M66B 3 months ago
parent 0a16d480bf
commit 51c3f983a0

@ -28,7 +28,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### Next version
### 1.2284 2025-07-02
* Added filtering out unread or starred messages
* Added workaround for incorrectly shared files (Xiaomi gallery)

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

@ -28,7 +28,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### Next version
### 1.2284 2025-07-02
* Added filtering out unread or starred messages
* Added workaround for incorrectly shared files (Xiaomi gallery)

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