summary refs log tree commit diff
path: root/src/ChatPage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up unread rooms after initial syncKonstantinos Sideris2018-09-161-0/+2
|
* Mark unread rooms as such in the room listKonstantinos Sideris2018-09-131-0/+5
| | | | fixes #313
* Show sidebar after initial syncKonstantinos Sideris2018-09-081-1/+1
| | | | fixes #412
* Fallback to the login screen when the one-time keys cannot be uploadedKonstantinos Sideris2018-09-051-6/+13
|
* Retry initial sync on generic network errors (#422)Konstantinos Sideris2018-08-311-0/+6
|
* Handle some more edge cases in timelineKonstantinos Sideris2018-08-311-2/+8
|
* Fix a use-after-free error during logoutKonstantinos Sideris2018-08-311-18/+19
|
* Add temp fix to work with servers that don't support e2ee endpointsKonstantinos Sideris2018-08-301-0/+6
| | | | fixes #371
* Only call /sync when retrying initial sync (#422)Konstantinos Sideris2018-08-301-15/+22
|
* Add method to delete old messages periodicallyKonstantinos Sideris2018-08-251-0/+5
| | | | fixes #413
* Add option to disable desktop notificationsKonstantinos Sideris2018-08-111-1/+1
| | | | fixes #388
* Simplify dialog creationKonstantinos Sideris2018-08-111-43/+7
|
* Remove the reserved space gap for the typing notificationsKonstantinos Sideris2018-08-091-10/+9
|
* Lower the complexity of the group filtering algorithm (#380)Konstantinos Sideris2018-07-211-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 Sideris2018-07-171-0/+6
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+1347