This project is mirrored from https://github.com/Nheko-Reborn/nheko.git.
Pull mirroring updated .
- May 08, 2020
-
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
Joe Donofry authored
-
- May 07, 2020
-
-
Nicolas Werner authored
Reactions
-
- May 06, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- May 05, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- May 04, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- May 03, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- May 02, 2020
-
-
Nicolas Werner authored
Db migrations
-
Nicolas Werner authored
-
Nicolas Werner authored
-
- May 01, 2020
-
-
Nicolas Werner authored
Add visual indication that data is being fetched
-
Lasath Fernando authored
-
- Apr 30, 2020
-
-
Nicolas Werner authored
-
Nicolas Werner authored
Optimize cpu usage
-
Nicolas Werner authored
Keep the almost sorted list around and sort by the raw timestamp value instead of doing the expensive toMSecSinceEpoch conversion.
-
Nicolas Werner authored
We don't get notified for every message. Sometimes we only get a read receipt for the newest message, which means old read receipts accumulate in the database. This least to some considerable CPU overhead, when checking if the timeline should be notified for new read receipts. Instead just always notify, since that has far less overhead in the worst case and doesn't need complicated cache cleanup. The old pending_receipts db is not removed for now. It should still have minimal storage overhead and we don't have a good mechanism for cache format upgrades atm.
-
Nicolas Werner authored
-
- Apr 29, 2020
-
-
Nicolas Werner authored
-
Lasath Fernando authored
-
Lasath Fernando authored
This turns `paginationInProgress` field of `TimelineModel` into a `Q_PROPERTY`, so the Ui can bind to it. For the moment, I'm showing the same spinner as we do during initial sync. It's not ideal, on the count of being giant and in the middle but it's better than nothing. We can make it more subtle later.
-
Nicolas Werner authored
Improve scrolling in timeline view
-
Nicolas Werner authored
-
Nicolas Werner authored
-
Nicolas Werner authored
Fixes #180
-
Lasath Fernando authored
-