stream-chat-android-client
⚠️ Changed
- Refactored
FilterObject
class - see the migration guide for more info
stream-chat-android-offline
🐞 Fixed
- Fixed refreshing channel list after removing member
- Fixed an issue that didn't find the user when obtaining the list of messages
⚠️ Changed
- Deprecated
ChatDomain::disconnect
, use disconnect on ChatClient instead, it will make the disconnection on ChatDomain too. - Deprecated constructors for
ChatDomain.Builder
with theUser
type parameter, use constructor withContext
andChatClient
instead.
stream-chat-android-ui-common
⚠️ Changed
- Message options list changed colour for dark version. The colour is a little lighters
now, what makes it easier to see.
stream-chat-android-ui-components
🐞 Fixed
- Fixed some rare crashes when
MessageListView
was created without any attribute info present
⬆️ Improved
- Updated PhotoView to version 2.3.0
✅ Added
- Introduced
AttachmentViewFactory
as a factory for custom attachment views/custom link view - Introduced
TextAndAttachmentsViewHolder
for any combination of attachment content and text
❌ Removed
- Deleted
OnlyFileAttachmentsViewHolder
,OnlyMediaAttachmentsViewHolder
,
PlainTextWithMediaAttachmentsViewHolder
andPlainTextWithFileAttachmentsViewHolder