Commit Graph
1107 Commits
Author SHA1 Message Date
Sahil Kumar c19bea00e6 chore: fix analysis.
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-16 16:55:13 +05:30
Sahil Kumar 27074ddb55 fix(ui): fix video player controls getting hidden.
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-16 16:42:48 +05:30
kanatandSahil Kumar 8e557719b9 fix format 2023-08-16 14:56:31 +05:30
kanatandSahil Kumar 67006dd678 allow override reactions tap 2023-08-16 14:56:31 +05:30
Sahil Kumar 5ea185567a feat(ui): Add support for listening errors in AttachmentPicker.
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-11 17:58:48 +05:30
Sahil Kumar cf8088ee7f fix(ui): fix replaceMentions not working with usernames.
Signed-off-by: Sahil Kumar <[email protected]>
2023-08-11 16:02:26 +05:30
mtz 68b1afea3e send onLinkTap on url attachement 2023-07-17 11:09:15 -03:00
Sahil Kumar 3722d00901 fix(ui): fix MessageWidget onLongPress.
Signed-off-by: xsahil03x <[email protected]>
2023-07-12 19:20:50 +05:30
xsahil03x fb55b820ce Merge remote-tracking branch 'origin/develop' into refactor/message-status
# Conflicts:
#	packages/stream_chat_flutter/lib/src/message_actions_modal/message_actions_modal.dart
#	packages/stream_chat_flutter/lib/src/message_widget/message_widget.dart
#	packages/stream_chat_flutter/lib/src/message_widget/message_widget_content.dart
#	packages/stream_chat_flutter/lib/src/message_widget/reactions/message_reactions_modal.dart
2023-07-12 17:59:52 +05:30
Sahil Kumar 857542536e chore: fix analysis.
Signed-off-by: xsahil03x <[email protected]>
2023-07-11 20:09:31 +05:30
Sahil Kumar 45f06fc0a1 chore: more revert.
Signed-off-by: xsahil03x <[email protected]>
2023-07-11 19:24:45 +05:30
Sahil Kumar 0e3eef7e1b chore(ui, localization): revert "bump jiffy to v6.2.1"
Signed-off-by: xsahil03x <[email protected]>
2023-07-11 19:21:57 +05:30
Sahil Kumar 6dc6fdc116 chore(repo): updated minimum supported SDK version to Flutter 3.7/Dart 2.19
Signed-off-by: xsahil03x <[email protected]>
2023-07-11 18:46:12 +05:30
Sahil Kumar d1ce69d539 chore: minor change.
Signed-off-by: xsahil03x <[email protected]>
2023-07-04 14:44:36 +05:30
Sahil Kumar 79faac57e5 chore(ui): bump jiffy to v6.2.1
Signed-off-by: xsahil03x <[email protected]>
2023-07-04 14:43:42 +05:30
Sahil KumarandGitHub d7715ea9dc Revert "feat(ui): add support for StreamMessageInput.contentInsertionConfiguration." 2023-06-30 14:41:48 +05:30
Sahil Kumar eddd8a3d12 chore(ui): bump and migrate video_player to 2.7.0.
Signed-off-by: xsahil03x <[email protected]>
2023-06-30 14:20:40 +05:30
Sahil Kumar a311463cab fix(ui): fix MessageWidget.widthFactor not working on web/desktop.
Signed-off-by: xsahil03x <[email protected]>
2023-06-29 16:23:16 +05:30
Sahil Kumar f6c11b3979 fix(ui): save attachments to gallery.
Signed-off-by: xsahil03x <[email protected]>
2023-06-28 14:28:00 +05:30
Sahil Kumar b6c662ee08 chore: fix deprecation
Signed-off-by: xsahil03x <[email protected]>
2023-06-27 18:01:37 +05:30
Sahil Kumar 723a7368b5 fix(ui): not able to hide reaction picker.
Signed-off-by: xsahil03x <[email protected]>
2023-06-27 17:14:54 +05:30
Sahil Kumar a681ebfd68 chore: fix analysis.
Signed-off-by: xsahil03x <[email protected]>
2023-06-23 18:07:07 +05:30
Sahil Kumar 92307a270e chore(ui): deprecate MessageListView.onMessageSwiped.
Signed-off-by: xsahil03x <[email protected]>
2023-06-23 17:30:01 +05:30
Sahil Kumar 1890d316f9 feat(ui): export Swipeable, AnimatedCircleBorderPainter.
Signed-off-by: xsahil03x <[email protected]>
2023-06-23 17:19:39 +05:30
Sahil Kumar 13d9ad3961 feat(ui): Swipeable v2, migrate message widget.
Signed-off-by: xsahil03x <[email protected]>
2023-06-23 17:17:08 +05:30
Sahil KumarandGitHub 550baef55d Merge branch 'develop' into refactor/message-status 2023-06-22 00:11:13 +05:30
Sahil Kumar 9bee33dd49 chore(ui): minor refactoring.
Signed-off-by: xsahil03x <[email protected]>
2023-06-22 00:09:54 +05:30
Sahil KumarandGitHub ebac3b68aa Merge branch 'develop' into refactor/message-status 2023-06-22 00:03:48 +05:30
Sahil Kumar 4e4b7fd81e chore: fix analysis.
Signed-off-by: xsahil03x <[email protected]>
2023-06-21 20:43:03 +05:30
Sahil Kumar daa5ac44f8 chore: export StreamVideoThumbnailImage.
Signed-off-by: xsahil03x <[email protected]>
2023-06-21 20:27:45 +05:30
Sahil Kumar 04f13bee4d feat: introduce quotedMessageAttachmentThumbnailBuilders.
Signed-off-by: xsahil03x <[email protected]>
2023-06-21 20:23:31 +05:30
Sahil Kumar b0de437949 feat(ui): add support for customizing message input attachments.
Signed-off-by: xsahil03x <[email protected]>
2023-06-21 20:23:31 +05:30
Sahil Kumar 594656a5e1 fix: fix contextMenu visibility condition.
Signed-off-by: xsahil03x <[email protected]>
2023-06-20 18:21:08 +05:30
Sahil KumarandGitHub 2f2cafd087 Merge branch 'develop' into refactor/message-status 2023-06-20 17:15:35 +05:30
Sahil Kumar f31deb389c fix(ui): fix null check error.
Signed-off-by: xsahil03x <[email protected]>
2023-06-20 16:40:47 +05:30
Sahil Kumar 472dc7891b fix(ui): pass onConfirmDeleteTap to MessageActionsModal.
Signed-off-by: xsahil03x <[email protected]>
2023-06-20 15:39:37 +05:30
Sahil KumarandGitHub 01c9b77d5d Update packages/stream_chat_flutter/lib/src/attachment/attachment_upload_state_builder.dart 2023-06-20 15:30:41 +05:30
Sahil Kumar 6c8c4b54fa chore: merge latest changes
Signed-off-by: xsahil03x <[email protected]>
2023-06-20 15:28:05 +05:30
Sahil Kumar 0356b42fd4 fix: minor fixes.
Signed-off-by: xsahil03x <[email protected]>
2023-06-20 14:59:01 +05:30
Sahil Kumar c6f64fdc96 chore: migrate and update tests.
Signed-off-by: xsahil03x <[email protected]>
2023-06-20 14:43:13 +05:30
Sahil Kumar bdc85b4873 feat(ui): add support for StreamMessageInput.contentInsertionConfiguration.
Signed-off-by: xsahil03x <[email protected]>
2023-06-19 15:57:32 +05:30
Sahil Kumar de9328d491 feat(ui): add support for builder to override avatars in StreamChannelAvatar.
Signed-off-by: xsahil03x <[email protected]>
2023-06-19 15:24:21 +05:30
Sahil Kumar ab573006e8 fix(ui): fix attachment picker not able to find streamChatTheme.
Signed-off-by: xsahil03x <[email protected]>
2023-06-17 05:00:00 +05:30
Sahil Kumar 09d9ec3ed5 feat(ui): add support for quotedMessageBuilder.
Signed-off-by: xsahil03x <[email protected]>
2023-06-16 02:37:56 +05:30
Sahil Kumar 190f267496 refactor(ui): refactor stream quouted message.
Signed-off-by: xsahil03x <[email protected]>
2023-06-16 02:13:56 +05:30
Sahil Kumar d9be58ab8f feat(ui): add ability to override delete confirm button tap.
Signed-off-by: xsahil03x <[email protected]>
2023-06-15 19:15:04 +05:30
Sahil Kumar aaecd7de29 feat(ui): add support for MessageInput.allowedAttachmentPickerTypes.
Signed-off-by: xsahil03x <[email protected]>
2023-06-13 18:45:26 +05:30
Sahil Kumar 86d7017662 fix(ui): fix scrollController not working correctly for unread.
Signed-off-by: xsahil03x <[email protected]>
2023-06-13 16:21:19 +05:30
andrewsmedina 8b10fe8451 fix StreamUserListTile to receive tileColor properly
the tileColor was not repassed to ListTile
2023-06-12 20:04:43 -03:00
Sahil Kumar 58981688a9 chore: update deprecation message.
Signed-off-by: xsahil03x <[email protected]>
2023-06-09 16:16:20 +05:30