summary refs log tree commit diff
path: root/src/ChatPage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce overhead of Cache.hNicolas Werner2019-12-151-44/+43
* Update to c++17Nicolas Werner2019-12-141-5/+5
* Send encrypted files as generic mimetype and actually set urlNicolas Werner2019-12-121-1/+4
* Implement sending encrypted filesNicolas Werner2019-12-051-162/+44
* Remove old timelineNicolas Werner2019-11-231-1/+1
* Reenable redactionsNicolas Werner2019-11-231-5/+0
* Rename initialize to sync, since it does the same thingNicolas Werner2019-11-231-2/+2
* Replace timeline with empty qml viewNicolas Werner2019-11-231-2/+2
* Try to reduce memory usage by reusing avatar pixmapsNicolas Werner2019-08-261-34/+4
* Fix build issues w/ clangJoseph Donofry2019-08-191-1/+1
* More updates to mentions functionalityJoseph Donofry2019-08-191-23/+4
* Fix issues with caching and loading of mentions.Joseph Donofry2019-08-121-26/+36
* Fix linting issues w/ the last commitJoseph Donofry2019-08-091-2/+2
* Cache User MentionsJoseph Donofry2019-08-091-8/+21
* Update mentions dialogJoseph Donofry2019-07-281-3/+2
* Fix bug with emoji font setting and clean lintingJoseph Donofry2019-07-261-11/+11
* Update Mentions UIJoseph Donofry2019-07-211-8/+12
* Fix linting issuesJoseph Donofry2019-07-161-19/+18
* Add User Mentions DialogJoseph Donofry2019-07-161-0/+52
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-2/+2
* Add initial support for rich replies to nhekoJoseph Donofry2019-06-091-0/+5
* Merge branch 'ui-enhancements'redsky172019-02-071-3/+7
|\
| * Add unread notification color for user mentionedredsky172019-01-251-3/+7
* | escape id when joining a roomrnhmjoj2019-02-071-1/+2
|/
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-2/+3
* Remove room re-ordering optionKonstantinos Sideris2018-10-061-1/+1
* Display tags as sorting items in the community panel (#401)Victor Berger2018-09-281-0/+5
* Require login when the cache format changes (regression on #444)Konstantinos Sideris2018-09-211-3/+4
* 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
* Show sidebar after initial syncKonstantinos Sideris2018-09-081-1/+1
* 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
* 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
* Add option to disable desktop notificationsKonstantinos Sideris2018-08-111-1/+1
* 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
* 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