Commit Graph

5459 Commits

Author SHA1 Message Date
Sahil Kumar d3623ed4c2 Merge pull request #1619 from GetStream/feat/persistence-message-local-remote-sync 2023-06-19 12:20:51 +05:30
Sahil Kumar 7b1453aeca Merge branch 'develop' into refactor/message-status 2023-06-17 06:35:49 +05:30
Sahil Kumar 057bad89cd Merge branch 'develop' into feat/persistence-message-local-remote-sync 2023-06-17 06:30:45 +05:30
Sahil Kumar 5064a27de5 test: better tests.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 06:30:28 +05:30
Sahil Kumar 517154cc8f refactor(persistence): Align message entity with StreamChat.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 06:18:23 +05:30
Sahil Kumar 62f51d49ca Merge pull request #1618 from GetStream/fix/attachment-picker-theme-not-found 2023-06-17 05:18:30 +05:30
Sahil Kumar 839868c89a chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 05:01:53 +05:30
Sahil Kumar ab573006e8 fix(ui): fix attachment picker not able to find streamChatTheme.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 05:00:00 +05:30
Sahil Kumar b932ed97ce Merge branch 'develop' into refactor/message-status 2023-06-17 04:56:12 +05:30
Sahil Kumar faf656717c fix: use createdAt property to determine if the message is synced.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 04:55:04 +05:30
Sahil Kumar 3509945021 Merge pull request #1616 from GetStream/fix/message-order 2023-06-17 04:53:01 +05:30
Sahil Kumar 810957c516 refactor: deprecate MessageSendingStatus in favor of MessageState.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 03:57:16 +05:30
Sahil Kumar d1862e9671 test: fix tests.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 03:54:11 +05:30
Sahil Kumar 6ec8595ce7 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 02:58:07 +05:30
Sahil Kumar f6d9247d3d chore: remove print statement.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 02:56:08 +05:30
Sahil Kumar c39c27b616 fix(llc): fix message order when sent quickly.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-17 02:53:56 +05:30
Sahil Kumar b341d66a89 fix(core): fix index check for channel channelList availablitity. 2023-06-16 15:40:29 +05:30
Sahil Kumar 42ac263ca5 Merge pull request #1611 from GetStream/feat/quoted-message-builder 2023-06-16 02:55:24 +05:30
Sahil Kumar 5d6926d39e Merge branch 'develop' into feat/quoted-message-builder 2023-06-16 02:43:34 +05:30
Sahil Kumar 95f21e66b9 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-16 02:41:24 +05:30
Sahil Kumar 3f61cdaea2 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-16 02:40:28 +05:30
Sahil Kumar 09d9ec3ed5 feat(ui): add support for quotedMessageBuilder.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-16 02:37:56 +05:30
Sahil Kumar 190f267496 refactor(ui): refactor stream quouted message.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-16 02:13:56 +05:30
Sahil Kumar 7ac202b475 Merge pull request #1610 from GetStream/feat/ui-hard-delete 2023-06-15 19:31:41 +05:30
Sahil Kumar 607cd91bcf chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-15 19:18:10 +05:30
Sahil Kumar d9be58ab8f feat(ui): add ability to override delete confirm button tap.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-15 19:15:04 +05:30
Sahil Kumar fe60a72ab3 Merge pull request #1608 from GetStream/feat/allowed-attachment-picker-types 2023-06-13 19:00:35 +05:30
Sahil Kumar e0abad2e94 chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-13 18:49:50 +05:30
Sahil Kumar aaecd7de29 feat(ui): add support for MessageInput.allowedAttachmentPickerTypes.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-13 18:45:26 +05:30
Sahil Kumar cc5b730dfc Merge pull request #1607 from GetStream/fix/scrollcontroller-null-check 2023-06-13 16:40:05 +05:30
Sahil Kumar e03a01685c chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-13 16:22:36 +05:30
Sahil Kumar 86d7017662 fix(ui): fix scrollController not working correctly for unread.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-13 16:21:19 +05:30
Sahil Kumar 2994614ad9 Merge pull request #1606 from indaband/fix_stream_user_list_tile_color 2023-06-13 13:40:48 +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 535cd00a65 Merge pull request #1602 from GetStream/fix/breaking-image-decoder-deprecation 2023-06-09 16:31:16 +05:30
Sahil Kumar 7fb23b6318 Merge branch 'develop' into fix/breaking-image-decoder-deprecation 2023-06-09 16:17:33 +05:30
Sahil Kumar 58981688a9 chore: update deprecation message.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-09 16:16:20 +05:30
Sahil Kumar 9ca2ce859b chore: update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-09 16:09:10 +05:30
Sahil Kumar b4cf74716a fix(ui) deprecate MediaThumbnailProvider.loadBuffer.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-09 16:04:39 +05:30
Sahil Kumar 94cd371c37 Merge pull request #1601 from GetStream/fix/1266-mute 2023-06-09 15:38:29 +05:30
Sahil Kumar 0d367d9bb1 chore: fix analysis.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-09 15:26:02 +05:30
kanat 68408354c8 [1266] fix formatting 2023-06-08 20:22:19 -07:00
kanat dc1e6e54e8 [1266] add debug page to check the mute flow 2023-06-08 20:20:28 -07:00
Sahil Kumar caeadfe1bd Merge pull request #1598 from GetStream/release/v6.3.0 2023-06-08 19:30:50 +05:30
Sahil Kumar c533c0dbdf chore: remove debug code.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-08 18:55:32 +05:30
Sahil Kumar 92c8225018 ci: update flutter version.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-08 18:50:36 +05:30
Sahil Kumar 77484980a3 chore: fix formatting.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-08 18:41:25 +05:30
Sahil Kumar 3dfd59c36e chore: prepare for release.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-06-08 18:08:25 +05:30
Sahil Kumar 372fa30b2d Merge pull request #1587 from rlee1990/develop 2023-06-07 19:33:26 +05:30
Sahil Kumar 1a7a05c62f Apply suggestions from code review 2023-06-07 19:20:34 +05:30