Commit Graph

26 Commits

Author SHA1 Message Date
Carl Schwan
fcbb5a1acf Fix regression in JoinRoomPage - namespace not defined 2020-11-18 17:33:25 +01:00
Carl Schwan
fd6fb1f340 Adjust 'no rooms' message when searching for rooms
Fix #20
2020-11-18 17:27:30 +01:00
Carl Schwan
d96a548c4f Add unread message count 2020-11-18 10:26:48 +01:00
Carl Schwan
74bcfca275 Fix sending images from clipboard
This was caused by a regression in an QML include
2020-11-18 10:01:06 +01:00
Carl Schwan
62820b7418 Better typing handling 2020-11-17 20:49:54 +00:00
Tobias Fella
a8b95791e2 Port MessageSourceDialog to OverlaySheet 2020-11-17 20:39:40 +01:00
Carl Schwan
fc0ed1d137 Use SwipeListItem instead of BasicListItem
This allows to have a second way to open the room options.
2020-11-17 17:12:13 +00:00
Carl Schwan
28c965a40d Use a page for invitation instead of popup
This generally work better on a mobile device
2020-11-16 22:45:41 +00:00
Carl Schwan
8c3e5b2b48 Add drop area for conveniently share files 2020-11-16 22:14:53 +00:00
Tobias Fella
dc3896db1b Fix the 'jump to last unread message' button 2020-11-16 22:10:32 +01:00
Carl Schwan
6abe7cab57 Start keyboard navigation
Now a room can be opened with the keyboard only and be scrolled.
2020-11-16 15:22:59 +00:00
Carl Schwan
6db8354727 Fix MessageDelegateContextMenu not being displayed
It turnout that using an QML Singleton was a bad idea, instead create a
qml object in the main component and refer to it in the rest of the
codebase.

This commit also simplify a bit the qml structure of the Menu and fix
some visual bugs.
2020-11-16 10:00:18 +01:00
Carl Schwan
523adace21 Small fixed in 18n 2020-11-16 00:12:22 +01:00
Carl Schwan
bd853800a6 Add PlaceholderMessage when room list is empty 2020-11-15 21:31:06 +00:00
Carl Schwan
41b81dd744 Improve icon sizing and margins on mobile 2020-11-15 21:10:31 +00:00
Tobias Fella
8040259645 Don't show inactive rooms in the list 2020-11-13 13:59:46 +01:00
Tobias Fella
16c64ad67f Rename Controller.connection to activeConnection 2020-11-12 12:26:08 +01:00
Tobias Fella
26b2071e11 Handle revoked tokens better 2020-11-12 11:19:13 +00:00
Tobias Fella
3a70a9d91c Set all internal qml versions to 1.0
They're useless and anything else just causes problem
2020-11-11 20:14:43 +01:00
Tobias Fella
d8dde6e082 Add license headers to code files 2020-11-11 15:17:23 +00:00
Tobias Fella
2e711691ae Fix LoginPage 2020-11-11 14:09:35 +01:00
Carl Schwan
b0700726f9 Add join room page 2020-11-10 17:08:13 +00:00
Carl Schwan
0a20bf2b7b Fix regression in accounts page 2020-11-10 13:47:27 +01:00
Carl Schwan
82768b4cc5 Us room name as room page title 2020-11-10 13:00:50 +01:00
Tobias Fella
4df8ca2dd5 Fix import path in AccountsPage 2020-11-09 19:11:17 +01:00
Carl Schwan
122a7cdd2f Rebrand files names Spectral -> NeoChat 2020-11-08 23:17:30 +01:00