Common changes for all artifacts
- Updated to Kotlin 1.4.21
- For Java clients only: deprecated the
Call.enqueue(Function1)
method, please useCall.enqueue(Callback)
instead
stream-chat-android
- Add new attrs to
MessageListView
:streamDeleteMessageActionEnabled
,streamEditMessageActionEnabled
- Improve Channel List Diff
- Add new attrs to
MessageInputView
:streamInputScrollbarEnabled
,streamInputScrollbarFadingEnabled
- Add API for setting custom message date formatter in MessageListView via
setMessageDateFormatter(DateFormatter)
- 24 vs 12 hr controlled by user's System settings.
stream-chat-android-client
- Add
ChatClient::isValidRemoteMessage
method to know if a RemoteMessage is valid for Stream
stream-chat-android-offline
- Add updating
channelData
after receivingChannelUpdatedByUserEvent
- Fix crash when a push notification arrives from other provider different than Stream