github GetStream/stream-chat-android v4.29.0

latest releases: 6.24.0, 6.23.0, 6.22.1...
3 years ago

stream-chat-android-offline

🐞 Fixed

  • Fixed updating ChatDomain::totalUnreadCount and ChatDomain::channelUnreadCount after restoring app from the background and

stream-chat-android-ui-components

🐞 Fixed

  • Fixed setting custom empty and loading views for MessageListView. #3082

⬆️ Improved

  • Disabled command popups when attachments are present. #3051
  • Disabled the attachments button when popups are present. #3051

✅ Added

  • Added ChatUI.channelNameFormatter to allow customizing the channel's name format. #3068
  • Added a customizable height attribute to SearchInputView #3081
  • Added ChatUI.dateFormatter to allow customizing the way the dates are formatted. #3085
  • Added ways to show/hide the delivery status indicators for channels and messages. #3102

⚠️ Changed

  • Disabled editing on Giphy messages given that it's breaking the UX and can override the GIF that was previously put in. #3071

❌ Removed

  • Removed ExoMedia dependency in favor of standard Android VideoView. #3098

stream-chat-android-compose

🐞 Fixed

  • Fixed back press handling. #3120

✅ Added

  • Exposed a way to clear the message composer externally, e.g. when using custom sendMessage handlers. #3100
  • Exposed loadingMoreContent for the ChannelList and Channels components that allows you to override the default loading more content. #3103
  • Exposed loadingMoreContent for the MessageList and Messages components that allows you to override the default loading more content. #3103
  • Added the attachmentsContentImageGridSpacing option to StreamDimens, to make it possible to customize the spacing between image attachment tiles via ChatTheme. #3105

⚠️ Changed

  • Replaced the reactionTypes field in ChatTheme with the new reactionIconFactory field that allows customizing reaction icons. #3046
  • Disabled editing on Giphy messages given that it's breaking the UX and can override the GIF that was previously put in. #3071

❌ Removed

  • Removed ExoMedia dependency in favor of standard Android VideoView. #3092
  • Removed SystemBackPressHandler in favor of BackHandler from the Compose framework. #3120

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

NewReleases is sending notifications on new releases.