Skip to content
Snippets Groups Projects
  1. Oct 07, 2024
  2. Oct 02, 2024
  3. 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
  4. Sep 30, 2024
  5. Sep 27, 2024
  6. Sep 26, 2024
  7. Sep 23, 2024
  8. Aug 23, 2024
  9. Aug 22, 2024
    • François-Simon Fauteux-Chapleau's avatar
      interaction: set body and transferStatus of DATA_TRANSFER messages · 96c00ff0
      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
      96c00ff0
  10. Aug 21, 2024
  11. Aug 20, 2024
    • Alexandre Eberhardt's avatar
      Added a line to thanks volunteers in credits · 630e5e9f
      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
      630e5e9f
  12. Aug 13, 2024
  13. Aug 08, 2024
    • Samuel Kayode's avatar
      tests: fix account accumulation on Linux systems · b99c2674
      Samuel Kayode authored and Adrien Béraud's avatar Adrien Béraud committed
      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
      b99c2674
  14. Aug 05, 2024
  15. Aug 02, 2024
  16. Jul 26, 2024
  17. Jul 23, 2024
  18. Jul 22, 2024
  19. Jul 18, 2024
  20. Jul 16, 2024
  21. Jul 12, 2024
  22. Jul 10, 2024
  23. Jul 05, 2024
  24. Jul 04, 2024
  25. Jun 27, 2024
  26. Jun 21, 2024
  27. 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
  28. Jun 07, 2024
  29. Jun 04, 2024
  30. 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
Loading