github GetStream/stream-chat-android 3.6.1

latest releases: 6.22.1, 6.22.0, 6.21.0...
pre-release5 years ago

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 to MessageMoreActionDialog
  • 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 parameter
  • Client:hideChannel signature has changed: HideChannelRequest must be specified as second parameter
  • ChannelListViewModel: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.

Don't miss a new stream-chat-android release

NewReleases is sending notifications on new releases.