Salvatore Giordano
|
e178b9143f
|
fix tests
|
2022-05-16 16:28:19 +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
|
da627a6c8a
|
Merge branch 'develop' into v4
|
2022-04-29 16:24:12 +02:00 |
|
Salvatore Giordano
|
92613a0787
|
cleanup
|
2022-04-13 11:22:12 +02:00 |
|
Salvatore Giordano
|
dbddf62115
|
doc(repo): add push v2 guide
|
2022-04-08 15:23:04 +02:00 |
|
Salvatore Giordano
|
7e2a1846d8
|
chore(repo): fix analysis
|
2022-02-01 10:31:10 +01:00 |
|
Salvatore Giordano
|
3b6a4ba36b
|
chore(repo): fix analysis
|
2022-01-31 12:35:29 +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
|
ffeed57c8f
|
fix(core): fix tests
|
2021-11-19 15:58:46 +01:00 |
|
Deven Joshi
|
a4e6f152cb
|
fix tests
|
2021-11-01 18:40:07 +05:30 |
|
Salvatore Giordano
|
1ea8f38293
|
fix(core): fix analysis
|
2021-10-05 14:44:49 +02:00 |
|
Salvatore Giordano
|
1fe446c6e6
|
fix(core): fix analysis
|
2021-09-22 15:47:52 +02:00 |
|
Salvatore Giordano
|
f032a72d00
|
chore(ui,core,llc,persistance,localization): remove analysis warnings due to flutter 2.5
|
2021-09-22 10:30:23 +02:00 |
|
Salvatore Giordano
|
9a70beb33d
|
chore(core): fix format
|
2021-09-16 11:43:04 +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
|
8779341bbd
|
fix(core): match oldWidget objects using jsonEncode
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-14 20:28:00 +05:30 |
|
Sahil Kumar
|
da475285fc
|
test(core): fix tests
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-07 21:08:34 +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 |
|
Deven Joshi
|
2a30ff2e73
|
fixes
|
2021-08-18 16:08:20 +05:30 |
|
Sahil Kumar
|
2be51c0c01
|
chore(core): fix MockClientState
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-26 15:25:15 +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
|
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
|
e0153b4852
|
fix analyzer
|
2021-07-16 13:15:50 +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 |
|
 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 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 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
|
8052edf09c
|
fix tests
|
2021-06-28 15:20:50 +02:00 |
|
Sahil Kumar
|
0860acb61e
|
fix tests
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-06-17 14:35:20 +05:30 |
|
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
|
a6ff8e7039
|
fix tests
|
2021-06-10 12:33:20 +02:00 |
|
Sahil Kumar
|
eac8093b22
|
merge fixes
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-06-02 18:03:22 +05:30 |
|
Sahil Kumar
|
839ced618b
|
major refactoring
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-05-27 19:59:34 +05:30 |
|
Salvatore Giordano
|
4f5958a067
|
implement connectivity plus
|
2021-05-27 11:04:30 +02:00 |
|
Salvatore Giordano
|
2b9f20a04d
|
add small test
|
2021-05-12 16:36:44 +02:00 |
|
Salvatore Giordano
|
5f010ce82d
|
fix tests
|
2021-05-12 13:52:02 +02:00 |
|
Salvatore Giordano
|
fff82c8455
|
fix tests
|
2021-05-06 14:52:38 +02:00 |
|
Sahil Kumar
|
8c666caa52
|
refactor (core <-> ui <-> persistence) with the new filter changes.
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-04-27 15:41:00 +05:30 |
|
Salvatore Giordano
|
4c4473d4b5
|
migrate sample app
|
2021-04-20 13:14:07 +02:00 |
|
Salvatore Giordano
|
987da10cba
|
migrate code
|
2021-04-20 12:44:11 +02:00 |
|
 Deven JoshiandSalvatore Giordano
|
74fb9d8dd8
|
added non-nullability for core
|
2021-04-20 10:35:40 +02:00 |
|
Sahil Kumar
|
3ec389bd71
|
fix tests
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-04-02 19:19:20 +05:30 |
|
 Sahil KumarandGitHub
|
63705693dc
|
fix: fix channel list pagination spinner (#375)
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-04-01 13:25:12 +02:00 |
|
 Sahil KumarandGitHub
|
420d6384c4
|
test: add tests for stream chat flutter core (#354)
* test(core): add tests for channels bloc
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): refactor some tests due to changes in channels bloc
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): add tests for channel list core
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): add tests for users bloc, minor improvements
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): add tests for user list core, minor improvements
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): add tests for message search bloc, refactor
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): add tests for message search list core, refactor
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): add tests for lazy load scroll view
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): add tests for stream chat core
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): add tests for message list core
Signed-off-by: Sahil Kumar <[email protected]>
* test(core): add tests for stream channel
Signed-off-by: Sahil Kumar <[email protected]>
* Fix merge conflicts
Signed-off-by: Sahil Kumar <[email protected]>
* flutter format
Signed-off-by: Sahil Kumar <[email protected]>
* fixes
Signed-off-by: Sahil Kumar <[email protected]>
* update workflow
Signed-off-by: Sahil Kumar <[email protected]>
* chore(core): fix analyzer issues
Signed-off-by: Sahil Kumar <[email protected]>
* chore(ui-kit): fix analyzer issues
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-03-30 10:16:12 +02:00 |
|