Salvatore Giordano
|
0d3ed3f1e1
|
chore(ui): update changelog
|
2022-04-12 15:13:00 +02:00 |
|
 Salvatore GiordanoandGitHub
|
65a5af7b6c
|
Merge pull request #1030 from GetStream/live-event-improvements
feat(flutter): Live event integration improvements
|
2022-04-07 10:53:23 +02:00 |
|
 Salvatore GiordanoandGitHub
|
e35259f9b8
|
Merge pull request #1057 from GetStream/v4-doc-fixes
docs(ui): fix names and update tutorials
|
2022-04-07 10:50:10 +02:00 |
|
Salvatore Giordano
|
1bb3c0566e
|
fix tests
|
2022-04-07 10:50:00 +02:00 |
|
Ayush Shekhar
|
92b8711ccf
|
Removed the inline span builder code from messageinput
|
2022-04-06 18:26:09 +05:30 |
|
Ayush Shekhar
|
e93f6da232
|
Merge branch 'v4' of https://github.com/GetStream/stream-chat-flutter into live-event-improvements
|
2022-04-06 14:49:51 +05:30 |
|
Salvatore Giordano
|
c37560ca9e
|
fix(ui): fix messageInput removing last space
|
2022-04-06 11:16:58 +02:00 |
|
Ayush Shekhar
|
67c094b12b
|
Added an option to pass InlineSpan builders for full control of message input
|
2022-04-05 13:46:57 +05:30 |
|
Gordon Hayes
|
44f17f0d95
|
docs(ui): update code documentation and tutorials
|
2022-04-04 16:54:01 +02:00 |
|
Ayush Shekhar
|
5e820c9ff9
|
Merge branch 'v4' of https://github.com/GetStream/stream-chat-flutter into live-event-improvements
|
2022-04-04 16:13:34 +05:30 |
|
Salvatore Giordano
|
9dd42f1a1c
|
Merge branch 'develop' into v4
|
2022-04-04 12:09:21 +02:00 |
|
 Salvatore GiordanoandGitHub
|
21c61486ca
|
Merge pull request #1056 from GetStream/hotfix/hardDeletedMessages
fix(llc): Hard delete from dashboard does not delete message from client
|
2022-04-04 11:31:37 +02:00 |
|
Salvatore Giordano
|
aa20e11465
|
chore(llc): update changelog
|
2022-04-04 11:05:18 +02:00 |
|
Salvatore Giordano
|
36dc4295fd
|
fix(llc): remove hard delete messages from persistence storage
|
2022-04-04 11:04:41 +02:00 |
|
 Salvatore GiordanoandGitHub
|
8264361c06
|
Merge pull request #1055 from GetStream/hotfix/memberRemoved
fix(llc): member removed
|
2022-04-04 11:03:04 +02:00 |
|
Salvatore Giordano
|
b610438913
|
fix(llc): use where
|
2022-04-04 10:41:04 +02:00 |
|
Salvatore Giordano
|
047dce107f
|
chore(llc): remove not needed List.from
|
2022-04-04 10:39:23 +02:00 |
|
Salvatore Giordano
|
ad385c393d
|
chore(llc): update changelog
|
2022-04-04 10:36:11 +02:00 |
|
Salvatore Giordano
|
a6990a3f66
|
fix(llc): member removed
|
2022-04-04 10:35:14 +02:00 |
|
xsahil03x
|
1d1b6b8bdd
|
Merge remote-tracking branch 'origin/develop' into v4
# Conflicts:
# packages/stream_chat/CHANGELOG.md
# packages/stream_chat/lib/src/client/channel.dart
# packages/stream_chat_flutter/CHANGELOG.md
|
2022-04-01 17:31:41 +05:30 |
|
 Sahil KumarandGitHub
|
5f75c6949f
|
Merge pull request #1048 from GetStream/fix/mutes
|
2022-04-01 14:41:53 +05:30 |
|
 
|
3ebf05bddf
|
Update packages/stream_chat/lib/src/core/models/channel_mute.dart
Co-authored-by: Ayush Shekhar <[email protected]>
|
2022-04-01 14:10:48 +05:30 |
|
Sahil Kumar
|
d938a0759d
|
test(llc): add test for mute model
Signed-off-by: xsahil03x <[email protected]>
|
2022-04-01 14:10:04 +05:30 |
|
 Sahil KumarandGitHub
