Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Oct 05, 2020
  2. Oct 01, 2020
  3. Sep 22, 2020
  4. Sep 16, 2020
    • Nicolas Werner's avatar
      Port top bar to Qml · 640b0ee4
      Nicolas Werner authored
      Also fixes some resize issues with stupid workarounds to our resize
      logic. This really needs to be cleaned up at some point!
      640b0ee4
  5. Aug 24, 2020
  6. Jul 30, 2020
  7. Jul 18, 2020
  8. Jul 10, 2020
  9. Jun 12, 2020
  10. Jun 10, 2020
  11. Jun 08, 2020
  12. Jun 07, 2020
  13. May 18, 2020
  14. May 08, 2020
  15. Apr 22, 2020
  16. Apr 13, 2020
  17. Mar 03, 2020
  18. Feb 04, 2020
  19. Jan 30, 2020
  20. Jan 17, 2020
  21. Jan 12, 2020
  22. Dec 15, 2019
  23. Dec 14, 2019
  24. Dec 05, 2019
  25. Nov 23, 2019
  26. Aug 26, 2019
  27. Aug 19, 2019
  28. Aug 13, 2019
  29. Aug 10, 2019
    • Joe Donofry's avatar
      Cache User Mentions · 3f563e1e
      Joe Donofry authored
      Cache user mentions when they are retrieved from the server.
      This logic currently isn't being utilized by the UI.  Additionally,
      the app should use a 'since' value to only get mentions newer
      than those stored in the DB, to avoid excessive web requests.
      
      This will be implemented in a future commit.
      Verified
      3f563e1e
  30. Jul 26, 2019
  31. Jul 22, 2019
    • Joe Donofry's avatar
      Update Mentions UI · 8b2488b7
      Joe Donofry authored
      Mentions are now an '@' icon in the upper right.
      
      UI Popup is now a smaller dialog.
      
      Still lots of work to be done here.
      Verified
      8b2488b7
  32. Jul 17, 2019
    • Joe Donofry's avatar
      Fix linting issues · d2af8271
      Joe Donofry authored
      Verified
      d2af8271
    • Joe Donofry's avatar
      Add User Mentions Dialog · 579bf234
      Joe Donofry authored
      Add a RoomListItem-like button that opens a dialog
      containing all of the messages that would result in a
      highlight from the server (for example, the user is mentioned,
      or @room is mentioned).
      
      This is VERY rudimentary and will be completely reworked in the future
      to take advantage of the existing TimelineView class, instead of
      using a dialog like it does now. The button to show the mentions
      also needs work.
      Verified
      579bf234
  33. Jun 14, 2019
    • Joe Donofry's avatar
      Further Improve Reply Functionality · 129beb57
      Joe Donofry authored
      Quoted replies now include matrix.to links for the event and the user.
      UI Rendering has been (slightly) improved... still very WIP.
      Restructured the reply structure in the code for future usability
      improvements.
      Verified
      129beb57
  34. Jun 12, 2019
Loading