Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement fancy reply rendering | Nicolas Werner | 2020-01-11 | 1 | -3/+13 | |
| | | | | | | This currently assumes the event, that is replied to, is already fetched. If it isn't, it will render an empty reply. In the future we should fetch replies before rendering them. | |||||
* | Simplify read message logic with inverted timeline | Nicolas Werner | 2020-01-06 | 1 | -1/+1 | |
| | ||||||
* | Use fetchMore for native lazy loading of item model data | Nicolas Werner | 2020-01-06 | 1 | -31/+44 | |
| | ||||||
* | invert timeline | Nicolas Werner | 2020-01-06 | 1 | -12/+40 | |
| | ||||||
* | Move visitors out of TimelineModel | Nicolas Werner | 2019-12-27 | 1 | -445/+144 | |
| | ||||||
* | Reduce includes of MatrixClient.h, as it is the most expensive header | Nicolas Werner | 2019-12-15 | 1 | -0/+10 | |
| | ||||||
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -12/+11 | |
| | ||||||
* | Update to c++17 | Nicolas Werner | 2019-12-14 | 1 | -79/+78 | |
| | ||||||
* | Fix preview of sent encrypted images | Nicolas Werner | 2019-12-13 | 1 | -10/+11 | |
| | ||||||
* | Show topic and name changes in timeline | Nicolas Werner | 2019-12-10 | 1 | -0/+32 | |
| | ||||||
* | Restore linkification of messages | Nicolas Werner | 2019-12-06 | 1 | -2/+2 | |
| | ||||||
* | Implement decryption of images | Nicolas Werner | 2019-12-03 | 1 | -0/+13 | |
| | | | | It is a bit of a hack, but it works... | |||||
* | Add encrypted file download | Nicolas Werner | 2019-12-03 | 1 | -0/+184 | |
| | ||||||
* | Show encryption enabled and use a non zero size for zero size vide | Nicolas Werner | 2019-11-23 | 1 | -1/+4 | |
| | ||||||
* | Only mark messages as read, when room is active | Nicolas Werner | 2019-11-23 | 1 | -1/+2 | |
| | ||||||
* | Lint | Nicolas Werner | 2019-11-23 | 1 | -5/+3 | |
| | ||||||
* | Fix replies to encrypted events | Nicolas Werner | 2019-11-23 | 1 | -1/+5 | |
| | ||||||
* | Fix windows build | Nicolas Werner | 2019-11-23 | 1 | -3/+5 | |
| | | | | No idea, why apply visitor doesn't work with temporaries? | |||||
* | Add loading spinner and restore message send queue | Nicolas Werner | 2019-11-23 | 1 | -2/+95 | |
| | ||||||
* | Show only messages in room list | Nicolas Werner | 2019-11-23 | 1 | -7/+30 | |
| | ||||||
* | Remove old timeline | Nicolas Werner | 2019-11-23 | 1 | -0/+1220 | |