|
8758dc862c
|
Merge branch 'develop' into fix/mutes
|
2022-04-01 13:59:16 +05:30 |
|
 Sahil KumarandGitHub
|
af8c188301
|
Merge pull request #1049 from GetStream/fix/channel_update_event
|
2022-04-01 13:58:49 +05:30 |
|
 Sahil KumarandGitHub
|
4cd8d6b00f
|
Apply suggestions from code review
|
2022-04-01 13:19:22 +05:30 |
|
Sahil Kumar
|
23dd1b0022
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-31 15:39:49 +05:30 |
|
Sahil Kumar
|
1a64d045ee
|
fix(llc): merge channel in channel.update event
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-31 15:38:22 +05:30 |
|
Sahil Kumar
|
f26553dab3
|
chore(llc): Update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-31 14:54:36 +05:30 |
|
Sahil Kumar
|
679faffbaf
|
fix(llc): segregate mute from channel mutes
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-30 20:43:21 +05:30 |
|
Sahil Kumar
|
604546db38
|
test(llc): add persistence update thread test
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-25 15:39:28 +05:30 |
|
Sahil Kumar
|
181a2b7f63
|
fix(llc): Remove old thread reactions before saving new
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-25 15:32:13 +05:30 |
|
 Salvatore GiordanoandGitHub
|
981389ef8a
|
Merge pull request #1043 from GetStream/fix/thread-offline-reactions
|
2022-03-25 09:07:40 +01:00 |
|
Sahil Kumar
|
dc007653d4
|
test(llc): fix queryChannels test
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-24 22:55:38 +05:30 |
|
Sahil Kumar
|
d924c18a69
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-24 20:51:47 +05:30 |
|
Sahil Kumar
|
e4c6d8ccda
|
fix(llc): also save reactions while saving threads data in persistence
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-24 20:51:11 +05:30 |
|
 Salvatore GiordanoandGitHub
|
2bde45ec1a
|
Merge pull request #1041 from GetStream/feat/truncate
feat(llc): Handle `event.message` in `channel.truncate` events
|
2022-03-24 12:55:10 +01:00 |
|
 Salvatore GiordanoandGitHub
|
1cdef1a053
|
Merge pull request #1042 from GetStream/hotfix/messageListViewInitialAlignment
fix(ui): message list view initial alignment
|
2022-03-24 11:57:47 +01:00 |
|
Salvatore Giordano
|
338b8422fd
|
chore(ui): update changelog
|
2022-03-24 11:44:46 +01:00 |
|
Salvatore Giordano
|
b11a812721
|
fix(ui): fix initial alignment in message list view
|
2022-03-24 11:42:46 +01:00 |
|
Salvatore Giordano
|
058e2b42cc
|
chore(llc): update changelog
|
2022-03-24 11:10:32 +01:00 |
|
Salvatore Giordano
|
b0fc437719
|
feat(llc): handle event.message in channel.truncate events
|
2022-03-24 11:09:37 +01:00 |
|
 Salvatore GiordanoandGitHub
|
fae95c9edf
|
Merge pull request #1037 from GetStream/release/4.0.0-beta.0
release first beta
|
2022-03-23 16:58:27 +01:00 |
|
Salvatore Giordano
|
a8e04e8428
|
fix imports
|
2022-03-23 16:49:16 +01:00 |
|
Salvatore Giordano
|
21a8110bd2
|
fix format
|
2022-03-23 16:36:03 +01:00 |
|
Salvatore Giordano
|
a0f353373e
|
fix format
|
2022-03-23 14:47:57 +01:00 |
|
Salvatore Giordano
|
363c95148e
|
update changelog
|
2022-03-23 14:25:51 +01:00 |
|
Salvatore Giordano
|
025e20d37a
|
Merge branch 'v4' into release/4.0.0-beta.0
|
2022-03-23 14:25:26 +01:00 |
|
Sahil Kumar
|
67dad76e46
|
feat(ui): improve the message for skipping the event.
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-23 16:33:20 +05:30 |
|
Sahil Kumar
|
0a4eb0a171
|
feat(ui): only handle the latest events in channelEventSubscription
Signed-off-by: xsahil03x <[email protected]>
|
2022-03-23 16:25:51 +05:30 |
|