Skip to content
Snippets Groups Projects
  1. Oct 18, 2024
  2. Oct 17, 2024
  3. Oct 11, 2024
  4. 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
  5. Oct 07, 2024
  6. Oct 02, 2024
  7. 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
  8. Sep 30, 2024
  9. Sep 27, 2024
  10. Sep 26, 2024
  11. Sep 23, 2024
  12. Aug 23, 2024
  13. 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
  14. Aug 21, 2024
  15. 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
  16. Aug 13, 2024
  17. 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
  18. Aug 05, 2024
  19. Aug 02, 2024
  20. Jul 26, 2024
  21. Jul 23, 2024
  22. Jul 22, 2024
  23. Jul 18, 2024
  24. Jul 16, 2024
  25. Jul 12, 2024
  26. Jul 10, 2024
  27. Jul 05, 2024
  28. Jul 04, 2024
Loading