summary refs log tree commit diff
path: root/src/ChatPage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug with emoji font setting and clean lintingJoseph Donofry2019-07-261-1/+2
|
* Update Mentions UIJoseph Donofry2019-07-211-2/+3
| | | | | | | | Mentions are now an '@' icon in the upper right. UI Popup is now a smaller dialog. Still lots of work to be done here.
* Fix linting issuesJoseph Donofry2019-07-161-2/+0
|
* Add User Mentions DialogJoseph Donofry2019-07-161-0/+8
| | | | | | | | | | | | Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work.
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-3/+2
| | | | | | | Quoted replies now include matrix.to links for the event and the user. UI Rendering has been (slightly) improved... still very WIP. Restructured the reply structure in the code for future usability improvements.
* Add style for reply popup. Fix ALL of the linting issuesredsky172019-06-111-1/+3
|
* Add initial support for rich replies to nhekoJoseph Donofry2019-06-091-1/+1
|
* Add unread notification color for user mentionedredsky172019-01-251-1/+3
| | | | | | When user is mentioned (via matrix 'highlight_count'), inactive rooms will use a different color for the notification circle than when only general unread messages exist.
* Author Color Fixesredsky172019-01-201-0/+1
| | | | | | | | | | Author color is now cached so that it will not be re-calculated each time a new message is posted. This cache gets cleared when the theme is changed. Additionally, the author color is now automatically refreshed when the theme is changed, fixing the issue where you had to change rooms before the colors would switch.
* Display tags as sorting items in the community panel (#401)Victor Berger2018-09-281-0/+1
|
* Show sidebar after initial syncKonstantinos Sideris2018-09-081-1/+1
| | | | fixes #412
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-011-2/+3
|
* Fix a use-after-free error during logoutKonstantinos Sideris2018-08-311-0/+1
|
* Only call /sync when retrying initial sync (#422)Konstantinos Sideris2018-08-301-0/+1
|
* Simplify dialog creationKonstantinos Sideris2018-08-111-11/+0
|
* Show device list in user profile & add option to create 1-1 chatKonstantinos Sideris2018-07-201-1/+1
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+268