remove debug
do not force declining call when user in do not disturb status #LINQT-2129 #LINQT-2171
do not handle chat notifications when chat disabled
change transfer direction (transfer paused call to current) #LINQT-2211
fix chat message image size in call #LINQT-2142
update translations
fix crash
remove auto switch audio device to avoid binding loop
- Remove deprecations (Qt, LDAP, AudioDevice, Compose)
- Fix absolute paths that can be wrong with temporary binaries images like Appimage. This way rootca will target the packaged one.
- Remove some packaged path as they are already set by SDK (from a fix on its side).
- Remove duplicated rootca packaging.
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
try to remove ffmpeg dependency #LINQT-2015
Clean friends manager maps when restarting app as the linphone core will be reset (fix #LINQT-1933)
only show error message once when linphone restarts if remote configuration failed #LINQT-2030
auto update contact list on carddav synchronized (fix #LINQT-1983)
only show address for suggestions
do not refresh devices if current account is null
fix crash
add error message on account parameters saved and apply changes on text changed instead of edited (fix #LINQT-1935)
fix disable meeting feature setting in wrong thread
destroy parameter page when closed (to avoid multiplied connections)
fix show/add contact in conversation info
fix notify account when not sender \
display security settings ui \
rename hide_sip_addresses flag \
fix #LINQT-1843 disconnect old chatroom properly to avoid having message from another chatroom in the new one selected
fix empty root ca path : try to create file if doesn't exist
fix #LINQT-1671 loading indicator call history
remove clang from nightly
fix #LINQT-1667 add time before closing window when call ends
Fix avoiding to have a call and a graph both:
- If in call or new call, switch off the capture graph and to not create new graphs.
- If not in call or no more call, switch on the capture graph if needed (listener count > 0).
- Return volume result to GUI from the capture graph or the current call.
- Use of Map in Combobox.
- QML Combobox: Differentiate what we are displaying and the internal Object.
- Implement an equality operator for Objects (map).