1.1906 release

This commit is contained in:
M66B 2022-06-06 09:38:54 +02:00
parent 765533bb9a
commit ab988e4d6a
6 changed files with 364534 additions and 3 deletions

View File

@ -4,12 +4,13 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### Next version
### 1.1906 - 2022-06-06
* Added POP3 swipe action to report spam / block sender
* Added POP3 report spam / block sender for multiple selected messages
* Added check to prevent blocking self
* Added suffix guessing on adding attachments
* Fixed startup issue for some devices / Android versions
* Small improvements and minor bug fixes
* Updated translations

View File

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

View File

@ -4,12 +4,13 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### Next version
### 1.1906 - 2022-06-06
* Added POP3 swipe action to report spam / block sender
* Added POP3 report spam / block sender for multiple selected messages
* Added check to prevent blocking self
* Added suffix guessing on adding attachments
* Fixed startup issue for some devices / Android versions
* Small improvements and minor bug fixes
* Updated translations

File diff suppressed because it is too large Load Diff