Commit Graph
887 Commits
Author SHA1 Message Date
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
Ayush Shekhar 5c4ddf5c2d Deprecated disable emoji suggestions flag in favour of enableEmojiSuggestions 2022-05-06 16:25:05 +05:30
Salvatore Giordano c158924b0e fix(ui): fix message widget thread indicator 2022-05-06 12:25:49 +02:00
Ayush Shekhar b2f0a25bb0 Replaced message input flags with positive booleans 2022-05-06 09:38:10 +05:30
Ayush Shekhar 32d0068a2b Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into feat/disable_mentions_overlay_message_input 2022-05-05 18:38:46 +05:30
Ayush Shekhar f85255506d Added option to disable mentions overlay, made autoCorrect and disable emoji and mentions flags non-nullable 2022-05-05 18:08:58 +05:30
Salvatore Giordano 3e1c787297 fix(ui): fix message widget thread indicator in reverse mode 2022-05-04 12:57:58 +02:00
Salvatore Giordano 2165df7c94 doc(ui): fix doc ref 2022-05-04 09:54:49 +02:00
Salvatore Giordano 45ca096f94 fix(ui): fix attachment picker ui 2022-05-04 09:35:28 +02:00
Salvatore Giordano 41f2d55f70 polish 4.0.0 and prepare 4.0.1 2022-05-03 11:58:55 +02:00
Salvatore Giordano 61e4c471fb fix analysis 2022-05-02 21:09:55 +02:00
Salvatore Giordano 6f6032441c remove deprecated stuff from older versions 2022-05-02 17:45:06 +02:00
Salvatore Giordano da627a6c8a Merge branch 'develop' into v4 2022-04-29 16:24:12 +02:00
Salvatore Giordano 6048d61862 add exports, minor refactoring 2022-04-29 15:25:35 +02:00
Sahil Kumar 51a3711613 chore(ui): remove generics from grid views, update docs
Signed-off-by: xsahil03x <[email protected]>
2022-04-29 18:14:01 +05:30
Sahil Kumar 264253feae chore(ui): update doc
Signed-off-by: xsahil03x <[email protected]>
2022-04-29 18:00:34 +05:30
Sahil Kumar 7589e39323 chore(ui): export StreamMessageSearchGridView
Signed-off-by: xsahil03x <[email protected]>
2022-04-29 17:57:15 +05:30
Sahil Kumar 5e96574629 feat(ui): add stream_message_search_grid_view.dart
Signed-off-by: xsahil03x <[email protected]>
2022-04-29 17:56:32 +05:30
Sahil Kumar 2142577a7d chore(core): remove stream_channel_list_loading_tile.dart
Signed-off-by: xsahil03x <[email protected]>
2022-04-29 14:33:25 +05:30
Sahil Kumar 1e9a5b6c1e feat(core, ui): add grid views, minor refactoring
Signed-off-by: xsahil03x <[email protected]>
2022-04-29 14:31:01 +05:30
Salvatore GiordanoandGitHub 3b206aa405 Merge branch 'develop' into feat/open-library-from-limited-access 2022-04-28 10:12:47 +02:00
Salvatore Giordano 622efa7ba2 extract getEffectiveCenterTitle 2022-04-27 11:52:07 +02:00
Salvatore Giordano 81c4207b04 fix elevation 2022-04-27 11:15:51 +02:00
Salvatore Giordano 38ace99788 format 2022-04-27 11:09:46 +02:00
Salvatore Giordano 681cee09f5 fix(ui): fix centerTitle for ThreadHeader 2022-04-27 10:51:00 +02:00
Salvatore Giordano cfad4bfc87 fix(ui): fix centerTitle for ChannelHeader 2022-04-27 10:44:43 +02:00