Commit Graph
501 Commits
Author SHA1 Message Date
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
3f06809020 Update packages/stream_chat_flutter/lib/src/message_list_view.dart
Co-authored-by: Salvatore Giordano <[email protected]>
2021-09-17 19:46:25 +05:30
Deven Joshi 7d362db390 fix(ui): check scrollController is attached before calling jump. 2021-09-17 18:34:00 +05:30
Salvatore GiordanoandGitHub 4aed0542a2 Merge pull request #672 from GetStream/fix/668
fix(ui): fix `MessageInput` rendering errors
2021-09-17 11:25:59 +02:00
Salvatore GiordanoandGitHub 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 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 <[email protected]>
2021-09-16 16:41:17 +05:30
Salvatore GiordanoandGitHub 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 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 6427e34119 feat(ui, core): deprecate pagination in favor of limit
Signed-off-by: xsahil03x <[email protected]>
2021-09-15 20:50:44 +05:30
Sahil Kumar ea3d10646e feat(ui, core): Add default empty filter in UserListView.
Signed-off-by: xsahil03x <[email protected]>
2021-09-15 16:02:05 +05:30
Salvatore Giordano 33b9152d4f feat(ui): add onAttachmentTap to ImageGroup 2021-09-15 12:08:34 +02:00
Deven Joshi fb7ede84a3 attachment tap fixes 2021-09-14 22:13:37 +05:30
Sahil Kumar 874002e8e7 fix(ui): Remove FittedBox from actions widget.
Signed-off-by: xsahil03x <[email protected]>
2021-09-10 18:19:23 +05:30
Sahil KumarandGitHub cce1f3a420 Merge branch 'develop' into fix/message-search-pagination 2021-09-08 15:51:33 +05:30
Sahil Kumar 21647040e1 feat(core, ui): Improve pagination invocation by using paginationEnded flag.
Signed-off-by: xsahil03x <[email protected]>
2021-09-07 17:59:56 +05:30
Gordon Hayes aa950a0054 fix: doc image file paths 2021-09-06 18:03:17 +02:00
Deven Joshi 14be1803d3 removed clipping from user avatar 2021-09-02 16:55:52 +05:30
Deven Joshi ed2a3f17d8 removed clipping from user avatar 2021-09-01 15:15:21 +05:30
Sahil Kumar 2d820e3f2f chore(ui): flutter format, fix analyzer
Signed-off-by: xsahil03x <[email protected]>
2021-08-25 15:46:20 +05:30
Sahil Kumar 1a99a38469 refactor(llc, ui): make cooldown non-nullable.
Signed-off-by: xsahil03x <[email protected]>
2021-08-25 15:40:26 +05:30
Salvatore GiordanoandGitHub a305422b2b Merge pull request #620 from GetStream/feat/limit-attachment-selection
feat(ui): add possibility to limit attachments in `MessageInput`
2021-08-24 10:51:12 +02:00
Salvatore Giordano 02066e3bfb feat(localization): add localized strings 2021-08-24 09:46:29 +02:00
Deven Joshi 93f60bc248 added comment 2021-08-23 20:51:26 +05:30
Deven Joshi a37c92cdbf fix test 2021-08-23 20:46:14 +05:30
Sahil Kumar 55853c2aca refactor(ui): remove redundant web pickers from MessageInput
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 17:42:29 +05:30
Sahil Kumar 958ef8e9df fix(ui): add 8 left padding to textInput if command is enabled.
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 17:33:48 +05:30
Sahil Kumar 9588daf683 chore(ui): apply review changes, minor ui improvements
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 16:49:52 +05:30
Sahil Kumar 0bdfff5bf6 fix(ui): disable camera and video button if attachment limit is crossed.
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 16:49:03 +05:30
Sahil Kumar d67ff91e12 feat(ui): Focus message input if initial message is provided.
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 16:46:29 +05:30
Sahil Kumar 6bbb80c2e9 fix(ui): add null check for message.text while parsing existing message.
Signed-off-by: xsahil03x <[email protected]>
2021-08-23 16:45:30 +05:30
Salvatore GiordanoandGitHub ad8729e8ed Merge pull request #619 from GetStream/cds-405
refactor(ui): use channel `.nameStream` and `.imageStream` instead of `.extraDataStream`
2021-08-23 11:26:20 +02:00
Salvatore Giordano 01789501bc Merge branch 'develop' into feat/limit-attachment-selection 2021-08-23 11:14:08 +02:00
Salvatore GiordanoandGitHub f87a733929 Merge pull request #635 from GetStream/fix/null-checks-on-message-text
fix(ui): add null checks on message text
2021-08-23 10:11:13 +02:00
Salvatore GiordanoandGitHub 3db81213f0 Merge pull request #626 from GetStream/cds-189
feat(ui, llc): slow mode
2021-08-23 09:58:28 +02:00
Salvatore GiordanoandGitHub 501208a9e4 Merge branch 'develop' into fix/null-checks-on-message-text 2021-08-23 09:56:29 +02:00
Gordon Hayes eb468edf82 fix: add null checks to message text 2021-08-20 17:48:16 +02:00
Gordon Hayes c0b80b84c6 fix: add null checks on message text 2021-08-20 17:31:08 +02:00
Salvatore GiordanoandGitHub b5698b1e29 Merge pull request #632 from GetStream/hotfix/messageList
fix(ui): open `MessageListView` at a specific message
2021-08-20 17:13:26 +02:00
Sahil Kumar ed6c87ef49 refactor(ui): make initialIndex, initialAlignment non nullable
Signed-off-by: xsahil03x <[email protected]>
2021-08-20 19:16:23 +05:30
Salvatore GiordanoandGitHub c54db6fe55 Merge pull request #633 from GetStream/ref/bsb.loadingBuilder
refactor(core, ui)!: Refactor BetterStreamBuilder.
2021-08-20 14:46:49 +02:00
Salvatore Giordano 071b337194 call streamchannel.of just once 2021-08-20 14:41:35 +02:00
Sahil Kumar 8627865b44 refactor(ui): use BetterStreamBuilder in ChannelAvatar and ChannelName
Signed-off-by: xsahil03x <[email protected]>
2021-08-20 17:04:32 +05:30
Deven Joshi 1f874b1252 Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into cds-189 2021-08-20 16:19:28 +05:30