You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MessageListController.flagUser() and MessageListController.unflagUser() methods for flagging/un-flagging users. #5478
Add MessageListController.ErrorEvents - FlagUserError and UnflagUserError representing errors which occurred during the execution of the corresponding operations. #5478
⚠️ Changed
🚨 Breaking change: The MessagePositionHandler.handleMessagePosition function now includes a new parameter, isBeforeDateSeparator, to handle message positioning more precisely within a group of messages. #5466
stream-chat-android-ui-components
✅ Added
Add MessageListViewModel.flagUser() and MessageListViewModel.unflagUser() methods for flagging/un-flagging users. #5478
Add edge-to-edge support for apps targeting Android 15. #5469
stream-chat-android-compose
✅ Added
Add MessageListViewModel.flagUser() and MessageListViewModel.unflagUser() methods for flagging/un-flagging users. #5478
Add edge-to-edge support for apps targeting Android 15. #5469
Add ThreadList component for showing the list of threads for the user. #5455
⚠️ Changed
🚨 Breaking change: Replace usage of RippleTheme with StreamRippleConfiguration for customizing ripples via ChatTheme. #5475
Expanded MessageTheme to allow customizing the message components. #5466