Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Nheko-Reborn/nheko.git. Pull mirroring updated .
  1. Sep 17, 2021
  2. Jul 24, 2021
  3. Jul 15, 2021
  4. Jun 08, 2021
  5. Apr 22, 2021
  6. Apr 18, 2021
  7. Apr 03, 2021
  8. Mar 25, 2021
  9. Mar 17, 2021
  10. Mar 05, 2021
  11. Nov 25, 2020
  12. Jul 10, 2020
  13. May 30, 2020
  14. May 21, 2020
  15. Apr 26, 2020
    • Nicolas Werner's avatar
      Respect exif rotation of images · 28adc9dc
      Nicolas Werner authored
      Sometimes thumbnails still have the wrong dimensions, as they are scaled
      to fit inside a rectange of the reported size in the image. Not sure,
      who is wrong there, the media repo or we.
      28adc9dc
  16. Apr 22, 2020
  17. Jan 31, 2020
  18. Jan 29, 2020
  19. Jan 21, 2020
  20. Jan 14, 2020
  21. Dec 15, 2019
  22. Dec 14, 2019
  23. Nov 23, 2019
  24. Jul 29, 2019
  25. Jul 28, 2019
  26. Jul 26, 2019
  27. Jul 05, 2019
  28. Jun 27, 2019
  29. 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.
      129beb57
  30. Jan 26, 2019
    • Joe Donofry's avatar
      Update user colors to use Cache vs Utils · 2ba51c82
      Joe Donofry authored
      User colors are now stored in cache.  This is consistent
      with other similar variables.  I think there's a bug
      right now where it doesn't properly refresh colors
      for the TimeLineItem when the theme is changed.
      2ba51c82
  31. 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
    • Joe Donofry's avatar
      Update user id color generation · b3f7c13e
      Joe Donofry authored
      Update the author color generation.  Now, instead of generating
      an entire hex string based on the user id, the user id instead
      is used to generate a hue value.  After this hue value is created,
      there is some logic to tweak first the lightness and then saturation
      values to achieve a readable color (in contrast to the background).
      
      This change makes it so that user colors will not vary as wildly
      between the different themes.
      
      The values still are not cached and still do not update
      initially when the theme is changed.  Both of these things
      will be resolved.
      b3f7c13e
Loading