 
|
4592491b15
|
Update packages/stream_chat/CHANGELOG.md
Co-authored-by: Salvatore Giordano <[email protected]>
|
2021-09-28 14:09:47 +05:30 |
|
Deven Joshi
|
98493b77d8
|
removed breaking change
|
2021-09-27 18:37:26 +05:30 |
|
Deven Joshi
|
d996eddb56
|
added changelog
|
2021-09-27 17:59:59 +05:30 |
|
Deven Joshi
|
a931682b4c
|
added not exists filter
|
2021-09-27 17:46:57 +05:30 |
|
Salvatore Giordano
|
669abf59c9
|
chore(llc): bump version
|
2021-09-22 15:17:57 +02:00 |
|
Salvatore Giordano
|
f032a72d00
|
chore(ui,core,llc,persistance,localization): remove analysis warnings due to flutter 2.5
|
2021-09-22 10:30:23 +02:00 |
|
 Salvatore GiordanoandGitHub
|
53d27edb2d
|
Merge pull request #694 from GetStream/cds/429
refactor(llc): update `lastSyncedAt` only after calling sync.
|
2021-09-21 17:09:10 +02:00 |
|
Sahil Kumar
|
403d0e62a0
|
fix(llc): Connecting user without providing name uses id instead for setting user.name.
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-21 18:25:21 +05:30 |
|
Sahil Kumar
|
e10da9b245
|
ref(llc): update lastSyncedAt only after calling sync.
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-20 17:33:12 +05:30 |
|
 
|
b30dcb8342
|
Update packages/stream_chat/CHANGELOG.md
Co-authored-by: Salvatore Giordano <[email protected]>
|
2021-09-16 16:06:33 +05:30 |
|
 Sahil KumarandGitHub
|
dc3f864d34
|
Update packages/stream_chat/test/src/core/models/attachment_test.dart
|
2021-09-16 15:42:40 +05:30 |
|
Sahil Kumar
|
e7f531c857
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-16 15:35:48 +05:30 |
|
Sahil Kumar
|
b23d86fc55
|
ref(llc): add fileSize, mimeType in attachment.dart
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-16 15:35:48 +05:30 |
|
Sahil Kumar
|
abc22f0eb9
|
fix(llc): Fix Filter.empty encoding
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-15 17:45:32 +05:30 |
|
Sahil Kumar
|
59aad47789
|
refactor(llc): make Filter.empty constructor const.
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-15 16:01:00 +05:30 |
|
Salvatore Giordano
|
720c0a80ed
|
chore(repo): update flutter version in workflow
|
2021-09-09 10:25:08 +02:00 |
|
 Salvatore GiordanoandGitHub
|
18c6fd842c
|
Merge pull request #669 from GetStream/fix/client-unread-count
fix(llc): Fix unread count not updating when the current user is set.
|
2021-09-09 09:41:08 +02:00 |
|
Sahil Kumar
|
94636f2115
|
chore(llc): Update current user in event.unreadChannels,.totalUnreadCount
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-08 18:43:32 +05:30 |
|
Sahil Kumar
|
f4e37e23d6
|
fix(llc): Fix unread count not updating when the current user is set.
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-08 16:37:34 +05:30 |
|
 Sahil KumarandGitHub
|
cce1f3a420
|
Merge branch 'develop' into fix/message-search-pagination
|
2021-09-08 15:51:33 +05:30 |
|
Sahil Kumar
|
977add6ab9
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-08 15:49:47 +05:30 |
|
Sahil Kumar
|
f374120599
|
chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-08 15:47:52 +05:30 |
|
 Sahil KumarandGitHub
