Commit Graph

3572 Commits

Author SHA1 Message Date
Gordon e04a62dc54 docs(doc): add versioning policy to README.md 2021-09-21 15:08:04 +02:00
Salvatore Giordano 8cb95cfd7c Revert "fix(ui): fix MessageListView header and footer while reverse: false"
This reverts commit 59ded0e033.
2021-09-20 15:54:50 +02:00
Salvatore Giordano 59ded0e033 fix(ui): fix MessageListView header and footer while reverse: false 2021-09-20 15:51:47 +02:00
Salvatore Giordano 6f677de528 Merge pull request #693 from GetStream/fix/674
fix(ui): check scrollController is attached before calling jump.
2021-09-17 17:15:39 +02:00
Deven Joshi 3f06809020 Update packages/stream_chat_flutter/lib/src/message_list_view.dart
Co-authored-by: Salvatore Giordano <salvatoregiordanoo@gmail.com>
2021-09-17 19:46:25 +05:30
Deven Joshi e7b4681c33 update changelog 2021-09-17 18:41:23 +05:30
Deven Joshi 7d362db390 fix(ui): check scrollController is attached before calling jump. 2021-09-17 18:34:00 +05:30
Salvatore Giordano 4aed0542a2 Merge pull request #672 from GetStream/fix/668
fix(ui): fix `MessageInput` rendering errors
2021-09-17 11:25:59 +02:00
Salvatore Giordano 4561e6077b Merge pull request #690 from GetStream/cds/430
refactor(ui): Use `titleLink` instead of `ogScrapeUrl` for handling link attachments.
2021-09-16 15:49:21 +02:00
Gordon Hayes aa68a25798 chore(ui): update CHANGELOG.md 2021-09-16 14:10:16 +02:00
Gordon Hayes ec6c663289 fix(ui): render overflow for image attachements 2021-09-16 14:05:27 +02:00
Gordon Hayes 2b0588c9d8 fix(ui): flickering loading indicator 2021-09-16 14:04:07 +02:00
Gordon Hayes 58d8b08433 feat: update attachment buttons animation curve 2021-09-16 14:02:40 +02:00
Gordon Hayes 28b8d3bac0 fix: attachment buttons render overflow 2021-09-16 14:01:44 +02:00
Sahil Kumar 6af4e07787 ref(ui): Use titleLink instead of ogScrapeUrl for handling link attachment.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-16 16:41:17 +05:30
Salvatore Giordano 58aee68d96 Merge pull request #683 from GetStream/attachment-tap-fix
fix(ui): Attachment tap fix
2021-09-16 12:55:55 +02:00
Salvatore Giordano ef2607e66a Merge pull request #689 from GetStream/ref/add-attachment-additional-fields
feat(llc): add `fileSize`, `mimeType` in Attachment model
2021-09-16 12:54:29 +02:00
Sahil Kumar b30dcb8342 Update packages/stream_chat/CHANGELOG.md
Co-authored-by: Salvatore Giordano <salvatoregiordanoo@gmail.com>
2021-09-16 16:06:33 +05:30
Salvatore Giordano eac4085090 fix(ui): fix giphy attachment tap callback 2021-09-16 12:24:42 +02:00
Salvatore Giordano 99e4d724d6 fix(ui): fix giphy attachment tap callback 2021-09-16 12:22:00 +02:00
Deven Joshi 1179c6a109 corrected attachment builders 2021-09-16 15:51:51 +05:30
Sahil Kumar dc3f864d34 Update packages/stream_chat/test/src/core/models/attachment_test.dart 2021-09-16 15:42:40 +05:30
Sahil Kumar e7f531c857 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-16 15:35:48 +05:30
Sahil Kumar b23d86fc55 ref(llc): add fileSize, mimeType in attachment.dart
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-16 15:35:48 +05:30
Salvatore Giordano e7fc5e4133 Merge pull request #688 from GetStream/ref/deprecate-pagination-params
feat(ui, core): deprecate `.pagination` in favor of `.limit`
2021-09-16 12:00:12 +02:00
Salvatore Giordano 9a70beb33d chore(core): fix format 2021-09-16 11:43:04 +02:00
Salvatore Giordano 38dac01a39 Merge pull request #686 from GetStream/feat/default-user-list-filter
feat(core, ui): Add `Filter.empty` as the default filter in `UserListView`.
2021-09-16 11:39:34 +02:00
Sahil Kumar d9ced67f80 chore(ui, core): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-15 21:02:29 +05:30
Sahil Kumar 6427e34119 feat(ui, core): deprecate pagination in favor of limit
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-15 20:50:44 +05:30
Sahil Kumar abc22f0eb9 fix(llc): Fix Filter.empty encoding
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-15 17:45:32 +05:30
Sahil Kumar 1d142d7697 chore(core, ui): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-15 16:25:32 +05:30
Sahil Kumar ea3d10646e feat(ui, core): Add default empty filter in UserListView.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-15 16:02:05 +05:30
Sahil Kumar 59aad47789 refactor(llc): make Filter.empty constructor const.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-15 16:01:00 +05:30
Salvatore Giordano 33b9152d4f feat(ui): add onAttachmentTap to ImageGroup 2021-09-15 12:08:34 +02:00
Deven Joshi 380e34450f added changelog 2021-09-14 22:14:38 +05:30
Deven Joshi fb7ede84a3 attachment tap fixes 2021-09-14 22:13:37 +05:30
Salvatore Giordano d65481533a Merge pull request #682 from GetStream/fix/673
fix(core): match oldWidget custom type params using jsonEncode in didUpdate.
2021-09-14 17:35:30 +02:00
Sahil Kumar d888f1568c chore(core): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-14 20:31:06 +05:30
Sahil Kumar 8779341bbd fix(core): match oldWidget objects using jsonEncode
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-14 20:28:00 +05:30
Sahil Kumar 9926dc6907 chore(ui): Update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-10 18:23:12 +05:30
Sahil Kumar 874002e8e7 fix(ui): Remove FittedBox from actions widget.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-10 18:19:23 +05:30
Salvatore Giordano 720c0a80ed chore(repo): update flutter version in workflow 2021-09-09 10:25:08 +02:00
Salvatore Giordano 18c6fd842c Merge pull request #669 from GetStream/fix/client-unread-count
fix(llc): Fix unread count not updating when the current user is set.
2021-09-09 09:41:08 +02:00
Salvatore Giordano 62519d89da Merge pull request #660 from GetStream/fix/message-search-pagination
fix(llc, ui, core): list pagination
2021-09-09 09:40:31 +02:00
Sahil Kumar 94636f2115 chore(llc): Update current user in event.unreadChannels,.totalUnreadCount
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-08 18:43:32 +05:30
Sahil Kumar f4e37e23d6 fix(llc): Fix unread count not updating when the current user is set.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-08 16:37:34 +05:30
Sahil Kumar cce1f3a420 Merge branch 'develop' into fix/message-search-pagination 2021-09-08 15:51:33 +05:30
Sahil Kumar 977add6ab9 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-08 15:49:47 +05:30
Sahil Kumar f374120599 chore(llc): update CHANGELOG.md
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2021-09-08 15:47:52 +05:30
xsahil03x 4093e743b6 Merge remote-tracking branch 'origin/fix/message-search-pagination' into fix/message-search-pagination 2021-09-08 15:29:44 +05:30