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
26e391cbf8
commit
a5cee98a57
2 changed files with 12 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -26,7 +26,6 @@ Group changes to describe their impact on the project, as follows:
|
|||
- one to hide contacts that have neither a SIP address nor a phone number
|
||||
- one to let app auto-answer call with video sending already enabled
|
||||
- Added a vu meter for recording & playback volumes (must be enabled in developer settings)
|
||||
- Added a way to go to Help & Troubleshooting pages from Assistant
|
||||
- Added support for HDMI audio devices
|
||||
|
||||
### Changed
|
||||
|
|
@ -37,6 +36,17 @@ Group changes to describe their impact on the project, as follows:
|
|||
- Increased shared media preview size in chat
|
||||
- Un-encrypted conversation warning will be more visible for accounts that support end-to-end encrypted conversations
|
||||
|
||||
## [6.0.16] - 2025-08-25
|
||||
|
||||
## Added
|
||||
- Access to Help/Troubleshooting pages from Assistant
|
||||
|
||||
## Fixed
|
||||
- Some Core methods being called from UI thread causing either a crash or a deadlock sometimes
|
||||
- Scrolling issue when doing a search in a conversation with only one result
|
||||
- Contacts not updated after body less presence notify was received
|
||||
- VFS issue due to encrypted.pref file being backed up by Android OS
|
||||
|
||||
## [6.0.15] - 2025-08-11
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 36
|
||||
versionCode = 600015 // 6.00.015
|
||||
versionCode = 600016 // 6.00.016
|
||||
versionName = "6.1.0-alpha"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue