mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-28 09:09:20 +00:00
Allow sip addresses & phone numbers to be selected while in history/contact details view
This commit is contained in:
parent
d2bdafa5fa
commit
420a5a93b1
3 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@
|
|||
android:fadingEdge="horizontal"
|
||||
android:gravity="center"
|
||||
android:marqueeRepeatLimit="marquee_forever"
|
||||
android:textIsSelectable="true"
|
||||
android:scrollHorizontally="true"
|
||||
android:singleLine="true" />
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue