Skip to content

Releases: sendbird/sendbird-uikit-android

3.24.0

31 Jul 08:29
3e59e08

Choose a tag to compare

v3.24.0 (Jul 31, 2025) with Chat SDK v4.28.2

  • Support MarkAsUnread in UIKit Android View
    • Added new configuration option enableMarkAsUnread to enable/disable the feature
    • Added new interfaces for using markAsUnread feature to ChannelFragment and ChannelViewModel
    • Added NewLineView to indicate the start of unread messages.
    • New markAsUnread menu item in ChannelFragment
  • Fixed an issue where messages with same createdAt timestamps disappeared from ChannelFragment

3.23.3

18 Jul 03:02
78c45e1

Choose a tag to compare

v3.23.3 (Jul 17, 2025) with Chat SDK v4.27.3

  • Added support for setting isAppearanceLightStatusBars in edge-to-edge mode.
    • Added useAppearanceLightStatusBars to EdgeToEdgeConfig.

3.23.2

27 Jun 06:00
1033615

Choose a tag to compare

v3.23.2 (Jun 27, 2025) with Chat SDK v4.27.3

3.23.1

24 Jun 07:49
ad04c79

Choose a tag to compare

v3.23.1 (Jun 24, 2025) with Chat SDK v4.27.2

3.23.0

01 Apr 08:03
a083090

Choose a tag to compare

v3.23.0 (Apr 1, 2025) with Chat SDK v4.24.1

  • Added a new interface to set the status bar color in edge-to-edge mode.
    • Added void setEdgeToEdgeConfig(EdgeToEdgeConfig)
    • Added EdgeToEdgeConfig getEdgeToEdgeConfig()
    • Added EdgeToEdgeConfig which defines a configuration for UI styling in edge-to-edge mode
  • Fixed an issue where some UIKit components were unresponsive when both the status bar and navigation bar were hidden in edge-to-edge mode.
  • Fixed an issue where images, GIFs, and videos could not be downloaded while the network was offline.

3.22.2

28 Feb 07:19
24d86af

Choose a tag to compare

v3.22.2 (Feb 28, 2025) with Chat SDK v4.24.0

  • Replaced newIntent methods, which had a channelUrl parameter, with one that does not include it. in OpenChannelListActivity

3.22.1

20 Feb 07:35
dc3b4c5

Choose a tag to compare

v3.22.1 (Feb 20, 2025) with Chat SDK v4.23.1

  • Fixed suggested replies not disappearing after sending a message.
  • Fixed the mention list not showing up when typing a nickname.

3.22.0

16 Dec 05:43
f4e815d

Choose a tag to compare

v3.22.0 (Dec 16, 2024) with Chat SDK v4.21.1

  • Templated-related code has been moved to a separate module.

v3.21.1

12 Nov 06:31
7c7849f

Choose a tag to compare

v3.21.1 (Nov 12, 2024) with Chat SDK v4.20.0

  • Fixed thumbs up reaction not working in chat messages.

v3.21.0

12 Sep 02:44
93f1b97

Choose a tag to compare

v3.21.0 (Sep 12, 2024) with Chat SDK v4.19.0

  • Changed the Form type message UI rendering due to the modification of the Form model from BaseMessage to MessageForm.
  • Sendbird Business Messaging changes
    • Changed behavior not to send viewed stats in case the message is fallback message.
    • Fixed not collecting viewed stats when the category filter is changed.