Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Mar 22, 2020
  2. Mar 15, 2020
  3. Mar 08, 2020
  4. Mar 04, 2020
  5. Mar 03, 2020
  6. Feb 05, 2020
  7. Feb 04, 2020
  8. Jan 31, 2020
  9. Jan 30, 2020
  10. Jan 28, 2020
  11. Jan 27, 2020
  12. Jan 17, 2020
  13. Jan 12, 2020
  14. Dec 15, 2019
  15. Dec 14, 2019
  16. Dec 12, 2019
  17. Dec 05, 2019
  18. Nov 23, 2019
  19. Aug 26, 2019
  20. Aug 19, 2019
  21. Aug 13, 2019
  22. Aug 10, 2019
    • Joe Donofry's avatar
      Fix linting issues w/ the last commit · 7c7889a0
      Joe Donofry authored
      Verified
      7c7889a0
    • 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
  23. Jul 29, 2019
    • Joe Donofry's avatar
      Update mentions dialog · fd2d4d6d
      Joe Donofry authored
      Mentions are now separated into 'this room' and 'all rooms'
      tab., which allows the user to filter on the current room
      if they desire.  Should add additional logic in the future
      to show which room the mention was in the for the 'all rooms'
      view.
      Verified
      fd2d4d6d
  24. Jul 26, 2019
  25. 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
  26. 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
  27. 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
  28. Jun 09, 2019
  29. Feb 07, 2019
  30. Jan 25, 2019
  31. Oct 07, 2018
  32. Oct 06, 2018
Loading