Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add User Mentions Dialog | Joseph Donofry | 2019-07-16 | 1 | -0/+52 | |
| | | | | | | | | | | | | 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 Functionality | Joseph Donofry | 2019-06-13 | 1 | -2/+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 initial support for rich replies to nheko | Joseph Donofry | 2019-06-09 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'ui-enhancements' | redsky17 | 2019-02-07 | 1 | -3/+7 | |
|\ | | | | | | | Preparing for 0.6.3 release | |||||
| * | Add unread notification color for user mentioned | redsky17 | 2019-01-25 | 1 | -3/+7 | |
| | | | | | | | | | | | | 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. | |||||
* | | escape id when joining a room | rnhmjoj | 2019-02-07 | 1 | -1/+2 | |
|/ | ||||||
* | Adjustments for the minimized sidebar | Konstantinos Sideris | 2018-10-07 | 1 | -2/+3 | |
| | ||||||
* | Remove room re-ordering option | Konstantinos Sideris | 2018-10-06 | 1 | -1/+1 | |
| | ||||||
* | Display tags as sorting items in the community panel (#401) | Victor Berger | 2018-09-28 | 1 | -0/+5 | |
| | ||||||
* | Require login when the cache format changes (regression on #444) | Konstantinos Sideris | 2018-09-21 | 1 | -3/+4 | |
| | ||||||
* | Clean up unread rooms after initial sync | Konstantinos Sideris | 2018-09-16 | 1 | -0/+2 | |
| | ||||||
* | Mark unread rooms as such in the room list | Konstantinos Sideris | 2018-09-13 | 1 | -0/+5 | |
| | | | | fixes #313 | |||||
* | Show sidebar after initial sync | Konstantinos Sideris | 2018-09-08 | 1 | -1/+1 | |
| | | | | fixes #412 | |||||
* | Fallback to the login screen when the one-time keys cannot be uploaded | Konstantinos Sideris | 2018-09-05 | 1 | -6/+13 | |
| | ||||||
* | Retry initial sync on generic network errors (#422) | Konstantinos Sideris | 2018-08-31 | 1 | -0/+6 | |
| | ||||||
* | Handle some more edge cases in timeline | Konstantinos Sideris | 2018-08-31 | 1 | -2/+8 | |
| | ||||||
* | Fix a use-after-free error during logout | Konstantinos Sideris | 2018-08-31 | 1 | -18/+19 | |
| | ||||||
* | Add temp fix to work with servers that don't support e2ee endpoints | Konstantinos Sideris | 2018-08-30 | 1 | -0/+6 | |
| | | | | fixes #371 | |||||
* | Only call /sync when retrying initial sync (#422) | Konstantinos Sideris | 2018-08-30 | 1 | -15/+22 | |
| | ||||||
* | 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 | |