1.1931 release

This commit is contained in:
M66B 2022-07-07 11:59:33 +02:00
parent 787c46735d
commit 9aa14ccc51
6 changed files with 346449 additions and 5 deletions

View File

@ -4,11 +4,11 @@
### [Kinnareemimus](https://en.wikipedia.org/wiki/Kinnareemimus)
### Next version
### 1.1931 - 2022-07-07
* Added option to delay notifications while connected to Android auto (*)
* Added option to show number of listed messages in the top action bar
* Added option to show HTML titles
* Added option to show HTML element titles
* Added configurable button to save raw message files
* 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 1930 }
def getVersionCode = { -> return 1931 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Kinnareemimus" }
// 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,11 +4,11 @@
### [Kinnareemimus](https://en.wikipedia.org/wiki/Kinnareemimus)
### Next version
### 1.1931 - 2022-07-07
* Added option to delay notifications while connected to Android auto (*)
* Added option to show number of listed messages in the top action bar
* Added option to show HTML titles
* Added option to show HTML element titles
* Added configurable button to save raw message files
* Small improvements and minor bug fixes
* Updated translations

File diff suppressed because it is too large Load Diff