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.21
This commit is contained in:
parent
a41142552e
commit
4b14f603c6
2 changed files with 22 additions and 3 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -10,6 +10,25 @@ 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.21] - 2025-12-16
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Allow linphone-config: scheme URIs in in-app QR code scanner
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Workaround for audio focus & audio manager mode on devices that do not support TelecomManager APIs
|
||||||
|
- Set front camera as default after using back camera when scanning a QR code
|
||||||
|
- Added back largeHeap flag in AndroidManifest.xml
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed call recording indicator not showing local record in progress in case UPDATE isn't answered
|
||||||
|
- Fixed native addressbook reload when a contact is updated in the OS default app
|
||||||
|
- Fixed issue with linphone-config scheme URIs if scheme is followed by "//"
|
||||||
|
- Fixed Job & Company contact field not updated if field content was removed
|
||||||
|
- Fixed local avatar not displayed when calling ourselves
|
||||||
|
- Prevent crashes due to some ActivityNotFound exceptions
|
||||||
|
- Prevent crash due to empty clipboard on some devices
|
||||||
|
|
||||||
## [6.0.20] - 2025-11-21
|
## [6.0.20] - 2025-11-21
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var gitBranch = ByteArrayOutputStream()
|
var gitBranch = ByteArrayOutputStream()
|
||||||
var gitVersion = "6.0.20"
|
var gitVersion = "6.0.21"
|
||||||
|
|
||||||
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 = 600020 // 6.00.020
|
versionCode = 600021 // 6.00.021
|
||||||
versionName = "6.0.20"
|
versionName = "6.0.21"
|
||||||
|
|
||||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue