mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Updated CHANGELOG & bumped version code to 6.0.19
This commit is contained in:
parent
6e349693ac
commit
d920dedfc4
2 changed files with 23 additions and 3 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -10,6 +10,26 @@ Group changes to describe their impact on the project, as follows:
|
||||||
Fixed for any bug fixes.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
|
## [6.0.19] - 2025-10-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Spanish and Slovakian translations thanks to Weblate contributors
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- SIP addresses domain hidden in Suggestions if it matches the currently selected account SIP identity domain
|
||||||
|
- Start proximity sensor when an incoming call is answered from the notification (disabling screen when device is near)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Black screen when trying to scan a QR Code right after granting CAMERA permission (only happened on some devices)
|
||||||
|
- Possible crash due to ConcurrentModificationException
|
||||||
|
- Camera preview in conference that was black sometimes after switching layout
|
||||||
|
- Possibly wrong screen sharing participant name in conference
|
||||||
|
- Presence SUBSCRIBE that was only sent for sip.linphone.org accounts
|
||||||
|
- Keyboard suggestions in participant picker textfield
|
||||||
|
- Account labelled as Disabled instead of Disconnected when network isn't reachable
|
||||||
|
- Suggestions generated avatar if username starts with '+'
|
||||||
|
- Two LDAP fields label where swapped
|
||||||
|
|
||||||
## [6.0.18] - 2025-09-15
|
## [6.0.18] - 2025-09-15
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var gitBranch = ByteArrayOutputStream()
|
var gitBranch = ByteArrayOutputStream()
|
||||||
var gitVersion = "6.0.18"
|
var gitVersion = "6.0.19"
|
||||||
|
|
||||||
task("getGitVersion") {
|
task("getGitVersion") {
|
||||||
val gitVersionStream = ByteArrayOutputStream()
|
val gitVersionStream = ByteArrayOutputStream()
|
||||||
|
|
@ -100,8 +100,8 @@ android {
|
||||||
applicationId = packageName
|
applicationId = packageName
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 600018 // 6.00.018
|
versionCode = 600019 // 6.00.019
|
||||||
versionName = "6.0.18"
|
versionName = "6.0.19"
|
||||||
|
|
||||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue