Skip to content
Snippets Groups Projects
  1. Aug 24, 2022
  2. Aug 19, 2022
    • Sébastien Blin's avatar
      readstatus: major cleanup · 72288798
      Sébastien Blin authored
      + Update status for swarm
      + Show read status like android (right if 1 reader, under the bubble
      if more)
      + Display a sending status
      
      Change-Id: I653e3573c4dc75950cc274dd01859d9335e0177f
      72288798
  3. Aug 16, 2022
  4. Aug 15, 2022
  5. Aug 11, 2022
  6. Aug 09, 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. Aug 03, 2022
    • Sébastien Blin's avatar
      swarm: compress avatar to send in conversation's request · d74cc973
      Sébastien Blin authored and Andreas Traczyk's avatar Andreas Traczyk committed
      As it's sent over the DHT, the max value is 64k, also, even if sent
      as a SIP message (if member was already connected and we add a new
      non 1:1 swarm with this contact), the sendSIPMessage will fail due
      to a too large message (PJSIP_EMSGTOOLONG).
      
      Change-Id: I7908809fe2c3f6e08f9a4b9c6f8aac654ab86c42
      d74cc973
  9. Aug 02, 2022
    • Aline Gondim Santos's avatar
      vcard: decode escaped chars · eaa52c28
      Aline Gondim Santos authored
      Since vcard message might arrive with encoded chars. To
      avoid crashes we properly decode any message and check for
      the values of interest within a fixed message format.
      
      Note: Since https://github.com/pjsip/pjproject/pull/2933, the
      part=/of= is not un-escaped anymore as the RFC allow escaped
      character. So this was an old pjproject bug and was working with
      luck.
      
      Change-Id: If454cecab0c7ad6867680306687fb1452dc450cd
      eaa52c28
  10. Jul 29, 2022
  11. Jul 26, 2022
  12. Jul 21, 2022
  13. Jul 19, 2022
  14. Jul 18, 2022
  15. Jul 16, 2022
  16. Jul 15, 2022
  17. Jul 13, 2022
  18. Jul 12, 2022
  19. Jul 11, 2022
    • Sébastien Blin's avatar
      conferences: support multistream · 553bd421
      Sébastien Blin authored
      In a conference, with this patch, the user is able to share
      a media while keeping the camera. The mute button for the camera
      only control the camera and we use requestMediaChange to add medias.
      To stop sharing a media, the user will click on the dedicated button.
      If the peer is not compatible with multistream, the behavior will
      be the same as before
      
      jami-project#1429
      Change-Id: If5e0634be6d0d06900ad82554b32a524fd4db36c
      553bd421
    • Sébastien Blin's avatar
      conversationmodel: avoid loading loop if no messages · 21431c80
      Sébastien Blin authored
      Also avoid any potential crash if for whatever reason no interactions
      is detected
      
      Change-Id: I7738e3f39cd626ef4fc64612f71d55e73d567fa2
      21431c80
    • Sébastien Blin's avatar
      conversationmodel: avoid duplicated requests when receiving a call · 54687078
      Sébastien Blin authored
      Because the call and the conversation's requests are not related,
      we can receive a call before the conversation's request. In this
      case, a duplicate was created when accepting the call.
      Moreover, accepting a call is now separated from accepting a contact,
      like the android client (and accepting a conversation needs an explicit
      action from the user).
      
      Change-Id: I7c3eb34b7e121b63f1b8c99d084a5165054670d5
      54687078
    • Sébastien Blin's avatar
      chatviewheader: show description with title · 5cf6125f
      Sébastien Blin authored
      For multiple swarms, the description will be shown from the profile,
      for core dialogs, the best Id is used.
      
      Change-Id: Ieb7d5f143c1a85c4c629a5a8a03850fa1ebddf63
      5cf6125f
  20. Jul 05, 2022
  21. Jun 30, 2022
  22. Jun 23, 2022
  23. Jun 20, 2022
  24. Jun 17, 2022
  25. Jun 14, 2022
Loading