Skip to content
Snippets Groups Projects
  1. Mar 06, 2023
  2. Feb 17, 2023
    • Andreas Traczyk's avatar
      mainapp: dynamically load views · 14ae0006
      Andreas Traczyk authored
      Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components.
      
      The following objects are now created and destroyed as needed:
      - SettingsView
      - WizardView
      - dialogs
      
      Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView.
      
      Gitlab: #897
      Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
      14ae0006
  3. Feb 06, 2023
  4. Nov 29, 2022
  5. Nov 19, 2022
    • Sébastien Blin's avatar
      swarmdetailspanel: show for 1:1 · 4a429072
      Sébastien Blin authored
      This allow users to set a color, notification preferences and get
      access to all documents in a conversation.
      
      Change-Id: I8fd4a46c0940afa0436f9c5b91188f87a05c5a2d
      4a429072
  6. Aug 25, 2022
  7. 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
  8. Jul 22, 2022
  9. Jul 05, 2022
  10. May 19, 2022
  11. Mar 23, 2022
    • Sébastien Blin's avatar
      swarm: pass members to swarm's creation · 4a581d0a
      Sébastien Blin authored
      This is the first version of the members list for swarm creation.
      The user is able to select 1:1 conversation, search new users and
      merge swarm members in a new swarm.
      
      Change-Id: Ic9ac1e9324a46f70ad5d285df890a01ca459f3fa
      GitLab: #670
      4a581d0a
  12. Jan 06, 2022
  13. Dec 21, 2021
  14. Nov 12, 2021
  15. Nov 02, 2021
  16. Aug 23, 2021
  17. Aug 13, 2021
  18. Aug 09, 2021
  19. Jul 28, 2021
  20. 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
  21. Jun 29, 2021
  22. Jun 16, 2021
  23. Jun 11, 2021
  24. May 14, 2021
  25. May 07, 2021
Loading