Skip to content

Releases: sendbird/sendbird-uikit-android

3.22.2

28 Feb 07:19
24d86af
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v3.20.1

30 Aug 01:11
c103e1c
Compare
Choose a tag to compare

v3.20.1 (Aug 30, 2024) with Chat SDK v4.18.0

  • Added support for EmojiCategory. You can now filter emojis for different messages when adding Reactions to a message.
    • New Interfaces
         class BaseMessageListAdapter {
             fun getEmojiCategories(message: BaseMessage): List<Long>? {
                 return null
             }
         }
    • Note: You need to set your custom EmojiCategory using Sendbird Platform API in advance.
  • Fixed a crash in the new version due to new fields not having default value.

v3.20.0

29 Aug 02:09
c49f473
Compare
Choose a tag to compare

v3.20.0 (Aug 29, 2024) with Chat SDK v4.18.0 DEPRECATED

  • Deprecated as this version would cause MissingFieldException from NotificationTemplate due to adding a new field without a default value.
  • Added support for EmojiCategory. You can now filter emojis for different messages when adding Reactions to a message.
    • New Interfaces
         class BaseMessageListAdapter {
             fun getEmojiCategories(message: BaseMessage): List<Long>? {
                 return null
             }
         }
    • Note: You need to set your custom EmojiCategory using Sendbird Platform API in advance.

v3.19.0

01 Aug 02:37
a688bff
Compare
Choose a tag to compare

v3.19.0 (Aug 1, 2024) with Chat SDK v4.17.0

  • Deprecated authenticateFeed(AuthenticationHandler) in SendbirdUIKit, which is replaced by authenticate(AuthenticationHandler).
  • Fixed the crash issue caused by the bindingAdapterPosition in the RecyclerView not being returned correctly.
  • Support Right-to-Left (RTL) languages.

v3.18.0

20 Jun 08:37
d7deb36
Compare
Choose a tag to compare

v3.18.0 (Jun 20, 2024) with Chat SDK v4.16.4

  • Updated dependencies
    • update compileSdkVersion to 34
    • [Gradle Plugin] Gradle 8.6
    • [Gradle Plugin] Android Gradle Plugin 8.4.1
  • Deprecated enableReactionsSupergroup(Boolean) in ChannelConfig, which is not allowed by default. If you wish to use this feature, contact us.
  • Added a new set of color resources for UIKit.

v3.17.1

07 Jun 08:46
f0a101b
Compare
Choose a tag to compare

v3.17.1 (Jun 7, 2024) with Chat SDK v4.16.4

  • Fixed an intermittent crash due to variable initialization when entering a notification channel.
  • Optimized ChatBot streaming message animation.