0.5.2
版本发布时间: 2017-09-18 13:56:05
jpush/aurora-imui最新发布版本:0.13.0(2019-01-10 10:52:08)
Change Log
Android
MessageList release 0.4.8
- Add:
ViewHolderController.getInstance().replayVoice()
replay the last played voice message. - Sender add show display name attribute,you can add attribute in XML file or set show display name in code, please refer to MessageList custom style part.
- Add
forbidPullToRefresh
forbid pull to refresh. Usage:messageList.forbidScrollToRefresh(true);
iOS
- Add
removeMessage
API:IMUIMessageCollectionView.removeMessage
- Add Long press event callback:
func messageCollectionView(beganLongTapMessageBubbleInCell: UICollectionViewCell, model: IMUIMessageProtocol)
- Add UIDeviceProximityStateDidChange listener, if
proximityState == true
audio will play withAVAudioSessionCategoryPlayAndRecord
mode。 - Adjust iOS default UI.
- Apply permission for the first time playing audio.
- Update inputView image list , after
photoLibraryDidChange
.
Fix Bug:
#110
RN 版本
publish aurora-imui-react-native@0.4.15, unified iOS and Android MessageList props.
MessageList
- add props:
isShowIncomingDisplayName: PropTypes.bool,
isShowOutgoingDisplayName: PropTypes.bool,
isAllowPullToRefresh: PropTypes.bool,
Fix Bug:
#119
其他改动
imui demo 更新了语音播放功能。播放语音时,可以切换外放,耳机或听筒模式。