* 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
try fix for non showing notification on Windows
add more debug for non showing notification and try hack
fix mac notification #LINQT-2441
Notification fix :
try fix for non showing notification on Windows
add more debug for non showing notification and try hack
fix mac notification #LINQT-2441
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 initials function
fix translation and text weight warnings
fix meeting detail layout
fix crash when adding invalid participant to conference
cancel button on conference update loading popup
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