diff --git a/CHANGELOG.md b/CHANGELOG.md index ea92dad85..a408d2b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,23 @@ Group changes to describe their impact on the project, as follows: Fixed for any bug fixes. Security to invite users to upgrade in case of vulnerabilities. + ## [4.7.0] - Unreleased +## [4.6.2] - Unreleased + +### Added +- LDAP settings if SDK is built with OpenLDAP (requires 5.1.1 or higher linphone-sdk), will add contacts if any +- SIP addresses & phone numbers can be selected in history & contact details view +- Prevent screen to turn off while recording a voice message + +### Changed +- Contacts lists now show LDAP contacts if any, as well as "generated" contacts from SIP addresses you have interacted with + ### Fixed - Negative gain in audio settings is allowed again - Contacts list header case comparison +- Stop voice recording playback when sending chat message ## [4.6.1] - 2022-02-14 diff --git a/app/src/main/res/layout/contact_detail_cell.xml b/app/src/main/res/layout/contact_detail_cell.xml index d9cab1145..f23e2567d 100644 --- a/app/src/main/res/layout/contact_detail_cell.xml +++ b/app/src/main/res/layout/contact_detail_cell.xml @@ -70,6 +70,7 @@ android:fadingEdge="horizontal" android:gravity="center" android:marqueeRepeatLimit="marquee_forever" + android:textIsSelectable="true" android:scrollHorizontally="true" android:singleLine="true" /> diff --git a/app/src/main/res/layout/history_detail_fragment.xml b/app/src/main/res/layout/history_detail_fragment.xml index 9dc07c8ec..43230be58 100644 --- a/app/src/main/res/layout/history_detail_fragment.xml +++ b/app/src/main/res/layout/history_detail_fragment.xml @@ -105,6 +105,7 @@