version 3.0.6 + changes

This commit is contained in:
Christian Schneppe 2021-04-18 21:58:40 +02:00
parent c29b45fe0d
commit dd2f350e3f
6 changed files with 30 additions and 3 deletions

View file

@ -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)

View file

@ -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 {

View 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

View 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 dont trust system CAs
* various bug fixes around Tor support
* improve call compatibility with Dino
* bug fixes

View file

@ -0,0 +1,3 @@
* show message in chat, during video transcoding (blabber.im)
* Fixed 'No Connectivity' issues on Android 7.1
* bug fixes

View file

@ -0,0 +1,3 @@
* show message in chat, during video transcoding (blabber.im)
* Fixed 'No Connectivity' issues on Android 7.1
* bug fixes