Skip to content
Snippets Groups Projects
  1. Nov 18, 2024
    • Kateryna Kostiuk's avatar
      misc: bump daemon · 6ddd6a7f
      Kateryna Kostiuk authored
      Change-Id: Id63f29920e3d13f4082c186df92a90299503cb43
    • François-Simon Fauteux-Chapleau's avatar
      contactmodel: look up name at most once per peer · 9ab5e52c
      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
      9ab5e52c
    • Andreas Hatziiliou's avatar
      swarms: add camera MRL for host · 56401d41
      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
      56401d41
  2. Nov 14, 2024
  3. Nov 12, 2024
  4. Nov 11, 2024
  5. Nov 06, 2024
  6. Nov 05, 2024
  7. Nov 04, 2024
  8. 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
  9. 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
  10. Oct 28, 2024
  11. Oct 23, 2024
  12. Oct 22, 2024
  13. Oct 21, 2024
  14. Oct 19, 2024
  15. Oct 18, 2024
  16. Oct 17, 2024
  17. Oct 11, 2024
  18. 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
  19. Oct 07, 2024
Loading