Skip to content

6.2.2363 @2022.04.29 - Enhanced Version - 增强版

Compare
Choose a tag to compare
@harperhpliu harperhpliu released this 22 Aug 07:47
· 1906 commits to master since this release
c4a28d9

SDK

  • Added the community topic feature.
  • Added the message edit API.
  • Added support for one-to-one message read receipts.
  • Optimized the network quality of the International Site.
  • Fixed the issue where a read message was displayed as unread after the app was uninstalled and reinstalled.
  • Fixed the issue where when the profile of a non-friend user was obtained, the values of custom fields cannot be updated after they were changed to null.
  • Fixed the issue where the lastMsg of a one-to-one conversation was inconsistent with the lastMsg in the message history when both sides sent a message simultaneously.
  • Fixed the issue where after the group owner of a public group approved a group joining request, the callback received by the applicant was incorrect.
  • Fixed the issue where the nameCard of a message sent by a user was null when the user checked this message.
  • Fixed the issue in some cases where the conversation list was not sorted after messages were sent.

TUIKit and demo

  • Added the offline push component and simplified the integration process.
  • Supported read receipts for group messages.
  • Supported the dark theme for iOS.
  • Fixed the issue for Android where the app crashed when an excessively large image was sent and previewed.
  • Fixed the issue for Android where after a video message was sent, the duration displayed in the message was inconsistent with the actual duration of the video.
  • Fixed the issue for Android where a user cannot continue to handle friend requests after the user handled a friend request.

SDK

  • 新增社群话题功能(iOS 文档Android 文档
  • 新增消息编辑接口(iOS 文档Android 文档
  • 支持 C2C 消息已读回执(iOS 文档Android 文档
  • 优化国际站的联网质量
  • 修复消息已读后,卸载重装再拉取该消息,已读状态为未读的问题
  • 修复获取非好友用户资料,其自定义字段值修改为空字符串后一直不更新的问题
  • 修复 C2C 会话双方同时发消息时偶现的会话 lastMsg 与历史消息的 lastMsg 不一致的问题
  • 修复 Public 群组群主审批通过入群申请后,申请方收到的回调错误问题
  • 修复查看自己发送的群消息中 nameCard 为空的问题
  • 修复某些条件下发送消息,会话列表不会重新排序的问题

TUIKit & Demo

  • 新增离线推送组件,简化接入流程
  • 支持群消息已读回执
  • iOS 支持暗黑皮肤
  • Android 修复发送尺寸特别大的图片后,预览会崩溃问题
  • Android 修复发送视频消息后,消息展示的时间跟实际播放时间不一致的问题
  • Android 修复处理一个好友请求后,无法继续点击处理其他好友请求的问题