Skip to content
Snippets Groups Projects
  1. Aug 05, 2021
  2. Jul 29, 2021
  3. Jul 19, 2021
  4. Jul 16, 2021
  5. Jul 14, 2021
    • Sébastien Blin's avatar
      generalsettings: add file transfer settings · 417a0fe0
      Sébastien Blin authored
      + Auto accept files from trusted sources (default: true)
      + Auto accept files from untrusted sources (default: false)
      + Size limit (default: 20Mb)
      
      Change-Id: I0e1068e3996786b23ba9a7797d02b7f8bb0f89d1
      GitLab: #160
      417a0fe0
  6. Jul 12, 2021
    • Ming Rui Zhang's avatar
      messagewebview: QML invition page implementation · b3d853a0
      Ming Rui Zhang authored
      Gitlab: #469
      
      Change-Id: I661185530ee3703527fd85a7022b42a3bcb7f579
      b3d853a0
    • Andreas Traczyk's avatar
      swarm: simplify and update avatar update mechanism · 4bda3306
      Andreas Traczyk authored
      Implements a leaner avatar caching system. The avatar component
      listens for uid filtering its id, which may be:
      - conversation id
      - account id
      - contact uri
      
      In response to the uid change, a the image source is updated with
      a new image url invoking a fresh QQuickImageProvider query. With
      this design, only the avatarregistry's uid mapping needs to be
      updated when profiles are changed, and no longer should specific
      avatar components receive manual source updates.
      
      Gitlab: #466
      Change-Id: Ie5313f5c187a0977ca51b890dd92187480a42537
      4bda3306
  7. Jul 09, 2021
    • Ming Rui Zhang's avatar
      messagewebview: chatview message bar qml replacement - logic completion · f8d5ab7f
      Ming Rui Zhang authored
      Functionalities checklist:
        1. Emoji picker refinement
        2. DropArea on messageWebView
        3. Record box
        4. Send message button visibility
        5. TextArea paste (can paste image, files directly)
        6. TextArea content draft
        7. TextArea - Enter key -> Send message
        8. TextArea - Shift + Enter key -> New line
        9. TextArea - Composing indicator
        10. TextArea - Placeholder text
      
      Change-Id: I115ad2927b74264dd396aa55b77a8f003dcd746b
      f8d5ab7f
    • Ming Rui Zhang's avatar
      messagewebview: chatview message bar qml replacement - ui · 14620f8b
      Ming Rui Zhang authored
      1. New emoji picker by customizing emoji.js
      2. New message bar ui (textarea, buttons, tooltips)
      3. New pending files transfer container
      4. Use MaterialToolTip for all PushButton
      
      Change-Id: I05d0531c65c019ced42b04668a780919c8a4fac3
      14620f8b
  8. Jul 06, 2021
  9. Jun 29, 2021
    • Maxim Cournoyer's avatar
      Rename dring to jamid, ring to jami. · a7e7105c
      Maxim Cournoyer authored and Sébastien Blin's avatar Sébastien Blin committed
      Automated via the following command:
      
        $ git grep -l dring | grep -v '.ts$' | xargs sed -i
        's/dring/jamid/g'
        $ git ls-files | xargs sed -i 's,bin/jamid.lib,bin/jami.lib,g'
        $ git ls-files | xargs sed -i 's,src/jamid,src/jami,g'
        $ git ls-files | xargs sed -i 's,-mutejamid,-mutejami,g'
        $ git checkout docker
      
      Change-Id: I030209b60817372f866055daadb4d0a1c1e2e9df
      a7e7105c
  10. Jun 25, 2021
  11. Jun 11, 2021
  12. Jun 07, 2021
    • Ming Rui Zhang's avatar
      misc: inconsistency adjustment for readonly lineEdit · 5db04d7e
      Ming Rui Zhang authored
      1. Make version number in AboutPopUp selectable
      2. Remove "Copy"/"Paste" options in the context menu when the
         lineEdit is readonly
      3. Make texts in UserProfile selectable
      
      Change-Id: I53b7566841d84cb8ad27298f995f99a2de6384f0
      5db04d7e
  13. Jun 02, 2021
  14. Jun 01, 2021
  15. May 31, 2021
  16. May 28, 2021
  17. May 27, 2021
  18. May 25, 2021
  19. May 20, 2021
  20. May 19, 2021
  21. May 07, 2021
  22. Apr 19, 2021
  23. Apr 07, 2021
  24. Mar 25, 2021
  25. Feb 15, 2021
  26. Feb 11, 2021
    • Nick Econopouly's avatar
      misc: update strings for grammar and consistency · bb19af31
      Nick Econopouly authored
      Besides small grammar fixes, I think "Show typing indicator" should
      mirror the Android app, which says "Enable typing indicators".
      
      (The Android app also says "Send and receive typing indicators showing
      that a message is being typed")
      
      Change-Id: I83f5ded2278282de3528235c2215797ebf8fd89a
      bb19af31
  27. Jan 15, 2021
  28. Jan 04, 2021
Loading