1.1911 release

This commit is contained in:
M66B 2022-06-11 09:52:40 +02:00
parent 6ce309afc7
commit 6dca1355a3
6 changed files with 365096 additions and 1 deletions

View File

@ -4,6 +4,14 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1911 - 2022-06-11
* Added encoding (character set) override option
* Added UTF-16 endianness detection
* Small improvements and minor bug fixes
* Updated AndroidX and material design library
* Updated translations
### 1.1910 - 2022-06-10
* Fixed dark theme / original message view on Android 12 and before

View File

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 1910 }
def getVersionCode = { -> return 1911 }
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,6 +4,14 @@
### [Juratyrant](https://en.wikipedia.org/wiki/Juratyrant)
### 1.1911 - 2022-06-11
* Added encoding (character set) override option
* Added UTF-16 endianness detection
* Small improvements and minor bug fixes
* Updated AndroidX and material design library
* Updated translations
### 1.1910 - 2022-06-10
* Fixed dark theme / original message view on Android 12 and before

File diff suppressed because it is too large Load Diff