Releases: sendbird/sendbird-uikit-android
Releases · sendbird/sendbird-uikit-android
uikit/3.26.0
v3.26.0 (Mar 18, 2026) with Chat SDK v4.34.1
- Deprecated feedback and form related APIs.
- Added
ChannelConfig.enableAutoscrollMessageOverflowToTopconfiguration to automatically scroll to the top of a new incoming message when the message height overflows the visible screen. - Removed jitpack dependency.
uikit/3.25.3
v3.25.3 (Jan 19, 2026) with Chat SDK v4.32.4
- Fixed issue where files sent via Platform API failed to download due to size mismatch between server metadata and actual file size.
uikit/3.25.2
v3.25.2 (Dec 17, 2025) with Chat SDK v4.32.4
- Fixed an issue where messages in
ChannelFragmentwere not displayed after returning from another fragment when using Navigation Component.
uikit/3.25.1
v3.25.1 (Dec 10, 2025) with Chat SDK v4.32.3
- Fixed message resend functionality to properly handle rate limit errors (
900200).
uikit/3.25.0
v3.25.0 (Nov 19, 2025) with Chat SDK v4.32.1
- Added connection-delayed handling: new dialog with live countdown and a new event (
onConnectionDelayed()) to observe retry timers.- Added
BaseViewModel.onConnectionDelayedlive data to observe connection-delayed events for the delayed seconds. - Added
showConnectionDelayedDialog()andhideConnectionDelayedDialog()inBaseModuleFragment.- These methods shows or hides the default connection-delayed dialog upon receiving
onConnectionDelayed()live data events. - You can override these methods to customize the dialog behavior.
- These methods shows or hides the default connection-delayed dialog upon receiving
- Added
DialogUtils.showConnectionDelayedDialogto show the default connection-delayed dialog.
- Added
uikit/3.24.1
v3.24.1 (Nov 3, 2025) with Chat SDK v4.31.1
- Fixed a possible binary compatibility issue when using Chat SDK in multiple products.
3.24.0
v3.24.0 (Jul 31, 2025) with Chat SDK v4.28.2
- Support MarkAsUnread in UIKit Android View
- Added new configuration option
enableMarkAsUnreadto enable/disable the feature - Added new interfaces for using markAsUnread feature to
ChannelFragmentandChannelViewModel - Added
NewLineViewto indicate the start of unread messages. - New
markAsUnreadmenu item inChannelFragment
- Added new configuration option
- Fixed an issue where messages with same
createdAttimestamps disappeared fromChannelFragment
3.23.3
3.23.2
v3.23.2 (Jun 27, 2025) with Chat SDK v4.27.3
- Release with the latest chat SDK to avoid potential issues
3.23.1
v3.23.1 (Jun 24, 2025) with Chat SDK v4.27.2
- Release with the latest chat SDK to avoid potential issues