forked from mirror/monocles_chat_clean
Update changelog
This commit is contained in:
parent
86f2914a0b
commit
ec80d98bf1
3 changed files with 57 additions and 25 deletions
16
fastlane/metadata/android/de/changelogs/167.txt
Normal file
16
fastlane/metadata/android/de/changelogs/167.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
* Behebung des ImportBackup-Problems bei Android 11+.
|
||||
* Einstellung für Linkvorschau pro Bild aktivieren
|
||||
* Behebt zufälligen Absturz bei aktivem Thread-Feature
|
||||
* String der Thread-Funktion verbessern
|
||||
* Layout der Kontenverwaltung bei aktiven Telefonkonten korrigiert
|
||||
* Behebt den internen Updater
|
||||
* Behebt das Speicherleck, wenn man in das Fragment klickt und wieder zur Aktivität zurückkehrt
|
||||
* tlistener entfernen, wenn nicht benötigt
|
||||
* Deaktivieren der Erstellung von Anrufprotokolldateien
|
||||
* Anbieterliste für alternative Kontoerstellung einbinden
|
||||
* Animierte Avatare aktivieren (GIFs/WEBPs bis zu 480px*480px und 100 KB)
|
||||
* Bilder von Imagelinks im Status in den Kontaktdetails anzeigen
|
||||
* Kontaktdetails aufräumen
|
||||
* Behebt zufällige Abstürze
|
||||
* Größere Abbrechen- und Senden-Buttons für den Sprachrekorder
|
||||
* Option GIFs im Chat abspielen aktiviert animierte Avatare und Statusbilder
|
16
fastlane/metadata/android/en-US/changelogs/167.txt
Normal file
16
fastlane/metadata/android/en-US/changelogs/167.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
* Fix the ImportBackup at Android 11+ problem.
|
||||
* Activate setting for link preview per image
|
||||
* Fix random crash when thread feature active
|
||||
* Improve thread feature string
|
||||
* Fix manage accounts layout when phone accounts active
|
||||
* Fix up internal updater
|
||||
* Fix the memory leak when click into Fragment and return back to activity problem
|
||||
* Remove tlistener when no need
|
||||
* Disable create call log files
|
||||
* Integrate providers list for alternative account creation
|
||||
* Activate animated avatars (GIFs/WEBPs up to 480px*480px and 100 KB)
|
||||
* Show images from imagelinks in status in contact details
|
||||
* Clean up contact details
|
||||
* Fix random crashes
|
||||
* Bigger cancel and send buttons for voice recorder
|
||||
* Option play gifs inside chat enables animated avatars and status images
|
|
@ -11,22 +11,9 @@
|
|||
"type": "UNIVERSAL",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 166,
|
||||
"versionName": "1.7.9.4.1",
|
||||
"outputFile": "monocles chat-1.7.9.4.1-git-universal-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16604,
|
||||
"versionName": "1.7.9.4.1",
|
||||
"outputFile": "monocles chat-1.7.9.4.1-git-arm64-v8a-release.apk"
|
||||
"versionCode": 167,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-universal-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -37,9 +24,22 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16602,
|
||||
"versionName": "1.7.9.4.1",
|
||||
"outputFile": "monocles chat-1.7.9.4.1-git-x86-release.apk"
|
||||
"versionCode": 16702,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-x86-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
"filters": [
|
||||
{
|
||||
"filterType": "ABI",
|
||||
"value": "arm64-v8a"
|
||||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16704,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-arm64-v8a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -50,9 +50,9 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16601,
|
||||
"versionName": "1.7.9.4.1",
|
||||
"outputFile": "monocles chat-1.7.9.4.1-git-armeabi-v7a-release.apk"
|
||||
"versionCode": 16701,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-armeabi-v7a-release.apk"
|
||||
},
|
||||
{
|
||||
"type": "ONE_OF_MANY",
|
||||
|
@ -63,9 +63,9 @@
|
|||
}
|
||||
],
|
||||
"attributes": [],
|
||||
"versionCode": 16603,
|
||||
"versionName": "1.7.9.4.1",
|
||||
"outputFile": "monocles chat-1.7.9.4.1-git-x86_64-release.apk"
|
||||
"versionCode": 16703,
|
||||
"versionName": "1.7.9.4.2",
|
||||
"outputFile": "monocles chat-1.7.9.4.2-git-x86_64-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
|
|
Loading…
Reference in a new issue