|
86bd9d7a2d
|
Merge branch 'develop' into feat/filters
|
2021-09-07 18:30:43 +05:30 |
|
Salvatore Giordano
|
6f75af2658
|
chore(llc): update changelog
|
2021-09-07 10:38:14 +02:00 |
|
Salvatore Giordano
|
fe73cf0b71
|
fix(llc): fix contains filter params
|
2021-09-07 10:36:53 +02:00 |
|
Salvatore Giordano
|
d18286dc8d
|
feat(llc): add tests
|
2021-09-07 10:10:10 +02:00 |
|
Salvatore Giordano
|
395f5e6c64
|
feat(llc): add contains and empty filters
|
2021-09-07 10:02:05 +02:00 |
|
Sahil Kumar
|
885c1f2cae
|
chore(llc, persistence): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-07 13:10:38 +05:30 |
|
xsahil03x
|
fd6fcef9b2
|
Merge branch 'develop' of github.com:GetStream/stream-chat-flutter into fix/message-search-pagination
|
2021-09-06 19:37:33 +05:30 |
|
Sahil Kumar
|
4ddb0703b3
|
fix(llc, ui): message search pagination
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-06 19:35:04 +05:30 |
|
Sahil Kumar
|
7e0997838e
|
fix: updateChannelStates invocation sequence as per foreign keys relations.
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-06 19:21:28 +05:30 |
|
Salvatore Giordano
|
442b22a007
|
Merge branch 'develop' into fix-cascade-deletion
|
2021-09-03 10:30:52 +02:00 |
|
Salvatore Giordano
|
0f8ee304a2
|
chore(llc,core,ui): update changelog and pubspecs
|
2021-09-01 11:52:12 +02:00 |
|
Salvatore Giordano
|
142d062c53
|
fix(llc): use unread count when > 0
|
2021-09-01 10:50:39 +02:00 |
|
 Salvatore GiordanoandGitHub
|
b59b77dd45
|
Merge branch 'develop' into hotfix/unreadIndicator
|
2021-08-31 14:47:13 +02:00 |
|
Salvatore Giordano
|
ae18eff8e8
|
refactor(llc): rename _computeInitialUnread to _computeUnread
|
2021-08-31 13:38:51 +02:00 |
|
Sahil Kumar
|
b369f18922
|
feat(llc): add crud for pinned message reactions
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-31 15:50:25 +05:30 |
|
Salvatore Giordano
|
cfd66a451e
|
chore(llc): update changelog
|
2021-08-31 10:48:44 +02:00 |
|
Salvatore Giordano
|
8217b7469a
|
fix(llc): unread count not updating
|
2021-08-31 10:47:45 +02:00 |
|
Salvatore Giordano
|
1ebafb036f
|
fix(llc): update tests
|
2021-08-30 15:21:59 +02:00 |
|
Salvatore Giordano
|
a23b29ddc3
|
chore(llc): update changelog
|
2021-08-30 13:26:35 +02:00 |
|
Salvatore Giordano
|
d7c96143a5
|
fix(llc): channel.show body
|
2021-08-30 13:25:34 +02:00 |
|
Salvatore Giordano
|
fc7be96374
|
chore(llc): update version
|
2021-08-25 13:34:08 +02:00 |
|
Salvatore Giordano
|
ad907d27b9
|
chore(llc,core,ui,localization): update changelogs
|
2021-08-25 12:36:30 +02:00 |
|
Sahil Kumar
|
1a99a38469
|
refactor(llc, ui): make cooldown non-nullable.
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-25 15:40:26 +05:30 |
|
Deven Joshi
|
0f8418dd29
|
added changelog
|
2021-08-23 13:07:23 +05:30 |
|
Deven Joshi
|
1f874b1252
|
Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into cds-189
|
2021-08-20 16:19:28 +05:30 |
|
Deven Joshi
|
b7ba8b5e85
|
fixed test
|
2021-08-20 16:13:46 +05:30 |
|
Deven Joshi
|
6cf63fe3ca
|
added tests
|
2021-08-20 16:10:01 +05:30 |
|
Salvatore Giordano
|
26407a0f15
|
rename test folder
|
2021-08-20 11:03:04 +02:00 |
|