- Jan 14, 2025
-
-
Change-Id: Ic31b708fc7bea67ea00171665aca955dd2633c37
-
Change-Id: I5ac983c5e34a3d691f97330a667ebf55b5e6a155
-
Change-Id: I7713852196ab8823149014fdfcf970b4c0290109
-
- Jan 13, 2025
-
-
Andreas Traczyk authored
This commit adds a basic crash-report system that can be optionally configured to automatically send minidump crash-reports in addition to product versions and a platform description including the OS name and CPU architecture. Reports can be received at a configured REST endpoint(POST). This endpoint URL can be configured using a CMake variable `CRASH_REPORT_URL` which defaults to "http://localhost:8080/submit". - Introduces a new CMake option `ENABLE_CRASHREPORTS`, defaulting to OFF. This allows developers to enable crash reporting features at build time selectively. We also define a new macro with the same name to expose the state to QML in order to hide the UI components if needed. - Implemented conditional inclusion of crashpad dependencies using `ENABLE_CRASHREPORTS`. If set, `ENABLE_CRASHPAD` is also enabled (other crash reporters exist and we may want to use them). - 2 new application settings are added: `EnableCrashReporting` and `EnableAutomaticCrashReporting`. Default settings make it so crash-reports are generated but not automatically sent. With this default configuration, users will be prompted upon application start to confirm the report upload. Additionally, users may opt-in in order to have reports sent automatically at crash-time. Gitlab: #1454 Change-Id: I53edab2dae210240a99272479381695fce1e221b
-
- Jan 10, 2025
-
-
François-Simon Fauteux-Chapleau authored
The AppStream specification includes both a "metainfo" file format, which can be used (among other things) to provide metadata about a specific application, as well as a "catalog" file format used to provide information about the contents of a repository. This patch adds a "catalog" file for the Jami repos, which seems to be necessary in order for some graphical package management applications to be able to launch or uninstall Jami. In particular, this was an issue with GNOME Software on all the rpm-based distributions supported by Jami (Fedora, openSUSE, AlmaLinux). This patch also fixes a few minor noncompliance issues with the existing metainfo and .desktop files: - the metainfo and .desktop files were renamed so that the names' prefixes match the application's ID as defined by the <id> tag in the metainfo file (in our case "net.jami.Jami") [1]; - the <br/> tags in the metainfo file were removed (they are not supported -- metainfo files only allow a very limited number of tags, not arbitrary html [2]); the list (<ul>) and list item (<li>) tags are now used instead; - the invalid categories "Communication" and "Productivity" were removed [3, 4]. [1] https://docs.fedoraproject.org/en-US/packaging-guidelines/AppData/ [2] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-description [3] https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-categories [4] https://specifications.freedesktop.org/menu-spec/latest/category-registry.html GitLab: #1842 Change-Id: I4a8bab79b6e54d02c08f509d7a9196a0a2e1541e
-
- Jan 06, 2025
-
-
François-Simon Fauteux-Chapleau authored
All instances of ContactSearchBar were replaced by Searchbar in commit 91047b34. https://review.jami.net/c/jami-client-qt/+/24659 Change-Id: I9bdba7fa686a1fe290a7c899128713e7efd10c40
-
François-Simon Fauteux-Chapleau authored
The current implementation of NotificationArea assumes that the onActiveCallsChanged function in ChatView.qml will be called at least once before the notification area becomes visible, but this isn't necessarily the case. GitLab: #1823 Change-Id: Ic85392dd9b6748b43f6c8d9cc002df973fc8be0e
-
- Jan 02, 2025
-
-
→ base 64 → Base64 cancelled → canceled {cannot, can't, couldn't} → unable to inexistent → nonexistent informations → information not possible → impossible retrieven → retrieved SIP try → attempt URI WebEngine wish → want Can this replace https://review.jami.net/c/jami-client-qt/+/27607 ? Change-Id: I21e1615a0c6e2979f02f913093c503c03ab32c82
-
- Dec 19, 2024
-
-
Are you sure you → Do you really → Do you by a password → with a password confirmExtensionReset: OK → Reset confirmExtensionUninstall: OK → Uninstall confirmRmConversation → confirmLeaveConversation Change-Id: I8e61197a19fb61f3d362d76b1a6d676dcb842b75 GitLab: #1730
-
- Dec 06, 2024
-
-
Leopold authored
The dbus build was failing due to updateProfile having an incorrect number of arguments. Change-Id: I0045554e2fc62851fc2cffdac27c8ab1cb905547
-
- Dec 05, 2024
-
-
Since SIP accounts lack a URI, we need to address scenarios where the daemon includes the accountID in the uri parameter. Refer to 29623 for more details. Change-Id: Ib58e77dc953269c87d67d4068866c93432d08aae
-
This change only impacts avatar updates; moving to the new API for updating the displayName is still pending and may require additional work. Specifically, we need to provide the current profile picture path to prevent its removal during the update process. Change-Id: Idbc1592eda2b533b633cc366c72224f5e1bdce98
-
Andreas Hatziiliou authored
Change-Id: I32e7aa66466108b8ebac8a472a00f9f08e91a3b6
-
- Dec 04, 2024
-
-
Andreas Hatziiliou authored
Change-Id: I28e5ef7dfca2e82fa65e40b2450db8c30a465926
-
Andreas Hatziiliou authored
When creating an account archive, there would be no default suffix. Then, when importing the archives, we would filter for .gz files by name. The goal is to implement a .jami file extension for archives across all platforms. Todo: implement custom MIME type for custom icons. GitLab: #1256 Change-Id: I202ae5670c928f35b0eaf711abf7249ec3f304b9
-
- Nov 29, 2024
-
-
A very minor adjustment to ensure the status cannot be downgraded. Change-Id: I1e0fe5461ad05f5cf9f88174b4253e0e63caa3bd
-
- Nov 27, 2024
-
-
ovari authored
Change-Id: Ib1fb914135056fc4f87c8b0f461219473495c8dc
-
- Nov 24, 2024
-
-
ovari authored
Accept contact request → Accept invitation Accept in audio → Accept with audio Accept in video → Accept with video Automatically answer calls → Automatically answer incoming calls Decline call request → Decline call Decline contact request → Decline invitation Delete your account → Delete account just now → Just now Mute → Mute microphone Type → Conversation type (https://review.jami.net/c/jami-client-android/+/29546) Unmute → Unmute microphone Change-Id: Ie88eabeb12514e2b0f0918c8ab77beaa0d90aecf GitLab: #1730
-
- Nov 21, 2024
-
-
No logic was implemented when you were alone in a conversation (either conv with yourself or swarm with 1 member). This adds the logic. Currently the receipts will change in swarms if you add a member. GitLab: #1867 GitLab: #1017 Change-Id: Iff2ea5978ac988d30edef32d803c0b5b70b11d90
-
- Nov 19, 2024
-
-
Andreas Hatziiliou authored
There was a timing issue between when a new account is connected and the moment where the avatar cache is cleared. Thus, the ui would use the cache of the previous account for certain conversations. GitLab: #1832 GitLab: #1559 Change-Id: I0319b3d81e0b6dfec9b5408806dfd48ff220ea9d
-
- Nov 18, 2024
-
-
François-Simon Fauteux-Chapleau authored
The ContactModel::bestNameForContact function currently performs a lookup on the name server every time it is called if its argument is the URI of a peer which isn't a contact and doesn't have a registered name. This patch modifies the function's behavior so that it doesn't perform more than one lookup per peer, thus preventing the server from getting spammed with large numbers of unnecessary requests. GitLab: #1882 Change-Id: I7b7ef6a41d3db1001fc1418f8f35bd06b0932624
-
Andreas Hatziiliou authored
When starting a swarm call with video, the MRL for the host wasn't set. Thus, the camera button would appear muted and starting/stopping video would have unintended behavior. GitLab: #1869 Change-Id: I6ee2204d5b49b856bfc72fb560f6623f9c7c874f
-
- Nov 14, 2024
-
-
Andreas Hatziiliou authored
Change-Id: Ie8cfa5a39b25cd34c7706596a1c607dd1b8c8060
-
- Nov 06, 2024
-
-
Andreas Hatziiliou authored
The goal of this patch is to make the messagebar (and more broadly the chatViewFooter) more coherent in its behavior and look/feel. GitLab: #1846 GitLab: #1848 GitLab: #1639 GitLab: #1420 Change-Id: I0d0ed207df9eba50f724c69fa49f956dc8aaa573
-
When the conversationview was resized horizontally to be small enough so that only one pane is visible, the chatview header and footer would be visible, but clicking them would interact with the objects of the pane below (the left side panel) GitLab: #1868 Change-Id: Ic1fac91ef30fcc3078223e1705f10c8a112c2091
-
A(n) [type] error occurred while {verb} {noun} createSwarm → createGroup → newGroup Create swarm → Create new group startSwarm → startGroup → newGroup Start swarm → Create new group swarmName → groupName Swarm name → Group name Change-Id: I9cb6f7b124d3db193bd190d2e52b5b27ea10ecf3 GitLab: #1845
-
When searching for a user, if the user was found, a signal would be sent to update the display name with incorrect formatting across the application. Change-Id: I20a453e2eddf1e1a402985ff741c8e7c7ea6f99f
-
- 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 01, 2024
-
- 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 23, 2024
-
-
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
-
-
"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
-
- 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
-