forked from mirror/monocles_chat
version 3.0.6 + changes
This commit is contained in:
parent
c29b45fe0d
commit
dd2f350e3f
6 changed files with 30 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 3.0.6
|
||||
* show message in chat, during video transcoding (blabber.im)
|
||||
* Fixed 'No Connectivity' issues on Android 7.1
|
||||
* bug fixes
|
||||
|
||||
#### Version 3.0.5
|
||||
* improve compatibility with non libwebrtc WebRTC implementations
|
||||
* improve memory management (blabber.im)
|
||||
|
|
|
@ -105,8 +105,8 @@ android {
|
|||
targetSdkVersion 29
|
||||
|
||||
//versionNameSuffix " beta_(2021-04-10)" // " beta_(XXXX-XX-XX)" // activate for beta versions
|
||||
versionCode 323
|
||||
versionName "3.0.5"
|
||||
versionCode 324
|
||||
versionName "3.0.6"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
|
@ -198,8 +198,9 @@ android {
|
|||
}
|
||||
|
||||
lintOptions {
|
||||
error 'StringFormatInvalid' , 'StringFormatMatches'
|
||||
disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource', 'RestrictedApi'
|
||||
//abortOnError false
|
||||
abortOnError true
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
|
8
fastlane/metadata/android/de/changelogs/321.txt
Normal file
8
fastlane/metadata/android/de/changelogs/321.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
* fix OpenPGP key id discovery for OpenKeychain 5.6+
|
||||
* properly verify punycode TLS certificates
|
||||
* improve stability of RTP session establishment (calling)
|
||||
* verify A/V calls with preexisting OMEMO sessions
|
||||
* add memory management in attachment settings (blabber.im)
|
||||
* add setting to delete files older than x days (blabber.im)
|
||||
* show message on devices with Android 4 that they are outdated (blabber.im)
|
||||
* bug fixes
|
7
fastlane/metadata/android/de/changelogs/323.txt
Normal file
7
fastlane/metadata/android/de/changelogs/323.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
* improve compatibility with non libwebrtc WebRTC implementations
|
||||
* improve memory management (blabber.im)
|
||||
* ui improvements (blabber.im)
|
||||
* fix HTTP up/download for users that don’t trust system CAs
|
||||
* various bug fixes around Tor support
|
||||
* improve call compatibility with Dino
|
||||
* bug fixes
|
3
fastlane/metadata/android/de/changelogs/324.txt
Normal file
3
fastlane/metadata/android/de/changelogs/324.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* show message in chat, during video transcoding (blabber.im)
|
||||
* Fixed 'No Connectivity' issues on Android 7.1
|
||||
* bug fixes
|
3
fastlane/metadata/android/en-US/changelogs/324.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/324.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* show message in chat, during video transcoding (blabber.im)
|
||||
* Fixed 'No Connectivity' issues on Android 7.1
|
||||
* bug fixes
|
Loading…
Reference in a new issue