Commit Graph
912 Commits
Author SHA1 Message Date
Salvatore GiordanoandGitHub 7faa765d14 fix(ui): Fix message text hiding because of a flutter bug (#1327)
* fix(ui): remove clip

* chore(ui): update changelog
2022-09-13 10:24:25 +02:00
Sahil Kumar 6c78ad49c8 chore(ui): fix analysis issues
Signed-off-by: xsahil03x <[email protected]>
2022-08-19 13:01:25 +05:30
Sahil Kumar ae199c636a feat(ui): Added thumbnailSize, thumbnailResizeType, and thumbnailCropType params to StreamMessageWidget and StreamAttachmentPicker to customize the appearance of image thumbnails.
Signed-off-by: xsahil03x <[email protected]>
2022-08-19 12:04:50 +05:30
Gordon Hayes 55bb828bd1 perf: improve image resizing 2022-08-10 14:36:39 +02:00
Sahil KumarandGitHub bd1876c159 fix(ui): fix stopTyping unhandled exceptions when network is off or spotty. (#1296)
* feat(llc, ui): Introduce `keyStrokeHandler` to properly handle keyStrokes.

Signed-off-by: xsahil03x <[email protected]>

* chore(ui): update CHANGELOG.md

Signed-off-by: xsahil03x <[email protected]>

* test(llc): add key_stroke_handler_test.dart

Signed-off-by: xsahil03x <[email protected]>
2022-08-05 16:57:32 +02:00
Salvatore Giordano 46e7c0b332 fix(ui): do not linkify system message mentions 2022-07-28 11:34:16 +02:00
Salvatore GiordanoandGitHub 89e160969d fix(llc): do not serialize bytes (#1283)
* fix(llc): do not serialize bytes

* chore(llc): update changelog

* fix(ui): cache files picked with photo_manager

* chore(ui): cleanup
2022-07-27 10:36:11 +02:00
e9e35d7d29 fix(ui): fix image download on iOS (#1280)
* fix(ui): fix image download

* chore(ui): update changelog

* Update packages/stream_chat_flutter/lib/src/attachment_actions_modal.dart

* Update packages/stream_chat_flutter/CHANGELOG.md

Co-authored-by: Deven Joshi <[email protected]>

Co-authored-by: Deven Joshi <[email protected]>
2022-07-25 11:31:45 +02:00
Salvatore Giordano b5414349e7 fix(ui): rename const 2022-07-25 10:53:51 +02:00
Salvatore Giordano a90638adb1 fix(ui): export kDefaultMaxAttachmentSize and use it in StreamAttachmentPicker default, also increase it to 100Mb 2022-07-22 16:19:08 +02:00
Sahil KumarandGitHub bf8630068b fix(ui): substitute mentioned user ids with user names in system message (#1278)
Signed-off-by: xsahil03x <[email protected]>
2022-07-22 12:04:32 +02:00
Dmitry KrutskikhandGitHub feee8581c8 chore: removed duplicate exports (#1268) 2022-07-18 13:40:39 +02:00
0cffd09415 fix(ui): fix date divider not showing (#1259)
* fix(ui): fix date divider not showing

* chore(ui): update changelog

* chore(ui): minor changes

Signed-off-by: xsahil03x <[email protected]>

* fix(ui): fix separator

Signed-off-by: xsahil03x <[email protected]>

Co-authored-by: Sahil Kumar <[email protected]>
2022-07-11 09:58:43 +02:00
Salvatore GiordanoandGitHub 482d4ed611 fix(ui): fix jiffy locale initialization (#1255)
* fix(ui): fix jiffy locale initialization

* chore(ui): update changelog

* fix(ui): cleanup
2022-07-07 12:19:32 +02:00
Sahil Kumar 816746da8a fix(ui): Fix ChannelListTile sendingIndicator isMessageRead calculation.
Signed-off-by: xsahil03x <[email protected]>
2022-07-04 16:41:50 +05:30
Salvatore Giordano 537a529530 fix(llc): fix x-stream-client header 2022-06-20 12:41:11 +02:00
Salvatore Giordano fb4dc76532 fix(ui): request permission only when showing the picker 2022-06-20 10:32:40 +02:00
Salvatore Giordano 1cce2e6b8a fix(ui): add comment 2022-06-17 13:39:58 +02:00
Salvatore GiordanoandGitHub 7133955bbe Update packages/stream_chat_flutter/lib/src/message_list_view.dart 2022-06-17 13:36:20 +02:00
Salvatore Giordano 8e130f7f66 feat(ui): open message list to unread position 2022-06-17 13:11:00 +02:00
Salvatore Giordano 228f53fbe4 fix(ui): pass unreadCount to unreadMessagesSeparatorBuilder 2022-06-17 12:03:29 +02:00
Salvatore Giordano f3ab200137 feat(ui, localizations): add unread messages label 2022-06-17 11:41:25 +02:00
Ayush Shekhar 2de3eb196f Fixed url matching logic for url enrichment 2022-06-15 16:48:45 +05:30
Sahil Kumar b87cd1d30f chore(ui): fix analyzer
Signed-off-by: xsahil03x <[email protected]>
2022-06-13 17:02:02 +05:30
Sahil Kumar 58922ca7ee feat(ui): animate pinned message color
Signed-off-by: xsahil03x <[email protected]>
2022-06-13 16:49:04 +05:30
Sahil Kumar 64bf65491d fix(ui): video breaks bottom photo carousel.
Signed-off-by: xsahil03x <[email protected]>
2022-06-13 14:18:22 +05:30
Salvatore Giordano a16cb7afab fix(ui): Fix commands resetting the `StreamMessageInputController.value 2022-06-08 15:06:13 +02:00
Salvatore Giordano 525380bddd fix(ui): fix file download 2022-05-31 10:45:03 +02:00
Salvatore Giordano 76fe3f79d2 chore(ui): fix doc 2022-05-20 15:22:47 +02:00
Sahil Kumar 5f265a069b chore(llc): fix lints
Signed-off-by: xsahil03x <[email protected]>
2022-05-20 14:58:29 +05:30
Sahil Kumar 0213fa6f1f refactor(llc, ui): migrate enums to v3
Signed-off-by: xsahil03x <[email protected]>
2022-05-20 14:18:30 +05:30
Salvatore Giordano 789e6e781b fix analysis 2022-05-19 12:18:32 +02:00
Salvatore Giordano 69723b0503 fix(ui): fix thread indicator overflow 2022-05-18 11:17:18 +02:00
Salvatore Giordano 7cbbfd6768 Merge branch 'develop' into hotfix/messagePagination 2022-05-16 15:53:18 +02:00
Salvatore Giordano 9963af9f91 Merge branch 'develop' into fix/pass_message_action_flags 2022-05-16 15:35:42 +02:00
Salvatore Giordano f969b4a51d fix format 2022-05-16 14:54:59 +02:00
Sahil Kumar 069f380f41 chore(repo): add lints, update freezed, json_serializable
Signed-off-by: xsahil03x <[email protected]>
2022-05-16 16:58:24 +05:30
Salvatore Giordano 4896c43342 fix(llc, core): fix message pagination parameters 2022-05-13 11:45:36 +02:00
Ayush Shekhar 84dc94dea1 Updated conditions for visibility flags 2022-05-12 14:07:49 +05:30
Ayush Shekhar cb40a4ceea Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into fix/pass_message_action_flags 2022-05-12 13:51:47 +05:30
Ayush Shekhar 4ed6381c40 Pass message action visibility flags to actions modal 2022-05-12 13:51:38 +05:30
Salvatore Giordano d79ce76d13 refactor(ui): refactor thread indicators 2022-05-10 15:52:15 +02:00
Salvatore Giordano 6975be45f3 fix(ui): fix baseline 2022-05-10 15:48:24 +02:00
Salvatore Giordano 0194db6e57 fix(ui): fix layout 2022-05-10 12:12:14 +02:00
Salvatore Giordano 1abb724074 Merge branch 'develop' into hotfix/messageWidget 2022-05-10 11:45:24 +02:00
Salvatore Giordano 6c1e3adf4a fix(ui): refactor message widget bottom row 2022-05-10 10:37:02 +02:00
Salvatore Giordano 3297d73e06 fix(ui): fix headers alignment 2022-05-10 10:36:12 +02:00
Salvatore GiordanoandGitHub de35944c81 Merge pull request #1124 from GetStream/chore/deprecate_member_role
feat(llc,ui,persistence): Deprecated Member.role in favor of Member.channelRole
2022-05-06 17:37:08 +02:00
Ayush Shekhar bba503a6f4 Deprecated role in Member and introduced channelRole 2022-05-06 17:19:45 +05:30
Ayush Shekhar 41a2c8f45c Added missing word in comment 2022-05-06 16:27:44 +05:30