- Nov 06, 2024
- Nov 05, 2024
-
-
Andreas Hatziiliou authored
GitLab: #1871 Change-Id: I1949c0da388c637123801db39310a1c9fd8c7b99
-
Andreas Hatziiliou authored
Make it so that the reply/more/share buttons are visible whenever the cursor hovers over the horizontal area that a message takes up. Add message highlighting. Fix small issue with "more" button not being deselected after choosing an emoji GitLab: #1870 Change-Id: I4db5230c2a50ce4640eececc69f8e88348356d79
-
- Nov 04, 2024
-
-
Jenkins authored
Change-Id: I552add4e22956ac7c9b8fd50704a9612e32c133e
-
Andreas Traczyk authored
This avoids merge modules which may crush system runtimes files. We've had several issues packaging vc_redist binaries also, so this seems to a better option for now. Gitlab: #1865 Change-Id: I9ac3d3a1945136d7f78cf5be2de5d05cf377e126
-
Andreas Traczyk authored
Switches formatter to one not dependant on JDK - https://github.com/DotJoshJohnson/vscode-xml - { "xmlTools.xmlFormatterImplementation": "v2", "xmlTools.splitAttributesOnFormat": true, } Gitlab: #1453 Gitlab: #1865 Change-Id: I82e65d3097ac366f7873ac4c0e1d5beed3ee486e
-
Andreas Traczyk authored
Gitlab: #1873 Change-Id: I239566f4cfa4dfbdfd08ccc496aa0bc206ece855
-
- Nov 01, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: Ica8a83b1ab8a7deaabec41f7fa6a1b72963913c5
- Oct 31, 2024
-
-
Andreas Traczyk authored
This is a workaround for an issue that occurs due to the way Linux packaging is done, where the git repository is not available in the build source at configure time, which is when the version files are generated, so we prevent a "." from being displayed if the version string is not available. Gitlab: #1857 Change-Id: I2f6a281eb89ec0f977749d135da68fe5b7c9c2da
-
- Oct 28, 2024
-
-
Jenkins authored
Change-Id: Idbcacb51bb113174f455221f0b340bde571c9d35
-
- Oct 23, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I1dc5b074a171311610fd884b6f9e2a26ad8a6395
-
Andreas Hatziiliou authored
Text message notificaitons sent regarding the status of a call (i.e. busy, call lasted xx:yy mins, etc) were editable due to being a TextEdit and not a Text Change-Id: I9ded20a9b4dbdbaee034b0de6ae42e1eca2c02a0
-
setting message opacity to 1 to only have the messageInBgColor Gitlab: #1799 Change-Id: I37d0a354412ec8f2e7127203a2d0adf185674cea
-
- Oct 22, 2024
-
-
François-Simon Fauteux-Chapleau authored
Change-Id: I6fad7b305754f86b602a204977de1d8ed0add0ad
-
GitLab: #1862 Change-Id: If7f13cc16c02d823dd98af84007b24a829579262
-
"anchors.centerIn: parent" caused a binding loop with parent implicitHeight using contentHeight in Control.qml Removing "anchors.centerIn: parent" fixed the warning while the popup remains in the center of the page Gitlab: #1508 Change-Id: I0d05597100e4c2b306180e83a7b88b6d5ee22f40
-
Andreas Hatziiliou authored
When the application window or screen is too small and the user opens the details side-panel, it will display over the chat. This change makes it so that switching conversation's defaults the view back to the chat and not to the side-panel. Change-Id: I3cffba24a7d23d7635937329c2078979722031c4
-
- Oct 21, 2024
-
-
Added logic check to prevent disabled accounts from registering multiple usernames after being restored from an archive. https://git.jami.net/savoirfairelinux/jami-client-android/-/issues/1765 Change-Id: I58e3e018c85e335f043f232e391286e716201481
-
- Oct 19, 2024
-
-
When joining a callSwarm as a participant, your mediaList would contain 3 medias if a stream and video were active. The logic behind this function didn't take that into account. In the future it would be good to re-write this for arbitrary amounts of medias. Change-Id: If128650c535ae8ba9b02ec4738e8ef103f4994df
-
François-Simon Fauteux-Chapleau authored
Change-Id: I8c3de76b2d8e77cd568e904dfd9fbacb3b1899dc
-
- 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
-