Skip to content

5.9.1886 @2021.12.31 - Enhanced Edition - 增强版

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

SDK

  • Fixed the issue of incomplete unread messages in the callback after a user logged in and synchronized C2C unread messages.
  • Fixed the issue of incomplete returned messages after a user pulled local messages.
  • Fixed the issue where no friend information update callback was available on terminals with this account logged in after the friend remarks were modified.
  • Fixed HTTPS request errors on the Linux platform.
  • Fixed the issue where no result was returned for querying the custom fields of friends in the C interface version.
  • Optimized the error code description of the network layer.

TUIKit and demo

  • Added support for displaying and viewing image and video messages by sliding to left or right.
  • Added support for re-editing recalled messages.
  • Added the feature of click to call back for signaling messages of audio and video calls.
  • Added the feature of displaying the sending status of the last message in the conversation list.
  • Added the "Confirm" pop-up window for deleting messages.
  • For the Android demo, fixed the issue where offline push was unavailable on Honor phones.
  • For Android, fixed the issue where the read status of messages in the current conversation was mistakenly updated after the messages of the conversation were forwarded to a third person and read.
  • For Android, fixed the crash that occurred when the number of audio and video call members exceeded 9.
  • Unified minSdkVersion of the Android TUI component to 16.
  • For iOS, improved the transmission speed of videos after recording.
  • For iOS, fixed the black frame of the video cover.

SDK

  • 修复登录同步 C2C 未读消息后回调的未读消息不全的问题
  • 修复拉取本地消息返回不全的问题
  • Linux 平台,解决 https 请求报错的问题
  • C 接口版本,解决查询不到好友自定义字段的问题
  • 优化网络层的错误码描述

TUIKit & Demo

  • 图片视频消息展示支持左右滑动查看
  • 撤回消息支持重新编辑
  • 音视频通话的信令消息,支持点击回拔
  • 会话列表显示最后一条消息的发送状态
  • 删除消息增加“确认删除”的弹窗提示
  • Android Demo 修复荣耀手机没有离线推送问题
  • Android 修复当前会话的消息转发给第三人并被已读后,误更新当前会话消息的已读状态问题
  • Android 修复音视频通话成员数超过9个时的崩溃问题。
  • Android TUI 组件 minSdkVersion 统一为 16
  • iOS 优化视频录制后发送的速度
  • iOS 优化视频封面黑帧的问题