Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce overhead of Cache.h | Nicolas Werner | 2019-12-15 | 1 | -480/+264 |
| | |||||
* | Reduce some include of Cache.h since it needs 11s on average | Nicolas Werner | 2019-12-14 | 1 | -213/+5 |
| | |||||
* | Update to c++17 | Nicolas Werner | 2019-12-14 | 1 | -43/+42 |
| | |||||
* | fixup bad room list translation commit | Nicolas Werner | 2019-11-23 | 1 | -1/+0 |
| | |||||
* | Try to reduce memory usage by reusing avatar pixmaps | Nicolas Werner | 2019-08-26 | 1 | -1/+0 |
| | |||||
* | Fix SIGNAL SLOT issue on mtx types | Joseph Donofry | 2019-08-19 | 1 | -0/+1 |
| | |||||
* | Fix issues with caching and loading of mentions. | Joseph Donofry | 2019-08-12 | 1 | -1/+1 |
| | | | | | | | Mentions are now loaded from the cache instead of directly from the web request. Mentions are also properly saved to the cache now (instead of as empty strings). Still lots of tweaks left on this feature. | ||||
* | Fix linting issues w/ the last commit | Joseph Donofry | 2019-08-09 | 1 | -1/+1 |
| | |||||
* | Cache User Mentions | Joseph Donofry | 2019-08-09 | 1 | -7/+13 |
| | | | | | | | | | Cache user mentions when they are retrieved from the server. This logic currently isn't being utilized by the UI. Additionally, the app should use a 'since' value to only get mentions newer than those stored in the DB, to avoid excessive web requests. This will be implemented in a future commit. | ||||
* | Fix linting issues | Joseph Donofry | 2019-08-06 | 1 | -1/+2 |
| | |||||
* | Cache user mentions | Joseph Donofry | 2019-08-05 | 1 | -0/+12 |
| | |||||
* | Show room version in settings | Nicolas Werner | 2019-07-04 | 1 | -32/+8 |
| | |||||
* | Fix linting issue | redsky17 | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | Nlohmann build updates | redsky17 | 2019-02-24 | 1 | -1/+1 |
| | |||||
* | Update user colors to use Cache vs Utils | redsky17 | 2019-01-26 | 1 | -0/+6 |
| | | | | | | | 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. | ||||
* | Display tags as sorting items in the community panel (#401) | Victor Berger | 2018-09-28 | 1 | -0/+13 |
| | |||||
* | Implement import/export of megolm session keys (#358) | Konstantinos Sideris | 2018-09-15 | 1 | -4/+20 |
| | |||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -1/+8 |
| | | | | fixes #313 | ||||
* | Merge matrix-structs into the client lib | Konstantinos Sideris | 2018-09-01 | 1 | -25/+25 |
| | |||||
* | Add method to delete old messages periodically | Konstantinos Sideris | 2018-08-25 | 1 | -0/+6 |
| | | | | fixes #413 | ||||
* | Reject key requests for users that are not members of the room | Konstantinos Sideris | 2018-07-22 | 1 | -0/+3 |
| | |||||
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 1 | -0/+20 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+661 |