Commit Graph
1206 Commits
Author SHA1 Message Date
Ayush Shekhar 84dc94dea1 Updated conditions for visibility flags 2022-05-12 14:07:49 +05:30
Ayush Shekhar 25fa3ffc58 Updated changelog 2022-05-12 14:00:25 +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 855ba4a747 chore(ui): update changelog 2022-05-10 10:38:10 +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 Giordano d0a3975cf2 chore(llc,core,ui,persistence,localizations): update changelog and pubspec 2022-05-06 17:40:22 +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 7a0706fe5f Updated changelogs 2022-05-06 17:27:19 +05:30
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 a717229b67 Updated changelog 2022-05-05 18:10:34 +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 44972fdc3f chore(ui): update changelog 2022-05-04 12:58:45 +02:00
Salvatore Giordano 3e1c787297 fix(ui): fix message widget thread indicator in reverse mode 2022-05-04 12:57:58 +02:00
Salvatore Giordano 4729c9906b chore(ui): update example 2022-05-04 11:08:08 +02:00
Salvatore Giordano 2165df7c94 doc(ui): fix doc ref 2022-05-04 09:54:49 +02:00
Salvatore GiordanoandGitHub 94ea5b1a66 Merge pull request #1116 from GetStream/chore/updateUiReadme
docs(ui): add photo_manager android requirements
2022-05-04 09:50:20 +02:00
Salvatore GiordanoandGitHub 9874822082 Update packages/stream_chat_flutter/README.md 2022-05-04 09:48:38 +02:00
Salvatore Giordano d90ed2e7d1 doc(ui): add photo_manager android requirements 2022-05-04 09:44:04 +02:00
Salvatore Giordano 1b45b22074 chore(ui): update changelog 2022-05-04 09:37:25 +02:00
Salvatore Giordano 45ca096f94 fix(ui): fix attachment picker ui 2022-05-04 09:35:28 +02:00
Salvatore Giordano 075f9414de fix localization tests 2022-05-03 15:44:03 +02:00
Salvatore Giordano 5ce540ad4a chore(llc,core,ui, persistence): update pubspec and changelogs 2022-05-03 12:05:09 +02:00
Salvatore Giordano 41f2d55f70 polish 4.0.0 and prepare 4.0.1 2022-05-03 11:58:55 +02:00
Salvatore Giordano 9c05625f9b update changelogs and readmes 2022-05-03 09:48:41 +02:00
Salvatore Giordano 8d26f42ab9 update readme 2022-05-03 09:27:21 +02:00
Salvatore Giordano 44834047d6 fix publishing 2022-05-03 08:48:07 +02:00
Salvatore Giordano 2e54334255 update pubspec and changelogs 2022-05-02 21:18:41 +02:00
Salvatore Giordano 61e4c471fb fix analysis 2022-05-02 21:09:55 +02:00
Salvatore Giordano 69b6ae7b55 fix test 2022-05-02 18:17:27 +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