Commit Graph
138 Commits
Author SHA1 Message Date
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
Sahil Kumar e27ec9edb7 chore(core): add doc comments
Signed-off-by: xsahil03x <[email protected]>
2021-09-08 15:29:14 +05:30
xsahil03x 7bd00aaec9 Merge branch 'fix/message-search-pagination' of github.com:GetStream/stream-chat-flutter into add-pagination-ended 2021-09-07 20:25:07 +05:30
Sahil Kumar 3069f87629 test(core): fix tests
Signed-off-by: xsahil03x <[email protected]>
2021-09-07 20:20:49 +05:30
Sahil Kumar d9de5e15ad test(core): fix message search list core tests
Signed-off-by: xsahil03x <[email protected]>
2021-09-07 19:45:31 +05:30
Sahil Kumar 21647040e1 feat(core, ui): Improve pagination invocation by using paginationEnded flag.
Signed-off-by: xsahil03x <[email protected]>
2021-09-07 17:59:56 +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 f90dc4127d refactor!(core): Refactor BetterStreamBuilder.
1. BREAKING: Renamed `BetterStreamBuilder.loadingBuilder` to `.noDataBuilder`.
2. BREAKING: Added non-null constraint on `BetterStreamBuilder<T extends Object>`.
3. `BetterStreamBuilder.initialData` is now nullable/not-required.

Signed-off-by: xsahil03x <[email protected]>
2021-08-20 16:13:27 +05:30
Salvatore Giordano 607ad40443 fix(core): ChannelListView pagination on refresh 2021-08-17 10:32:56 +02:00
Salvatore GiordanoandGitHub 4de68ba6cc Merge branch 'develop' into delete_message_fix 2021-07-27 09:32:37 +02:00
Sahil Kumar 5c7877b987 chore(llc, core, ui): ignore deprecated methods from codecov
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 16:45:36 +05:30
Deven Joshi c0951272eb feat: Extracted visible_footnote.dart, corrected default filter 2021-07-26 15:06:47 +05:30
Sahil Kumar f7b9511adb refactor(llc, core, ui): Deprecate .user, .userStream in favor of .currentUser, .currentUserStream
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 14:57:29 +05:30
Salvatore Giordano f50ea0bac4 add paginationLimit to message list core and ui package 2021-07-19 12:05:57 +02:00
Salvatore GiordanoandGitHub 48399a0f1b Merge pull request #529 from GetStream/docusaurus
docs: docusaurus docs
2021-07-16 17:28:01 +02:00
Salvatore Giordano fb10824b14 use inactive as a foreground state 2021-07-15 12:07:48 +02:00
Sahil Kumar 201a510bf0 fix ChannelListView not retrying error on connection recovered [#504](https://github.com/GetStream/stream-chat-flutter/issues/504)
Signed-off-by: xsahil03x <[email protected]>
2021-07-13 16:51:22 +05:30
Salvatore Giordano 7b1a85c40c minor fixes 2021-07-09 15:13:48 +02:00
Salvatore Giordano 495351b756 remove proxy props from MessageListView 2021-07-01 10:27:44 +02:00
Salvatore GiordanoandGitHub 9d4564151e Merge pull request #509 from GetStream/release/v2.0.0-nullsafety-8
chore: v2.0.0 nullsafety.8
2021-06-29 13:36:45 +02:00
Salvatore Giordano ba927bf379 add null check 2021-06-29 12:20:37 +02:00
Salvatore Giordano dde047b0e9 fix message and user list core controller setup 2021-06-29 12:00:40 +02:00
Sahil Kumar 6017a184d6 chore(stream_chat_flutter): prepare for v2.0.0-nullsafety.8
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-28 16:50:42 +05:30
Salvatore Giordano a3a88aead1 fix user list error handling 2021-06-28 13:08:51 +02:00
Sahil Kumar 5e7891e523 remove unused showScrollToBottom property from MessageListCore
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-28 16:04:25 +05:30
Salvatore GiordanoandGitHub 751fa51194 Merge pull request #493 from GetStream/feat/message-list-header-footer
feat: add support for messageListView header/footer
2021-06-24 17:12:11 +02:00
Sahil Kumar 2816124c55 fix floatingDate, messageWidgetBuilder index
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-24 18:19:52 +05:30
Salvatore Giordano 366e77ceb7 fix reconnection logic 2021-06-21 10:43:32 +02:00
Sahil Kumar 73d6527725 fix analyzer warnings
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-17 17:09:50 +05:30
Sahil Kumar e8e1d53aa3 add client_test.dart
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-16 22:19:00 +05:30
Salvatore Giordano 2af7c78bd1 fix reconnection logic 2021-06-16 10:48:19 +02:00
Sahil Kumar 7c9bc3b950 merge origin/develop into ref/segregate-api-layer
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-15 17:32:09 +05:30
Salvatore Giordano f521e13aca fix better stream builder 2021-06-11 10:51:25 +02:00
Salvatore Giordano b1201003f5 fix review 2021-06-11 10:31:57 +02:00
Salvatore Giordano a6ff8e7039 fix tests 2021-06-10 12:33:20 +02:00
Salvatore Giordano 33f19ebd5d add comments 2021-06-10 11:06:15 +02:00
Salvatore Giordano dc6c3094e9 performance fixes 2021-06-09 16:11:59 +02:00
Sahil Kumar eac8093b22 merge fixes
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-02 18:03:22 +05:30
Salvatore GiordanoandGitHub 08877f4927 Merge branch 'develop' into perf 2021-06-02 09:52:25 +02:00
Salvatore Giordano c10166dbff experiment with streambuilder 2021-06-01 17:24:26 +02:00