mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 18:26:20 +00:00
1.1911 release
This commit is contained in:
parent
6ce309afc7
commit
6dca1355a3
6 changed files with 365096 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
181952
app/schemas/mapping/FairEmail-v1.1911a-github-release-mapping.txt
Normal file
181952
app/schemas/mapping/FairEmail-v1.1911a-github-release-mapping.txt
Normal file
File diff suppressed because it is too large
Load diff
181929
app/schemas/mapping/FairEmail-v1.1911a-play-release-mapping.txt
Normal file
181929
app/schemas/mapping/FairEmail-v1.1911a-play-release-mapping.txt
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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
|
||||
|
|
1198
metadata/en-US/changelogs/1911.txt
Normal file
1198
metadata/en-US/changelogs/1911.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue