isBlocked doesn't exist, it's isBanned.
Also link spfm and webengine to tests (in order to fix
tst_ChatViewFooter.qml)
Change-Id: Ic4ac0565ba5975213728b16e3e3d5718aa9851b6
Use registry
"HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion
/Themes/Personalize/AppsUseLightTheme"
to check if system theme is supported and if it is dark or
light.
Removes "EnableDarkTheme" in favor of "AppTheme".
Requires Windows SDK version 10.0.18362.0 to build with
system theme support.
Note: This does not watch for changes in system theme in
runtime as the support for it requires Windows Runtime
version 10.0.10240.0.
GitLab: #723
Change-Id: Ice8f7936a90535f47dc1870d4f18215e062684ba
To homogenize with language preference, let "System" theme to be
the first option in the combobox followed by "Light" and "Dark".
GitLab: #723
Change-Id: I8d95c58e4cf08c8dd36304ba661d287dda5c14f6
Show notification when a peer is sharing its position on the non
current conversation.
This needed a lot of changes. Now we store shared position via
accountId + peer.
This also fix location icons and keep state when changing from
one account to another.
Change-Id: I8c1848890efa09f6e296e9da779a355167e4d3d4
GitLab: #888
Pretty all tests are broken, but at least, forcing the CI to build
it will force people to check it.
Change-Id: I974905a893b6a53ce71890b63a01be6a791ea556
This reverts an (inadvertent?) change made in 70a6972b7 which would
fail the compilation of the tests.
* src/app/qmlregister.h (registerTypes): Change parent type from
MainApplication* to QObject*
* src/app/qmlregister.cpp (registerTypes): Likewise.
Change-Id: I1ef0aff38fcc9e07192d505614ebf9e2aa023921
- share position to different conversations at the
same time
- Be able to stop sharing positions with the current
conversation only
- UI improvements to know who is sharing and who
you are sharing to
- Watchdog
Change-Id: I1402f0d1b1fc117087988b1cc45f1fd05d2a83ac
GitLab: #888
This will definitely be the case when filtering out the currently
selected item. I don't understand how this worked before SFPM.
GitLab: #890
Change-Id: Ib3e6945d2384707e128a52ab06457c157b2c7d0b
This allow users to set a color, notification preferences and get
access to all documents in a conversation.
Change-Id: I8fd4a46c0940afa0436f9c5b91188f87a05c5a2d
Show a notification in the conversation like Anroid when the account
is disabled or when there is no network connectivity
Change-Id: I0f875fd24a2b29b8f7f48746651b156451e1250f
+ Add call buttons to start a new call
+ React to events from the swarm
+ call interactions (Join call/Call ended, etc)
+ active calls area
+ Add call management logic in LRC
+ Feature is enabled via the experimental checkbox
https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/312
Change-Id: I83fd20b5e772097c0792bdc66feec69b0cb0009a