Skip to content
Snippets Groups Projects
  1. Feb 05, 2023
  2. Feb 03, 2023
  3. Feb 02, 2023
  4. Feb 01, 2023
  5. Jan 31, 2023
  6. Jan 30, 2023
  7. 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
  8. Jan 25, 2023
  9. Jan 24, 2023
  10. Jan 23, 2023
  11. Jan 20, 2023
  12. Jan 19, 2023
  13. Jan 18, 2023
  14. Jan 12, 2023
  15. Jan 11, 2023
    • Sébastien Blin's avatar
      utilsadapter: avoir use-after-free from ASAN · a39e9e9f
      Sébastien Blin authored
      Change-Id: Ic3328ea069af093d412abd7fea29a2df199c1052
      a39e9e9f
    • Sébastien Blin's avatar
      messagelistmodel: improve moveMessages · 70446275
      Sébastien Blin authored
      + moveMessage was doing useless computation to move messages one
      by one even if blocks are supported
      + beginMoveRows/endMoveRows seems to do weird stuff if all the rows
      should be moved causing some crashes. beginReset in this case
      doesn't trigger this weird behaviour and is more efficient.
      
      Change-Id: Ia4eb3cdbbe74bf9215fb673cb9af571f67225ffe
      70446275
Loading