- May 04, 2023
-
-
Sébastien Blin authored
Change-Id: Ie5fff0d9688d82ae0c31d1b07f970a33c80fe26a GitLab: #1071
-
- Mar 23, 2023
-
-
Sébastien Blin authored
Because no interactions was added, a conversation was shown at the bottom while syncing Change-Id: I9cdba00f7fe328e0cf6486d7076fc377fc573a32
-
This allow users to be able to easily identify their contacts by changing the avatar/display name of a contact (for SIP and 1:1) jami-project#757 Change-Id: I483a9116b78b08d43962abff982e73089bfec1d7
-
- Mar 06, 2023
-
-
Sébastien Blin authored
Also remove retryInteraction as useless in new versions. Change-Id: I79a016c9fa7b8bc4d5fcdb0aeff51d78aea2f314 GitLab: #1017
-
- Mar 02, 2023
-
-
Sébastien Blin authored
If both sides are calling at the same time, the daemon will chose one of the call. We must use this one. jami-daemon#743 Change-Id: I09c991c0facf34cf7ed83d8782b7646b3075eed8
-
Sébastien Blin authored
Change-Id: I6e42a4f494b42330bafcfa4c9616ab78818ddf00
-
- Feb 27, 2023
-
-
Sébastien Blin authored
Change-Id: I3aba2f02e375d47a9bfdacb923e2907c40f4f151
-
- Feb 22, 2023
-
-
Aline Gondim Santos authored
Change-Id: I936abb96b5e232b63a917428892f716ca0985db2 GitLab: #952
-
- Feb 20, 2023
-
-
Change-Id: Ia458e2e6ee183cad9d0418af0dbbbcd990f14281 GitLab: #918
-
- Feb 17, 2023
-
-
Sébastien Blin authored
The author was empty instead of current uri Change-Id: I4022c5e8bbbe4bd57c1a3fd7bc33ba8be6861bde
-
- Feb 16, 2023
-
-
Aline Gondim Santos authored
Change-Id: I08ef8b2f383c3aa1035518a2d4f92e941048e211
-
- Feb 06, 2023
-
-
Amin Bandali authored
Change-Id: Idf38e82631a4e22540aa5dec8ec2db0ab4a38c2e
-
- Feb 05, 2023
-
-
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
-
- Feb 03, 2023
-
-
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
-
- Dec 29, 2022
-
-
Aline Gondim Santos authored
Change-Id: Ibd901be120c061d7b726f657a5d51636716acdcc
-
- Dec 20, 2022
-
-
Sébastien Blin authored
Change-Id: I5d3d7cd5cb7570ff2063ea5a981c312480a6990a
-
- Dec 16, 2022
-
-
Change-Id: Ia4529e9646cd676d15c60f6f48e7ab31fd2bbbc1
-
- Dec 14, 2022
-
-
Change-Id: I83f27e86a6a7ee2140dc3028a4e183dcb8de8a27 GitLab: #875
-
- Dec 02, 2022
-
-
Sébastien Blin authored
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
-
- Dec 01, 2022
-
-
Aline Gondim Santos authored
GitLab: #892 Change-Id: Ia62ac144d187e705644742ebaa9b1679c45d2ae0
-
- Nov 29, 2022
-
-
Sébastien Blin authored
We do not need to check contacts for SIP as it will be considered automatically as a contact Change-Id: If78113e9d79dcd695c39c2d12c0441e2cb282737
-
- Nov 23, 2022
-
-
Nicolas Vengeon authored
copyright OpenLayers v7.1.0: ol.css copyright OpenLayers v7.1.0: ol.js GitLab: #867 Change-Id: I4e01f6d9727d56541d1b44023f26959ebe4fbe26 Signed-off-by:
Nicolas Vengeon <nicolas.vengeon@savoirfairelinux.com>
-
- Nov 21, 2022
-
-
Sébastien Blin authored
Change-Id: I2bb01e2846a2c543b7f17086794cd007c2ac39ae
-
- Nov 17, 2022
-
-
Sébastien Blin authored
+ 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 jami-daemon#312 Change-Id: I83fd20b5e772097c0792bdc66feec69b0cb0009a
-
- Nov 10, 2022
-
-
Sébastien Blin authored
Change-Id: Idb51e3e6cf895fe1aaf88156c0b0296bdf95b263 GitLab: #873
-
- Oct 29, 2022
-
-
Sébastien Blin authored
Change-Id: I15d382406687cc506c1456ce43286ad6b0f23529
-
- Oct 27, 2022
-
-
Nicolas Vengeon authored
Change-Id: I24a94b9ced0ec3930a0b9e20f3fa0440e2d8fd00 Signed-off-by:
Nicolas Vengeon <nicolas.vengeon@savoirfairelinux.com>
-
- Oct 25, 2022
-
-
Sébastien Blin authored
Handle application/edited-message type to support message edition. Previous bodies are saved in the interaction to be able to get the original post to avoid unwanted editions. While loading a conversation, we store the editions in a temporary map that we link once the edited message is detected. This work because we can't edit a message before this message exists. PreviousBodies in interaction.h contains every previous body detected and the client can show previous version of the message in a popup. Deleting a message works the same way, just that any message with an empty body is not shown. jami-daemon#316 Change-Id: Ib158abd16ad4b629532de11694e88d86a12d72a8
-
- Oct 24, 2022
-
-
Sébastien Blin authored
+ Remove "Accept files from unknown senders" because since swarm we can't get files from non contacts are the conversation is not cloned, and non swarm files are ignored + Rename "ignore the swarm" to "Mute conversation" as ignore is unclear Change-Id: Ifced8f8efe841e2345d50530ee313e6b95b35920
-
Sébastien Blin authored
The URI we search can be the id of another conversation, causing another contact to be shown. Change-Id: Icdbc01b5466559fd6c9f77dde57338903e54ea99
-
- Oct 21, 2022
-
-
Sébastien Blin authored
If there was too much following merge commits, sometimes the conversation was not correctly loaded. Moreover, the lastMessageUID was not correctly calculated from time to time, leading to empty conversations in the smartlist. Change-Id: I1224269c5df72936ae51f34211ce3f63dbf606ff
-
- Oct 17, 2022
-
-
Sébastien Blin authored
Save current color, and notification's preferences Change-Id: I3197be53bf622528aa3bc2e3f0d9aea29068e144
-
- Oct 11, 2022
-
-
Sébastien Blin authored
Change-Id: Id50f7b2598e0cff7ca75f5fca13473702da5c207
-
- Sep 16, 2022
-
-
Sébastien Blin authored
use the size from the daemon if the file is downloaded, else use the size from the commit. Change-Id: Ia4e7123558e93a1ab0879feab9a141ceefaf183a GitLab: #833
-
Sébastien Blin authored
Asking jami to launch another instance with ./jami-qt jami:xxx will search for "xxx" inside the application and select the conversation if found. This allow to support webpage with <a href="jami:username"> For GNU/Linux, in the .desktop file, x-scheme-handler/jami is added. For packaging, we will need to determine if the scheme is handled automatically. For now, to test, we need to add: x-scheme-handler/jami=jami-qt.desktop; in "~/.config/mimeapps.list" (and jami-qt.desktop) should be in a valid path. Change-Id: Ibbb6e8942f1873d81a57640bdf6f839885981be3 GitLab: #655
-
- Aug 24, 2022
-
-
Sébastien Blin authored
Change-Id: Icfb1669e4c810b2ef74c3787f0f086646f17fb8d
-
Sébastien Blin authored
jami-daemon#318 Change-Id: I79916422b90c6eb12252c96bb12e209188a81f94
-
Sébastien Blin authored
This patch introduced some issues with file transfer Change-Id: I6e4852f1f1c0eb1e1f820de8a1ecc8e2a6b28695
-
- Aug 19, 2022
-
-
Sébastien Blin authored
+ Update status for swarm + Show read status like android (right if 1 reader, under the bubble if more) + Display a sending status Change-Id: I653e3573c4dc75950cc274dd01859d9335e0177f
-
- Aug 15, 2022
-
-
Sébastien Blin authored
A signal exists for showing errors to the user to make failing cases more explicit. With this patch, errors detected are displayed to the end user so that they know that an error occured and what kind of error occured. Change-Id: Ib2d4d4fdb171235e0598de0f1c190b8fd0fcc336
-