Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove dead code | Konstantinos Sideris | 2018-04-21 | 1 | -121/+0 |
| | |||||
* | Update room name & avatar on new rooms | Konstantinos Sideris | 2018-03-12 | 1 | -2/+2 |
| | | | | fixes #253 | ||||
* | Remove dead code & small refactorings using the std library | Konstantinos Sideris | 2018-03-03 | 1 | -1/+1 |
| | |||||
* | Load the initial cache data without blocking the UI | Konstantinos Sideris | 2018-01-21 | 1 | -0/+2 |
| | |||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -32/+64 |
| | |||||
* | Save the changes between syncs in cache | Konstantinos Sideris | 2017-10-28 | 1 | -1/+5 |
| | | | | | | - Fixes high cpu issues caused by the serialization of the whole in-memory state. - Display name changes are now visible in the timeline. | ||||
* | Remove extra inline keywords | Konstantinos Sideris | 2017-10-22 | 1 | -21/+3 |
| | |||||
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -3/+4 |
| | |||||
* | Update the cache state at once to avoid being in an invalid state | Konstantinos Sideris | 2017-08-26 | 1 | -37/+38 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -3/+6 |
| | |||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -0/+4 |
| | | | | - Adds detection for duplicate events | ||||
* | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 1 | -4/+36 |
| | |||||
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 1 | -4/+1 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -0/+63 |
- Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. |