Commit Graph
248 Commits
Author SHA1 Message Date
Salvatore GiordanoandGitHub 3db81213f0 Merge pull request #626 from GetStream/cds-189
feat(ui, llc): slow mode
2021-08-23 09:58:28 +02:00
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
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
Deven Joshi 2a30ff2e73 fixes 2021-08-18 16:08:20 +05:30
Salvatore Giordano ad4be0e9d6 update changelog 2021-08-17 11:26:16 +02:00
Salvatore Giordano 607ad40443 fix(core): ChannelListView pagination on refresh 2021-08-17 10:32:56 +02:00
GordonandGitHub d56a6df3de docs: fix example folder link 2021-08-13 14:34:51 +02:00
Gordon Hayes adfc0adea9 feat: add name get, set and update on Channel 2021-08-10 11:53:30 +02:00
Sahil Kumar 3ab363a8b2 chore(llc, ui, core, localization, persistence): analysis fixes, move extraData.image to image field
Signed-off-by: xsahil03x <[email protected]>
2021-08-05 16:38:32 +05:30
Salvatore Giordano 127f83457b fix typo 2021-07-29 14:20:07 +02:00
Salvatore Giordano c46397b63a bump version and changelog 2021-07-29 13:24:13 +02:00
Salvatore Giordano b523510845 bump version and changelog 2021-07-28 12:28:24 +02:00
Salvatore Giordano f16bb82964 merge master 2021-07-28 12:26:29 +02:00
Salvatore GiordanoandGitHub 4de68ba6cc Merge branch 'develop' into delete_message_fix 2021-07-27 09:32:37 +02:00
Deven Joshi 63ed35a5de added changelog entries 2021-07-26 18:33:41 +05:30
Deven Joshi f326480ed3 added changelog entries 2021-07-26 18:30:31 +05:30
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
Sahil Kumar 2be51c0c01 chore(core): fix MockClientState
Signed-off-by: xsahil03x <[email protected]>
2021-07-26 15:25:15 +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 d76f182f22 added changelog entry 2021-07-20 09:23:30 +02:00
Salvatore Giordano 6c08c5a784 add test 2021-07-19 12:11:34 +02:00
Salvatore Giordano 57594c403c add test 2021-07-19 12:10:20 +02:00
Salvatore Giordano f50ea0bac4 add paginationLimit to message list core and ui package 2021-07-19 12:05:57 +02:00
Salvatore Giordano db537811cc Merge branch 'develop' into release/2.0.0 2021-07-16 17:28:31 +02:00
Salvatore GiordanoandGitHub 48399a0f1b Merge pull request #529 from GetStream/docusaurus
docs: docusaurus docs
2021-07-16 17:28:01 +02:00
Salvatore Giordanoandxsahil03x 5c12521a69 fix analyzer 2021-07-16 20:44:21 +05:30
Salvatore Giordano e0153b4852 fix analyzer 2021-07-16 13:15:50 +02:00
Salvatore Giordano e0ede7abfe Merge branch 'develop' into release/2.0.0 2021-07-16 12:52:43 +02:00
Sahil KumarandGitHub 633bcb750d Merge pull request #548 from GetStream/hotfix/backgroundDisconnection
fix: use inactive as a foreground state
2021-07-16 16:16:29 +05:30
Salvatore GiordanoandGitHub 3a2c50158a Merge branch 'master' into release/2.0.0 2021-07-16 12:32:27 +02:00
Salvatore Giordano 26dea38e33 update stream_chat_flutter_core changelog 2021-07-16 12:27:48 +02:00
Salvatore Giordano 35b969994e update pubspecs 2021-07-16 12:27:25 +02:00
Reuben TurnerandGitHub b306978da6 chore: apply linter to the various example and test directories (#550)
* chore: remove examples and tests from analysis exclusion

* chore: apply linter fixes to stream_chat_flutter_core/example/main.dart

* chore: apply linter fixes to stream_chat_flutter/example/main.dart

* chore: apply linter fixes to stream_chat_persistence/example/main.dart

* chore: apply linter fixes to stream_chat/example/main.dart

* chore: apply linter fixes to stream_chat_flutter/example/split_view.dart

* chore: renamte tutorial files per linter

* chore: apply linter fixes to tutorial_part_1.dart

* chore: apply linter fixes to tutorial_part_2.dart

* chore: apply linter fixes to tutorial_part_3.dart

* chore: apply linter fixes to tutorial_part_4.dart

* chore: apply linter fixes to tutorial_part_5.dart

* chore: make a widget const in tutorial_part_5.dart

* chore: apply linter fixes to tutorial_part_6.dart

* chore: sort and update dependencies in stream_chat_persistence/example/pubspec.yaml

* chore: sort and update dependencies in stream_chat_flutter_core/example/pubspec.yaml

* chore: sort and update dependencies in stream_chat_flutter/example/pubspec.yaml

* chore: sort dependencies in stream_chat_flutter/example/pubspec.yaml

* chore: apply linter fixes to channel_test.dart

* chore: apply linter fixes to client_test.dart

* chore: apply linter fixes to client_test.dart, stream_http_client_test.dart, and token_manager_test.dart

* chore: apply linter fixes to filter_test.dart

* chore: apply linter fixes to reaction_test.dart

* chore: apply linter fixes to chat_persistence_client_test.dart

* chore: apply linter fixes to channel_image_test.dart

* chore: apply linter fixes to deleted_message_test.dart

* chore: apply linter fixes to full_screen_media_test.dart

* chore: apply linter fixes to gallery_footer_theme_test.dart

* chore: apply linter fixes to gallery_header_theme_test.dart

* chore: apply linter fixes to message_text_test.dart

* chore: apply linter fixes to reaction_bubble_test.dart

* chore: apply linter fixes to system_message_test.dart

* chore: apply linter fixes to typing_indicator_test.dart

* chore: apply linter fixes to channel_list_core_test.dart

* chore: apply linter fixes to channels_bloc_test.dart

* chore: apply linter fixes to lazy_load_scroll_view_test.dart

* chore: apply linter fixes to channel_matcher.dart

* chore: apply linter fixes to message_matcher.dart

* chore: apply linter fixes to users_matcher.dart

* chore: apply linter fixes to message_list_core_test.dart

* chore: apply linter fixes to message_search_bloc_test.dart

* chore: apply linter fixes to message_search_list_core_test.dart

* chore: apply linter fixes to stream_channel_test.dart

* chore: apply linter fixes to stream_chat_core_test.dart

* chore: apply linter fixes to user_list_core_test.dart

* chore: apply linter fixes to channel_query_dao_test.dart, message_mapper_test.dart, user_mapper_test.dart, and users_bloc_test.dart

* chore: apply some missed dartfmt

* test: regenerate failinggolden test
2021-07-16 10:49:51 +02:00
Salvatore Giordano e99c66be99 add tests 2021-07-15 13:15:22 +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 GiordanoandGitHub 6ff2dc7089 Merge pull request #520 from GetStream/feat/connectionLessClient
feat!: connection less client [CDS-335]
2021-07-08 10:38:07 +02:00
Salvatore GiordanoandGitHub bcccef7328 Merge pull request #517 from GetStream/fix/messageListView
fix!: remove proxy properties from `MessageListView` [CDS-341]
2021-07-08 09:42:07 +02:00
Salvatore Giordano 184a00b195 update changelogs and pubspecs 2021-07-07 17:39:55 +02:00
Salvatore Giordano c617b3040a add connectWebsocket property to connectUser calls 2021-07-02 11:58:23 +02:00
Salvatore Giordano 8ceff3ab62 fix test and example 2021-07-01 10:47:30 +02:00
Salvatore Giordano 495351b756 remove proxy props from MessageListView 2021-07-01 10:27:44 +02:00
Salvatore Giordano bc0a70ad25 rename colors 2021-06-29 16:12:51 +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
Sahil Kumar be76d25aa3 update changelogs
Signed-off-by: Sahil Kumar <[email protected]>
2021-06-29 16:20:29 +05:30
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
Salvatore Giordano 8052edf09c fix tests 2021-06-28 15:20:50 +02:00