Allow sip addresses & phone numbers to be selected while in history/contact details view
This commit is contained in:
parent
97574157ed
commit
a423038c0a
3 changed files with 14 additions and 0 deletions
12
CHANGELOG.md
12
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
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue