Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -5/+62 |
| | |||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -40/+7 |
| | | | | closes #41 | ||||
* | Add read support for m.emote events (#41) | Konstantinos Sideris | 2017-09-02 | 1 | -0/+29 |
| | |||||
* | Remove nick colors | Konstantinos Sideris | 2017-08-26 | 1 | -275/+277 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -26/+50 |
| | |||||
* | Update the last sender from the initial pagination | Konstantinos Sideris | 2017-08-14 | 1 | -9/+12 |
| | |||||
* | Don't overwrite last user | Konstantinos Sideris | 2017-08-13 | 1 | -9/+6 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -0/+19 |
| | | | | closes #11 | ||||
* | Keep fetching history until the scrollbar gets activated | Konstantinos Sideris | 2017-08-05 | 1 | -7/+12 |
| | |||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -2/+50 |
| | | | | - Adds detection for duplicate events | ||||
* | Append backwards events after the spacer | Konstantinos Sideris | 2017-07-30 | 1 | -1/+1 |
| | |||||
* | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 1 | -6/+8 |
| | |||||
* | Fix scrolling flickering on backwards pagination | Konstantinos Sideris | 2017-06-05 | 1 | -6/+16 |
| | |||||
* | Don't mark messages from local user as unread | Konstantinos Sideris | 2017-06-01 | 1 | -1/+7 |
| | | | | closes #37 | ||||
* | Add custom scrollbar on the timeline | Konstantinos Sideris | 2017-05-24 | 1 | -0/+3 |
| | |||||
* | Use QSharedPointer to manage TimelineViews and RoomInfoListItems | Konstantinos Sideris | 2017-05-14 | 1 | -6/+0 |
| | |||||
* | Update prev_batch only while paginating | Konstantinos Sideris | 2017-05-13 | 1 | -1/+4 |
| | |||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 1 | -81/+193 |
| | |||||
* | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -47/+75 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 1 | -2/+44 |
| | |||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -0/+190 |
In order to be compatible with the Matrix terminology |