mark chat as read if message received while conversation is opened and at end #LINQT-2442
remove warnings
revert flickable change in abstract settings layout leading to mouse focus issue
* Fix focus and screen reader on Dialog #LINQT-2197
* Fix dialer accessibility #LINQT-2204
* Add accessibility to voicemail button #LINQT-2200
*Add list annoncement on magicsearch suggestions #LINQT-2205
* Fix accessibility on contact lists #LINQT-2206
* Fix screen reader does not say values on combobox #LINQT-2195
* Fix focus when close modal #LINQT-2220
* Focus end call button when accepting a call #LINQT-2223
RichText fixes #LINQT-2460 #LINQT-2464
remove double back button chat infos #LINQT-2471
hide chat history button if call log does not have one #LINQT-2467
Cancel reply to when switching chat #LINQT-2407
fix typo
* Fix focus on first relevant element after changing page with navbar #LINQT-2202
* Improve focus navigation on call history list #LINQT-2201
* Fix missing accessible button name in dialer #LINQT-2221
* Switch from ScrollView to Flickable in parameters
* Add auto scroll on keyboard navigation in settings #LINQT-2219
* Correct back button in settings #LINQT-2209
* Fix focus when open settings page #LINQT-2208
* Arrow in vertical tab bar now change button focus instead of changing page #LINQT-2194
* Fix focus and accessibility label in magic search bar #LINQT-2205
Force chat list to update when updating proxy sourceModel (otherwise list can be empty)
Clear mList before anything else when updating chat list (may fix chat connection crash)
fix position chat message list to first unread index #LINQT-2371
force sending chat message messageRead() callback when chat room is marked as read
try to fix crash with const & in MagicSearchList
call bad signal icon color
Re-send option in message menu if not delivered
Do not show error message creating chatroom if in call as it is not being created by user #LINQT-2287
and do not try to create one if chat is not enabled in conference
Only show config error when restarting, not everytime the app starts
send conferenceInfoReceived when conf info state is New
Use App ChatList instead of a new one in each ChatProxy (try to fix crash when catching signals in ChatCore)
disable change layout button if paused meeting
hide call button in call history if conference and disable_meetings_feature set
disable camera if switch to audio only layout mode