Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jun 10, 2020
  2. May 18, 2020
  3. Apr 22, 2020
  4. Apr 13, 2020
  5. Mar 03, 2020
  6. Feb 04, 2020
  7. Jan 30, 2020
  8. Jan 17, 2020
  9. Jan 12, 2020
  10. Dec 15, 2019
  11. Dec 14, 2019
  12. Dec 05, 2019
  13. Nov 23, 2019
  14. Aug 26, 2019
  15. Aug 19, 2019
  16. Aug 13, 2019
  17. 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
  18. Jul 26, 2019
  19. 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
  20. 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
  21. 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
  22. Jun 12, 2019
  23. Jun 09, 2019
  24. Jan 25, 2019
  25. Jan 20, 2019
    • Joe Donofry's avatar
      Author Color Fixes · 237c7ad1
      Joe Donofry authored
      Author color is now cached so that it will not be re-calculated
      each time a new message is posted.  This cache gets cleared when
      the theme is changed.
      
      Additionally, the author color is now automatically refreshed
      when the theme is changed, fixing the issue where you had to
      change rooms before the colors would switch.
      237c7ad1
  26. Sep 28, 2018
  27. Sep 08, 2018
  28. Sep 01, 2018
  29. Aug 31, 2018
  30. Aug 30, 2018
  31. Aug 11, 2018
  32. Jul 20, 2018
  33. Jul 17, 2018
  34. Jul 14, 2018
  35. Jul 11, 2018
    • Max Sandholm's avatar
      Working D-Bus desktop notifications (#361) · 80ebe3f2
      Max Sandholm authored
      * Working D-Bus desktop notifications
      
      * Remove return type on constructor
      
      * Fix the Windows placeholder class
      
      * Fix wrong variable name
      
      * Fix windows and macOS versions of notificationsmanager
      80ebe3f2
  36. Jul 10, 2018
  37. Jul 03, 2018
Loading