Skip to content
Snippets Groups Projects
  1. Apr 25, 2022
  2. Apr 01, 2022
  3. Mar 30, 2022
  4. Mar 25, 2022
  5. Mar 23, 2022
  6. Mar 07, 2022
    • Andreas Traczyk's avatar
      video: refactor pipelines · 98b07d46
      Andreas Traczyk authored
      + Reduce the complexity of, and refactor the video management code.
      + Replace the directrenderer pipeline with one that permits clients
        to map and provide a custom video buffer.
      
      Note: this removes the "useAVFrame" path for now.
      
      Gitlab: #500
      Also jami-client-qt#536
      
      Change-Id: Ia326c452c7887086acc75e8eb52fa24b7f4cf25b
      98b07d46
  7. Feb 16, 2022
  8. Jan 06, 2022
  9. Dec 30, 2021
    • Sébastien Blin's avatar
      profiles: do not constantly load contact's avatar · 36784c93
      Sébastien Blin authored
      When a user has a lot of contacts, the memory is filled with
      profiles that aren't even shown.
      So, avoid to store the avatar into profileInfos and let
      the client manages this part to reduce memory usage.
      
      Change-Id: I33340436059153293e0c5c739d2b9d963935401a
      36784c93
  10. Dec 13, 2021
  11. Dec 01, 2021
  12. Nov 17, 2021
  13. Nov 16, 2021
  14. Nov 10, 2021
  15. Nov 04, 2021
  16. Nov 01, 2021
  17. Oct 28, 2021
  18. Oct 19, 2021
  19. Oct 06, 2021
  20. Sep 09, 2021
  21. Aug 09, 2021
  22. Aug 04, 2021
  23. Aug 02, 2021
  24. Jul 29, 2021
    • Ming Rui Zhang's avatar
      test: add accountDetailsChanged signal · 4d4fdb80
      Ming Rui Zhang authored
      To differentiate from accountStatusChanged
      
      accountStatusChanged is emitted in onAccountDetailsChanged
      any client code that actually depends on accountDetails and
      connects to accountStatusChanged should switch the connection
      to listen for accountDetailsChanged
      
      Change-Id: I131493b831a2a6d32fae67c5c1af798a066e38a7
      4d4fdb80
  25. Jul 27, 2021
    • Andreas Traczyk's avatar
      swarm: add contacts to contact list for conversation requests · 7f2a663b
      Andreas Traczyk authored
      This will make sure that a contact object is inserted into the
      contact list when conversation requests are loaded. This will only
      add a pending contact if the contact doesn't already exist.
      
      This will prevent contact avatar look-ups from failing for conv
      requests after reloading the client, and make sure the registered
      name look-ups connect to contact model profile updated signals.
      
      Gitlab: #479
      Change-Id: I5f5bd28a6584b7ad148dd7e51443e3654ef30a0e
      7f2a663b
  26. Jul 21, 2021
  27. Jul 19, 2021
  28. Jul 15, 2021
    • Maxim Cournoyer's avatar
      Rename 'dring' occurrences to 'jami'. · 7f437856
      Maxim Cournoyer authored
      Automated via:
      
        $ git grep -l dring | xargs sed -i 's/dring/jami/g'
        $ git ls-files | xargs sed -i 's/Error : jami/Error : jamid/g'
      
      Then some changes by hand to adjust jamiId into fileId, and jami_info
      into transfer_info.
      
      Change-Id: Ic0be8fe918a2d9eb52e28d598ee4581db245674f
      Unverified
      7f437856
  29. Jul 14, 2021
  30. Jul 06, 2021
Loading