Jonathan Rainville
|
32b0e185db
|
feat: add channel list context menu
|
2020-08-06 15:49:54 +02:00 |
Jonathan Rainville
|
3cb88d0cfa
|
feat: add profile section to the context menu
|
2020-08-05 12:14:46 +02:00 |
Richard Ramos
|
cb92c1dc14
|
fix: incorrect mentions behavior when text contains emojies
|
2020-08-04 10:19:42 -04:00 |
Richard Ramos
|
397be0b0c0
|
fix: sendBtn and trim
|
2020-08-04 10:14:57 -04:00 |
Richard Ramos
|
459de8cd1c
|
fix: display emojis on input textarea
|
2020-08-04 10:14:57 -04:00 |
Richard Ramos
|
86794dda0b
|
fix: chat scrollbars and input text wrapping
|
2020-07-31 12:00:18 -04:00 |
Richard Ramos
|
5ab1088f7c
|
feat: play audio messages
|
2020-07-30 13:49:50 -04:00 |
Jonathan Rainville
|
983d258a9a
|
feat: add support for recent emojis
(cherry picked from commit 07ccf8f74ee7b37652ccedbddd6dfdaa5908a846)
|
2020-07-30 10:45:56 -04:00 |
Jonathan Rainville
|
13d2cf73fb
|
feat: add emoji search
(cherry picked from commit 3cc9a98ce584a48f6c430a57126bd548e9dedc7e)
|
2020-07-30 10:44:07 -04:00 |
Jonathan Rainville
|
549f1ff7f2
|
feat: categorize emojis in the menu and add category buttons
Signed-off-by: Jonathan Rainville <rainville.jonathan@gmail.com>
|
2020-07-30 10:04:08 -04:00 |
Jonathan Rainville
|
3d04076910
|
feat: update emoji list to use the new categorized list
Still shows everything in the same page, but now they are ordered and can be categorized
|
2020-07-30 10:03:55 -04:00 |
Richard Ramos
|
7fd1f9c468
|
fix: send emoji contentType
|
2020-07-28 15:35:06 -05:00 |
Richard Ramos
|
13f8875263
|
fix: hide replybox after sending a message
|
2020-07-28 15:35:06 -05:00 |
Richard Ramos
|
b3fcd394de
|
fix: show disconnected/connected banner on load
|
2020-07-24 11:42:58 -04:00 |
Richard Ramos
|
83d2e274ff
|
fix: show disconnected/connected banner on load
|
2020-07-24 11:04:47 -04:00 |
Jonathan Rainville
|
9604faff08
|
feat: add New messages box in chat when scrolling up
|
2020-07-23 17:01:04 -04:00 |
Richard Ramos
|
cc735aec6b
|
fix: hide usernames on 1:1 chats
|
2020-07-23 16:19:54 -04:00 |
Richard Ramos
|
adde2e2017
|
fix: dateLabel height
|
2020-07-23 16:00:14 -04:00 |
Richard Ramos
|
99b9c21221
|
fix: date
|
2020-07-23 16:00:14 -04:00 |
Jonathan Rainville
|
9654f937f2
|
fix: fix all remaining QML warnings
|
2020-07-23 15:59:18 -04:00 |
Jonathan Rainville
|
c71f5f1a07
|
fix: fix dark theme colors for chat and profile
|
2020-07-23 15:59:18 -04:00 |
Jonathan Rainville
|
a1585c8499
|
feat: add ImageLoader to reuse Image loading mechanism
|
2020-07-23 15:44:59 -04:00 |
Jonathan Rainville
|
327552c33b
|
add loading and error image boxes
|
2020-07-23 15:44:59 -04:00 |
Jonathan Rainville
|
42c09c9f3a
|
fix: hide sent message on compact mode once sent
|
2020-07-23 15:44:59 -04:00 |
Jonathan Rainville
|
c7cfa5d32b
|
fix: fix scrolling to bottom for images
|
2020-07-23 15:44:59 -04:00 |
Jonathan Rainville
|
e176443ceb
|
fix: fix chat not scrolling to bottom on load
|
2020-07-23 15:44:59 -04:00 |
Pascal Precht
|
f2d345fe6e
|
feat(chat): support mention auto complete anywhere inside the message
|
2020-07-23 15:36:45 -04:00 |
Richard Ramos
|
7ca512661b
|
fix: load messages on scroll up, scroll down when sending messages and hide sending status for expired messages
|
2020-07-22 15:58:31 -04:00 |
Richard Ramos
|
192fbbea69
|
fix: add scrollview to channellist
|
2020-07-22 15:43:08 -04:00 |
Richard Ramos
|
3140d76a5c
|
fix: group status messages were not being displayed
Fixes #610
|
2020-07-22 10:22:10 -04:00 |
Richard Ramos
|
7115a1bed6
|
feat: resize images and remove EXIF data - UNSAFE
|
2020-07-21 14:26:20 -04:00 |
Richard Ramos
|
a32a156651
|
feat: send images - UNSAFE -
Sends images but does not clean metadata nor limits file size
|
2020-07-21 14:26:20 -04:00 |
Richard Ramos
|
a31610742c
|
fix: code review
|
2020-07-21 13:15:22 -04:00 |
Richard Ramos
|
5351fb62dc
|
feat: display messages with an image contenttype
|
2020-07-21 13:15:22 -04:00 |
Jonathan Rainville
|
a9cddde37e
|
fix: fix text selection by putting mouseArea under text
And put link click handling by the TextField itself
|
2020-07-21 12:00:24 -04:00 |
Jonathan Rainville
|
601d237fde
|
fix: fix replies being all squished if the replied message was smaller
|
2020-07-21 12:00:24 -04:00 |
Jonathan Rainville
|
4c7c8a06a3
|
fix: fix message overflowing because break spaces were stopped by pre
|
2020-07-21 12:00:24 -04:00 |
Jonathan Rainville
|
911aac92de
|
feat: add onClicked to Emojis and use a Model to show them
|
2020-07-21 11:41:19 -04:00 |
Jonathan Rainville
|
15cc48c6f8
|
feat: add mock emoji menu in popup menu for chat
|
2020-07-21 11:41:19 -04:00 |
Jonathan Rainville
|
f51399ff1f
|
fix: fix QML warnings and errors
|
2020-07-21 11:09:00 -04:00 |
Richard Ramos
|
0278379495
|
fix: allow resending older expired messages
|
2020-07-21 10:19:12 -04:00 |
Richard Ramos
|
f9335c0969
|
feat: retry sending messages
|
2020-07-21 10:19:12 -04:00 |
Dean Eigenmann
|
ca92fa03d8
|
Update EmptyView.qml
|
2020-07-20 15:59:42 +02:00 |
decanus
|
fe3706defc
|
fixes the seperator color to match
|
2020-07-20 15:59:42 +02:00 |
decanus
|
90f7570b4e
|
updates
|
2020-07-20 14:50:21 +02:00 |
decanus
|
ec0b0dc327
|
fixes empty view background
|
2020-07-20 14:50:21 +02:00 |
Pascal Precht
|
1e39cf4821
|
feat(chat): implement mention auto complete
Closes #515
|
2020-07-17 12:31:20 -04:00 |
Jonathan Rainville
|
b829acb3c4
|
chore: re-run qstr converter
|
2020-07-17 11:55:01 -04:00 |
decanus
|
b3a4903655
|
fix channel identifier color
|
2020-07-17 17:27:01 +02:00 |
Jonathan Rainville
|
0ab257d005
|
feat: make RectangleCorner a component and show images in compact
|
2020-07-16 11:49:13 -04:00 |