Commit Graph
422 Commits
Author SHA1 Message Date
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 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
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
Deven Joshi ddf33a1989 added tests 2021-08-19 17:50:37 +05:30
Deven Joshi c716f8803e Merge remote-tracking branch 'origin/cds-189' into cds-189 2021-08-19 17:22:02 +05:30
Deven Joshi b920919e0f added tests 2021-08-19 17:20:59 +05:30
Deven JoshiandGitHub 170f18093e Update packages/stream_chat/lib/src/client/channel.dart 2021-08-18 17:31:44 +05:30
Deven Joshi f28b6b61a0 fix: cooldown and teams, added correct textfield hint 2021-08-18 15:45:46 +05:30
Sahil Kumar 3e4d39308f refactor(llc, ui): Make Streams non-nullable wherever possible.
Signed-off-by: xsahil03x <[email protected]>
2021-08-16 20:19:55 +05:30
Deven Joshi fd13d1089f fix: tests 2021-08-16 14:48:36 +05:30
Deven Joshi 33262200a3 fix: tests 2021-08-16 14:21:12 +05:30
Deven Joshi 2e1b5c4d4a Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into cds-189
 Conflicts:
	packages/stream_chat/lib/src/client/channel.dart
	packages/stream_chat_flutter/example/lib/main.dart
	packages/stream_chat_flutter/lib/src/message_list_view.dart
2021-08-16 14:05:18 +05:30
Sahil Kumar 702f7ee937 fix(llc): don't return cid in case name is null, minor improvements
Signed-off-by: xsahil03x <[email protected]>
2021-08-11 15:00:05 +05:30
Sahil Kumar b3a1d42f92 chore(llc): fix tests, minor changes
Signed-off-by: xsahil03x <[email protected]>
2021-08-11 12:47:20 +05:30
Gordon Hayes 5e2c6975e2 chore: update error description 2021-08-10 13:59:41 +02:00
Gordon Hayes 4dff4d4cbe chore: additional descriptions for channel update 2021-08-10 12:17:19 +02:00
Gordon Hayes 250162b7bd use image getter 2021-08-10 11:56:32 +02:00
Gordon Hayes 472b50397f chore: update CHANGELOG.md 2021-08-10 11:54:31 +02:00
Gordon Hayes adfc0adea9 feat: add name get, set and update on Channel 2021-08-10 11:53:30 +02:00
Gordon Hayes 131019d77a chore: update CHANGELOG.md 2021-08-10 10:09:37 +02:00
Gordon Hayes ae8ebe2dba chore: prefer image and name property on image 2021-08-10 10:00:02 +02:00
Gordon Hayes eae7cb1020 feat: add image get, set and update to channel 2021-08-10 09:59:08 +02:00
Gordon Hayes aa223ce258 chore: format comments 2021-08-09 14:30:07 +02:00
Gordon Hayes 35adf26f4c chore: update CHANGELOG.md 2021-08-05 14:04:35 +02:00
Gordon Hayes dd3b67a62a chore: update CHANGELOG.md 2021-08-05 13:41:32 +02:00
Gordon Hayes 22f323b37d chore: fix formatting 2021-08-05 13:40:00 +02:00