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
069997d780
commit
45c756cfd6
2 changed files with 23 additions and 1 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -39,6 +39,28 @@ 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
|
||||
- Made numpad buttons larger by changing their shape
|
||||
- All LDAP fields are mandatory now, added toggle to choose wether or not to print LDAP logs
|
||||
- Permission fragment will only show missing ones
|
||||
|
||||
## [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
|
||||
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ android {
|
|||
applicationId = packageName
|
||||
minSdk = 28
|
||||
targetSdk = 36
|
||||
versionCode = 600018 // 6.00.018
|
||||
versionCode = 600019 // 6.00.019
|
||||
versionName = "6.1.0-alpha"
|
||||
|
||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue