Skip to content
Snippets Groups Projects
  1. Feb 20, 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 16, 2023
  4. Feb 15, 2023
  5. Feb 10, 2023
    • Kateryna Kostiuk's avatar
      macOS: update connections when the system wakes up · a0e2c4ac
      Kateryna Kostiuk authored
      Sometimes, it is not possible to place a call after the
      system returns from sleep mode. This patch ensures
      that the connectivity changed is called when the system
      returns from sleep mode.
      Change-Id: Id9f1331b89ae37a1244ea10a8c02282c4c8a35e5
      a0e2c4ac
  6. Feb 09, 2023
  7. Feb 08, 2023
  8. Feb 07, 2023
  9. Feb 06, 2023
  10. Feb 05, 2023
  11. Feb 03, 2023
  12. Feb 02, 2023
  13. Feb 01, 2023
  14. Jan 31, 2023
  15. 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
    • Sébastien Blin's avatar
      replytorow: fix elideRight · f81dc754
      Sébastien Blin authored
      Else, the text was overflowing
      
      Change-Id: Idd27682d612cc35fce045967025df49ad1a1a202
      f81dc754
    • Sébastien Blin's avatar
      callmodel: avoid to add empty medias · df639609
      Sébastien Blin authored
      If a user join a conference with video enabled, but without any
      valid camera and try to un-mute/mute in loop, it will add
      new empty medias with incorrect sources causing duplicated participants
      in the conference.
      
      Change-Id: Ifa0dc090ca49ae6f9799f1209f3514cf540365da
      df639609
  16. Jan 25, 2023
  17. Jan 19, 2023
Loading