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
add me in chatroom participants view #LINQT-2312
update admin status on conference joined #LINQT-2311
fix composing status when user starts writing message #LINQT-2317
do not force presence if disabled in account params #LINQT-2318
fix chat uin 1-1 call #LINQT-2322
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)
hide sip address in conversation info if hide_sip_addresses set
write account presence note event if empty (otherwise it cannot be cleaned)
add chatroom to list when Created state signal received
fix navigation to create contact from conversation infos
display copy sip address even if participant is in contact list
avoid displaying more messages when the list is not yet initialized
fix meeting form end hour combobox list display #LINQT-2127
check if at least one participant when creating group chat #LINQT-2134
display all the errors at a time if they all occur #LINQT-2133
add signal to add chat to list when state Created #LINQT-2131
fix chat deletion
rename fr translation
set enableVideo to false if audio call #LINQT-2086
try to fix crash on macos when switching from call window to main window (#LINQT-2077 and #LINQT-2087)
set error message when not able to download attached file
fix remove chat from list
fix new chat connection after first message sent #LINQT-2090
clean code + invalidate() for Qt6.10 compatibility
fix translations
do not display notification when it comes from the currently displayed chat #LINQT-2079
do not create account model for each chat, too much listener sending signals
fix crash in ConferenceInfoList #LINQT-2080
fix warnings on endResetModel
fix messages added twice because of displayMore() function called when lUpdate is running
Plain text in sending text area
fix get size with screen ratio function
fix chat sending area ui #LINQT-2068
print debug logs in linphone files for futur debugging
fix call history details ui when no video conference factory set
use remote name of each call if in local conference #LINQT-2058
improve unencrypted conversations warning indicator #LINQT-2061
allow user to choose an address for sending message when multiple addresses in contact #LINQT-2054
verify friend has a core to avoid crash in liblinphone #LINQT-1933
wait for window to be active before calling markAsRead (fix #LINQT-2048)
fix button text color (fix #LINQT-1832)
change format for mkv #LINQT-2056
Registration : check phone number format #LINQT-2044
fix window closing even if a new call is started #LINQT-2055
display popup to delete meetings on right click in meeting list item (allow to delete canceled meetings which cannot be displayed in the right panel)