stream-chat-android-offline
🐞 Fixed
- Fixed updating
ChatDomain::totalUnreadCount
andChatDomain::channelUnreadCount
after restoring app from the background and
stream-chat-android-ui-components
🐞 Fixed
- Fixed setting custom empty and loading views for
MessageListView
. #3082
⬆️ Improved
- Disabled command popups when attachments are present. #3051
- Disabled the attachments button when popups are present. #3051
✅ Added
- Added
ChatUI.channelNameFormatter
to allow customizing the channel's name format. #3068 - Added a customizable height attribute to SearchInputView #3081
- Added
ChatUI.dateFormatter
to allow customizing the way the dates are formatted. #3085 - Added ways to show/hide the delivery status indicators for channels and messages. #3102
⚠️ Changed
- Disabled editing on Giphy messages given that it's breaking the UX and can override the GIF that was previously put in. #3071
❌ Removed
- Removed ExoMedia dependency in favor of standard Android
VideoView
. #3098
stream-chat-android-compose
🐞 Fixed
- Fixed back press handling. #3120
✅ Added
- Exposed a way to clear the message composer externally, e.g. when using custom sendMessage handlers. #3100
- Exposed
loadingMoreContent
for theChannelList
andChannels
components that allows you to override the default loading more content. #3103 - Exposed
loadingMoreContent
for theMessageList
andMessages
components that allows you to override the default loading more content. #3103 - Added the
attachmentsContentImageGridSpacing
option toStreamDimens
, to make it possible to customize the spacing between image attachment tiles viaChatTheme
. #3105
⚠️ Changed
- Replaced the
reactionTypes
field inChatTheme
with the newreactionIconFactory
field that allows customizing reaction icons. #3046 - Disabled editing on Giphy messages given that it's breaking the UX and can override the GIF that was previously put in. #3071