From 420a5a93b105ad5289b0657be109d6f4c20c871b Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 24 Feb 2022 14:39:56 +0100 Subject: [PATCH] Allow sip addresses & phone numbers to be selected while in history/contact details view --- CHANGELOG.md | 3 +++ app/src/main/res/layout/contact_detail_cell.xml | 1 + app/src/main/res/layout/history_detail_fragment.xml | 1 + 3 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cba67ce0..31750a025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ Group changes to describe their impact on the project, as follows: ### 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 @@ -21,6 +23,7 @@ Group changes to describe their impact on the project, as follows: ### 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 f2abc9343..ca9394c17 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 @@