Commit Graph
100 Commits
Author SHA1 Message Date
Sahil Kumar 2b09747cb1 fix(ui): fix channel list tile style for mentioned users
Signed-off-by: xsahil03x <[email protected]>
2022-03-17 14:02:51 +05:30
xsahil03x 03fceb04ca Merge remote-tracking branch 'origin/refactor/deprecate-v3' into refactor/deprecate-v3 2022-03-15 14:24:38 +05:30
Sahil Kumar d7080641bd refactor(ui): remove video compression
Signed-off-by: xsahil03x <[email protected]>
2022-03-15 14:24:20 +05:30
Sahil Kumar 4565157664 chore(ui): export v3 MessageInput widget
Signed-off-by: xsahil03x <[email protected]>
2022-03-10 14:28:33 +05:30
Sahil Kumar a7e3839256 refactor(ui, core): Deprecate v3
Signed-off-by: xsahil03x <[email protected]>
2022-03-10 14:12:01 +05:30
xsahil03x 0c1fb24150 Merge branch 'v4' of github.com:GetStream/stream-chat-flutter into feat/stream-channel-listview 2022-03-07 19:04:10 +05:30
Sahil Kumar 165e7a5e24 test(llc): fix tests
Signed-off-by: xsahil03x <[email protected]>
2022-03-07 19:03:01 +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 202af02f8e chore: move controllers from ui to core
Signed-off-by: xsahil03x <[email protected]>
2022-02-07 15:25:07 +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 KumarandSalvatore Giordano bc8784f593 test(llc): add tests
Signed-off-by: xsahil03x <[email protected]>
2022-02-01 10:31:28 +01:00
Sahil KumarandSalvatore Giordano 03bd2e11c9 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-02-01 10:31:27 +01:00
Sahil KumarandSalvatore Giordano 6c624b72b6 fix(llc): include message.user while saving users in persistence.
Signed-off-by: xsahil03x <[email protected]>
2022-02-01 10:31:12 +01:00
Sahil KumarandSalvatore Giordano 3b00fecaec chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
2022-02-01 10:29:30 +01:00
Sahil KumarandSalvatore Giordano d82c533c30 fix(llc): Update channel state when member gets banned/unbanned.
Signed-off-by: xsahil03x <[email protected]>
2022-02-01 10:29:11 +01:00
Sahil KumarandSalvatore Giordano e1bdb07128 feat(llc): deprecate channel.banUser in favor of channel.banMember.
Signed-off-by: xsahil03x <[email protected]>
2022-02-01 10:29:11 +01:00
Sahil KumarandSalvatore Giordano 99af4ab8e2 feat(llc): Add queryBannedUsers endpoint.
Signed-off-by: xsahil03x <[email protected]>
2022-02-01 10:29:11 +01:00
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 8b6c732844 feat(ui, core): minor fixes and improvements
Signed-off-by: xsahil03x <[email protected]>
2021-12-21 14:11:23 +05:30
Sahil Kumar 56e030f40c feat(ui, core): handle ogAttachment modification via message_input_controller.dart.
Signed-off-by: xsahil03x <[email protected]>
2021-12-20 18:25:56 +05:30
Sahil Kumar 50e9cb38e9 chore(ui): minor fixes
Signed-off-by: xsahil03x <[email protected]>
2021-12-20 16:40:58 +05:30
Sahil Kumar e19cc87362 feat(ui): add support for OG Attachment preview.
Signed-off-by: xsahil03x <[email protected]>
2021-12-20 16:11:12 +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 51e7c873cb refactor(ui): minor doc changes
Signed-off-by: xsahil03x <[email protected]>
2021-12-08 17:55:55 +05:30
Sahil Kumar c301b51c83 refactor(ui): improve channel list and controller
Signed-off-by: xsahil03x <[email protected]>
2021-12-08 17:49:50 +05:30
Sahil Kumar 093a668546 refactor(ui): add stream_channel_info_bottom_sheet.dart
Signed-off-by: xsahil03x <[email protected]>
2021-12-08 17:48:57 +05:30
Sahil Kumar f3110e99eb refactor(ui): add channel list empty and error state widgets.
Signed-off-by: xsahil03x <[email protected]>
2021-12-06 17:28:40 +05:30
Sahil Kumar d4bde539e6 refactor(llc): minor event handler changes.
Signed-off-by: xsahil03x <[email protected]>
2021-12-06 14:04:14 +05:30
Sahil Kumar 430a92375a chore(ui): add support for presence.
Signed-off-by: xsahil03x <[email protected]>
2021-12-06 14:04:14 +05:30
Sahil Kumar 6466d58156 chore(ui): add docs
Signed-off-by: xsahil03x <[email protected]>
2021-12-06 14:04:13 +05:30
Sahil Kumar 2cab266c90 feat(ui): add channel list event handler in channel list controller.
Signed-off-by: xsahil03x <[email protected]>
2021-12-06 14:04:13 +05:30
Sahil Kumar fcb9e308c7 chore(ui): initial channel list view draft with controller.
Signed-off-by: xsahil03x <[email protected]>
2021-12-06 14:04:13 +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