Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove cache updates from the main thread | Konstantinos Sideris | 2017-10-21 | 1 | -16/+9 |
| | |||||
* | Remove ui flickering when adding new timeline events | Konstantinos Sideris | 2017-10-21 | 1 | -0/+5 |
| | |||||
* | Clean unread count when the user logs out | Konstantinos Sideris | 2017-10-21 | 1 | -0/+2 |
| | | | | fixes #60 | ||||
* | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 1 | -15/+43 |
| | |||||
* | Move ctrl-k callback to the MainWindow | Konstantinos Sideris | 2017-10-20 | 1 | -9/+0 |
| | |||||
* | Remove sync timer | Konstantinos Sideris | 2017-10-20 | 1 | -20/+5 |
| | |||||
* | Fix icons for retina displays | Konstantinos Sideris | 2017-10-15 | 1 | -0/+3 |
| | |||||
* | Add /join command support | Konstantinos Sideris | 2017-10-08 | 1 | -6/+11 |
| | |||||
* | Drop the loading screen if consensus can't be achieved | Konstantinos Sideris | 2017-10-08 | 1 | -11/+22 |
| | |||||
* | Prevent FOUC | Konstantinos Sideris | 2017-10-07 | 1 | -2/+11 |
| | |||||
* | Use shared pointer for the modals | Konstantinos Sideris | 2017-10-07 | 1 | -7/+12 |
| | |||||
* | Put typing notifications above the text input | Konstantinos Sideris | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | Receive typing notifications (#88) | Konstantinos Sideris | 2017-10-04 | 1 | -1/+30 |
| | |||||
* | Recover from corrupted cache data | Konstantinos Sideris | 2017-10-03 | 1 | -15/+19 |
| | | | | | | Make Cache constructor exception free fixes #74 | ||||
* | React to externally left and joined rooms, and add "leave room" button in ↵ | Max Sandholm | 2017-10-01 | 1 | -2/+81 |
| | | | | | | | | | | room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client. | ||||
* | Stop sync timer after logout | Konstantinos Sideris | 2017-09-30 | 1 | -0/+4 |
| | | | | Silence errors from redacted events | ||||
* | Use white as the background color | Konstantinos Sideris | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -0/+12 |
| | |||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -0/+5 |
| | | | | closes #41 | ||||
* | Remove cache data when the user logs out | Konstantinos Sideris | 2017-08-26 | 1 | -0/+2 |
| | |||||
* | Update the cache state at once to avoid being in an invalid state | Konstantinos Sideris | 2017-08-26 | 1 | -460/+365 |
| | |||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -27/+37 |
| | |||||
* | Ghetto room switcher | Konstantinos Sideris | 2017-08-15 | 1 | -0/+36 |
| | |||||
* | Focus on the text input when switching rooms | Konstantinos Sideris | 2017-08-14 | 1 | -0/+1 |
| | |||||
* | Display the most recent message instead of the topic | Konstantinos Sideris | 2017-08-06 | 1 | -0/+5 |
| | | | | closes #11 | ||||
* | Remove extra exception catch | Konstantinos Sideris | 2017-08-05 | 1 | -2/+0 |
| | |||||
* | Keep fetching history until the scrollbar gets activated | Konstantinos Sideris | 2017-08-05 | 1 | -1/+1 |
| | |||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -5/+101 |
| | | | | - Adds detection for duplicate events | ||||
* | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 1 | -0/+13 |
| | |||||
* | Add context menu on RoomList items | Konstantinos Sideris | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Add menu to toggle notifications | Konstantinos Sideris | 2017-05-31 | 1 | -8/+23 |
| | |||||
* | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 1 | -14/+31 |
| | |||||
* | Minimize to tray | Konstantinos Sideris | 2017-05-21 | 1 | -0/+2 |
| | |||||
* | Snappy sidebar | Konstantinos Sideris | 2017-05-19 | 1 | -12/+64 |
| | |||||
* | Show user info even if the display name or avatar are missing | Konstantinos Sideris | 2017-05-16 | 1 | -1/+2 |
| | |||||
* | Clear room state on logout | Konstantinos Sideris | 2017-05-16 | 1 | -0/+1 |
| | |||||
* | Prefer non UserId as display names | Konstantinos Sideris | 2017-05-10 | 1 | -1/+5 |
| | |||||
* | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 1 | -0/+14 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -19/+141 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -1/+1 |
| | | | | In order to be compatible with the Matrix terminology | ||||
* | Show the unread message count on the window title | Konstantinos Sideris | 2017-04-15 | 1 | -0/+15 |
| | |||||
* | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 1 | -0/+5 |
| | | | | - Add border width on Badge | ||||
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 1 | -20/+2 |
| | | | | | | | | | | | | | Each HistoryView maintains a list of pending events. Each pending message is validated from the homeserver with either the returned EventId or the body of the message. Currently there is no support to remove invalid messages. Also some small refactoring: - ChatPage doesn't know about the message being sent. The message delivery is solely handled by HistoryViewManager. - Nick coloring function moved to HistoryViewManager. | ||||
* | Don't use icons as room avatars | Konstantinos Sideris | 2017-04-12 | 1 | -2/+1 |
| | |||||
* | Small stylistic changes | Konstantinos Sideris | 2017-04-12 | 1 | -5/+3 |
| | |||||
* | Remove capitalization | Konstantinos Sideris | 2017-04-11 | 1 | -3/+0 |
| | |||||
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 1 | -120/+36 |
| | |||||
* | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 1 | -11/+21 |
| | |||||
* | Handle room avatars in top bar without an icon | Konstantinos Sideris | 2017-04-10 | 1 | -0/+2 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -0/+26 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 1 | -4/+4 |
| | |||||
* | Initialize sync timer | Konstantinos Sideris | 2017-04-06 | 1 | -2/+3 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+277 |