Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Feb 13, 2020
  2. Feb 05, 2020
  3. Feb 02, 2020
  4. Jan 31, 2020
  5. Jan 30, 2020
  6. Jan 29, 2020
  7. Jan 28, 2020
  8. Jan 26, 2020
  9. Jan 23, 2020
  10. Jan 17, 2020
  11. Dec 27, 2019
  12. Dec 15, 2019
  13. Dec 14, 2019
  14. Dec 03, 2019
  15. Nov 23, 2019
  16. 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
  17. 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
  18. Jul 05, 2019
Loading