- Feb 05, 2023
-
-
Iterate through CPP elements and use positionView(ListView.Center) as other approach seems bugguy or slower. Change-Id: I43879969ccb457166879a156efb482e77ff07d6b
-
Sébastien Blin authored
Else, changing the moderator state of a participant doesn't refresh the controls Change-Id: Ic00a7836b181bf9aa9c9d793720323bc2247196a
-
Sébastien Blin authored
Change-Id: I3f26a4f38ae3e68e36c8121b33108363bbb06291
-
Sébastien Blin authored
We sort the invites by last interactions. However on swarm, there is no interaction yet. Add one with the received timestamp given by the daemon. (Regression appears because we were showing trust request before not conversation requests) Change-Id: Ic7f4d1a5d485325c95a19c2c38ae9c74630829ce GitLab: #956
-
Sébastien Blin authored
Calling a conference and stopping the call will lead the camera opened. This code seems useless and bugguy. Change-Id: Iff06b03838a2e13fe378f60f84df96ceb7735f1f
-
Sébastien Blin authored
If the avatar for an account is set on a device, it will send to detected devices on new connections. The client was ignoring the new avatar if it was not empty, now we just use the last received avatar Change-Id: I0b2cde9c193d46014c4d600775743312219b84df
-
Sébastien Blin authored
Change-Id: I6e04c8e01e87f66a9e6da4fb32524f085066a5d0 GitLab: #940
-
Sébastien Blin authored
Some types where missing, causing the chatview to not show all messages. Change-Id: I2ac1dfa03de8330b38f2828e66eead7114b2cfe6
-
Sébastien Blin authored
If the timestamp is shown on a contact message, the line was not taking the full width like other messages. Change-Id: I94a448acb4f7fd6400365445dd912abc5103ea2a
-
- isEmojiOnly changed to message containing only an emoji, not an edit or reply. - adapted size GitLab: #957 Change-Id: I78388a406a2a0b9c93f1c291850062fd9bf04a54
-
- Feb 03, 2023
-
-
Aline Gondim Santos authored
GitLab: #954 Change-Id: I6fe7537b0de7fb904a05159072476003ee835eea
-
- Standard time/date is now used - If today, show local time, otherwise show local date GitLab: #545 Change-Id: I07f1e706868c725d1c917c473dc0fdbad8d6810f
-
Sébastien Blin authored
Change-Id: Ib11d464284effa5e78ca56441d0e535858071151 GitLab: #941
-
Sébastien Blin authored
Because in a swarm you can talk with non contacts, we should at least retrieve the username when possible. Change-Id: Ie01cd10cc1231fc4024bd5a08c30c08d69e8e7f0 GitLab: #948
-
Sébastien Blin authored
Change-Id: I9eb8843d50fdeb914eae622c15555b366d246094
-
- Feb 02, 2023
-
-
SFPM performs poorly compared to its C++ counterpart in cases where re-filtering often is required. Tests show SFPM taking roughly 10x that of QSFPM in certain cases when the entire conversation needs to be loaded. Change-Id: I25792f0ab376ae11d42073a548934b743e59fa3e
-
Sébastien Blin authored
Change-Id: I6c36ab045667d01859a72dfec12e3e02130c57fe GitLab: #947
-
Change-Id: I6ef8069de9012e235fe6f8907b9d2bb94a44cd40 GitLab: #634
-
- Feb 01, 2023
-
-
Sébastien Blin authored
Change-Id: I3501d0ba072bc68685af8ba8c46c22979cc25493
-
Aline Gondim Santos authored
Change-Id: I3fcb60aed90e3a7cf7edee7f8ac28c204dbb8952
-
Sébastien Blin authored
So that users can know when a message is deleted and can check previous version like any edited version. Change-Id: If3c1daeec930bd4b0f359573b971790199397489
-
Change-Id: Ie1708ae4be049206fb8337db1211b7844e45726f
-
- Jan 31, 2023
-
-
Change-Id: I790f10542aed306a7416a4ce79f2eaf7a770135a Gitlab: #698
-
- Jan 30, 2023
-
-
Change-Id: Ica33126a1d75b4880c70c1e7f654f82db6499bbd
-
- Jan 27, 2023
-
-
Sébastien Blin authored
Scenario, create a swarm with self. As a warning, it will show "Can't find contact YOUR_ID this is a bug, please report" because your account is not in your contacts. Change-Id: I6f49f8fa77132daf00396b62da9ded470df49f98
-
Sébastien Blin authored
Else, the text was overflowing Change-Id: Idd27682d612cc35fce045967025df49ad1a1a202
-
Sébastien Blin authored
If a user join a conference with video enabled, but without any valid camera and try to un-mute/mute in loop, it will add new empty medias with incorrect sources causing duplicated participants in the conference. Change-Id: Ifa0dc090ca49ae6f9799f1209f3514cf540365da
-
- Jan 25, 2023
-
-
Aline Gondim Santos authored
This reverts commit ab8c3645. Reason for revert: It breaks the sharing functionality in windows Change-Id: Ia031bec6d82462115e3086ab9300b3aef99d9bab
-
GitLab: #634 Change-Id: I4c95622297e52d4b7fb5ea42426353a3b3579186
-
Change-Id: If3ee1fd3f074e8807fedc66fc02758df62789b39
-
Sébastien Blin authored
1. sourceParent and destinationParent were incorrect. 2. Moving always all the message can be incorrect if parentIdx > msgIdx after a merge Change-Id: I0ab8eeabb61926d5c0c22d8fed68c60d54178bf6 GitLab: #939
-
- Jan 24, 2023
-
-
Sébastien Blin authored
Change-Id: I7bd12dbc3bf512b3cd880892d2afda17c8117bd6 GitLab: #862
-
- Jan 23, 2023
-
-
Sébastien Blin authored
This was broken when passing to only conversation's requests with an un-needed condition Change-Id: Ibe422474037c60ede21425b016017615d1bbf0f5
-
- Jan 20, 2023
-
-
Andreas Traczyk authored
Change-Id: I6d10827c4b5dcd2cddc8516f3c30d3f986774ffb
-
- Jan 19, 2023
-
-
Sébastien Blin authored
On some cases (like many edition/reply) the atYBeginning is still true causing the view to not load messages anymore (after retrying it loads as the beginning) Change-Id: I9da474224f6fc0a39cf405c8bfe9d5201849ea64
-
- Jan 18, 2023
-
-
If a window changes its name, we should share the parent process windows. This can happen with chrome, visual studio code and file explorer for example. + Fixes non opening SelectScreen window when Jami language changes. Change-Id: Ib16992dde08e6a9fa191c9fb1cbc4efd304efe6d
-
Change-Id: I7a6214e4b6f4219af1b1d731b4553975e3e311a1 GitLab: #931
-
- Jan 12, 2023
-
-
Change-Id: Ie04791adc2f914a2b12688488476aca8617ec0d3
-
- Jan 11, 2023
-
-
Sébastien Blin authored
Change-Id: Ic3328ea069af093d412abd7fea29a2df199c1052
-
Sébastien Blin authored
+ moveMessage was doing useless computation to move messages one by one even if blocks are supported + beginMoveRows/endMoveRows seems to do weird stuff if all the rows should be moved causing some crashes. beginReset in this case doesn't trigger this weird behaviour and is more efficient. Change-Id: Ia4eb3cdbbe74bf9215fb673cb9af571f67225ffe
-