Release Notes (Development Version)
Note
Only the IM SDK for Android/iOS platforms has development and stable versions. The development version (Dev) SDK introduces new features first and also receives the fastest bug fixes.
5.12.3 Dev
Release Date: 2025/01/17
New Features
- IMKit now supports saving draft messages for quoted messages.
5.12.2 Dev
Release Date: 2024/12/26
New Features
- Updated IMKit's user information hosting for group functionality.
- Updated IMLib to support multi-device synchronization for system conversations.
- Updated IMLib to support fetching the total unread message count based on conversation Do Not Disturb levels for system conversations.
- Added the
disableUpdateLastMessage
field to the Message class to control whether the last message in a conversation is updated. - Updated the SDK's compilation version and some third-party library versions.
Bug Fixes
- Fixed an issue where banned chatroom members would not automatically rejoin the chatroom after being unbanned and reconnecting.
- Adjusted the
requestCode
value for permission requests in IMKit to avoid conflicts with other third-party libraries. - Fixed an issue where a conversation could not be deleted if it was the only one left in the conversation list.
- Fixed an issue where pulling down to refresh the conversation list in IMKit would not load new conversations.
5.12.1 Dev
Release Date: 2024/10/28
New Features
- Adapted cross-platform custom message logic.
5.12.0 Dev
Release Date: 2024/10/18
New Features
- Added group and member management capabilities to the user information hosting service in IMKit and IMLib.
- Added friend relationship management capabilities to the user information hosting service in IMKit and IMLib.
- IMKit now displays "typing" status in one-to-one chat sessions and supports high-definition voice messages (
RC:HQVCMsg
). - IMLib now supports Official Account types for targeted messages.
- IMLib removed access permissions for images and videos.
Bug Fixes
- Fixed an issue where map search information was incomplete.
- Fixed a null pointer issue with
filterSendMessage
. - Fixed an issue where
sendNotification
could cause ANR. - Fixed an issue where receiving a call notification would incorrectly indicate that the audio/video call was closed.
5.10.4 Dev
Release Date: 2024/08/29
New Features
- Added a database upgrade status callback interface
DatabaseUpgradeStatusListener
to monitor database upgrade progress. - Adapted to the Android 15 system.
Bug Fixes
- Optimized the sorting of the conversation list.
5.10.3 Dev
Release Date: 2024/08/20
Bug Fixes
- Fixed some issues in version 5.10.2. It is recommended to upgrade project dependencies from 5.10.2 to 5.10.3.
5.10.2 Dev
Release Date: 2024/07/31
New Features
- Added the server-side time when a user joins a chatroom to the
JoinChatRoomResponse
return information. - Added HarmonyOS platform support to
PushConfig
. - Online status subscription now supports the HarmonyOS platform.
- Limited the size of a single file upload to a maximum of 100M by default.
Bug Fixes
- Fixed an issue where black borders occasionally appeared in thumbnail images when sending pictures.
5.10.1 Dev
Release Date: 2024/07/02
Bug Fixes
- Changed the default value of the "sync pinned empty conversations" switch to NO, meaning empty conversations are not synced by default.
5.10.0 Dev
Release Date: 2024/06/28
New Features
- Added user information hosting functionality, supporting modification, querying, and subscription of hosted user information.
- Added a switch configuration for syncing pinned empty conversations, allowing developers to choose whether to sync them.
- Supported configuration of heartbeat interval time.
- Optimized the use of Baidu DoH.
Bug Fixes
- Fixed a vulnerability issue with the Android FileProvider.
- Fixed an issue where message read status synchronization failed when multi-device message synchronization was enabled, causing message unread counts to fail to sync after uninstalling/reinstalling or logging in on multiple devices.
- Fixed an issue where the background of the contact selection interface for forwarding messages in IMKit SDK was black.
5.8.2 Dev
Release Date: 2024/06/05
New Features
- Added a callback for when all messages in an IMKit conversation page have been pulled.
- Added an API for batch fetching conversation information.
- Added a switch to control whether pinning a conversation updates the operation time.
- Added a switch for chatroom message deduplication.
Optimizations
- Optimized the display format of merged forwarded messages.
- Updated the Amap version in IMKit and IMLib, with the new version optimizing security compliance.
Bug Fixes
- Fixed an issue where clicking on a quoted file would still show "Start Download" even if the original file had already been downloaded.
- Fixed an issue where using two different tokens to connect simultaneously could occasionally result in the second token connecting successfully.
- Fixed an issue where the
content
field was empty when fetching remote history messages. - Fixed an issue where IM incorrectly judged the network status, causing the connection to hang.
5.8.1 Dev
Release Date: 2024/04/29
New Features
- Added functionality for clients to subscribe to user online status.
- Updated the Amap version in IMKit and IMLib, no longer supporting the x86 architecture.
- Updated Honor push notifications.
- Supported searching for historical messages of a specified type in a specified conversation by keyword.
Optimizations
- Optimized the message recall functionality. Now, when a message is recalled, the user information (
UserInfo
) and extra information (extra
) carried in the command message are also recalled.
Bug Fixes
- Fixed an issue where if the time difference was 0, it would take 60 seconds to get the real value the next time.
- Fixed a null pointer exception issue with
StatisticsProcessor
. - Fixed an issue where FCM transparent messages did not assign a
ChannelId
. - Fixed a crash issue when creating a
NotificationChannel
with a nullchannelId
. - Fixed a memory leak issue in
ConversationListViewModel
in version 5.6.10.
5.8.0 Dev
Release Date: 2024/03/29
New Features
- Supported fetching the target user list for targeted messages. This feature is only available for regular groups and ultra groups.
- Added error code 34296, which is returned when sending targeted messages if the conversation type is not a group or ultra group, and the target user list is empty.
- Added protocol stack data error codes.
Optimizations
- Supported configuring the priority of token reporting.
Bug Fixes
- Fixed an issue in IMKit where quoted message bubbles did not have a fixed length on HarmonyOS 4.0.
- Fixed an issue in IMKit where cached user information from the previous account was not cleared after logging out.
- Fixed an occasional ANR issue with
RongCoreClientImpl.connectServer
.
5.6.10 Dev
Release Date: 2024/01/31
Bug Fixes
- Fixed design flaws in versions 5.6.8/5.6.9.
5.6.9 Dev
Release Date: 2024/01/31
Warning
This version of the SDK has been recalled. Please do not use it. If already in use, it is recommended to upgrade to version 5.6.10 as soon as possible.
New Features
- Ultra groups now support sending targeted messages to specified users in specified channels, with other users in the channel not receiving the message.
- Ultra groups now support deleting user history messages from both local and remote sources simultaneously.
Optimizations
- When setting a conversation as pinned, if the conversation does not exist in the local conversation list (not yet created or already deleted), the SDK will automatically create the conversation and pin it.
- When fetching the conversation list, it is now possible to specify a parameter to ignore the pinned status and return the conversation list strictly sorted by time.
Bug Fixes
- Fixed an issue where the reconnect kick strategy (
setReconnectKickEnable
) did not take effect on some devices.
5.6.8 Dev
Release Date: 2023/12/29
Warning
This version of the SDK has been recalled. Please do not use it. If already in use, it is recommended to upgrade to version 5.6.10 as soon as possible.
Optimizations
- Supported Xiaomi's overseas push service, requiring integration with Xiaomi's international push client.
- The Vivo push SDK dependency for push functionality has been upgraded from 3.0.0.4 to 3.0.0.7. If using the legacy push integration, please ensure the Vivo push SDK is also upgraded. The Vivo push SDK included in the official download package has been updated.
- The OPPO push SDK dependency for push functionality has been upgraded from 3.1.0 to 3.4.0. If using the legacy push integration, please ensure the OPPO push SDK is also upgraded. The OPPO push SDK included in the official download package has been updated.
- Optimized the handling of message reception status. After receiving a message, if it has already been received by other devices that are online or were previously logged in, the status value will change to "received". If it has already been read on other devices, it will also change to "read".
- Added the
operationTime
property to theConversation
class, which can be used as the timestamp when paginating the conversation list.
Bug Fixes
- Fixed an issue where the
ConnectionStatusListener
would repeatedly trigger theSIGN_OUT
status callback after manually calling the disconnect method.
5.6.7 Dev
Release Date: 2023/11/23
New Features
- Supported integration with Honor push notifications. Added Honor push configuration parameters to the message push attributes.
- Added iOS Time Sensitive configuration to the message push attributes.
- IMLib's chatroom member change functionality now supports returning the current number of chatroom members.
- IMLib now supports a new custom message flow.
- IMKit now supports copying the content of quoted messages.
Bug Fixes
- Fixed a null pointer issue with
CSConversationUIRenderer
. - Fixed an issue where the
content
field was missing in sent messages if thecontent
of aTextMessage
was empty.
5.6.6 Dev
Release Date: 2023/10/27
Optimizations
- Optimized the SDK's log upload mechanism.
Bug Fixes
- Fixed internal SDK issues.
5.6.5 Dev
Release Date: 2023/10/12
Optimizations
- Optimized internal SDK logs.
Bug Fixes
- Fixed an issue where custom message registration failed in version 5.6.4.
5.6.4 Dev
Release Date: 2023/09/25
New Features
- Ultra group businesses can now use the
getRemoteHistoryMessages
method underChannelClient
to fetch remote history messages. - Ultra group businesses now support using
getUltraGroupMessageCountByTimeRange
to count local history messages. - IMKit's local notification default category type has been set to
CATEGORY_MESSAGE
.
Optimizations
- The
Conversation
returned bygetConversationsFromTagByPage
now includes theisTopForTag
property, indicating whether the conversation is pinned under the current tag. - Security improvements.
Bug Fixes
- Fixed an issue where IMLib could not connect.
- Fixed a memory leak issue in IMKit's
ConversationListViewModel
. - Fixed an array out-of-bounds crash in IMKit's
MessageViewModel.onScrolled
. - Fixed a crash issue with
UniqueIdUtils.getUniqueId
. - Fixed an issue with IMKit's conversation list page loading.
5.6.3 Dev
Release Date: 2023/08/31
New Features
- IMLib now returns the current status of a chatroom (whether it is muted, whether the user is in the mute allowlist, the number of chatroom members, etc.) when joining a chatroom. Added corresponding callback methods to the chatroom room event listener.
- IMKit provides the
ToastUtils
class to uniformly intercept Toast messages. - IMKit's conversation page now supports intercepting click events on the common phrases button.
Optimizations
- IMKit's long-press to delete messages in the conversation page now defaults to deleting remote history messages as well.
- The minimum supported Android version has been raised to 5.0, requiring
minSdkVersion
to be at least 21.
Bug Fixes
- Fixed an issue where IMKit's picture selection page (
PictureSelectorActivity
) did not provide a callback to the user when requesting permissions. - Fixed an issue where IMKit incorrectly popped up a permission prompt after clicking the image entry in the input area expansion panel.
- Fixed an issue where special characters in video file addresses in media messages caused black screens when playing video messages.
- Fixed an issue where the voice message countdown in IMKit's UI was not fully displayed when the font was too large.
- Fixed an issue where message positioning in IMKit was inaccurate.
- Fixed an issue with video compression errors in IMKit's
VideoSlimEncoder
. - Fixed an ANR issue related to
PushDeliveryUpload
.
5.6.2 Dev
Release Date: 2023/08/11
New Features
- IMKit/IMLib now supports multi-device synchronization of system conversation read status. Added error code 20109.
- IMLib's ultra groups now support searching for messages sent by a specified user ID in the local database and searching for messages across all channels by keyword.
- IMKit has been adapted to the new photo and video permissions added in Android 14:
< uses-permission android:name = "android.permission.READ_MEDIA_VISUAL_USER_SELECTED" />
.
Optimizations
- Optimized the situation where Xiaomi push SDK registration failed and could not get a token. Added one retry to get the token.
- Adjusted the SDK's reconnection time intervals to 0.05s, 0.25s, 0.5s, 1s, 2s, 4s, 8s, 16s, 32s. After that, it retries every 64s.
Bug Fixes
- Fixed an issue where the pull-down loading spinner in IMKit's conversation list often kept spinning and could not be closed.
- Fixed an issue with inaccurate unread counts in IMKit's aggregated conversations.
- Fixed an issue with
PicturePagerActivity#java.lang.IllegalStateException: Cannot obtain size for recycled Bitmap
.
5.6.1 Dev
Release Date: 2023/07/14
Optimizations
- Supported removing RC's
libc++_shared.so
when it does not meet project requirements. For details, see the knowledge base document Libc++_shared.so Common Issues and Solutions. - Optimized the message loading speed in IMKit's one-to-one and group chat conversation pages.
Bug Fixes
- Fixed an issue where sending location messages on Huawei 9.0 systems occasionally caused crashes.
- Fixed memory leak issues.
- Fixed an issue where the overseas area code configuration in IMKit's
InitOption
was invalid. - Fixed an issue where calling
startConversation
withfixedMsgSentTime
as the first message's time caused the conversation page to be blank. - Fixed an issue where Push-only Notifications were not received starting from version 5.4.6.
5.6.0 Dev
Release Date: 2023/07/03
New Features
- RC Push 2.0 push integration now encapsulates third-party vendor push channel SDKs as plugins, making it easier for developers to quickly integrate and configure. This is applicable to IMLib, IMKit, or other RC Android client SDKs that depend on IMLib.
- In ultra group businesses, the
MessageDigestInfo
returned by thegetUltraGroupUnreadMentionedDigests
interface now includes a message type identifier, which can be used to filter data.
Bug Fixes
- Fixed a push registration dead loop issue.
- Fixed an issue where conversations that had not been updated for more than 7 days showed null as the last message in the conversation list.
- Fixed an issue where the
getBlacklist
method timed out when there were no blocklisted users. - Fixed a null pointer exception caused by multi-threaded operations on a LinkedList collection.
- Fixed the issue where
getConversationList
had no callback, and threads were blocked in multi-process scenarios
5.4.7 Dev
Release Date: 2023/06/20
Bug Fixes
- Fixed the issue where the
onUltraGroupMessageExpansionUpdated
callback in ultra group business returned aRCMessage
with a message ID of -1.
5.4.6 Dev
Release Date: 2023/06/15
New Features
- Added the
getUltraGroupConversationUnreadInfoList
interface to batch get the unread message count for up to 20 ultra groups and all their channels.
Bug Fixes
- Fixed the issue where email addresses in merged forward messages were not recognized.
- Fixed the issue where the
setCheckDuplicateMessage
interface did not work in versions 5.4.0 and later. - Fixed the issue where the first launch after uninstalling and reinstalling caused a 5-second delay in loading
getConversationListByPage
. - Fixed the memory leak issue in
MessageViewModel
. - Fixed the issue where the search index was not updated after calling the
ModifyUltraGroupMessage
interface in ultra group business.
Optimizations
- Optimized the long reconnection time when switching from background to foreground.
- Optimized the interface for getting messages before or after a specified timestamp, ensuring the actual timestamp is used without SDK internal adjustments. --- title: Changelog (Dev Version)
Note
Only the IM SDK for Android/iOS platforms has a distinction between Dev and Stable versions. The Dev version SDK introduces new features first and receives the fastest bug fixes.
5.14.0 Dev
Release Date: 2025/02/28
New Features
- Added global Do Not Disturb (DND) interfaces in IMLib for setting and retrieving supported time zones.
- Added a callback interface in IMLib for syncing full group data upon group info changes.
- Upgraded third-party push SDK versions in IMLib.
- IMKit now supports mentioning users when saving message drafts.
Bug Fixes
- Optimized the display logic of
UserInfo
in IMKit for user-hosted messages. - Fixed an issue in IMKit where merged forwarded messages displayed incorrect names.
- Resolved thumbnail size display issues in IMKit.
5.12.3 Dev
Release Date: 2025/01/17
New Features
- IMKit now supports saving drafts for referenced messages.
5.12.2 Dev
Release Date: 2024/12/26
New Features
- Updated user info hosting for group functionality in IMKit.
- Updated IMLib to support multi-device sync for system conversations.
- Updated IMLib to fetch total unread messages by conversation DND level, supporting system conversations.
- Added a new field
disableUpdateLastMessage
to theMessage
class to prevent updating the last message in a conversation. - Updated SDK build versions and some third-party library versions.
Bug Fixes
- Fixed an issue where banned chatroom members were not automatically re-joining after being unbanned.
- Adjusted the
requestCode
value for permission requests in IMKit to avoid conflicts with other third-party libraries. - Fixed an issue in IMKit where the last remaining conversation could not be deleted.
- Resolved an issue in IMKit where pulling to refresh failed to load the conversation list.
5.12.1 Dev
Release Date: 2024/10/28
New Features
- Adapted cross-platform custom message logic.
5.12.0 Dev
Release Date: 2024/10/18
New Features
- IMKit and IMLib now support group and member management in info hosting services.
- IMKit and IMLib now support friend relationship management in info hosting services.
- IMKit displays "typing" status in one-on-one chats and supports high-definition voice messages (
RC:HQVCMsg
). - IMLib supports public account types in targeted messages.
- IMLib removed image and video access permissions.
Bug Fixes
- Fixed incomplete map search info.
- Resolved a null pointer issue in
filterSendMessage
. - Fixed an ANR issue caused by
sendNotification
. - Resolved an issue where receiving call info would incorrectly prompt that audio/video calls were closed.
5.10.4 Dev
Release Date: 2024/08/29
New Features
- Added a
DatabaseUpgradeStatusListener
callback interface to monitor database upgrade progress. - Adapted for Android 15.
Bug Fixes
- Optimized conversation list sorting.
5.10.3 Dev
Release Date: 2024/08/20
Bug Fixes
- Fixed issues in version 5.10.2. It is recommended to upgrade dependencies from 5.10.2 to 5.10.3.
5.10.2 Dev
Release Date: 2024/07/31
New Features
- Added server-side join time to
JoinChatRoomResponse
. - Added HarmonyOS platform to
PushConfig
. - Online status subscription now supports HarmonyOS.
- Limited single file upload size to 100MB by default.
Bug Fixes
- Fixed occasional black borders in thumbnails when sending images.
5.10.1 Dev
Release Date: 2024/07/02
Bug Fixes
- Changed the default value of the sync pinned empty conversations switch to NO, meaning empty conversations are not synced by default.
5.10.0 Dev
Release Date: 2024/06/28
New Features
- Added user info hosting, supporting modification, query, and subscription of hosted user info.
- Added a switch to sync pinned empty conversations.
- Supported configuring heartbeat interval time.
- Optimized the use of Baidu DoH.
Bug Fixes
- Fixed vulnerabilities in Android FileProvider.
- Resolved issues where multi-device message sync failed to sync unread counts after uninstalling/reinstalling or logging in on multiple devices.
- Fixed a black background issue in IMKit when forwarding messages and selecting contacts.
5.8.2 Dev
Release Date: 2024/06/05
New Features
- Added a callback in IMKit for when all messages in a conversation are loaded.
- Added an API to batch fetch conversation info.
- Added a switch to update operation time when pinning conversations.
- Added a deduplication switch for chatroom messages.
Optimizations
- Optimized the content display format for merged forwarded messages.
- Updated the Amap version in IMKit and IMLib for better security compliance.
Bug Fixes
- Fixed an issue where clicking on referenced files showed "Start Download" even if the file was already downloaded.
- Resolved an issue where using two different tokens simultaneously occasionally caused the second token to connect successfully.
- Fixed an issue where fetching remote history messages returned empty content.
- Resolved an issue where IM incorrectly judged network status, causing connection hangs.
5.8.1 Dev
Release Date: 2024/04/29
New Features
- Added client-side subscription for user online status.
- Updated Amap version in IMKit and IMLib, dropping support for x86 architecture.
- Updated Honor push.
- Supported keyword search for specific message types in specified conversations.
Optimizations
- Optimized message recall to also recall user info (
UserInfo
) and extra info (extra
) in command messages.
Bug Fixes
- Fixed an issue where fetching time difference as 0 required 60 seconds to get the real value.
- Resolved a null pointer issue in
StatisticsProcessor
. - Fixed an issue where FCM push messages did not assign
ChannelId
. - Fixed a crash when creating
NotificationChannel
with a nullchannelId
. - Fixed a memory leak issue in
ConversationListViewModel
in version 5.6.10.
5.8.0 Dev
Release Date: 2024/03/29
New Features
- Supported fetching the target user list for targeted messages. This feature is only available for regular groups and ultra groups.
- Added error code 34296 for sending targeted messages when the conversation type is not a group or ultra group, and the target user list is empty.
- Added protocol stack data error codes.
Optimizations
- Supported configuring the priority of token reporting.
Bug Fixes
- Fixed an issue in IMKit where referenced message bubbles did not have a fixed length on HarmonyOS 4.0.
- Resolved an issue in IMKit where user info from the previous account was not cleared after logout.
- Fixed an occasional ANR issue in
RongCoreClientImpl.connectServer
.
5.6.10 Dev
Release Date: 2024/01/31
Bug Fixes
- Fixed design flaws in versions 5.6.8/5.6.9.
5.6.9 Dev
Release Date: 2024/01/31
Warning
This SDK version has been recalled. Do not use it. If already in use, upgrade to version 5.6.10 as soon as possible.
New Features
- Ultra groups now support sending targeted messages to specific users in specific channels, where other users in the channel will not receive the message.
- Ultra groups support deleting user history messages from both local and remote.
Optimizations
- When pinning a conversation, if the conversation does not exist locally (not yet created or already deleted), the SDK will automatically create and pin it.
- When fetching the conversation list, added a parameter to ignore pinned status and return the list strictly sorted by time.
Bug Fixes
- Fixed an issue where the reconnect kick policy (
setReconnectKickEnable
) did not take effect on some devices.
5.6.8 Dev
Release Date: 2023/12/29
Warning
This SDK version has been recalled. Do not use it. If already in use, upgrade to version 5.6.10 as soon as possible.
Optimizations
- Supported Xiaomi overseas push service, requiring integration with Xiaomi International Push Client.
- Upgraded the vivo push SDK dependency from 3.0.0.4 to 3.0.0.7. If using the legacy push integration, ensure the vivo push SDK is also upgraded. The SDK package on the official website includes the updated version.
- Upgraded the OPPO push SDK dependency from 3.1.0 to 3.4.0. If using the legacy push integration, ensure the OPPO push SDK is also upgraded. The SDK package on the official website includes the updated version.
- Optimized message status handling. After receiving a message, if it was already received by other devices online or previously logged in, the status will be updated to received. If it was already read on other devices, the status will also be updated to read.
- Added an
operationTime
property to theConversation
class, which can be used as a timestamp when fetching paginated conversation lists.
Bug Fixes
- Fixed an issue where
ConnectionStatusListener
would repeatedly triggerSIGN_OUT
status callbacks after actively calling the disconnect method.
5.6.7 Dev
Release Date: 2023/11/23
New Features
- Supported Honor push integration. Added Honor push configuration parameters to message push properties.
- Added iOS Time Sensitive configuration to message push properties.
- IMLib chatroom member change functionality now returns the current number of chatroom members.
- IMLib supports a new custom message flow.
- IMKit supports copying referenced content in referenced messages.
Bug Fixes
- Fixed a null pointer issue in
CSConversationUIRenderer
. - Fixed an issue where
TextMessage
with emptycontent
was missing thecontent
field when sent.
5.6.6 Dev
Release Date: 2023/10/27
Optimizations
- Optimized the SDK log upload mechanism.
Bug Fixes
- Fixed internal SDK issues.
5.6.5 Dev
Release Date: 2023/10/12
Optimizations
- Optimized internal SDK logs.
Bug Fixes
- Fixed an issue in version 5.6.4 where custom message registration failed.
5.6.4 Dev
Release Date: 2023/09/25
New Features
- Ultra group business can now use the
getRemoteHistoryMessages
method underChannelClient
to fetch remote history messages. - Ultra group business supports using
getUltraGroupMessageCountByTimeRange
to count local history messages. - IMKit local notifications now default to the
CATEGORY_MESSAGE
type.
Optimizations
- The
Conversation
returned bygetConversationsFromTagByPage
now includes anisTopForTag
property to indicate if the conversation is pinned under the current tag. - Security improvements.
Bug Fixes
- Fixed an issue where IMLib could not connect.
- Fixed a memory leak in IMKit
ConversationListViewModel
. - Fixed an array out-of-bounds crash in IMKit
MessageViewModel.onScrolled
. - Fixed a crash in
UniqueIdUtils.getUniqueId
. - Fixed an issue with IMKit conversation list page loading.
5.6.3 Dev
Release Date: 2023/08/31
New Features
- IMLib now returns chatroom status (muted, mute whitelist, number of members, etc.) when joining a chatroom. Added corresponding callback methods in the chatroom event listener.
- IMKit provides a
ToastUtils
class to uniformly intercept Toast messages. - IMKit conversation pages support intercepting click events on commonly used phrases buttons.
Optimizations
- IMKit conversation page long-press to delete messages now defaults to also deleting remote history messages.
- The minimum supported Android version is now 5.0, requiring
minSdkVersion
to be at least 21.
Bug Fixes
- Fixed an issue in IMKit where the picture selection page (
PictureSelectorActivity
) did not provide a callback for permission requests. - Fixed an issue in IMKit where clicking the image entry in the input area extension panel incorrectly popped up a permission prompt.
- Fixed an issue in IMKit where media messages with special characters in video file paths caused black screens when playing.
- Fixed an issue in IMKit where large fonts caused voice message countdowns to be incompletely displayed in the UI.
- Fixed an issue in IMKit where jumping to a specified message was inaccurate.
- Fixed a video compression error in IMKit
VideoSlimEncoder
. - Fixed an ANR issue related to
PushDeliveryUpload
.
5.6.2 Dev
Release Date: 2023/08/11
New Features
- IMKit/IMLib supports multi-device sync for system conversation read status. Added error code 20109.
- IMLib ultra groups support searching local database messages sent by a specified user ID and keyword searches across all channels.
- IMKit adapted to Android 14's new photo and video permissions
< uses-permission android:name = \"android.permission.READ_MEDIA_VISUAL_USER_SELECTED\" />
.
Optimizations
- Optimized Xiaomi push SDK registration failures when unable to get a token. Added a retry to fetch the token.
- Adjusted SDK reconnect intervals to 0.05s, 0.25s, 0.5s, 1s, 2s, 4s, 8s, 16s, 32s. After that, retry every 64s.
Bug Fixes
- Fixed an issue in IMKit where the conversation list pull-to-refresh spinner often got stuck and could not be closed.
- Fixed an issue in IMKit where aggregated conversation unread counts were inaccurate.
- Fixed an issue in IMKit
PicturePagerActivity#java.lang.IllegalStateException: Cannot obtain size for recycled Bitmap
.
5.6.1 Dev
Release Date: 2023/07/14
Optimizations
- Supported removing RC's
libc++_shared.so
when it does not meet project requirements. See the knowledge base document Libc++_shared.so Standard Library Common Issue Handling. - Optimized IMKit one-on-one and group chat conversation page message loading speed.
Bug Fixes
- Fixed an occasional crash when sending location messages in one-on-one chats on Huawei 9.0 systems.
- Fixed memory leaks.
- Fixed an issue in IMKit where the
InitOption
configuration for overseas region codes was invalid. - Fixed an issue where calling
startConversation
withfixedMsgSentTime
as the first message's time caused a blank conversation page. - Fixed an issue starting from version 5.4.6 where non-landing notifications were not received.
5.6.0 Dev
Release Date: 2023/07/03
New Features
- RC Push 2.0 integration encapsulates third-party push channel SDKs into plugins, making it easier for developers to quickly integrate and configure. This applies to IMLib, IMKit, or other RC Android client SDKs that depend on IMLib.
- In ultra group business, the
getUltraGroupUnreadMentionedDigests
interface now includes a message type identifier in the returnedMessageDigestInfo
for data filtering.
Bug Fixes
- Fixed an infinite loop issue in push registration.
- Fixed an issue where the last message in the conversation list showed as null when pulling conversations that hadn\u2019t been updated for over 7 days.
- Fixed a timeout issue with the
getBlacklist
method when there were no blacklisted users. - Fixed a null pointer exception caused by multi-threaded operations on a LinkedList collection.
- Fixed an issue where
getConversationList
had no callback and threads were blocked in multi-process scenarios.
5.4.7 Dev
Release Date: 2023/06/20
Bug Fixes
- Fixed an issue where the
RCMessage
ID returned by theonUltraGroupMessageExpansionUpdated
callback in the ultra group business was -1.
5.4.6 Dev
Release Date: 2023/06/15
New Features
- Added a new interface
getUltraGroupConversationUnreadInfoList
to batch fetch the unread message count for up to 20 ultra groups and all their channels.
Bug Fixes
- Fixed an issue where email addresses in merged forwarded messages were not recognized.
- Fixed an issue where the
setCheckDuplicateMessage
interface did not take effect in versions 5.4.0 and later. - Fixed a delay issue where
getConversationListByPage
took 5 seconds to load after the first launch following a reinstall. - Fixed a memory leak issue in
MessageViewModel
. - Fixed an issue where the search index was not updated after calling the
ModifyUltraGroupMessage
interface to modify ultra group message content.
Optimizations
- Optimized the long reconnection time when switching from background to foreground.
- Optimized the interface for fetching messages before or after a specified timestamp, ensuring the SDK does not internally adjust the timestamp by +1 or -1.
5.4.5 Dev
Release Date: 2023/05/29
New Features
- Added a new chatroom event notification listener
ChatRoomNotifyEventListener
, supporting notifications for member bans, mutes, and other actions in chatrooms (whenneedNotify
is set totrue
), and notifications for users joining/leaving across multiple devices. - When fetching the channel list for ultra groups, the
conversation
object now supports fetching the unread message count for @mentions. - The ultra group local history message fetching feature now supports fetching a specified number of messages before or after a given timestamp in a conversation.
Bug Fixes
- Fixed an issue with the ultra group unread message count. When a message was recalled (including regular messages and @mentions) while the current user was connected, and the message was unread on the current user\u2019s device, the unread message and @mention counts were not updated. After the fix, the unread message count is decremented by 1.
- Fixed an issue where the gray bar prompt for recalled messages in ultra groups was duplicated. When a message was recalled in a ultra group and the original message was not found locally, a gray bar message was inserted. Under certain conditions, the gray bar message could be duplicated. After the fix, the gray bar message carries the original message ID for deduplication.
- Fixed a crash issue caused by passing an empty
initOption
during IMKit SDK initialization. - Fixed an issue where thumbnail images for small video messages in the remote history message results were identical.
- Fixed an issue where the button did not respond after selecting "Take Photo" in the chat image picker on certain phones.
- Fixed an ANR issue with
getActiveNetworkInfo
. - Fixed a crash caused by out-of-bounds click events in the conversation list.
- Fixed an occasional issue where connection callbacks were lost in IPC processes.
5.4.4 Dev
Release Date: 2023/05/11
New Features
- Added a new method
getHistoryMessages
to fetch local ultra group messages for the ultra group business. - The
sendMediaMessage
interface now supports VoIP configuration.
Optimizations
- Added an
isOffline
field to theMessage
class to align with the iOS version. This field is only valid in message reception callbacks.
5.4.3 Dev
Release Date: 2023/04/21
Bug Fixes
- Urgently fixed an issue related to navigation service addresses in version 5.4.2.
5.4.2 Dev
Release Date: 2023/04/20
New Features
- IMLib/IMKit SDK now supports specifying a region code in the
InitOption
configuration during initialization. Once configured, the SDK will use the service address corresponding to the region code. - IMLib/IMKit SDK now supports specifying the vivo push category parameter in the message push property configuration.
Optimizations
- Improved the stability of the built-in
IPluginModule
in the SDK. - Added length validation for the
notificationExtra
field in theforceRemoveChatRoomEntry
,removeChatRoomEntry
,forceSetChatRoomEntry
, andsetChatRoomEntry
methods related to chatroom properties.
Bug Fixes
- Fixed the Arabic string corresponding to
rc_picture_original_image_size
. - Fixed an array out-of-bounds issue in
PicturePagerActivity
. - Fixed an issue where the
userId
andToken
could be confused during frequent user token switching for connections.
5.4.1 Dev
Release Date: 2023/03/31
Optimizations
- IMLib/IMKit SDK now supports the
InitOption
initialization interface. - IMKit SDK now supports adjusting video progress by swiping left or right during video preview.
- Increased the maximum number of remote history messages that can be fetched by IMLib SDK to 100.
Bug Fixes
- Forced AAC_ADTS encoding for voice messages to fix an issue where messages sent from certain devices could not be played on iOS and MacOS.
- Removed the use of AndroidX in the IMLib layer.
- Fixed several crash issues.
5.4.0 Dev
Release Date: 2023/03/03
New Features
- Added support for setting the Huawei push channel's Category parameter in the message push property configuration when sending messages.
- Added ultra group user group functionality to IMLib SDK.
Bug Fixes
- Fixed an issue where the
mOriginalObjectName
andmOriginalMessageContent
in theRecallNotificationMessage
returned by theonUltraGroupMessageRecalled
callback were normal, but the same fields in theMessage
object were abnormal after re-querying. - Fixed an issue where reading the
mimeType
for certain files or on certain devices when sendingFileMessage
would throw an error. - Fixed an index out-of-bounds issue caused by thread problems in IMKit SDK.
- Fixed an ANR issue during the message sent success callback.
- Fixed an issue where the unread count for ultra groups was not displayed in IMLib SDK.
- Fixed a bug where files with special characters in merged forwarded messages had to be re-downloaded every time.
- Fixed an ANR issue when processing message recalls in IMKit SDK.
- Fixed an issue where read receipts were not displayed for certain messages in one-on-one chats in IMKit SDK.
- Fixed an issue where a red exclamation mark appeared when media file downloads failed on the sender side in IMKit SDK.
- Fixed an issue where failed read receipt messages in the conversation page were added to the message retry list in IMKit SDK.
- Fixed an issue where group messages in other interfaces should not send read receipts in IMKit SDK.
- Adjusted the UI position for group read receipts in IMKit SDK.
- Fixed an issue where avatars in merged forwarded messages were distorted in IMKit SDK.
- Fixed an issue where incorrect video dimensions caused encoder selection failure, preventing small videos from being sent in IMKit SDK.
- Fixed an issue where images were stretched in the small video recording page in IMKit SDK.
- Fixed an issue where no dialog was shown when small videos, images, or messages were recalled in IMKit SDK.
- Fixed an issue where small videos failed to send on OPPO devices in IMKit SDK.
- Fixed an issue where the red "@me" notification persisted on one device after viewing the group chat @message on another device in IMKit SDK.
- Fixed an issue where sending small videos without a network connection resulted in the error "Cannot send corrupted small videos" in IMKit SDK.
5.3.5 Dev
Release Date: 2023/02/07
New Features
- The local batch message insertion interface in IMLib SDK now supports storing the message unique identifier (Message UID) in the database for deduplication based on UID.
Optimizations
- Upgraded the xcrash crash collection module to include symbol table information.
- Fixed an issue where implicit jumps on Xiaomi 12 devices could not carry Parcelable data, temporarily switching to explicit jumps for referenced messages.
- Added
ConversationListAdapterSupportStrongerTouchEvent
to IMKit SDK to resolve issues where frequent list refreshes caused long-press events to fail. - IMLib SDK now defaults to multi-process mode.
- Optimized compliance by ensuring the SDK no longer calls
TelephonyManager.getNetworkOperator
.
Bug Fixes
- Fixed an issue where image selection did not display on Android 13 due to permission issues in IMKit SDK.
- Fixed an issue where clicking on map messages in merged forwarded messages did not respond in IMKit SDK.
- Fixed an issue where file size was abnormal when downloading xml or txt files with gzip compression enabled in IMKit SDK.
- Fixed an issue where the chat page displayed an invitation notification for group real-time location sharing even when it was not enabled in IMKit SDK.
- Fixed an issue where the interface was not updated in time when viewing referenced text messages that were recalled by the other party in IMKit SDK.
- Fixed an issue where the error message "Cannot share videos longer than 0 minutes" was displayed when sending small videos that exceeded the time limit in IMKit SDK.
- Fixed a crash issue in IMLib SDK when sending voice messages while another feature was recording audio within the app.
- Fixed an issue where the cursor moved to the end when entering specific emojis in the input box in IMKit SDK.
- Fixed an issue where chat messages were disordered in the conversation page when text messages contained many characters in IMKit SDK.
5.3.4 Dev
Release Date: 2023/01/10
New Features
- IMKit SDK now supports configuring file icons for file messages.
- IMLib SDK ultra groups now support searching local messages.
Optimizations
- Optimized message sending in IMKit SDK, ensuring that locally inserted messages are updated with content, extensions, and status simultaneously.
- Optimized message reception in IMLib SDK by adding a switch to disable the message deduplication mechanism in IMLibCore.
- Optimized audio recording in IMKit SDK by adding a fallback strategy to use AAC when HE_AAC is not supported.
- Optimized the
OnReceiveMessageWrapperListener
interface in IMKit SDK's IMCenter to support Async type listeners. - Optimized push configuration by supporting the disabling of RongPush (RC's built-in push service).
Bug Fixes
- Fixed an issue where the number of participants in location sharing was incorrect in IMKit SDK under certain conditions.
- Fixed an issue where the album did not display photos and the camera roll did not respond when entering the album from the conversation page on Android 13 devices in IMKit SDK.
- Fixed an issue where clicking on location messages in merged forwarded messages did not respond in IMKit SDK.
- Fixed an issue where the translation thread pool's core threads were always occupied.
- Fixed an issue where calling
removeChatRoomEntry
in SDK versions 5.3.2 and 5.3.3 incorrectly triggered theonChatRoomKVUpdate
callback for others. After the fix, theonChatRoomKVRemove
callback is triggered correctly.
5.3.3 Dev
Release Date: 2022/12/22
Bug Fixes
- Fixed an issue where the conversation list was not refreshed in time after re-fetching deleted messages in IMKit SDK.
- Fixed an issue where the gray bar was still displayed when the
isDelete
field was true in IMKit SDK.
Optimizations
- Improved the UI smoothness of IMKit when receiving a large number of offline messages.
- Removed the
intent-filter
related to self-starting inPushReceiver
to avoid app store submission issues. - The SDK now defaults to single-process mode.
5.3.2 Dev
Release Date: 2022/12/02
New Features
- IMLib SDK now supports fetching a list of all unread conversations of a specified type using
getUnreadConversationList
, supporting one-on-one chats, group chats, and system conversations.
Optimizations
- Added a check for whether the user is banned from the chatroom in the logic for automatically rejoining chatrooms after reconnecting from a network disconnection in IMLib SDK. If the user is banned, the auto-join logic is no longer executed.
- Updated the merged forwarding template in IMKit SDK.
- Added a configuration switch to hide the emoji button in IMKit SDK, allowing the emoji panel to be disabled.
Bug Fixes
- Fixed an issue where the SDK caused ANR in certain scenarios.
- Fixed a null pointer issue in IMKit under certain conditions.
- Fixed an issue where IMKit initialization threw an
UnsupportedOperationException
. - Fixed an issue where the
firstUnreadMsgSendTime
timestamp was not cleared when synchronizing read message timestamps across devices in the ultra group business of IMLib SDK. After the fix,firstUnreadMsgSendTime
is set to 0 when synchronizing read status across devices.
5.3.1 Dev
Release Date: 2022/11/18
New Features
- After joining a chatroom in IMLib SDK, the number of messages fetched after reconnecting from a network disconnection matches the number fetched before the disconnection.
- When receiving messages that @mention all users and some users simultaneously, IMLib SDK now supports fetching the list of @mentioned users.
- IMKit SDK now fetches the do-not-disturb level information from memory when sending local notifications.
Bug Fixes
- Fixed a Glide class conflict issue.
- Fixed an issue with account switching. --- title: Release Notes (Dev Version)
Note
Only the IM SDK for Android/iOS platforms has Dev and Stable versions. The Dev version (Dev) SDK introduces new features first and receives the fastest bug fixes.
5.14.0 Dev
Release Date: 2025/02/28
New Features
- Added IMLib global do-not-disturb interfaces that support setting and retrieving time zones.
- Added a callback interface for IMLib to synchronize full group data upon group information changes.
- Upgraded third-party push SDK versions for IMLib.
- IMKit now supports mentioning users when saving message drafts.
Bug Fixes
- Optimized the display logic for
UserInfo
in IMKit user-hosted messages. - Fixed the issue where merged forwarded messages displayed incorrect names in bubbles.
- Fixed the thumbnail display size issue in IMKit.
5.12.3 Dev
Release Date: 2025/01/17
New Features
- IMKit now supports saving quoted messages in drafts.
5.12.2 Dev
Release Date: 2024/12/26
New Features
- Updated IMKit\u2019s user information hosting for group functionality.
- Updated IMLib to support multi-device synchronization for system conversations.
- Updated IMLib to retrieve total unread message counts based on conversation do-not-disturb levels for system conversations.
- Added the
disableUpdateLastMessage
field to theMessage
class to prevent updating the last message in a conversation. - Updated the SDK\u2019s build version and some third-party library versions.
Bug Fixes
- Fixed the issue where banned chatroom members did not automatically rejoin after being unbanned upon reconnection.
- Adjusted the
requestCode
value for permission requests in IMKit to avoid conflicts with other third-party libraries. - Fixed the issue where the last remaining conversation in the conversation list could not be deleted in IMKit.
- Fixed the issue where pulling to refresh in IMKit could not load the conversation list.
5.12.1 Dev
Release Date: 2024/10/28
New Features
- Adapted cross-platform custom message logic.
5.12.0 Dev
Release Date: 2024/10/18
New Features
- IMKit and IMLib\u2019s information hosting services now support group and member management.
- IMKit and IMLib\u2019s information hosting services now support friend relationship management.
- IMKit\u2019s one-on-one chat now displays typing status and supports high-definition voice messages (
RC:HQVCMsg
). - IMLib\u2019s targeted messages now support official account types.
- IMLib removed image and video access permissions.
Bug Fixes
- Fixed incomplete map search information.
- Fixed the null pointer issue in
filterSendMessage
. - Fixed the
ANR
issue caused bysendNotification
. - Fixed the issue where receiving call information incorrectly prompted that audio/video calls were closed.
5.10.4 Dev
Release Date: 2024/08/29
New Features
- Added the
DatabaseUpgradeStatusListener
callback interface to monitor database upgrade progress. - Adapted to Android 15.
Bug Fixes
- Optimized the sorting of the conversation list.
5.10.3 Dev
Release Date: 2024/08/20
Bug Fixes
- Fixed issues in version 5.10.2. It is recommended to upgrade project dependencies from 5.10.2 to 5.10.3.
5.10.2 Dev
Release Date: 2024/07/31
New Features
JoinChatRoomResponse
now includes the server time when a user joins a chatroom.PushConfig
added support for the HarmonyOS platform.- Online status subscription now supports the HarmonyOS platform.
- Limited the size of a single file upload to a default maximum of 100M.
Bug Fixes
- Fixed the occasional black border issue in thumbnails when sending images.
5.10.1 Dev
Release Date: 2024/07/02
Bug Fixes
- The default value for the switch to sync pinned empty conversations is now set to NO, meaning empty conversations are not synced by default.
5.10.0 Dev
Release Date: 2024/06/28
New Features
- Added user information hosting, supporting modification, querying, and subscription of hosted user information.
- Added a switch to sync pinned empty conversations, allowing developers to choose whether to sync them.
- Supported configuring heartbeat interval time.
- Optimized the use of Baidu DoH.
Bug Fixes
- Fixed vulnerabilities in Android\u2019s FileProvider.
- Fixed the issue where multi-device message synchronization failed to sync unread message counts after uninstalling/reinstalling or logging in on multiple devices.
- Fixed the black background issue in IMKit\u2019s contact selection interface for forwarding messages.
5.8.2 Dev
Release Date: 2024/06/05
New Features
- Added a callback for IMKit when all messages in a conversation page are fetched.
- Added an API to batch retrieve conversation information.
- Added a switch to control whether pinning a conversation updates the operation time.
- Added a switch for chatroom message deduplication.
Optimizations
- Optimized the content display format for merged forwarded messages.
- Updated the Gaode Map version in IMKit and IMLib, improving security and compliance.
Bug Fixes
- Fixed the issue where clicking on a quoted file still showed "Start Download" even if the original file was already downloaded.
- Fixed the issue where using two different tokens simultaneously occasionally caused the second token to connect successfully.
- Fixed the issue where
content
was empty when fetching remote historical messages. - Fixed the issue where IM incorrectly judged no network status, causing connection hangs.
5.8.1 Dev
Release Date: 2024/04/29
New Features
- Added the ability for clients to subscribe to user online status.
- Updated the Gaode Map version in IMKit and IMLib, dropping support for x86 architecture.
- Updated Honor Push.
- Supported searching historical messages by keyword for specific message types in specified conversations.
Optimizations
- Optimized message recall to also recall
UserInfo
andextra
in command messages.
Bug Fixes
- Fixed the issue where a time difference of 0 required 60 seconds to retrieve the real value.
- Fixed the null pointer exception in
StatisticsProcessor
. - Fixed the issue where FCM passthrough messages did not assign
ChannelId
. - Fixed the crash when creating
NotificationChannel
with a nullchannelId
. - Fixed the memory leak issue in
ConversationListViewModel
in version 5.6.10.
5.8.0 Dev
Release Date: 2024/03/29
New Features
- Supported retrieving the target user list for targeted messages. This feature is only available for group and ultra group messages.
- Added error code 34296 for sending targeted messages when the conversation type is not a group or ultra group, and the target user list is empty.
- Added protocol stack data error codes.
Optimizations
- Supported configuring the priority for token reporting.
Bug Fixes
- Fixed the issue where quoted message bubbles in IMKit did not have a fixed length on HarmonyOS 4.0.
- Fixed the issue where IMKit did not clear cached user information from the previous account after logout.
- Fixed the occasional
ANR
issue inRongCoreClientImpl.connectServer
.
5.6.10 Dev
Release Date: 2024/01/31
Bug Fixes
- Fixed design flaws in versions 5.6.8/5.6.9.
5.6.9 Dev
Release Date: 2024/01/31
Warning
This SDK version has been recalled. Do not use it. If already in use, upgrade to version 5.6.10 as soon as possible.
New Features
- Ultra groups now support sending targeted messages to specified users in specified channels, where other users in the channel will not receive the message.
- Ultra groups now support deleting historical messages from both local and remote sources.
Optimizations
- When pinning a conversation, if the conversation does not exist in the local conversation list, the SDK will automatically create and pin it.
- When retrieving the conversation list, a parameter can now be specified to ignore the pinned status and return the list strictly sorted by time.
Bug Fixes
- Fixed the issue where the reconnection kick policy (
setReconnectKickEnable
) did not take effect on some devices.
5.6.8 Dev
Release Date: 2023/12/29
Warning
This SDK version has been recalled. Do not use it. If already in use, upgrade to version 5.6.10 as soon as possible.
Optimizations
- Supported Xiaomi\u2019s overseas push service, requiring integration with Xiaomi\u2019s international push client.
- Upgraded the vivo push SDK dependency from 3.0.0.4 to 3.0.0.7. If using the legacy push integration, ensure the vivo push SDK is also upgraded.
- Upgraded the OPPO push SDK dependency from 3.1.0 to 3.4.0. If using the legacy push integration, ensure the OPPO push SDK is also upgraded.
- Optimized message status handling. After receiving a message, if it has already been received by other devices, the status will be marked as received. If read on other devices, it will also be marked as read.
- Added the
operationTime
attribute toConversation
, which can be used as a timestamp when paginating the conversation list.
Bug Fixes
- Fixed the issue where
ConnectionStatusListener
repeatedly triggeredSIGN_OUT
callbacks after manually disconnecting.
5.6.7 Dev
Release Date: 2023/11/23
New Features
- Supported Honor Push, adding Honor push configuration parameters to message push attributes.
- Added iOS Time Sensitive configuration to message push attributes.
- IMLib\u2019s chatroom member change functionality now returns the current number of chatroom members.
- IMLib supported a new custom message flow.
- IMKit supported copying the quoted content in quoted messages.
Bug Fixes
- Fixed the null pointer issue in
CSConversationUIRenderer
. - Fixed the issue where
TextMessage
lacked thecontent
field when the content was empty.
5.6.6 Dev
Release Date: 2023/10/27
Optimizations
- Optimized the SDK\u2019s log upload mechanism.
Bug Fixes
- Fixed internal SDK issues.
5.6.5 Dev
Release Date: 2023/10/12
Optimizations
- Optimized internal SDK logs.
Bug Fixes
- Fixed the issue where custom message registration failed in version 5.6.4.
5.6.4 Dev
Release Date: 2023/09/25
New Features
- Ultra group business can now use the
getRemoteHistoryMessages
method underChannelClient
to retrieve remote historical messages. - Ultra group business supported using
getUltraGroupMessageCountByTimeRange
to count local historical messages. - IMKit\u2019s local notification default category type is now set to
CATEGORY_MESSAGE
.
Optimizations
- The
Conversation
returned bygetConversationsFromTagByPage
now includes theisTopForTag
attribute to indicate whether the conversation is pinned under the current tag. - Security improvements.
Bug Fixes
- Fixed the issue where IMLib could not connect.
- Fixed the memory leak issue in IMKit\u2019s
ConversationListViewModel
. - Fixed the array out-of-bounds crash in IMKit\u2019s
MessageViewModel.onScrolled
. - Fixed the crash in
UniqueIdUtils.getUniqueId
. - Fixed the loading issue in IMKit\u2019s conversation list page.
5.6.3 Dev
Release Date: 2023/08/31
New Features
- IMLib now returns the current status of a chatroom (e.g., mute status, mute whitelist, number of members) when joining.
- IMKit provided the
ToastUtils
class to uniformly intercept Toast messages. - IMKit\u2019s conversation page supported intercepting click events on the common phrases button.
Optimizations
- IMKit\u2019s long-press to delete messages in the conversation page now defaults to synchronously deleting remote historical messages.
- The minimum supported Android version is now 5.0, requiring
minSdkVersion
to be at least 21.
Bug Fixes
- Fixed the issue where IMKit\u2019s picture selection page (
PictureSelectorActivity
) did not provide a callback for permission requests. - Fixed the issue where IMKit incorrectly prompted for permissions when clicking the image entry in the input area expansion panel.
- Fixed the issue where special characters in video file paths caused black screens when playing video messages in IMKit.
- Fixed the issue where the voice message countdown in IMKit was not fully displayed due to large fonts.
- Fixed the inaccuracy in message positioning when jumping to a specified message in IMKit.
- Fixed the video compression error in IMKit\u2019s
VideoSlimEncoder
. - Fixed the ANR issue related to
PushDeliveryUpload
.
5.6.2 Dev
Release Date: 2023/08/11
New Features
- IMKit/IMLib supported multi-device synchronization of system conversation read status, adding error code 20109.
- IMLib\u2019s ultra groups supported searching local database messages by user ID and keyword across all channels.
- IMKit adapted to Android 14\u2019s new photo and video permission
<uses-permission android:name=\"android.permission.READ_MEDIA_VISUAL_USER_SELECTED\" />
.
Optimizations
- Optimized Xiaomi push SDK registration failures, adding a retry to obtain the token.
- Adjusted the SDK\u2019s reconnection interval to 0.05s, 0.25s, 0.5s, 1s, 2s, 4s, 8s, 16s, 32s, and then retry every 64s.
Bug Fixes
- Fixed the issue where IMKit\u2019s conversation list pull-to-refresh spinner kept spinning and could not be closed.
- Fixed the inaccurate unread count in IMKit\u2019s aggregated conversations.
- Fixed the
IllegalStateException: Cannot obtain size for recycled Bitmap
issue in IMKit\u2019sPicturePagerActivity
.
5.6.1 Dev
Release Date: 2023/07/14
Optimizations
- Supported removing RC\u2019s
libc++_shared.so
if it does not meet project requirements. Refer to the knowledge base document Libc++_shared.so Standard Library Common Issue Handling. - Optimized the message loading speed in IMKit\u2019s one-on-one and group chat conversation pages.
Bug Fixes
- Fixed the occasional crash when sending location messages on Huawei 9.0.
- Fixed memory leak issues.
- Fixed the issue where IMKit\u2019s
InitOption
configuration for overseas region codes was invalid. - Fixed the issue where calling
startConversation
withfixedMsgSentTime
as the first message\u2019s time caused a blank conversation page. - Fixed the issue where non-landing notifications were not received starting from version 5.4.6.
5.6.0 Dev
Release Date: 2023/07/03
New Features
- RC Push 2.0 integrated third-party push channel SDKs as plugins, making it easier for developers to integrate and configure. This applies to IMLib, IMKit, or other RC Android client SDKs that depend on IMLib.
- In ultra group business, the
getUltraGroupUnreadMentionedDigests
interface now includes a message type identifier in the returnedMessageDigestInfo
for data filtering.
Bug Fixes
- Fixed the push registration deadlock issue.
- Fixed the issue where conversations not updated for over 7 days displayed null as the last message.
- Fixed the timeout issue in
getBlacklist
when there were no blacklisted users. - Fixed the null pointer exception caused by multi-threaded operations on a LinkedList.
- Fixed the issue where
getConversationList
had no callback and threads were blocked in multi-process scenarios.
5.4.7 Dev
Release Date: 2023/06/20
Bug Fixes
- Fixed the issue where the
onUltraGroupMessageExpansionUpdated
callback in ultra group business returned anRCMessage
with a message ID of -1.
5.4.6 Dev
Release Date: 2023/06/15
New Features
- Added the
getUltraGroupConversationUnreadInfoList
interface to batch retrieve unread message counts for up to 20 ultra groups and all their channels.
Bug Fixes
- Fixed the issue where email addresses in merged forwarded messages were not recognized.
- Fixed the issue where the message deduplication interface
setCheckDuplicateMessage
did not take effect in versions 5.4.0 and later. - Fixed the issue where
getConversationListByPage
delayed loading for 5 seconds on the first launch after uninstalling/reinstalling. - Fixed the memory leak issue in
MessageViewModel
. - Fixed the issue where the search index was not updated after calling the
ModifyUltraGroupMessage
interface in ultra groups.
Optimizations
- Optimized the long reconnection time when switching from background to foreground.
- Optimized the interface for retrieving messages before or after a specified timestamp, using the actual timestamp without SDK internal adjustments.
5.4.5 Dev
Release Date: 2023/05/29
New Features
- Added the
ChatRoomNotifyEventListener
to receive notifications when chatroom members are banned or muted (requiresneedNotify
to betrue
), and when users join/exit on multiple devices. - When retrieving ultra group channel lists, the
conversation
object now supports retrieving unread @ message counts. - Ultra group local historical message retrieval now supports fetching messages before or after a specified timestamp.
Bug Fixes
- Fixed the issue where unread message counts in ultra groups were not updated when messages were recalled.
- Fixed the duplicate recall notification issue in ultra groups.
- Fixed the crash issue when IMKit SDK was initialized with an empty
initOption
. - Fixed the issue where all thumbnail images in remote historical message results were the same for small video messages.
- Fixed the issue where the button did not respond after taking a photo in IMKit\u2019s image selection on specific phones.
- Fixed the
getActiveNetworkInfo
ANR issue. - Fixed the out-of-bounds crash in conversation list click events.
- Fixed the occasional loss of connection callbacks in IPC processes.
5.4.4 Dev
Release Date: 2023/05/11
New Features
- Ultra group business added the
getHistoryMessages
method to retrieve local ultra group messages. - The
sendMediaMessage
interface now supports VoIP configuration.
Optimizations
- Added the
isOffline
field to theMessage
class to align with iOS. This field is only valid in message receive callbacks.
5.4.3 Dev
Release Date: 2023/04/21
Bug Fixes
- Urgently fixed issues related to navigation service addresses in version 5.4.2.
5.4.2 Dev
Release Date: 2023/04/20
New Features
- IMLib/IMKit SDK supported specifying a region code in the
InitOption
configuration. Once configured, the SDK will use the service address corresponding to the region code. - IMLib/IMKit SDK supported specifying the vivo push category parameter in message push attribute configurations.
Optimizations
- Optimized the stability of the SDK\u2019s built-in
IPluginModule
. - Added length validation for the
notificationExtra
field in chatroom attribute-related methods.
Bug Fixes
- Fixed the Arabic string for
rc_picture_original_image_size
. - Fixed the array out-of-bounds issue in
PicturePagerActivity
. - Fixed the issue where switching user tokens frequently caused confusion between
userId
andToken
in login callbacks.
5.4.1 Dev
Release Date: 2023/03/31
Optimizations
- IMLib/IMKit SDK added support for the
InitOption
initialization interface. - IMKit SDK supported adjusting progress by swiping left/right when previewing small videos.
- IMLib SDK increased the maximum number of remote historical messages that can be retrieved to 100.
Bug Fixes
- Forced voice messages to use AAC_ADTS encoding, fixing the issue where messages from some devices could not be played on iOS and macOS.
- Removed the use of AndroidX in IMLib.
- Fixed some crash issues.
5.4.0 Dev
Release Date: 2023/03/03
New Features
- Supported setting the Huawei push channel\u2019s Category parameter in message push attribute configurations.
- IMLib SDK added ultra group user group functionality.
Bug Fixes
- Fixed the issue where
onUltraGroupMessageRecalled
in IMLib SDK returned incorrectmOriginalObjectName
andmOriginalMessageContent
inRecallNotificationMessage
. - Fixed the issue where reading
mimeType
forFileMessage
failed on certain files or devices. - Fixed the array out-of-bounds issue caused by thread problems in IMKit SDK.
- Fixed the ANR issue during message send success callbacks.
- Fixed the issue where ultra group unread counts were not displayed in IMLib SDK.
- Fixed the issue where downloading files with special characters in merged forwarded messages required repeated downloads.
- Fixed the ANR issue when processing message recalls in IMKit SDK.
- Fixed the issue where read receipts were not displayed for some one-on-one messages in IMKit SDK.
- Fixed the issue where a red exclamation mark appeared when the sender failed to download media files in IMKit SDK.
- Fixed the issue where failed read receipt messages in IMKit SDK were added to the message retry list.
- Fixed the issue where group messages in IMKit SDK should not send read receipts in other interfaces.
- Adjusted the position of group read receipts in IMKit SDK.
- Fixed the avatar distortion issue in merged forwarded messages in IMKit SDK.
- Fixed the issue where incorrect width/height in video output caused encoder selection failure, preventing small videos from being sent.
- Fixed the image stretching issue in IMKit SDK\u2019s small video recording page.
- Fixed the issue where small videos, images, and recalls did not prompt in IMKit SDK.
- Fixed the issue where small video recording failed on OPPO devices in IMKit SDK.
- Fixed the issue where @ messages in group chats still showed "Someone @ me" on one device after being viewed on another.
- Fixed the issue where IMKit SDK incorrectly prompted "Cannot send corrupted small videos" when sending small videos without a network connection.
5.3.5 Dev
Release Date: 2023/02/07
New Features
- IMLib SDK\u2019s local batch message insertion interface supported storing the message UID in the database for deduplication.
Optimizations
- Upgraded the xcrash crash collection module, adding symbol table information.
- Fixed the issue where implicit jumps on Xiaomi 12 devices could not carry Parcelable data, temporarily changing quoted messages to explicit jumps.
- IMKit SDK added
ConversationListAdapterSupportStrongerTouchEvent
to solve the issue where frequent refreshes caused long-press failures in conversation list items. - IMLib SDK defaulted to using multi-process mode.
- Optimized compliance issues, with the SDK no longer calling
TelephonyManager.getNetworkOperator
.
Bug Fixes
- Fixed the issue where IMKit SDK did not display images in the selection interface due to permission issues on Android 13.
- Fixed the issue where clicking on merged forwarded map messages in IMKit SDK did not respond.
- Fixed the issue where downloading XML and TXT files with gzip enabled caused abnormal file size retrieval in IMKit SDK.
- Fixed the issue where chat pages received join notifications when group real-time location sharing was not enabled in IMKit SDK.
- Fixed the issue where the interface was not updated in time when viewing quoted text messages that were recalled in IMKit SDK.
- Fixed the issue where IMKit SDK incorrectly prompted "Cannot share videos longer than 0 minutes" when sending small videos exceeding the duration limit.
- Fixed the crash issue in IMLib SDK when sending voice messages while other functions were recording.
- Fixed the issue where the cursor moved to the end when entering specific emojis in IMKit SDK\u2019s input box.
- Fixed the issue where chat messages in IMKit SDK\u2019s conversation page were disordered when text messages had too many characters.
5.3.4 Dev
Release Date: 2023/01/10
New Features
- IMKit SDK supported configuring file icons for file messages.
- IMLib SDK\u2019s ultra groups supported searching local messages.
Optimizations
- Optimized IMKit SDK\u2019s message sending to update content, extensions, and status for locally inserted messages.
- Optimized IMLib SDK\u2019s message receiving by adding a switch to disable message deduplication in
IMLibCore
. - Optimized IMKit SDK\u2019s recording to fall back to AAC when HE_AAC is not supported.
- Optimized IMKit SDK\u2019s
IMCenter
message receiving interface by adding theOnReceiveMessageWrapperListener
async listener. - Optimized push configurations to support disabling RC\u2019s built-in push (RongPush).
Bug Fixes
- Fixed the issue where the number of participants in location sharing was incorrect in IMKit SDK.
- Fixed the issue where IMKit SDK did not display photos in the album or respond to clicking the camera roll on Android 13 devices.
- Fixed the issue where clicking on merged forwarded location messages in IMKit SDK did not respond.
- Fixed the issue where the translation thread pool\u2019s core threads were always occupied.
- Fixed the issue where calling
removeChatRoomEntry
in SDK versions 5.3.2/5.3.3 incorrectly triggered theonChatRoomKVUpdate
callback for others. After the fix, others will correctly trigger theonChatRoomKVRemove
callback.
5.3.3 Dev
Release Date: 2022/12/22
Bug Fixes
- Fixed the issue where IMKit SDK did not refresh the conversation list in time after deleted messages were re-fetched.
- Fixed the issue where IMKit SDK still displayed recall notifications when the
isDelete
field was true.
Optimizations
- Optimized IMKit\u2019s UI fluency after receiving a large number of offline messages.
- Removed the
intent-filter
related to self-starting inPushReceiver
to avoid app store issues. - The SDK now defaults to single-process mode.
5.3.2 Dev
Release Date: 2022/12/02
New Features
- IMLib SDK supported retrieving the list of all unread conversations of a specified type, including one-on-one, group, and system conversations.
Optimizations
- IMLib SDK\u2019s logic for automatically rejoining chatrooms after reconnection now checks if the user is banned from the chatroom.
- IMKit SDK updated the merged forward template.
- IMKit SDK added a configuration switch to hide the emoji button, allowing the emoji panel to be disabled.
Bug Fixes
- Fixed the issue where the SDK caused app ANR in certain scenarios.
- Fixed the null pointer issue in IMKit in certain scenarios.
- Fixed the
UnsupportedOperationException
issue during IMKit initialization. - Fixed the issue where ultra group business did not clear the
firstUnreadMsgSendTime
timestamp when synchronizing read status across devices. After the fix,firstUnreadMsgSendTime
will be set to 0 during multi-device read status synchronization.
5.3.1 Dev
Release Date: 2022/11/18
New Features
- IMLib SDK\u2019s chatroom rejoin logic after disconnection now retrieves the same number of messages as before disconnection.
- IMLib SDK supported retrieving the list of partially mentioned users when a message mentions both all users and specific users.
- IMKit SDK retrieved do-not-disturb level information from memory when sending local notifications.
Bug Fixes
- Fixed the Glide class conflict issue.
- Fixed the incorrect number of participants in location sharing when switching accounts.
- Fixed the abnormal playback of sent voice messages when playing received voice messages.
- Fixed the null pointer issue caused by multi-threading during location sharing.
- Fixed the exception caused by starting
CountDownTimer
in a non-main process. - Fixed the media sending failure issue caused by upgrading to a specific SDK version.
5.3.0 Dev
Release Date: 2022/11/04
New Features
- IMLib SDK supported single-process mode.
- IMLib SDK was compatible with Android 13.
- IMLib SDK allowed fetching historical messages from chatrooms even if the user hadn\u2019t joined.
- IMKit SDK added an
extra
field to group information and group member information providers.
Optimizations
- IMLib SDK optimized the location deviation issue caused by different coordinate systems compared to iOS.
- IMLib SDK removed unnecessary permissions to resolve compliance issues on the Xiaomi market.
- IMLib SDK now prohibited withdrawing unsupported message types in ultra groups and added error code 34241.
- IMLib SDK introduced the
getUnreadMentionedCount()
method on the conversation object, deprecating thegetMentionedCount()
method. - IMKit SDK optimized the
DataProcessor
interface and added overloaded methods.
Bug Fixes
- Fixed occasional ANR exceptions.
- IMLib SDK fixed the type error when self-reporting
PushToken
during third-party push integration. - IMLib SDK fixed the null pointer issue with
PushAdapter
. - IMLib SDK fixed the
getMessages
interface not validating thecount
parameter, which should be between 2-20. - IMKit SDK fixed the incorrect send button state when switching from voice to text input with a draft in the chat page.
5.2.5 Dev
Release Date: 2022/09/09
New Features
- Added overloaded initialization methods for users to determine process information.
- Detected connection status after switching to the foreground on Android.
- Fetched unread message count based on conversation do-not-disturb levels.
- Multi-device session state synchronization now returned the do-not-disturb level set on the session.
- When withdrawing messages in ultra groups, a withdrawal notification was automatically inserted even if the original message didn\u2019t exist locally.
- Fetched unread @ mentioned message lists in ultra groups.
- Added
sourceType
andsourceContent
fields to sensitive word message callbacks, applicable only to ultra group conversations. getUnreadMentionedMessages
in ultra groups now supported message count and fetch order parameters.- chatroom state monitoring now supported multiple proxies.
Bug Fixes
- Fixed the issue where
getBatchRemoteUltraGroupMessages
callback was triggered multiple times. - Fixed the issue where the frequency of collecting user personal information exceeded compliance limits.
- Fixed the issue where the read receipt switch didn\u2019t take effect in the conversation list.
- Fixed the issue where setting the log level in IPC processes failed and reduced cross-process callbacks.
- Fixed the issue where the read receipt icon wasn\u2019t displayed.
- Fixed the issue where the push module received duplicate token reports.
5.2.4 Dev
Release Date: 2022/07/22
New Features
- IMLib SDK added a channel ID field to sensitive word message callbacks, applicable only to ultra group conversations.
- IMLib SDK introduced private channel functionality in ultra group conversations. Private channels could be created via Server API, and only users in the private channel member list could send and receive messages in the private channel.
- IMLib SDK added error code 25107. The server could control whether messages could be withdrawn by others (non-senders). If the server was set to allow only the sender to withdraw, this error was reported when others attempted to withdraw.
Bug Fixes
- Fixed the issue where the
RongCoreClient#getMessages
interface didn\u2019t callback when errors occurred due to calling a deprecated interface. - Fixed the transaction exception caused by asynchronous database closure during rapid account switching.
- Fixed the issue where the IMKit SDK displayed notifications in the wrong order when the notification bar could only show a limited number of notifications.
- Fixed the incorrect
haspackage
andisOffline
parameters in theonReceived
method for receiving messages. - Fixed the issue where IMKit SDK media messages didn\u2019t support message extensions.
5.2.3.1 Dev
Release Date: 2022/06/15
Optimizations
- IMKit SDK optimized the multi-select delete message behavior to delete both local and remote messages simultaneously.
Bug Fixes
- Fixed the incorrect so reference issue in version 5.2.3.
5.2.3 Dev
Release Date: 2022/06/08
New Features
- IMKit SDK supported disabling the sound or vibration of local notifications.
- IMKit SDK supported disabling built-in Emoji in the emoji panel.
- IMKit SDK refactored the Gaode map module and introduced a new
locationKit
plugin. Note: After upgrading from the old SDK, the original map plugin became invalid, and you needed to re-integrate the map plugin. - IMKit supported modifying the default behavior of deleting messages in the conversation page. It could be configured to delete both local and server-side messages when deleting.
- IMLib SDK supported deleting original message data on both the sender and receiver sides when withdrawing messages in ultra groups by setting the
isDelete
parameter.
Optimizations
- By default, no reminders were shown for new messages in other conversations when recording voice or short video messages.
Bug Fixes
- Fixed several bugs.
5.2.2 Dev
Release Date: 2022/05/05
New Features
- Added a new global do-not-disturb interface
setNotificationQuietHoursLevel
. The old interfacesetNotificationQuietHours
was deprecated but still functional. - Added the
RCPushNotificationLevel
enumeration for conversation do-not-disturb settings, including: notify all messages, unset (defaults to notify all messages), notify @ mentions, notify @ specific users, notify @ all, and notify none. The unset and notify @ mentions settings were compatible with older versions, while other settings required upgrading to this version. - Added the
setUltraGroupConversationDefaultNotificationLevel
interface to set the default do-not-disturb state for ultra group conversations. - Added the
getUltraGroupConversationDefaultNotificationLevel
interface to query the default do-not-disturb state for ultra group conversations. - Added the
setUltraGroupConversationChannelDefaultNotificationLevel
interface to set the default do-not-disturb state for specific channels in ultra groups. - Added the
getUltraGroupConversationChannelDefaultNotificationLevel
interface to query the default do-not-disturb state for specific channels in ultra groups. - Added the
setUltraGroupConversationListener
callback to notify when ultra group conversation information synchronization was complete after connecting to the IM SDK. - Added the
getUltraGroupUnreadCount
interface to get the total unread message count for all channels in a specific ultra group. - Added the
getUltraGroupAllUnreadCount
interface to get the total unread message count for all ultra group conversations. - Added the
getUltraGroupAllUnreadMentionedCount
interface to get the total unread @ mentioned message count for ultra group conversations.
Bug Fixes
- Fixed several bugs.
5.2.1 Dev
Release Date: 2022/03/25
New Features
- Added a message modified flag to the ultra group message structure.
- Adjusted the upper limit of the
getMessages
interface for fetching historical messages from ultra groups. The maximum number of messages that could be fetched was now 100. - Added an interface to bind IM chatrooms with RTC audio/video rooms. After creating the binding, the server prevented the IM chatroom from being automatically destroyed if the RTC room still existed.
- Adapted to Android 12. For details, refer to the Android push integration documentation.
Bug Fixes
- Fixed the issue where the
operatorId
(the user who withdrew the message) in the callback result for ultra group message withdrawal might be incorrect. - Fixed the issue where FCM push occasionally registered as RongPush.
- Fixed the issue where sensitive word callbacks didn\u2019t include
channelid
.
5.2.0 Dev
Release Date: 2022/03/01
New Features
- Introduced RC ultra group conversations, supporting group chats with no member limit.
- Introduced ultra group channels, allowing the creation of multiple channels within an ultra group. Members could freely send messages in different channels, but messages were isolated between channels.
- Extended the message extension feature, allowing the value length to be set to 4096 characters.
5.1.8 Dev
Release Date: 2022/01/20
New Features
- Adapted to Emoji 13.1, supporting emoji combinations.
- Added error code 23431 for occasional attribute setting failures when multiple devices operated on the same chatroom attribute.
Bug Fixes
- Prevented the loss of
IRTCHeartbeatListener
callback events after IPC process restart. - Fixed occasional null pointer issues.
- Upgraded the
androidx.room
used by IMKit to version 2.4.0, resolving arm64 architecture compilation issues. - Fixed the issue where the conversation page might trigger a refresh event when not bound to a conversation, causing
mProcessor
to be null.
5.1.7 Dev
Release Date: 2021/12/14
New Features
- For Xiaomi and Huawei push channels, the image content displayed on the right side of the notification bar could be set when sending a single message.
- For FCM push channel notifications, the push title, notification bar image content, and push
ChannelId
could be set.
Bug Fixes
- Fixed several bugs.
5.1.6 Dev
Release Date: 2021/11/05
Bug Fixes
- Optimized the reconnection trigger mechanism.
- Avoided the "insecure encryption mode" issue detected by Google Play.
- Fixed the issue where chatroom message synchronization didn\u2019t reset after disconnecting and reconnecting, causing chatroom messages to remain unsynchronized.
- Fixed the crash caused by the dynamic proxy exception when capturing the
AudioManager setMode
method.
5.1.5 Dev
Release Date: 2021/09/24
New Features
- Added the
clearMessagesUnreadStatusByTag
interface to clear unread status for conversations with a specific tag. - Added the
clearConversationsByTag
interface to delete conversations with a specific tag. - Added the
getConversationTopStatus
interface to get the pinned status of a conversation. - Added the
getUnreadCount
interface to get the unread message count for a specific message type in a conversation.
Bug Fixes
- Fixed the occasional null pointer issue with
mConfigCenter
inPushManager
. - Fixed the incorrect return values of
saveTextMessageDraft
andclearTextMessageDraft
. - Deprecated the method for setting the maximum duration of voice messages to avoid connection disconnection due to exceeding message size limits.
- Fixed the memory overflow issue caused by copying bitmaps when previewing large images.
- Fixed the issue where
SightMessage
'sbase64
was set to null before storage due to missingHandler.encode
during media file downloads. - Fixed the null pointer issue when calling
TelephonyManager
'sgetNetworkOperatorName
on some LG phones. - Fixed the null pointer exception caused by an invalid
localPath
inHQVoiceMessageHandler.encodeMessage
. - Fixed the issue where the conversation page displayed blank after failing to load a GIF.
5.1.4 Dev
Release Date: 2021/08/11
New Features
- Added the ability to batch set and delete chatroom attributes.
- Added the ability to fetch chatroom attribute information even if the user hadn\u2019t joined.
- Added callbacks for user joining and exiting chatrooms, which required customer activation. Submit a ticket to apply for activation.
Bug Fixes
- Fixed the issue where 2D maps couldn\u2019t be used during real-time location sharing.
5.1.3 Dev
Release Date: 2021/06/25
New Features
- Added
extra
to theMessageContent
class. - Added a
messageId
unique identifier when downloading media files. - Added
name
mapping toImageMessage
. If the user set an image name, it would be stored as the user\u2019s name; otherwise, a name was automatically generated. - Upgraded the FCM push SDK to version 22.0.0.
- When sending a single message, the Huawei push channel supported setting
LOW
andNORMAL
level messages. - Optimized the referenced message structure by adding the
ReferMsgUid
attribute for the referenced message ID.
Bug Fixes
- IMKit SDK added default display logic when avatar display failed in the conversation list and conversation page.
- IMKit SDK intercepted messages that were not stored or counted, deprecating the
MessageHandler
interface. - Fixed the issue where RongPush was used by default when the push service developer wasn\u2019t configured.
5.1.2 Dev
Release Date: 2021/05/21
New Features
- IMLib SDK supported file chunking for media message downloads.
- Upgraded Huawei push to version 5.1.1.301 and Meizu push to version 4.0.7.
- IMLib SDK added the ability to search historical messages in local conversations by time.
Bug Fixes
- Fixed the issue where the thumbnail display ratio was incorrect during video downloads.
- Fixed the issue where the video playback interface couldn\u2019t be closed.
- Added a call status check during voice message recording. If a call was in progress, recording was not performed.
5.1.1 Dev
Release Date: 2021/04/09
New Features
- Added conversation tag setting functionality.
- Added an interface for batch importing local message data.
- When there were @ me messages in a group conversation, clicking on the group conversation interface supported jumping to the @ message.
- IMLib SDK added the ability to set thumbnail sizes for images.
Bug Fixes
- Fixed the issue where horizontally recorded short video messages displayed abnormally after compression and saving to the system album.
- Fixed the issue where referenced link messages couldn\u2019t be opened.
- Fixed the null pointer issue in
RongCoreClient
'sregisterModule
, changing the exception toException
. - Fixed the issue where the plus icon couldn\u2019t be displayed when dynamically integrating
ConversationFragment
in IMKit.
5.1.0 Dev
Release Date: 2021/03/05
Bug Fixes
- Changed SDK log information to English prompts.
5.0.0 Dev
Release Date: 2021/01/19
New Features
- When sending messages, the push template ID could be set. The template ID and content were created in the "Console - Custom Push Copywriting." Based on the language environment set by the target user via
setPushLanguageCode
inRongIMClient
, the language content set in the template was matched for push. If no match was found, RC\u2019s default content was used. - Message withdrawal functionality supported push attribute settings
MessagePushConfig
andisDisableNotification
.
Optimizations
- Refactored the IMKit SDK, improving UI quality and user experience.
- IMKit SDK UI interface adapted to Arabic.
- IMLib SDK split code by modules, improving initialization speed and reducing unnecessary memory usage.
- Adapted to Android 11.
- Reinforced so files.
- Defaulted to the AndroidX architecture.