stream-chat-android-client
⬆️ Improved
- Add
ChannelInfo
fallback toMessage
when parsing from API and/or Events. #5813 - Refresh token only during WS reconnection when the reconnection is triggered by a token issue. #5816
stream-chat-android-ui-components
⬆️ Improved
- Improve the performance of playing video/audio attachments by using
ExoPlayer
instead ofVideoView
. #5749
stream-chat-android-compose
⬆️ Improved
- Use the lambda-based
graphicsLayer
modifier to improve performance by avoiding unnecessary recompositions caused by mutable state in modifiers. #5800 - Mark the bottom-most item as seen only if app is in foreground. #5814
✅ Added
- Introduce experimental
DirectChannelInfoScreen
andGroupChannelInfoScreen
for displaying channel information and the available channel actions. #5773 - Introduce internal
ChannelInfoMemberInfoModalSheet
for displaying channel information and the available channel actions. #5785