1. 20 Sep, 2021 - 4 commits
  2. 18 Sep, 2021 - 1 commit
  3. 17 Sep, 2021 - 3 commits
  4. 16 Sep, 2021 - 2 commits
  5. 15 Sep, 2021 - 3 commits
  6. 14 Sep, 2021 - 4 commits
  7. 13 Sep, 2021 - 2 commits
  8. 10 Sep, 2021 - 3 commits
  9. 09 Sep, 2021 - 5 commits
  10. 07 Sep, 2021 - 2 commits
  11. 06 Sep, 2021 - 3 commits
  12. 03 Sep, 2021 - 2 commits
    • Sylvain Berfini's avatar
      Trying to prevent crash when removing a listener while being in a callback +... · 2f5fe9e1
      Sylvain Berfini authored
      Trying to prevent crash when removing a listener while being in a callback + prevent invalid read in Android device name
      2f5fe9e1
    • Andrea Gianarda's avatar
      Implement synchronized ephemeral messages settings across all chat rooms participants · bd56453e
      Andrea Gianarda authored
      Move ephemeral lifetime setting to ChatRoomParams
      If admin force participants to use ephemeral messages, they can enable or disable ephemeral capabilities in two different ways:
       - function enableEphemeral:
         - if used to enable ephemeral messages, it will set the ephemeral time to the value stored in the core configuration if the current value is 0
         - if used to disable ephemeral messages, it will disable the feature without changing the ephemeral lifetime
       - function setEphemeralLifetime:
         - enable ephemeral if the new lifetime is different from 0, disable the feature otherwise
      bd56453e
  13. 02 Sep, 2021 - 4 commits
  14. 01 Sep, 2021 - 2 commits