Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Sep 11, 2022
    • Hiers's avatar
      Line to indicate first unread message (#1147) · 8071b192
      Hiers authored
      * First draft of unread line feature.
      
      * Minor visual fix.
      
      * Removed unnecessary ternary operator.
      
      * Extended unread line functionality to work on minimised window or focusing another window.
      
      * Fix for unread line not showing when last read message is hidden.
      
      * Minor performance improvement. Fix for misbehaving event2order DB at application start.
      
      * Fix for possible performance issues when user has joined a large number of rooms.
      
      * Fix for breaking macos and clazy builds.
      
      * Changed on windows focus function to refresh unread line if room is unread.
      
      * Unread line is removed when user sends a message.
      
      * Linting.
      
      * Fixed unread line to work in standalone room windows.
      
      * Switch isRoomUnread for index 0.
      
      * Merged try/catch blocks.
      
      * Fix for crash on opening a room invite.
      
      * Call fullyReadEventId function when used instead of storing it and passing it through.
      
      * Function that was meant to sync the unread line was relying on an async function, oops.
      
      * Linting again.
      
      * More linting...
      
      * Minor changes.
      Unverified
      8071b192
  2. Aug 05, 2022
  3. Jun 18, 2022
  4. May 13, 2022
  5. May 07, 2022
  6. May 05, 2022
  7. Mar 31, 2022
  8. Mar 30, 2022
  9. Mar 29, 2022
  10. Jan 30, 2022
  11. Jan 26, 2022
  12. Jan 01, 2022
  13. Dec 17, 2021
    • Nicolas Werner's avatar
      Fix crash when receiving matrix uri · 09aded2b
      Nicolas Werner authored
      It seems like handling the message in a blocking manner is a no-go. I
      have no idea how to fix that, so just use a queued connection for now...
      (ASAN does not cooperate and just hides the crash D:)
      
      fixes #842
      Verified
      09aded2b
  14. Nov 20, 2021
  15. Sep 17, 2021
  16. Sep 16, 2021
    • Thulinma's avatar
      Improvements for linking to events · 1d5bf56c
      Thulinma authored
      - Fixes scrolling to an event not being reliable
      - Adds new /goto command that can open URLs, go to events, or go to message indexes.
      - Refactored ChatPage::handleMatrixUri() to contain the handling originally in Nheko::openLink(), and makes it return a boolean based on whether the URL was handled internally or not.
      1d5bf56c
  17. Sep 05, 2021
  18. Aug 17, 2021
  19. Aug 10, 2021
  20. May 29, 2021
  21. May 28, 2021
  22. May 24, 2021
  23. Mar 16, 2021
  24. Mar 05, 2021
  25. Feb 25, 2021
  26. Feb 24, 2021
  27. Feb 22, 2021
  28. Jan 26, 2021
    • Joe Donofry's avatar
      Implement Privacy Screen · bfeb766a
      Joe Donofry authored
      * Add handles for window focus gained / focus lossed and connect to timer
      * Clean up some of the PrivacyScreen.qml code
      * Connect settings to PrivacyScreen visibility
      Verified
      bfeb766a
  29. Jan 11, 2021
  30. Jan 10, 2021
  31. Dec 18, 2020
  32. Nov 25, 2020
Loading