- Mar 06, 2023
-
-
Sébastien Blin authored
Change-Id: I6420f6233bbf9a92f7821735c02fcc29e478d111 GitLab: #942
-
- Mar 03, 2023
-
-
Sébastien Blin authored
Change-Id: I50893c6296040ad6bc972050d595cdedd27f635c GitLab: #936
-
Sébastien Blin authored
Change-Id: I9f16e8a3633981d41429343885a3130b0496288d GitLab: #1007
-
Sébastien Blin authored
No need to re-compute sequencing as deleted messages are just replaced by "Deleted message" and edition should not change any sequencing Change-Id: I03e210ac88b919b76b409583de2221406e468f50 GitLab: #991
-
Sébastien Blin authored
Change-Id: Ic925c96106d6c30eb8268af652b367029c5b7e70 GitLab: #1013
-
GitLab: #964 Change-Id: I70e5ba12c237a1623667c1783ead78fed76b3bc0
-
Sébastien Blin authored
Change-Id: I32c6dba09b01e87f7e9b48f7a4ab853d26526c63
-
Maxim Cournoyer authored
CMake takes care itself to prefix a library name with 'lib'. * src/libclient/CMakeLists.txt (LIBCLIENT_NAME): Drop 'lib' prefix. Change-Id: I9b6e0a8bd7bf2cfcec8b8b0996f87035a4f2e906
-
- Mar 02, 2023
-
-
Sébastien Blin authored
Change-Id: I9ce321779f578395719670433650f47987a32480
-
* extras/packaging/gnu-linux/Jenkinsfile: Improve PACKAGING_TARGETS parameter documentation. Change-Id: I83de03a7d722ff391cc41098a0cce9334e014d75
-
* extras/packaging/gnu-linux/Makefile (GUIX_PACK_FORMATS): New variable. (guix-pack-command): Add format argument. Make the --postinst-file argument conditional to the 'deb' format. (define-deb-pack-rule): Rename to... (define-guix-pack-rule): ... this. Add a new format argument, and move existing architecture argument into 2nd position. * extras/packaging/gnu-linux/scripts/deploy-packages.sh (package): Register 'guix-rpm-pack' as RPM packages. Change-Id: I1b5501c02e917b2b0c5e92e775a85478dd67316e
-
Build them by default again. * extras/packaging/gnu-linux/Jenkinsfile [BUILD_DEB_PACK]: Remove parameter. ('Build packages'): Do not filter out deb packs by default. Change-Id: Id65c00de0a50c263b672986a61776b02cf69a2e4
-
* extras/packaging/gnu-linux/Makefile (list-package-targets): Sort output. Change-Id: I5d4f51c502d6d99d1ddf99c91422706ef230f01a
-
The with-libjami/latest rewriting procedure was not applied to the customized jami package, hence it was using libjami at its current version in GNU Guix and failing to build. * extras/packaging/gnu-linux/guix/guix-pack-manifest.scm (with-latest-sources): Apply patch. (libjami/latest): Disable test suite. (jami-with-certs): Re-introduce -DLIBJAMI_INCLUDE_DIR configure flag. (jami-with-certs/latest): Apply to with-libjami/latest. Change-Id: I6266fa691dc8995300afb15bdbc9ce1640ab4d1d
-
Instead of leaking host TLS certificates at /etc/ssl/certs for GnuTLS, we can now have the directory symlinked to the ones provided by the nss-certs package in the Guix container, which is cleaner. * extras/packaging/gnu-linux/Makefile (portable-release-tarball): Replace --expose options with --symlink. * build.py (run_install): Likewise. Change-Id: Id3b8c2b3dd06fade10bbd280fd0af8f9ac8fde45
-
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
+ ModalTextEdit should not change its editMode if isPersistent, else some editions can be missed. + Do not emit profileChanged when the client changes only the alias, as it's updated by the account's config. Change-Id: I3381b7494366fcd2d6a8504f0dcf18b622dc1701
-
Sébastien Blin authored
Change-Id: Iafbb43d57dd8efe56ca696e64f7193bb0b24b19a GitLab: #950
-
Kateryna Kostiuk authored
Change-Id: I01048863c6a60ba0f32d5a0daec6b504a54818ed
-
Aline Gondim Santos authored
GitLab: #986 Change-Id: I4672ca2240a04a2a25780506750d0233b442aba5
-
Aline Gondim Santos authored
Change-Id: Ia9c59045e85bd368496841c710e5438b70711437
-
Andreas Traczyk authored
Some local slots that rely on id change are called within the updateData method, and the late update to id_ was causing them to fail. We just set the id and manually notify of a property change on scope exit if needed. Change-Id: Ifd108c0eba492b0c5f8fb3dccb9e0d42c9a223a0
-
Sébastien Blin authored
Change-Id: I6e42a4f494b42330bafcfa4c9616ab78818ddf00
-
Sébastien Blin authored
This can cause a deadlock, also use onAccepted to avoid sporadic changes Change-Id: Ic7ff97b7e8fdd64da981eaf0b3148edd6d4eccd6 GitLab: #1011
-
Kateryna Kostiuk authored
Change-Id: I2702cbc0c0fee71d17eb2902b5c7c242a237f06a
-
- Mar 01, 2023
-
-
Aline Gondim Santos authored
Change-Id: Ie899a956d352d4a285480c75392bf79751b63e60 GitLab: #1005
-
Aline Gondim Santos authored
Change-Id: I95a2186f3a5f7b3fbaedced0f5629e7cd4a9d726 GitLab: #1010
-
+ redesign the "Scroll to end of conversation" + redesign the "bubble / screen ratio" + redesign the reply bubbles: color, shape(in & out a message sequence), "In reply To" message + change the configurable color of the main user's bubbles + show the display name when replying to a transfer message + fix incorrectly loaded reply message data by synchronizing to messages loaded request + fix reply to an internet link + redesign the call bubbles (the new design need to be applied but in another patch) GitLab: #959 GitLab: #967 Change-Id: Id646ff875644425b03367838b5b46f2242294563
-
Andreas Traczyk authored
This must be done even when empty and contributes to the deselection mechanism. Change-Id: Ia97186ad8f37763ed2c8f61f4f44a0a04df7577b
-
Sébastien Blin authored
Change-Id: I62ba9ab56f0840ca568b4475c195cad945065ea0
-
Sébastien Blin authored
Change-Id: Ia84b8580e02eeba946209e472caafcea03b85444
-
Aline Gondim Santos authored
Change-Id: I981d3db41a2a2fecbece83d1d84f63c48de82888 GitLab: #996
-
Aline Gondim Santos authored
THis fixes mic and cam shortcuts Change-Id: I51f8ea975a5d8bee0e9ceab712a58953646ce048
-
Aline Gondim Santos authored
Change-Id: I0a450ab0a82943bd5e929ccd281784867edebd30 GitLab: #998
-
Aline Gondim Santos authored
Change-Id: I019fba4105bde11d049d64a8e94716c0e977f79e GitLab: #1001
-
- Feb 28, 2023
-
-
Aline Gondim Santos authored
GitLab: #1000 GitLab: #974 Change-Id: I5f14dc9447bf88d1addebfccd07dc84c632af426
-
Sébastien Blin authored
Change-Id: I40bf43240408f136557835e0dc536c6b4a894c17
-
Kateryna Kostiuk authored
This patch adds a parameter arch to specify architecture to build. This parameter could be arm64, x86_64 or unified. Change-Id: I2907e03410e0c01b8505afbe283da04b8d0291b6
-
- created MaterialRadioButton - added tls/udp options in sip wizard - Fix some focus issues and some spacing Change-Id: I18c5b7205bbe1c8178a5c3a966c9bfa0cffa93b4
-
Sébastien Blin authored
This is impossible to follow correctly, causing weird things. Now Body always contains the original Body from the libclient, LinkifiedBody the linkified Body and Linkified is empty if the message is not linkified. Change-Id: I29e5f7cf1c5a2093f5e4b7785216e8b9b24e9ad8 GitLab: #961
-