Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add method to delete old messages periodically | Konstantinos Sideris | 2018-08-25 | 1 | -0/+5 | |
| | | | | fixes #413 | |||||
* | Add option to disable desktop notifications | Konstantinos Sideris | 2018-08-11 | 1 | -1/+1 | |
| | | | | fixes #388 | |||||
* | Simplify dialog creation | Konstantinos Sideris | 2018-08-11 | 1 | -43/+7 | |
| | ||||||
* | Remove the reserved space gap for the typing notifications | Konstantinos Sideris | 2018-08-09 | 1 | -10/+9 | |
| | ||||||
* | Lower the complexity of the group filtering algorithm (#380) | Konstantinos Sideris | 2018-07-21 | 1 | -2/+2 | |
| | | | | | | | | The old algorithm during filtering will check every room if it's part of the group. O(N*G) The room ids for a group are now stored in a map for faster lookup so the search can be completed in a single pass. O(N) | |||||
* | Mark own read messages with a double checkmark (#377) | Konstantinos Sideris | 2018-07-17 | 1 | -0/+6 | |
| | ||||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+1347 | |