Commit Graph
757 Commits
Author SHA1 Message Date
Sahil Kumar b3e5986290 test(llc): fix own_user test
Signed-off-by: xsahil03x <[email protected]>
2022-05-19 18:53:05 +05:30
Salvatore GiordanoandGitHub 18c3171103 Merge branch 'develop' into fix/channel-unset 2022-05-19 14:51:36 +02:00
Sahil Kumar 8ba8402d80 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-05-19 18:11:51 +05:30
Sahil Kumar de3e1c9862 refactor(llc): convert the implementation into non-breaking
Signed-off-by: xsahil03x <[email protected]>
2022-05-19 18:07:22 +05:30
Salvatore Giordano 434214e735 fix test 2022-05-19 14:02:58 +02:00
Sahil Kumar beee0e41c4 feat(llc): create disabled, hidden, truncatedAt a field in channel
Signed-off-by: xsahil03x <[email protected]>
2022-05-19 15:50:51 +05:30
Sahil KumarandGitHub 9ebfaf55f3 Update packages/stream_chat/lib/src/core/models/channel_state.dart 2022-05-19 14:54:05 +05:30
Sahil KumarandGitHub dd4506a926 Update packages/stream_chat/lib/src/core/models/channel_model.dart 2022-05-19 14:53:11 +05:30
Sahil Kumar 63f568bf90 refactor(llc): move membership from channel_model to channel_state
Signed-off-by: xsahil03x <[email protected]>
2022-05-19 14:51:28 +05:30
Sahil Kumar 15b2c10534 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-05-19 14:36:56 +05:30
Sahil Kumar b1e4e134ca feat(llc): add support for channel.membership
Signed-off-by: xsahil03x <[email protected]>
2022-05-19 14:34:04 +05:30
Salvatore Giordano 7cbbfd6768 Merge branch 'develop' into hotfix/messagePagination 2022-05-16 15:53:18 +02:00
Sahil Kumar 2f9a35f3fa test(repo): fix tests
Signed-off-by: xsahil03x <[email protected]>
2022-05-16 18:21:33 +05:30
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 869730ca8f chore(llc,core): update changelog 2022-05-13 11:52:11 +02:00
Salvatore Giordano 4896c43342 fix(llc, core): fix message pagination parameters 2022-05-13 11:45:36 +02:00
Sahil Kumar 278fb2dd69 chore(repo): bump min dart sdk version to 2.17.0
Signed-off-by: xsahil03x <[email protected]>
2022-05-12 13:28:09 +05:30
Salvatore Giordano d0a3975cf2 chore(llc,core,ui,persistence,localizations): update changelog and pubspec 2022-05-06 17:40:22 +02:00
Salvatore Giordano 7f1f8d2a65 fix analysis 2022-05-06 17:26:47 +02:00
Ayush Shekhar 4b9522e0d7 Updated changelog 2022-05-06 20:08:05 +05:30
Ayush Shekhar aee3a62478 Deprecated the currentUserRole getter in channel and introduced currentUserChannelRole 2022-05-06 20:07:02 +05:30
Ayush Shekhar d533c3fbc7 Resolved merge conflicts with develop 2022-05-06 17:28:32 +05:30
Ayush Shekhar 7a0706fe5f Updated changelogs 2022-05-06 17:27:19 +05:30
Ayush Shekhar bba503a6f4 Deprecated role in Member and introduced channelRole 2022-05-06 17:19:45 +05:30
Sahil Kumar 2e8f630d5f test(llc): update sendImage, sendFile tests
Signed-off-by: xsahil03x <[email protected]>
2022-05-06 15:56:08 +05:30
Sahil Kumar 893d28c673 chore(llc): update changelog
Signed-off-by: xsahil03x <[email protected]>
2022-05-05 20:17:01 +05:30
xsahil03x f0e4a01f7a Merge branch 'develop' of github.com:GetStream/stream-chat-flutter into develop 2022-05-05 20:11:43 +05:30
Sahil Kumar d62d42c8c4 feat(llc): add support for extraData in while uploading file
Signed-off-by: xsahil03x <[email protected]>
2022-05-05 19:48:48 +05:30
Sahil KumarandGitHub a13b926928 Apply suggestions from code review 2022-05-05 19:24:37 +05:30
Salvatore Giordano 5ce540ad4a chore(llc,core,ui, persistence): update pubspec and changelogs 2022-05-03 12:05:09 +02:00
Salvatore Giordano 41f2d55f70 polish 4.0.0 and prepare 4.0.1 2022-05-03 11:58:55 +02:00
Salvatore Giordano 9c05625f9b update changelogs and readmes 2022-05-03 09:48:41 +02:00
Salvatore Giordano 2e54334255 update pubspec and changelogs 2022-05-02 21:18:41 +02:00
Salvatore Giordano 6f6032441c remove deprecated stuff from older versions 2022-05-02 17:45:06 +02:00
rlee1990 408ef863b4 Update attachment_file_uploader.dart
Added the option to add a Map of extra data that someone might need.
2022-04-29 23:24:15 -04:00
Salvatore Giordano da627a6c8a Merge branch 'develop' into v4 2022-04-29 16:24:12 +02:00
Salvatore Giordano 6048d61862 add exports, minor refactoring 2022-04-29 15:25:35 +02:00
Ayush Shekhar 707e6989ec Updated changelog 2022-04-27 18:26:14 +05:30
Ayush Shekhar 28649107ee Added a new field called push provider name in addDevice api call 2022-04-27 18:23:17 +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 fbeb656567 chore(llc): export defaultLogHandler, LogRecord
Signed-off-by: xsahil03x <[email protected]>
2022-04-22 16:22:45 +05:30
Salvatore Giordano da4fd16af7 add test 2022-04-14 11:32:32 +02:00
Salvatore Giordano affe37e684 fix(ui): align new widgets to develop fixes 2022-04-14 10:10:21 +02:00
Salvatore Giordano 2bd088dc50 Merge branch 'v4' into release/4.0.0-beta.2 2022-04-14 10:06:12 +02:00
Salvatore Giordano 9d0f66ee8c Merge branch 'develop' into v4 2022-04-14 10:04:27 +02:00
Salvatore Giordano e5b768078b chore(llc,core,ui): update pubspec and changelogs 2022-04-14 09:50:50 +02:00
Salvatore Giordano 8a438ea321 chore(llc): update changelog 2022-04-14 09:41:05 +02:00
Salvatore Giordano 6556ed6d58 fix(llc): fix reconnection 2022-04-14 09:39:47 +02:00
Salvatore Giordano 1926076598 chore(llc,core,ui): update pubspec and changelogs 2022-04-13 17:08:27 +02:00
Salvatore Giordano e59a2b001c Merge branch 'develop' into v4 2022-04-13 14:31:44 +02:00