Commit Graph
100 Commits
Author SHA1 Message Date
Sahil KumarandGitHub 5f75c6949f Merge pull request #1048 from GetStream/fix/mutes 2022-04-01 14:41:53 +05:30
3ebf05bddf Update packages/stream_chat/lib/src/core/models/channel_mute.dart
Co-authored-by: Ayush Shekhar <[email protected]>
2022-04-01 14:10:48 +05:30
Sahil Kumar d938a0759d test(llc): add test for mute model
Signed-off-by: xsahil03x <[email protected]>
2022-04-01 14:10:04 +05:30
Sahil KumarandGitHub 8758dc862c Merge branch 'develop' into fix/mutes 2022-04-01 13:59:16 +05:30
Sahil KumarandGitHub af8c188301 Merge pull request #1049 from GetStream/fix/channel_update_event 2022-04-01 13:58:49 +05:30
Sahil KumarandGitHub 4cd8d6b00f Apply suggestions from code review 2022-04-01 13:19:22 +05:30
Sahil Kumar 23dd1b0022 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-03-31 15:39:49 +05:30
Sahil Kumar 1a64d045ee fix(llc): merge channel in channel.update event
Signed-off-by: xsahil03x <[email protected]>
2022-03-31 15:38:22 +05:30
Sahil Kumar f26553dab3 chore(llc): Update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-03-31 14:54:36 +05:30
Sahil Kumar 679faffbaf fix(llc): segregate mute from channel mutes
Signed-off-by: xsahil03x <[email protected]>
2022-03-30 20:43:21 +05:30
Sahil Kumar 604546db38 test(llc): add persistence update thread test
Signed-off-by: xsahil03x <[email protected]>
2022-03-25 15:39:28 +05:30
Sahil Kumar 181a2b7f63 fix(llc): Remove old thread reactions before saving new
Signed-off-by: xsahil03x <[email protected]>
2022-03-25 15:32:13 +05:30
Sahil Kumar dc007653d4 test(llc): fix queryChannels test
Signed-off-by: xsahil03x <[email protected]>
2022-03-24 22:55:38 +05:30
Sahil Kumar d924c18a69 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-03-24 20:51:47 +05:30
Sahil Kumar e4c6d8ccda fix(llc): also save reactions while saving threads data in persistence
Signed-off-by: xsahil03x <[email protected]>
2022-03-24 20:51:11 +05:30
xsahil03x d1f7c1fd14 Merge branch 'release/3.5.0' into develop 2022-03-02 14:20:22 +05:30
Sahil KumarandGitHub 18740a6bea Merge pull request #936 from GetStream/release/3.5.0 2022-03-02 14:11:14 +05:30
Sahil Kumar 7432ae69c0 chore(llc): update version.dart to 3.5.0
Signed-off-by: xsahil03x <[email protected]>
2022-03-01 20:01:52 +05:30
Sahil KumarandGitHub 1f0bf3bd6b Update packages/stream_chat_flutter_core/CHANGELOG.md 2022-03-01 19:55:03 +05:30
Sahil Kumar 98dbe30ffb chore(llc, core, ui): bump versions to 3.5.0
Signed-off-by: xsahil03x <[email protected]>
2022-03-01 18:09:25 +05:30
Sahil KumarandGitHub e557186a7f Merge pull request #891 from squaddy/bugfix/deleting_thread_messages 2022-03-01 15:47:40 +05:30
Sahil KumarandGitHub 655da0ba33 fix(llc): Remove regular message in case showInChannel is true. (#3)
* fix(llc): also remove regular message in case `showInChannel` is true.

* fix(llc): use `hard` param while removing message in channel state.
2022-03-01 09:49:20 +01:00
Sahil KumarandGitHub 4617b394c3 Merge pull request #910 from GetStream/fix/channelStateCopyWith 2022-02-28 18:27:01 +05:30
Sahil Kumar a361e89aba fix(llc): fix pinnedMessage inconsistencies.
Signed-off-by: xsahil03x <[email protected]>
2022-02-23 17:55:34 +05:30
Sahil Kumar ae44406b96 fix(llc): Fix channelState.copyWith with respect to pinnedMessages.
Signed-off-by: xsahil03x <[email protected]>
2022-02-21 15:31:23 +05:30
Sahil KumarandGitHub 141c130d2a Merge pull request #907 from GetStream/fix/scroll-to-bottom-disable 2022-02-18 21:34:16 +05:30
Sahil KumarandGitHub b4182a0a11 Merge pull request #906 from GetStream/feat/partial-update-user 2022-02-18 18:10:19 +05:30
Sahil Kumar adf7befd68 test(llc): add userApi.partialUpdateUsers test.
Signed-off-by: xsahil03x <[email protected]>
2022-02-18 17:54:49 +05:30
Sahil Kumar 3886f10387 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-02-18 17:13:36 +05:30
Sahil Kumar d4b9a10e54 feat(llc): add support for partialUserUpdate endpoint.
Signed-off-by: xsahil03x <[email protected]>
2022-02-18 17:12:27 +05:30
Sahil KumarandGitHub 7bad2fc5ac Merge pull request #904 from GetStream/fix/auth-interceptor 2022-02-18 15:28:19 +05:30
Sahil Kumar d21adb9957 chore(llc): Update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-02-18 15:00:03 +05:30
Sahil Kumar ca01ca28d5 fix(llc): add type check in auth_interceptor.dart
Signed-off-by: xsahil03x <[email protected]>
2022-02-18 14:58:18 +05:30
Sahil Kumar 8f6bfd7b47 fix(llc): improve removeMessage logic. 2022-02-17 17:17:52 +05:30
Sahil KumarandGitHub 67f4927f3e Merge pull request #901 from GetStream/fix/888 2022-02-15 20:42:53 +05:30
Sahil Kumar a191e7f325 fix(ui): fix unban command not working in MessageInput
Signed-off-by: xsahil03x <[email protected]>
2022-02-15 16:26:41 +05:30
Sahil KumarandGitHub b2caf582d0 Merge pull request #899 from GetStream/fix/tests 2022-02-14 20:07:22 +05:30
Sahil Kumar 338b4ac619 chore(llc): fix lint
Signed-off-by: xsahil03x <[email protected]>
2022-02-14 20:04:49 +05:30
Sahil Kumar c49641fde7 test(llc): fix markAllRead test
Signed-off-by: xsahil03x <[email protected]>
2022-02-14 19:52:50 +05:30
Sahil Kumar 97f380454d chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-02-02 18:48:38 +05:30
Sahil Kumar 9586209d3c fix(llc): fix ChannelState copyWith with respect to pinnedMessages default value.
Signed-off-by: xsahil03x <[email protected]>
2022-02-02 18:47:05 +05:30
Sahil Kumar 331d895fa4 test(llc): add tests
Signed-off-by: xsahil03x <[email protected]>
2022-02-01 14:08:24 +05:30
Sahil Kumar 93b425458e chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-01-31 13:10:02 +05:30
Sahil Kumar 7723b0c8b6 fix(llc): Update channel state when member gets banned/unbanned.
Signed-off-by: xsahil03x <[email protected]>
2022-01-31 12:57:58 +05:30
Sahil Kumar 15e87f76d5 feat(llc): deprecate channel.banUser in favor of channel.banMember.
Signed-off-by: xsahil03x <[email protected]>
2022-01-31 12:57:54 +05:30
Sahil Kumar 1b6051a38d feat(llc): Add queryBannedUsers endpoint.
Signed-off-by: xsahil03x <[email protected]>
2022-01-31 12:57:54 +05:30
Sahil Kumar 9b15dbd299 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-01-26 15:22:43 +05:30
Sahil Kumar aaddccdeac fix(llc): include message.user while saving users in persistence.
Signed-off-by: xsahil03x <[email protected]>
2022-01-26 15:20:07 +05:30
Sahil Kumar bb3f48d42f fix(core): Replaced all StreamController.add() with .safeAdd() to fix bad state errors.
Signed-off-by: xsahil03x <[email protected]>
2022-01-24 16:22:28 +05:30
Sahil Kumar 32d946da2a chore(ui): Update CHANGELOG.md.
Signed-off-by: xsahil03x <[email protected]>
2022-01-24 15:19:37 +05:30
Sahil Kumar be54f4e610 fix(ui): fix cast error while compressing video.
Signed-off-by: xsahil03x <[email protected]>
2022-01-24 15:17:50 +05:30
Sahil Kumar d8f4c12de3 chore(persistence): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-01-19 19:01:58 +05:30
Sahil Kumar 6054c30137 feat(persistence): Use hard-coded drift versions.
Signed-off-by: xsahil03x <[email protected]>
2022-01-19 18:58:59 +05:30
Sahil Kumar a26edf7c51 chore(llc): fix analysis warnings
Signed-off-by: xsahil03x <[email protected]>
2022-01-18 16:32:16 +05:30
Sahil Kumar c0ae7a8768 feat(llc): Deprecate location in favor of edge server.
Signed-off-by: xsahil03x <[email protected]>
2022-01-17 18:55:17 +05:30
Sahil Kumar a5242627f9 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2021-12-13 15:53:36 +05:30
Sahil Kumar 5567708fe9 feat(llc): Add enrichUrl endpoint.
Signed-off-by: xsahil03x <[email protected]>
2021-12-13 15:50:33 +05:30
Sahil Kumar e5a1a74f07 chore(llc): add index check in unreadCount setter.
Signed-off-by: xsahil03x <[email protected]>
2021-12-01 01:10:18 +05:30
Sahil Kumar 9315b13a04 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2021-11-30 23:41:18 +05:30
Sahil Kumar 5826074f3d fix(llc): fix user, channel unreadCount
Signed-off-by: xsahil03x <[email protected]>
2021-11-30 23:39:22 +05:30
Sahil Kumar 05a9bfeb02 ci(repo): increase test timeout
Signed-off-by: xsahil03x <[email protected]>
2021-11-29 23:33:20 +05:30
Sahil Kumar 1e49156618 test(core): fix failing tests
Signed-off-by: xsahil03x <[email protected]>
2021-11-29 22:56:02 +05:30
Sahil KumarandGitHub ea336a4d98 ci(repo): fix melos bs for transitive deps 2021-11-29 22:13:11 +05:30
Sahil KumarandGitHub 37ef8da0a8 Merge pull request #726 from GetStream/hotfix/messageHighlight 2021-10-26 14:19:59 +05:30
Sahil Kumar c58ddb1aef refactor(persistence): moor to drift name change migration.
Signed-off-by: xsahil03x <[email protected]>
2021-10-25 14:01:42 +05:30
cc4bc38f95 Apply suggestions from code review
Co-authored-by: Gordon <[email protected]>
2021-10-21 10:30:59 +02:00
8babf0acac Apply suggestions from code review
Co-authored-by: Gordon <[email protected]>
2021-10-21 10:30:59 +02:00
Sahil KumarandSalvatore Giordano c4652b281b feat(doc): add E2EE encryption guide
Signed-off-by: xsahil03x <[email protected]>
2021-10-21 10:30:59 +02:00
976c8e6f27 Apply suggestions from code review
Co-authored-by: Gordon <[email protected]>
2021-10-20 13:54:22 +05:30
b45e869abf Apply suggestions from code review
Co-authored-by: Gordon <[email protected]>
2021-10-20 13:14:01 +05:30
Sahil Kumar 71af49c459 feat(doc): add E2EE encryption guide
Signed-off-by: xsahil03x <[email protected]>
2021-10-18 19:29:34 +05:30
Sahil Kumar 506146959c chore: bump code metrics to v4.4.0
Signed-off-by: xsahil03x <[email protected]>
2021-10-07 19:50:07 +05:30
Sahil Kumar cf50a442e7 fix: reduce test to satisfy dependency for code metrics
Signed-off-by: xsahil03x <[email protected]>
2021-10-07 19:49:16 +05:30
Sahil KumarandGitHub ed43d53c5a Merge branch 'develop' into repo/dart-code-metrics 2021-10-07 18:13:34 +05:30
Sahil Kumar 628a7d9468 feat(ui): add paginationLoadingIndicatorBuilder in MessageListView.
Signed-off-by: xsahil03x <[email protected]>
2021-10-04 20:16:50 +05:30
Sahil Kumar fdca20e1ab chore(ui): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2021-10-04 19:43:12 +05:30
Sahil Kumar 801a488c42 feat: copy linkBg theme property in message theme.
Signed-off-by: xsahil03x <[email protected]>
2021-10-04 19:43:12 +05:30
Sahil Kumar 1b4b4cdf00 chore: fix analysis checks
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 17:30:47 +05:30
Sahil Kumar dff64067d2 chore: flutter format
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:57:02 +05:30
Sahil Kumar 32d8b5573c chore: flutter format
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar bf21f7b350 chore(repo): finish adding dart_code_metrics.yaml
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar f7723198de chore: fix dependency conflicts
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar 36a2ee11a7 chore: update metrics workflow
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar 3152fadacb chore: update metrics workflow
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar 2ecbac8bff chore: fix metrics workflow
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar 2157340784 chore(repo): run dart fix
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:45:18 +05:30
Sahil Kumar f7db4b1071 chore(repo): add metrics workflow
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
Sahil Kumar 6e48f9754d feat(repo): add dart_code_metrics
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:44:19 +05:30
Sahil Kumar dd6c838699 chore(persistence): switch test to flutter_test
Signed-off-by: xsahil03x <[email protected]>
2021-10-01 16:18:49 +05:30
Sahil KumarandGitHub 0983a25aca chore(llc): fix test failing on latest version 2021-10-01 15:45:01 +05:30
a7175b0b2c Update packages/stream_chat_flutter/lib/src/message_input.dart
Co-authored-by: Deven Joshi <[email protected]>
2021-09-30 16:12:06 +05:30
Sahil Kumar ade9bc3810 chore(ui): fix analyzer warning.
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 21:25:59 +05:30
xsahil03x 82f2a0ad4a Merge branch 'overlay-portal' of github.com:GetStream/stream-chat-flutter into overlay-portal 2021-09-29 21:18:25 +05:30
Sahil Kumar b831ba4973 refactor(ui): deprecate MentionTileBuilder.
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 21:15:55 +05:30
Sahil Kumar 2bf88bfe0d fix(ui): fix tests
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 19:59:46 +05:30
xsahil03x 8b4fa821b1 Merge remote-tracking branch 'origin/overlay-portal' into overlay-portal 2021-09-29 18:55:01 +05:30
Sahil Kumar bcf181bf21 fix(llc): fix tests
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 18:54:44 +05:30
Sahil Kumar 7ad621f93d chore(ui): improve MentionTile deprecation message.
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 17:21:15 +05:30
Sahil Kumar a0c98aa851 ref(ui): remove initial data to fix flickering in mentions overlay.
Signed-off-by: xsahil03x <[email protected]>
2021-09-29 17:16:56 +05:30