Commit Graph
178 Commits
Author SHA1 Message Date
Salvatore Giordano e054310fa2 fix typo 2022-05-16 16:56:13 +02:00
Salvatore Giordano 7cbbfd6768 Merge branch 'develop' into hotfix/messagePagination 2022-05-16 15:53:18 +02:00
Salvatore Giordano f969b4a51d fix format 2022-05-16 14:54:59 +02:00
Sahil Kumar 069f380f41 chore(repo): add lints, update freezed, json_serializable
Signed-off-by: xsahil03x <[email protected]>
2022-05-16 16:58:24 +05:30
Salvatore Giordano 4896c43342 fix(llc, core): fix message pagination parameters 2022-05-13 11:45:36 +02:00
Salvatore GiordanoandGitHub ce16002315 Merge pull request #1108 from GetStream/docs/v4
docs(repo): update docs for v4
2022-05-02 17:55:08 +02:00
Salvatore Giordano 6f6032441c remove deprecated stuff from older versions 2022-05-02 17:45:06 +02:00
Salvatore Giordano bd12ece9ea PagedValueListenableBuilder 2022-05-02 12:44:28 +02:00
Salvatore Giordano da627a6c8a Merge branch 'develop' into v4 2022-04-29 16:24:12 +02:00
Salvatore Giordano 28e8910c11 deprecate core lists 2022-04-29 15:52:00 +02:00
Salvatore Giordano 6048d61862 add exports, minor refactoring 2022-04-29 15:25:35 +02:00
Sahil Kumar 1e9a5b6c1e feat(core, ui): add grid views, minor refactoring
Signed-off-by: xsahil03x <[email protected]>
2022-04-29 14:31:01 +05:30
Ayush Shekhar b6bb3608e5 Migrated llc Lists to be nullable instead of being an empty array 2022-04-26 21:11:24 +05:30
Sahil Kumar 381e1c06f5 chore(core): remove dead code
Signed-off-by: xsahil03x <[email protected]>
2022-04-25 17:04:10 +05:30
Sahil Kumar 942af38146 feat(core, ui): added PagedValueGridView, added additional params in ListViews
Signed-off-by: xsahil03x <[email protected]>
2022-04-25 16:58:23 +05:30
Sahil Kumar 0f8c92f486 chore(core): deprecate UsersBloc and MessageSearchBloc
Signed-off-by: xsahil03x <[email protected]>
2022-04-22 18:14:32 +05:30
Sahil Kumar f074bccdc5 feat(ui, core): add remaining v4 list-views
Signed-off-by: xsahil03x <[email protected]>
2022-04-19 12:38:21 +05:30
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
Salvatore Giordano 5f12802799 fix reconnection event 2022-03-22 16:34:06 +01:00
Sahil Kumar a7e3839256 refactor(ui, core): Deprecate v3
Signed-off-by: xsahil03x <[email protected]>
2022-03-10 14:12:01 +05:30
Sahil Kumar 202af02f8e chore: move controllers from ui to core
Signed-off-by: xsahil03x <[email protected]>
2022-02-07 15:25:07 +05:30
ce22e854a8 Update packages/stream_chat_flutter_core/lib/src/channels_bloc.dart
Co-authored-by: Sahil Kumar <[email protected]>
2022-02-01 12:29:52 +01:00
Salvatore Giordano 6351fa0a5f deprecate old widgets 2022-02-01 12:03:29 +01:00
Salvatore Giordano 3b6a4ba36b chore(repo): fix analysis 2022-01-31 12:35:29 +01:00
Sahil Kumar bb3f48d42f fix(core): Replaced all StreamController.add() with .safeAdd() to fix bad state errors.
Signed-off-by: xsahil03x <[email protected]>
2022-01-24 16:22:28 +05:30
Salvatore Giordano 54977de7fd fix(core): do not move a channel when the new message is a thread reply 2021-12-16 11:31:13 +01:00
Sahil Kumar 1e49156618 test(core): fix failing tests
Signed-off-by: xsahil03x <[email protected]>
2021-11-29 22:56:02 +05:30
Salvatore Giordano 0dd9af0906 fix(llc): dispose channel on deletion 2021-11-26 11:46:02 +01:00
Deven Joshi be8b319691 fixes name 2021-11-10 20:01:02 +05:30
Deven Joshi bfacbaa1ad feat: Added a queryAround implementation 2021-11-10 18:16:16 +05:30
Deven Joshi 085d8cf344 feat: Added a queryAround implementation 2021-11-10 18:12:27 +05:30
Deven Joshi 013316af73 feat: Added a queryAround implementation 2021-11-10 18:07:42 +05:30
Deven Joshi afc8026547 feat: Added a queryAround implementation 2021-11-10 17:56:35 +05:30
Salvatore Giordano b8f0ae14f4 fix analysis 2021-11-03 15:14:36 +01:00
Salvatore Giordano f6f9e017cf fix core header 2021-11-03 13:18:54 +01:00
Salvatore Giordano 63e5eb0a24 clean up 2021-11-03 13:12:39 +01:00
Salvatore Giordano 55e4c1ebd5 use a static map for additional headers 2021-11-03 12:53:36 +01:00
Salvatore Giordano 685de93e31 feat(llc,core,ui): send used package in the headers 2021-11-02 18:09:49 +01:00
Gordon Hayes b41b08cf34 fix: default message filter 2021-10-19 18:02:03 +02:00
Sahil Kumar 2157340784 chore(repo): run dart fix
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar ca7cf541a7 chore(repo): fix lints
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:16 +05:30
Salvatore Giordano 148ab9871b Merge branch 'develop' into overlay-portal 2021-09-29 17:34:30 +02:00
Sahil Kumar 6686cc1af6 feat(ui): improve add support for mentionAllAppUsers in UserMentionsOverlay.
Signed-off-by: xsahil03x <[email protected]>
2021-09-27 16:27:17 +05:30
Salvatore Giordano ad3c3572dd feat!(core): commit breaking changes 2021-09-22 15:25:45 +02:00
Gordon Hayes b7fe7287a5 docs: change paginationParams to limit 2021-09-22 13:00:11 +02:00
Sahil Kumar 6427e34119 feat(ui, core): deprecate pagination in favor of limit
Signed-off-by: xsahil03x <[email protected]>
2021-09-15 20:50:44 +05:30
Sahil Kumar ea3d10646e feat(ui, core): Add default empty filter in UserListView.
Signed-off-by: xsahil03x <[email protected]>
2021-09-15 16:02:05 +05:30
Sahil Kumar 8779341bbd fix(core): match oldWidget objects using jsonEncode
Signed-off-by: xsahil03x <[email protected]>
2021-09-14 20:28:00 +05:30
xsahil03x 4093e743b6 Merge remote-tracking branch 'origin/fix/message-search-pagination' into fix/message-search-pagination 2021-09-08 15:29:44 +05:30