Skip to content
Snippets Groups Projects
  1. Aug 02, 2018
  2. Aug 01, 2018
  3. Jul 30, 2018
  4. Jul 27, 2018
    • Sébastien Blin's avatar
      ringnotify: rewrite notification system · cc4e824b
      Sébastien Blin authored and Andreas Traczyk's avatar Andreas Traczyk committed
      
      Ring will now use three types of notifications:
      
      1. Call notifications: opened when an incoming call is here
      and closed at the end of the call.
      2. Request notifications: opened when a new trust request
      arrives and closed when the user accepts/refuse/block or
      just open the conversation.
      3. Chat notifications: arrives with new interactions and if
      the current conversation is different or the client not focused. Closed
      by Gnome or when the conversation is opened.
      
      Change-Id: I5e5abf20507bac8bb37c429bc929c671fe66bd6b
      Gitlab: #868
      Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
      cc4e824b
  5. Jul 26, 2018
  6. Jul 24, 2018
  7. Jul 23, 2018
  8. Jul 17, 2018
  9. Jul 16, 2018
  10. Jul 13, 2018
  11. Jul 12, 2018
  12. Jul 11, 2018
  13. Jul 10, 2018
  14. Jul 07, 2018
  15. Jul 06, 2018
  16. Jul 05, 2018
  17. Jul 04, 2018
  18. Jul 02, 2018
  19. Jun 29, 2018
    • Hugo Lefeuvre's avatar
      chatview: implement lazy display · b82bbca8
      Hugo Lefeuvre authored
      
      Messages are now displayed block by block. When the user reaches the
      top of the scrollbar, a new batch of messages gets loaded.
      
      This allows better performances on large conversations.
      
      Change-Id: Idc44df7149db6329982b2aa3420de6c014ce0924
      Gitlab: #811
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      b82bbca8
    • Hugo Lefeuvre's avatar
      chatview: load all messages at once in the DOM · 0babe2b4
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      Currently messages are appended one by one to the DOM. This is very
      inefficient in the case where conversations have a reasonable size.
      Since we're going to implement lazy loading in a further commit it
      is a good idea to load everything at once in the DOM.
      
      - During initial load: Generate #messages and THEN load it in the DOM
      - Fix scrolling issues using onload callback after images get loaded
      - Remove useless exec_keeping_scroll_position calls
      - Fix padding issue at the bottom. This is a WebKit bug so we use a
        workaround: dynamically add a small padding to the last element in
        the chatview.
      
      This commit is the first step towards lazy loading in the chatview.
      
      Change-Id: I329a11615b846ab0b198af38f529ed0de8a3ac18
      Gitlab: #825
      Gitlab: #834
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      0babe2b4
Loading