Skip to content
Snippets Groups Projects
  1. Feb 21, 2024
  2. Feb 20, 2024
  3. Feb 15, 2024
  4. Jan 03, 2024
  5. Jan 02, 2024
    • Sébastien Blin's avatar
      messagelist: use history given from daemon (except SIP accounts) · 32b76c8d
      Sébastien Blin authored
      With Jami-Daemon >= 14.0.0, the client doesn't need to construct
      itself the history. This part is now handled by the daemon.
      This patch uses the new API:
      + loadConversationMessages->loadConversation
      + SwarmMessageReceived/SwarmMessageUpdated/ReactionAdded/ReactionRemoved
      + remove MessageReceived
      + ConversationLoaded->SwarmLoaded
      
      + No need to use loadConversationUntil, the daemon will load whatever
      the client needs.
      + No need to clear cache, just reset the body and emit data changes
      
      Everything should work like before (even re-translation & changing
      preview preference)
      
      Change-Id: Iaf1fa3e84e8e157ae2d0bec210977f9a34415ebc
      32b76c8d
  6. May 12, 2023
  7. Apr 07, 2023
  8. Feb 21, 2023
  9. Feb 06, 2023
  10. Feb 03, 2023
  11. Jan 27, 2023
    • Sébastien Blin's avatar
      misc: fix "Can't find contact..." warning · 8dda44b5
      Sébastien Blin authored
      Scenario, create a swarm with self.
      As a warning, it will show "Can't find contact YOUR_ID  this is a
      bug, please report" because your account is not in your contacts.
      
      Change-Id: I6f49f8fa77132daf00396b62da9ded470df49f98
      8dda44b5
  12. Dec 30, 2022
  13. Nov 17, 2022
  14. Aug 08, 2022
    • Sébastien Blin's avatar
      swarm: transform non swarm to swarm conversations · 1881ffb4
      Sébastien Blin authored
      + Remove readOnly from conversation's as it was never used
      and not necessary in multi swarm as you can re-add members anyway
      so it's never read only.
      + Makes non swarm conversations just readable.
      Users can save whatever they want and replace old non migrated
      conversations to new swarm.
      
      Change-Id: I8aa2521bc524b6159d7ba0b613834438e293e09e
      1881ffb4
  15. Jul 05, 2022
  16. May 19, 2022
  17. Mar 23, 2022
  18. Jan 21, 2022
  19. Jan 06, 2022
  20. Dec 21, 2021
  21. Nov 12, 2021
  22. Oct 06, 2021
    • Trevor Tabah's avatar
      chatview: replace web chat view with qml listview · 2e67dc1b
      Trevor Tabah authored and Ming Rui Zhang's avatar Ming Rui Zhang committed
      Introduces a primitive QML ListView based chat view lacking
      features present in the previous web chat view, that will be added
      in subsequent commits(styling, preview/media/link/file-transfer
      message type support, etc.).
      
      Gitlab: #467
      Change-Id: Iedc40f6172a6cdacc48cda6f4187053fbf226713
      2e67dc1b
  23. Aug 02, 2021
    • Andreas Traczyk's avatar
      swarm: prevent interacting with read-only conversations · f05ffbce
      Andreas Traczyk authored
      Read-only conversation has:
      - a lock icon in the smartlist item
      - no message send bar in the chat view
      - no call actions available from the chat view header
      - no call actions available from the smartlist context menu
      - no double click to call
      
      Change-Id: I0497b94038b450f0a0a22fc007de1281b7b2214d
      Gitlab: #475
      f05ffbce
  24. Jul 28, 2021
  25. Jul 12, 2021
    • Andreas Traczyk's avatar
      swarm: simplify and update avatar update mechanism · 4bda3306
      Andreas Traczyk authored
      Implements a leaner avatar caching system. The avatar component
      listens for uid filtering its id, which may be:
      - conversation id
      - account id
      - contact uri
      
      In response to the uid change, a the image source is updated with
      a new image url invoking a fresh QQuickImageProvider query. With
      this design, only the avatarregistry's uid mapping needs to be
      updated when profiles are changed, and no longer should specific
      avatar components receive manual source updates.
      
      Gitlab: #466
      Change-Id: Ie5313f5c187a0977ca51b890dd92187480a42537
      4bda3306
  26. Jul 06, 2021
  27. Jun 29, 2021
  28. Jun 21, 2021
    • Andreas Traczyk's avatar
      swarm: make conversation filters great again · 85bbcf37
      Andreas Traczyk authored
      PENDING profile is no longer a valid filter criteria. isReqeust is
      now used instead and the profile type is restricted to account
      types and tracked as a separate property.
      
      Change-Id: I4848e32f005ea7a6a8b5f2fa25d40b7e1e4d63b8
      85bbcf37
  29. Jun 11, 2021
  30. May 07, 2021
Loading