github GetStream/stream-chat-android v6.0.14

latest releases: v6.12.0, v6.11.0, v6.10.0...
12 months ago

stream-chat-android-client

🐞 Fixed

  • Prevent inserting reaction which violates ForeignKey constraint in local DB. #5164
  • Fixed crash in ChatEventsObservable.onNext. #5165

βœ… Added

  • Added DeleteChannelListener. #5164

stream-chat-android-offline

🐞 Fixed

  • Prevent sending reaction for non-existing message. #5164
    • SendReactionListener.onSendReactionPrecondition is now suspendable function.
  • Remove the deleted Message from cached Channel.messages collection. #5170

stream-chat-android-state

🐞 Fixed

  • Clear stale cache inside StateRegistry. #5164
  • Unread messages count is now updated properly. #5175

stream-chat-android-ui-common

⚠️ Changed

  • 🚨Breaking change: Changed MessagePositionHandler.handleMessagePosition signature. #5168
    • Added isInThread: Boolean parameter.

stream-chat-android-ui-components

βœ… Added

  • Added new listeners and corresponding setters to MessageListView to allow better behaviour customization. #5161
    • OnEnterThreadListener and MessageListView.setOnEnterThreadListener
    • OnMessageClickListener and MessageListView.setOnMessageClickListener
    • OnReplyMessageClickListener and MessageListView.setOnReplyMessageClickListener
    • OnMessageRetryListener and MessageListView.setOnMessageRetryListener
    • OnMessageLongClickListener and MessageListView.setOnMessageLongClickListener
    • OnModeratedMessageLongClickListener and MessageListView.setOnModeratedMessageLongClickListener
    • OnThreadClickListener and MessageListView.setOnThreadClickListener
    • OnAttachmentClickListener and MessageListView.setOnAttachmentClickListener
    • OnAttachmentDownloadClickListener and MessageListView.setOnAttachmentDownloadClickListener
    • OnGiphySendListener and MessageListView.setOnGiphySendListener
    • OnLinkClickListener and MessageListView.setOnLinkClickListener
    • OnUserClickListener and MessageListView.setOnUserClickListener
    • OnReactionViewClickListener and MessageListView.setOnReactionViewClickListener
    • OnUserReactionClickListener and MessageListView.setOnUserReactionClickListener
  • Added messageBuilder parameter to MessageComposerViewModel.bindView to allow customizing the message builder. #5169

stream-chat-android-compose

🐞 Fixed

  • Fix annotated messages not being building proper links. #5163

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

NewReleases is sending notifications on new releases.