January 7th, 2020 - 3.6.1
- Add navigation components with handler to override default behaviour
Breaking changes:
OpenCameraViewListener
is replaced with CameraDestination
January 6th, 2020 - 3.6.0
- Add
MessageSendListener
interface for sending Message - Update
README
about Customizing MessageInputView - Client support for anonymous and guest users
- Client support initialization with Configurator
- Support auto capitalization for keyboard
- Update
UpdateChannelRequest
for reserved fields - renamed
MoreActionDialog
toMessageMoreActionDialog
- Add
StreamLoggerHandler
interface for custom logging client data - Add logging customization ability
- fix markdown for mention if there is no space at prefix @
- fix Edit Attachment behavior
- add support for channel.hide with clear history + events
- Fix crash in AttachmentActivity and AttachmentDocumentActivity crash when app is killed in background
- Add utility method StreamChat.isConnected()
Breaking changes:
Channel hide request
Channel:hide
signature has changed:HideChannelRequest
must be specified as first parameterClient:hideChannel
signature has changed:HideChannelRequest
must be specified as second parameterChannelListViewModel:hideChannel
signature has changed:HideChannelRequest
must be specified as second parameter
How to upgrade
To keep the same behavior pass new HideChannelRequest()
as request parameter to match with the new signature.