stream-chat-android-client
✅ Added
- Added
ChannelClient::sendEvent
method which allows to send custom events. - Added nullable
User
field toUnknownEvent
.
❌ Removed
- Removed the
Message::attachmentsSyncStatus
field
stream-chat-android-offline
🐞 Fixed
- Fixed
in
andnin
filters when filtering by extra data field that is an array. - Fixed crash when adding a reaction to a thread message.
⬆️ Improved
- Now attachments can be sent while being in offline
stream-chat-android-ui-common
✅ Added
- Made
AttachmentSelectionDialogFragment
public. UsenewInstance
to create instances of this Fragment.
stream-chat-android-ui-components
⬆️ Improved
- Hide suggestion list popup when keyboard is hidden.
✅ Added
- Added the
MessageInputView::hideSuggestionList
method to hide the suggestion list popup.