Skip to content

v4.30.2

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Apr 07:02
· 2 commits to main-v4 since this release

stream-chat-android-client

✅ Added

  • Added notificationChannel lambda parameter to NotificationHandlerFactory::createNotificationHandler which is being used to create a NotificationChannel.

⚠️ Changed

  • LoadNotificationDataWorker is now using a separate NotificationChannel with NotificationCompat.PRIORITY_LOW.

stream-chat-android-offline

🐞 Fixed

  • Fixed updating typing users. #3154

stream-chat-android-ui-components

🐞 Fixed

  • Fixed displaying long usernames in message's footnote within MessageListView. #3149
  • A bug that made ScrollButtonView in MessageListView permanently visible. #3170
  • Fixed display of read status indicators #3181

✅ Added

  • Added a way to check if the adapters and message/channel lists have been initialized or not. #3182
  • Added streamUiRetryMessageEnabled attribute to MessageListView that allows to show/hide retry action in message's overlay. #3185

stream-chat-android-compose

🐞 Fixed

  • Fixed display of read status indicators #3181