Allow sip addresses & phone numbers to be selected while in history/contact details view

This commit is contained in:
Sylvain Berfini 2022-02-24 14:39:56 +01:00
parent d2bdafa5fa
commit 420a5a93b1
3 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -70,6 +70,7 @@
android:fadingEdge="horizontal"
android:gravity="center"
android:marqueeRepeatLimit="marquee_forever"
android:textIsSelectable="true"
android:scrollHorizontally="true"
android:singleLine="true" />

View file

@ -105,6 +105,7 @@
<org.linphone.views.MarqueeTextView
android:text="@{viewModel.peerSipUri}"
android:textIsSelectable="true"
style="@style/sip_uri_font"
android:singleLine="true"
android:layout_width="wrap_content"