mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Updated CHANGELOG & version code from release/6.0 branch
This commit is contained in:
parent
9d3ef9e8a5
commit
2ce07b5e89
2 changed files with 17 additions and 1 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -36,6 +36,22 @@ Group changes to describe their impact on the project, as follows:
|
|||
- Reworked some settings (moved calls related ones from advanced settings to advanced calls settings)
|
||||
- Increased shared media preview size in chat
|
||||
- Un-encrypted conversation warning will be more visible for accounts that support end-to-end encrypted conversations
|
||||
- Made numpad buttons larger by changing their shape
|
||||
|
||||
## [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
|
||||
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 36
|
||||
versionCode = 600017 // 6.00.017
|
||||
versionCode = 600018 // 6.00.018
|
||||
versionName = "6.1.0-alpha"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue