1.1906 release

pull/208/head 1.1906
M66B 2 years ago
parent 765533bb9a
commit ab988e4d6a

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

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

File diff suppressed because it is too large Load Diff

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

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