Skip to content
Snippets Groups Projects
  1. 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
    • ovari's avatar
      misc: update jami.appdata.xml · b6aa9eed
      ovari authored
      <image> tag must be before <caption> tag
      To translate <description>, tag must include xml:lang
      Update URL addresses
      Update description to include extensions, JAMS etc
      
      GitLab: #1262
      
      Change-Id: I8b313a02b119f5ddeaa2b9d760cac7ac5c147b7a
      b6aa9eed
    • François-Simon Fauteux-Chapleau's avatar
      misc: bump daemon · 3c1b2c22
      François-Simon Fauteux-Chapleau authored
      Change-Id: Ica8a83b1ab8a7deaabec41f7fa6a1b72963913c5
  2. 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
  3. Oct 28, 2024
  4. Oct 23, 2024
  5. Oct 22, 2024
  6. Oct 21, 2024
  7. Oct 19, 2024
  8. Oct 18, 2024
  9. Oct 17, 2024
  10. Oct 11, 2024
  11. 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
  12. Oct 07, 2024
  13. Oct 02, 2024
  14. 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
  15. Sep 30, 2024
  16. Sep 27, 2024
  17. Sep 26, 2024
  18. Sep 23, 2024
  19. Aug 23, 2024
  20. 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
  21. Aug 21, 2024
  22. 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
  23. Aug 13, 2024
Loading