Commit Graph

5164 Commits

Author SHA1 Message Date
Marco Ulgelmo c013fee5cf Create SECURITY.md 2023-05-25 15:33:30 +02:00
Sahil Kumar 0aa3cb0041 Merge pull request #1572 from geweald/bugfix/autocomplete-web 2023-05-25 18:03:18 +05:30
Sahil Kumar cd2e3004ca Update packages/stream_chat_flutter/lib/src/autocomplete/stream_autocomplete.dart 2023-05-25 17:51:26 +05:30
geweald e46be5d8ae fix(ui): move tap region to wrap autocomplete optionsViewBuilder 2023-05-25 14:15:30 +02:00
Sahil Kumar 31af098709 Update packages/stream_chat_flutter/CHANGELOG.md 2023-05-25 17:36:05 +05:30
geweald d9f2642084 fix(ui): autocomplete clicks on web 2023-05-25 13:55:58 +02:00
Sahil Kumar ea8517315b Merge pull request #1569 from GetStream/fix/text-scaling 2023-05-25 12:15:13 +05:30
Sahil Kumar 1350851f62 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-25 12:02:31 +05:30
Sahil Kumar c7512275ce fix(ui): Fix widgetSpan getting resized twice when textScaling is enabled.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-25 12:02:31 +05:30
Sahil Kumar d8bf365d6a Merge pull request #1568 from GetStream/fix/nullable-date 2023-05-24 18:15:25 +05:30
Sahil Kumar 613b29eafb chore: fix lints.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-24 18:04:40 +05:30
Sahil Kumar 9ae6d701de chore: fix test.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-24 18:04:17 +05:30
Sahil Kumar f13472cbf3 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-24 17:53:25 +05:30
Sahil Kumar 34e469ea7c chore: bump schemaVersion.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-24 17:48:55 +05:30
Sahil Kumar a1b21892e8 fix(llc, persistence): remove default value of user.createdAt, updatedAt.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-24 17:48:11 +05:30
Sahil Kumar 63d1fc1aed Merge pull request #1567 from GetStream/fix/attachment-picker-option-localized-title 2023-05-23 17:24:37 +05:30
Sahil Kumar 416d1f7f32 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-23 16:44:51 +05:30
Sahil Kumar e0e43d62c4 fix(ui): fix WebOrDesktopAttachmentPickerOption not using localized title.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-23 16:44:39 +05:30
Sahil Kumar a181a0cbab Merge pull request #1566 from GetStream/fix/channel-list-tile-unread-count 2023-05-23 16:41:56 +05:30
Sahil Kumar 5210cd5620 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-23 16:28:08 +05:30
Sahil Kumar e08dad5dd3 fix(ui): Remove the user is a member check for unreadIndicator.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-23 16:26:43 +05:30
Sahil Kumar a666a6c6df Merge pull request #1565 from GetStream/bump/shimmer 2023-05-23 15:05:40 +05:30
Sahil Kumar 62c060bd7a chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-23 14:46:46 +05:30
Sahil Kumar 3540bd0f44 feat(ui): bump shimmer to 3.0.0
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-23 14:46:46 +05:30
Sahil Kumar 2f544d1811 Merge pull request #1564 from GetStream/bump/connectivity-plus 2023-05-23 14:45:31 +05:30
Sahil Kumar 1960908f7a chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-23 14:27:44 +05:30
Sahil Kumar 49bee275e5 feat(core): bump connectivity_plus to 4.0.0
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-23 14:27:01 +05:30
Sahil Kumar ff8e8a713b Merge pull request #1559 from GetStream/feat/urlAttachmentTextMaxLine 2023-05-19 22:02:33 +05:30
Sahil Kumar 4cb85d15c4 chore: fix tests
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-19 21:52:49 +05:30
Sahil Kumar 01a2a06a81 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-19 19:23:23 +05:30
Sahil Kumar 1ac5a4f9bc feat(ui): add support for StreamMessageThemeData.urlAttachmentTextMaxLine.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-19 19:23:23 +05:30
Sahil Kumar 4df2c2ffbf Merge pull request #1558 from GetStream/fix/handle-url-attachment-error 2023-05-19 18:31:21 +05:30
Sahil Kumar d8edbe625a chore: remove dead code.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-19 17:54:28 +05:30
Sahil Kumar 1db3c82e84 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-19 17:36:06 +05:30
Sahil Kumar 518bc02d2c fix(ui): handle image load error for url attachments.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-19 17:34:49 +05:30
Sahil Kumar 1c281e47d1 Merge pull request #1557 from GetStream/feat/connection-status 2023-05-19 01:50:33 +05:30
Sahil Kumar 4efe30f43b chore: update changelog.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-19 01:40:55 +05:30
Sahil Kumar 96c538a4c1 chore: use isConnected flag instead of checking db value.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-19 01:36:35 +05:30
kanat 4c47145ba5 check whether persistent client is connected 2023-05-18 10:58:18 -07:00
Sahil Kumar b6ee41f699 chore(ui): revert device_segmentation changes. 2023-05-18 15:50:38 +05:30
Sahil Kumar 0342053a22 Merge pull request #1555 from GetStream/fix/messageActionsModal-inputBuilder 2023-05-18 15:03:33 +05:30
Sahil Kumar 6ef02d8e4a fix(ui): fix editMessageInputBuilder property not used in MessageActionsModal.editMessage option.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-18 14:49:43 +05:30
Sahil Kumar 895bce157e Merge pull request #1553 from GetStream/feat/flutter-3.10 2023-05-16 19:24:07 +05:30
Sahil Kumar 78710b35cc chore(melos): fix melos format script.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-16 17:10:07 +05:30
Sahil Kumar a0e6c98c83 chore(ui): ignore positional_boolean analysis.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-16 17:08:03 +05:30
Sahil Kumar 97238930d0 chore(ui, localization, persistence): migrate code, test to flutter 3.10.0.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-16 17:04:35 +05:30
Sahil Kumar 935f6984f7 chore(ci): update flutter version to 3.10.0.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-16 16:31:44 +05:30
Sahil Kumar 6081f25ad9 Merge pull request #1552 from GetStream/fix/progress-indicator 2023-05-16 16:31:27 +05:30
Sahil Kumar b9ce77f7bc chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-16 16:16:35 +05:30
Sahil Kumar d6bee4b5d8 fix(ui, core): use CircularProgressIndicator.adaptive instead of material indicator.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-05-16 16:16:34 +05:30