- Oct 18, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I2baeaecd66af8e4a9e64072e85b5e5ca35c240ad
-
GitLab: #1858 Change-Id: Ib0cfa7a1c458faecdb9c82359c182d4debadc6ab
-
- Oct 17, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I8d176e7e2a72e8185442ea81c9c943e6ab5fb912
-
- Oct 11, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I5e6ff040101d9662cbdbc8e37ccb17c9ed014bc3
-
François-Simon Fauteux-Chapleau authored
The libpcre3-dev package doesn't exist on Debian testing, which caused an error when trying to build Dockerfile_debian_testing. Adding the newer libpcre2-dev package as an alternative in the debian/control file fixes the issue. GitLab: #1856 Change-Id: I3f9068a67101597eb2ffe7cb5a358870e7284e5b
-
- Oct 08, 2024
-
-
Andreas Traczyk authored
Currently, the user-facing version number in the about dialog, is a build-time timestamp that does help us isolate the project versions accurately. Ultimately, we need to be able to reproduce issues present in specific versions of Jami. This commit introduces a new version number in the form: <client_sha>.<jamicore_sha>, allowing us to reproduce builds more accurately. Gitlab: #1820 Change-Id: Ie7e20b20da65284e33e745996c410f539b65080c
-
A share feature have been requested to share to contacts pictures or text received from other contacts you can access it by hovering the message you want to share Gitlab: #1830 Change-Id: I2555433417867371161f927e9fc78bb47fec68d3
-
- Oct 07, 2024
-
-
Jenkins authored
Change-Id: Ib77c972963786716b5794baffbeedb5f6b0fd738
-
- Oct 02, 2024
-
-
Change-Id: I684ecb448479059be0a163c29ab8673f908f31a0
-
Andreas Traczyk authored
This will make the code easier to read/debug and get us closer to adhering to the coding guidelines regarding QML file length. Gitlab: #1639 Change-Id: I6d6e9604c4a54e9fe354c0d24ef66b41ebbbff2a
-
- Oct 01, 2024
-
-
git.jami.net/savoirfairelinux/jami-client-android/-/issues/1607 Change-Id: I3e3029550d91adc36c620c80c1f9c8e1de24a74b
-
smart quotes {“,”,’} remove spaces in keyboard shortcuts, eg Ctrl + F → Ctrl+F add participant → invite member A(n) [type] error occurred while [attempting to] {verb} {noun}. avatar → profile picture ban → block join in… → join with… mute camera → stop camera plugin → extension request → invitation unmute camera → start camera GitLab: #1730 Change-Id: Ied169aea3b15b341ff467bc838c70da6a3d5050f
-
- Sep 30, 2024
-
-
Jenkins authored
Change-Id: Ibab0cadf2e8338c3c2e8cb5725c7e630cf37df47
-
- Sep 27, 2024
-
-
Fixed logic error which was causing screen sharing to stop working on certain Wayland environments. GitLab: #1676 Change-Id: Idf3beb97a53d2eb88e082cee710be56c90c6df05
-
- Sep 26, 2024
-
-
Kateryna Kostiuk authored
Change-Id: I0bcf97bc3cc338a1e6e182089638e0d62f2994af
-
Fixed small issue where the button to bring up the keyboard shortcuts menu would not be brought up if it was previously hidden or minimized. Change-Id: I89b021ca7a00c67325c992fde9cd14fbb8b82cf3
-
- Sep 23, 2024
-
-
Certain characters such as @ or < were being treated as invalid regular expressions and caused warnings to be raised. Added check for validity of expression. GitLab: #1628 Change-Id: I8b66ebfcf029cd0568bccdcba96672d9005846a9
-
- Aug 23, 2024
-
-
François-Simon Fauteux-Chapleau authored
GitLab: #1829 Change-Id: I273d23ae5a8cfb38862259ab413a0aa778ab0341
-
François-Simon Fauteux-Chapleau authored
This fixes the no-libwrap build, which was broken by commit 96c00ff0 due to an additional header file included in interaction.h GitLab: #1828 Change-Id: Ic3490a64fdc1514e0b6533a380cb7115568ae9f1
-
libpipewire-0.3-dev is used since commit Ia54dbc512aa87ae1cb1df7c1ffe71c153a4937a2 Change-Id: Ia1299ec938091a844581f8bea3c7c5486bd43f14
-
- Aug 22, 2024
-
-
François-Simon Fauteux-Chapleau authored
This patch adds code in the interaction::Info::init function so that the "body" and "transferStatus" fields are always set when an Info struct is constructed for a message of type DATA_TRANSFER. This removes some code duplication in conversationmodel.cpp, where these fields were being set as an extra step after construction in three different places. It also fixes a bug in the ConversationModelPimpl::slotMessageUpdated function, which did *not* set the "body" of DATA_TRANSFER messages. The body was therefore empty instead of containing a file path, which is what caused the image preview bug described in the following issue: GitLab: #1671 The patch also reverts a change that was made in the MessageListModel::update function by commit d2eba1d9. This change was a workaround for the above bug, but it is no longer necessary (and it broke message deletion, which relies on the body of the deleted message being set to the empty string). GitLab: #1825 Change-Id: I5848b93a12c1ef7b3735c5c6db6b32a9bbc4041d
-
- Aug 21, 2024
-
-
Start audio call Start video call #1730 (comment 51880) GitLab: #1730 Change-Id: I976a6ca890c4b28501da9754cbbee012a2993d73
-
- Aug 20, 2024
-
-
Alexandre Eberhardt authored
I added "And the volunteers who contribute to this project!" at the bottom of the credits in the "about Jami" pop-up. It's already on the jami-client-android version. Issue #1689 on gitlab Change-Id: I59967e5b9e1e7eac0519c9b4960692c14c80dab7
-
- Aug 13, 2024
-
-
Change-Id: Ia68b3566b33d82ed31401345e397474499339cba
-
François-Simon Fauteux-Chapleau authored
Change-Id: I93d6954cb0e30831b8a4cf036b5cc2c3eefa9196
-
François-Simon Fauteux-Chapleau authored
This commit adds four patches to fix various issues that were preventing Qt 6.6.1 from building on Debian testing and Debian unstable. These patches are backports of fixes that were applied in later versions of Qt; links to the relevant commits are included in the description at the top of each patch. There are also two changes in the Dockerfiles for Debian testing and Debian unstable: 1) CMake 3.21 is no longer installed via the install-cmake.sh script. This is not necessary anymore given that Debian testing and Debian unstable now both come with more recent versions of CMake by default (3.29 and 3.30 respectively). 2) The libre2-dev package (which is part of the dependencies in debian-qt/control) is removed from the Docker image in order to force Qt to build using the bundled version of the RE2 library. This is necessary because the system version of the library on testing and unstable (libre2-11) is not compatible with earlier versions due to an API change, c.f. https://codereview.qt-project.org/c/qt/qtwebengine/+/516094 GitLab: #1822 Change-Id: I763fb6692949052e2a846b3f4ce54619e6d98108
-
- Aug 08, 2024
-
-
On non-dockerized Linux systems, the accounts generated during tests are only cleaned up occassionally. The test suite design implements consistent account cleanup post test. Accumulation of these accounts interfere with subsequent test runs, rendering the test suite ineffective. The main test scripts incorrectly utilize a Jami Windows environment variable for Linux systems. In adherence with the Jami client design, this patch utilizes the correct environment variable for Linux systems. Windows formatted paths were also modified to allow recogntion in Linux enironments GitLab: #1801 Change-Id: I633dbd168af1e6d20ccee53d1109cd179bd1a187
-
- Aug 05, 2024
-
-
Jenkins authored
Change-Id: Ic9bd89443178a6f899caea1383d1621c7cfc4aeb
-
- Aug 02, 2024
-
-
François-Simon Fauteux-Chapleau authored
Support for Ubuntu 23.04 ended in January 2024. Change-Id: Ib4a7a045762a391552da69ace333e46f10afdfb9
-
- Jul 26, 2024
-
-
Adrien Béraud authored
GitLab: #1794 Change-Id: Ief688df6778fe2758882ff1538371def8ba75d64
-
Andreas Traczyk authored
Brings in some changes intended to correct/improve CI building on Windows. jami-daemon#1027 Change-Id: I7047cd343b5711adaf4c992b99dc07097e9ff05b
-
- Jul 23, 2024
-
-
François-Simon Fauteux-Chapleau authored
GitLab: #1805 Change-Id: Ic847bb61ccb2c75873d91a35cd851caaedaf518d
-
- Jul 22, 2024
- Jul 18, 2024
-
-
Adrien Béraud authored
Change-Id: Ia4fcc47c9f033a8f136d6f6de0fc4bb666a1cdfc
-
- Jul 16, 2024
-
-
Andreas Traczyk authored
In addition to integrating the new UPnP code introduced into dhtnet, this bump also includes numerous bug-fixes: #1637 jami-daemon#1021 jami-daemon#1033 jami-daemon#1026 jami-daemon#952 jami-daemon#1025 Change-Id: Ic7242e3dfe14550221d9d0de48ff84605b7fefd8
-
- Jul 12, 2024
-
-
If a conversation has no interactions (which shouldn't happen normally, but sometimes occurs in practice), then its LastInteractionTimeStamp will be zero, which causes the last interaction date in the smartlist to be wrongly displayed as 31/12/1969 or 1/1/1970. This patch adds a check to prevent this. GitLab: #1794 Change-Id: I1384d6675c9fcaa1904bb6e1706589305b7618e9
-
- Jul 10, 2024
-
-
+ Add button to delete messages on file transfer + Show "Deleted media" on deleted files. + Update last interaction + Update icon for saving file, we're in 2024, no more floppy disk Change-Id: I607b1a6beda443db85c60d8cf95a9aae29ce1f7c GitLab: #1287
-
- Jul 05, 2024
-
-
The "success" property of the wrong component was being set in the "on-link-device" signal handler. This commit fixes that. Gitlab: #1788 Change-Id: I99c9abbfa31ea9ea6e7828dbbed0a21081f8be19
-
- Jul 04, 2024
-
-
Andreas Traczyk authored
This bump will include changes to fix failing builds on Windows. https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/1022 Change-Id: Ic34a097fbcea5723c8fe44da9c5887368dce2258
-
Change-Id: I76b67b819cd8e028062406b96583a36ae6a6d509
-