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.18
This commit is contained in:
parent
6b958f4aef
commit
0894abf9b2
2 changed files with 18 additions and 3 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -10,6 +10,21 @@ 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.18] - 2025-09-15
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Added menu icon next to currently selected account avatar to make the drawer menu easier to understand
|
||||||
|
- Added missing dialpad floating action button in the call transfer fragment
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Improved bodyless friendlist presence process when it's received
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed "End-to-end encrypted call" label while in conference, the call may be end-to-end encrypted but only to the conference server, not to all participants
|
||||||
|
- Fixed missing meeting subject when calling the conference SIP URI if the conference info doesn't exist yet
|
||||||
|
- Finish CallActivity if no call is found when trying to answer/decline a call from the IncomingCallFragment
|
||||||
|
- Prevent empty screen when rotating the device and clicking on the empty part next to the list while in landscape and then rotating the device back to portrait
|
||||||
|
|
||||||
## [6.0.17] - 2025-09-02
|
## [6.0.17] - 2025-09-02
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var gitBranch = ByteArrayOutputStream()
|
var gitBranch = ByteArrayOutputStream()
|
||||||
var gitVersion = "6.0.17"
|
var gitVersion = "6.0.18"
|
||||||
|
|
||||||
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 = 600017 // 6.00.017
|
versionCode = 600018 // 6.00.018
|
||||||
versionName = "6.0.17"
|
versionName = "6.0.18"
|
||||||
|
|
||||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue