Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Jan 31, 2020
  2. Jan 30, 2020
  3. Jan 29, 2020
  4. Jan 28, 2020
  5. Jan 26, 2020
  6. Jan 23, 2020
  7. Jan 17, 2020
  8. Dec 27, 2019
  9. Dec 15, 2019
  10. Dec 14, 2019
  11. Dec 03, 2019
  12. Nov 23, 2019
  13. 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
  14. Jul 17, 2019
    • 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
  15. Jul 05, 2019
  16. Jun 26, 2019
  17. Jun 12, 2019
    • Joe Donofry's avatar
      Initial Support for Rich Replies · 9159b9ce
      Joe Donofry authored
      Add placeholder UI for showing replies in the text entry widget.
      Existing quoting capability has been removed (Temporarily), as
      it was replaced with the new reply capability.  Replies sent from
      nheko do not currently appear correctly in the timeline (this
      will be fixed in a future commit).
      Verified
      9159b9ce
  18. May 23, 2019
  19. May 09, 2019
  20. Feb 24, 2019
Loading