Skip to content
Snippets Groups Projects
  1. Nov 06, 2024
  2. Nov 05, 2024
  3. Nov 01, 2024
    • ovari's avatar
      misc: unify terminology · 41cb6528
      ovari authored and ovari's avatar ovari committed
      {Noun} {verb} successfully
      A(n) [type] error occurred while [attempting to] {verb} {noun}.
      placeAudioCall → startAudioCall
      placeVideoCall → startVideoCall
      reconnectTry → reconnectAttempt
      
      Change-Id: I918961894fc23989920727009031cc6a2ac1d8f3
      GitLab: #1730
      41cb6528
  4. Oct 31, 2024
    • Andreas Traczyk's avatar
      about-dialog: only show the project versions if available · fb660b92
      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
      fb660b92
  5. Oct 23, 2024
  6. Oct 22, 2024
    • Alexandre Eberhardt's avatar
      About: fix binding loop · da667056
      Alexandre Eberhardt authored and Adrien Béraud's avatar Adrien Béraud committed
      "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
      da667056
    • Andreas Hatziiliou's avatar
      chatview: default view to chat instead of side-panel · 9d00c4f4
      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
      9d00c4f4
  7. Oct 21, 2024
  8. Oct 08, 2024
    • Andreas Traczyk's avatar
      versioning: use app/jamicore git SHAs as the version · b7fb63ae
      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
      b7fb63ae
    • Alexandre Eberhardt's avatar
      share message: add share feature · 31bd0392
      Alexandre Eberhardt authored and Alexandre Eberhardt's avatar Alexandre Eberhardt committed
      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
      31bd0392
  9. Oct 02, 2024
  10. Oct 01, 2024
    • Sébastien Blin's avatar
      about: add special thanks & translation on credits · b65774ad
      Sébastien Blin authored and François-Simon Fauteux-Chapleau's avatar François-Simon Fauteux-Chapleau committed
      git.jami.net/savoirfairelinux/jami-client-android/-/issues/1607
      
      Change-Id: I3e3029550d91adc36c620c80c1f9c8e1de24a74b
      b65774ad
    • ovari's avatar
      misc: unify terminology · c5548698
      ovari authored and François-Simon Fauteux-Chapleau's avatar François-Simon Fauteux-Chapleau committed
      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
      c5548698
  11. Sep 26, 2024
  12. Sep 23, 2024
  13. Aug 23, 2024
  14. Aug 21, 2024
  15. Jul 23, 2024
  16. Jul 12, 2024
  17. Jul 10, 2024
  18. Jul 05, 2024
  19. Jul 04, 2024
  20. Jun 10, 2024
    • Andreas Traczyk's avatar
      accountmodel: improve handling for account list reordering · 406a251c
      Andreas Traczyk authored
      This update fixes an issue where a stale account list might be used
      in AccountListModel by synchronizing list invalidation with a newly
      introduced signal (accountsReordered). This change prevents a data race
      that could occur due to the asynchronous nature of setting the account
      order over D-Bus, or when queuing the signal handling for
      accountsChanged, which is emitted only once the reordering is saved.
      
      As a result, QAbstractItemModel mutations are now performed within AccountListModel instead of in the UI.
      
      Gitlab: #1638 (Account list in popup is incorrect after selection)
      Change-Id: I7ed6eeb45eb319f21e40554f3d023ad24e139a6f
      406a251c
  21. May 31, 2024
    • Sébastien Blin's avatar
      interaction: split status and transferStatus · df3e76a1
      Sébastien Blin authored and Andreas Traczyk's avatar Andreas Traczyk committed
      This allow to show the correct sending/sent/state for the interaction
      separated from the status of the dataTransfer. Else, we see a sent
      check for a file even if the peer didn't receive the file
      
      Change-Id: I15b9f0abc6a26a2ffd007be26827e9a37e859bca
      df3e76a1
    • Sébastien Blin's avatar
      contactmodel: cache profiles for non contacts profile · c5e15d26
      Sébastien Blin authored
      If we're a member of a group swarm, we will receive profiles from
      non contact (the other members of a conversation).
      This patch try to get from cache before calling getContact() to be
      able to retrieve profiles from non contacts if stored by the daemon
      
      Change-Id: I864f1d5dd9f65232751e170b930606d23241d283
      c5e15d26
  22. May 30, 2024
  23. May 27, 2024
  24. May 24, 2024
  25. May 21, 2024
  26. May 15, 2024
    • Andreas Traczyk's avatar
      systray: restore original behaviour for systrayicon check · 043a715c
      Andreas Traczyk authored
      In response to an issue that would cause a lost window when minimizing to tray on a system without a systray, commit 316750ad introduced a bug for versions of Qt that would return null icon geometry even when the icon was visible. Subsequently, this was byspassed with commit f25e66aa which only applied to GNU/Linux systems, leaving the hack inplace for Windows and macOS where the bug had not originally occured.
      
      This commit:
      - makes the "MinimizeOnClose" option always visible
      - uses Qt's built-in method for "isSystemTrayIconVisible"
      - changes the default "MinimizeOnClose" setting to true
      
      Gitlab: #1623
      Change-Id: I3b99c7fb952eedea63ae9c12d207ceb3c9bd4988
  27. May 13, 2024
  28. May 08, 2024
  29. Apr 25, 2024
  30. Apr 15, 2024
    • Andreas Traczyk's avatar
      callview: use dynamic loading for call views · 8a149b6c
      Andreas Traczyk authored and Adrien Béraud's avatar Adrien Béraud committed
      This commit replaces a StackLayout with a Loader allowing us to load initial and ongoing call views dynamically based on the current conversation's call state.
      
      This may fix several issues related to conversation loading including a possible uncaught binding loop based on observing CurrentConversation.id changes.
      
      - small header clean up
      
      Change-Id: Idfc723d8b39f19aafb026c19f26590910b5c26cd
      8a149b6c
  31. Apr 09, 2024
  32. Apr 08, 2024
Loading