 Sahil KumarandGitHub
|
cce1f3a420
|
Merge branch 'develop' into fix/message-search-pagination
|
2021-09-08 15:51:33 +05:30 |
|
Sahil Kumar
|
885c1f2cae
|
chore(llc, persistence): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-07 13:10:38 +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
|
7e0997838e
|
fix: updateChannelStates invocation sequence as per foreign keys relations.
Signed-off-by: xsahil03x <[email protected]>
|
2021-09-06 19:21:28 +05:30 |
|
Salvatore Giordano
|
442b22a007
|
Merge branch 'develop' into fix-cascade-deletion
|
2021-09-03 10:30:52 +02:00 |
|
Sahil Kumar
|
f184da13db
|
chore(persistence): update schema version
Signed-off-by: xsahil03x <[email protected]>
|
2021-08-31 15:52:15 +05:30 |
|
Dmitry Zhifarsky
|
5db0efadba
|
feat(persistence): add pinned message reactions table
|
2021-08-28 10:04:05 +03:00 |
|
Salvatore Giordano
|
a11de48305
|
chore(persistence): update changelog
|
2021-08-25 13:49:03 +02:00 |
|
Dmitry Zhifarsky
|
68311a6c6c
|
test(persistence): update tests after enabling foreign keys
|
2021-08-08 21:42:44 +03:00 |
|
Dmitry Zhifarsky
|
8adc38f8e4
|
fix(persistence): change mode insert or replace to upsert
|
2021-08-08 21:42:27 +03:00 |
|
Dmitry Zhifarsky
|
70fdd42e58
|
fix(persistence): enable pragma foreign_keys
|
2021-08-08 21:42:08 +03: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
|
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 |
|
Sahil Kumar
|
05e3ca1c48
|
chore(persistence): update schema version
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-28 15:30:11 +05:30 |
|
Salvatore Giordano
|
fe7a8a1ed0
|
make language nullable
|
2021-07-28 11:20:07 +02:00 |
|
Sahil Kumar
|
39449e5700
|
chore(persistence): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-27 20:07:55 +05:30 |
|
Sahil Kumar
|
658f7f2504
|
feat(persistence): add support for message.i18n
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-27 20:06:06 +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 |
|
Sahil Kumar
|
edd7100888
|
chore(persistence): fix analysis errors
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-22 13:29:41 +05:30 |
|
Sahil Kumar
|
0738280a7e
|
chore(persistence): flutter format .
Signed-off-by: xsahil03x <[email protected]>
|
2021-07-22 13:24:53 +05:30 |
|
 Sahil KumarandGitHub
|
891d55ea51
|
test(persistence): fix flaky channel query test
|
2021-07-22 13:20:25 +05:30 |
|
Salvatore Giordano
|
9813f4084a
|
update persistence version
|
2021-07-16 17:29:27 +02:00 |
|
Salvatore Giordano
|
0a491eed7d
|
update stream_chat_persistence changelog
|
2021-07-16 12:27:39 +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
|
184a00b195
|
update changelogs and pubspecs
|
2021-07-07 17:39:55 +02:00 |
|
Salvatore Giordano
|
657380f4e6
|
regenerate files
|
2021-07-06 17:35:48 +02:00 |
|
Salvatore Giordano
|
5d735f1571
|
regenerate files
|
2021-07-06 17:29:50 +02:00 |
|
Sahil Kumar
|
05396a5bd2
|
chore: prepare stream_chat_persistence for v2.0.0-nullsafety.7
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-06-28 16:15:59 +05:30 |
|
Salvatore Giordano
|
00e184f422
|
show modal using the nearest navigator
|
2021-06-22 12:54:22 +02:00 |
|
Salvatore Giordano
|
c3ae85a282
|
fix tests
|
2021-06-18 10:47:11 +02:00 |
|
Sahil Kumar
|
03ce7987bc
|
Merge remote-tracking branch 'origin/develop' into ref/segregate-api-layer
# Conflicts:
# packages/stream_chat_flutter/analysis_options.yaml
# packages/stream_chat_flutter_core/analysis_options.yaml
|
2021-06-17 21:47:56 +05:30 |
|
Sahil Kumar
|
678945f7ef
|
refactor stream_flutter_workflow.yml
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-06-17 21:31:06 +05:30 |
|
Salvatore Giordano
|
2d6cc796e8
|
move jsons to fixtures
|
2021-06-17 09:31:53 +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
|
2fda85eb4a
|
upgrade deps
|
2021-06-14 10:44:01 +02:00 |
|
Salvatore Giordano
|
cf419f3a37
|
update changelogs and pubspecs
|
2021-06-14 10:35:19 +02:00 |
|
Sahil Kumar
|
12e6b9c500
|
unify errors, refactor retry_queue
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-06-02 17:56:38 +05:30 |
|
Sahil Kumar
|
5cada0ce49
|
Merge branches 'develop' and 'ref/segregate-api-layer' of https://github.com/GetStream/stream-chat-flutter into ref/segregate-api-layer
Conflicts:
packages/stream_chat/lib/src/api/channel.dart
packages/stream_chat/lib/src/client.dart
packages/stream_chat_persistence/lib/src/db/moor_chat_database.g.dart
|
2021-05-27 20:07:11 +05:30 |
|
Sahil Kumar
|
839ced618b
|
major refactoring
Signed-off-by: Sahil Kumar <[email protected]>
|
2021-05-27 19:59:34 +05:30 |
|
Salvatore Giordano
|
229a30bd65
|
fix persistence not building for web
|
2021-05-20 11:59:43 +02:00 |
|
Salvatore Giordano
|
b67db631e4
|
use specific analysis option files
|
2021-05-19 13:30:37 +02:00 |
|
Salvatore Giordano
|
d7edb844f7
|
regenerate files
|
2021-05-19 13:11:23 +02:00 |
|
Salvatore Giordano
|
3ab1e1956e
|
bump changelogs and pubspecs
|
2021-05-19 12:43:52 +02:00 |
|
Salvatore Giordano
|
a04c46090a
|
bump db version
|
2021-05-14 14:03:31 +02:00 |
|
Salvatore Giordano
|
527e979660
|
fix reaction extradata in persistence
|
2021-05-14 13:48:36 +02:00 |
|
Salvatore Giordano
|
084d339cc4
|
add tests
|
2021-05-14 12:55:34 +02:00 |
|