Android ChatSDK Changelog
It typically includes information about new features, bug fixes, and other updates that have been made. The format of a changelog can vary, but it is usually organized in reverse chronological order, with the most recent changes listed first.
#
7.9.8#
7.9.7#
7.9.6#
7.9.5#
7.9.4#
7.9.3#
7.9.2#
7.9.1New Feature
- Revoke admin in Group has been newly introduced in SDK. If you are a admin, you can revoke the admin access of a user from a group to a normal user by using the GroupManager.revokeAdmin(GROUP_JID, REVOKE_ADMIN_JID, LISTENER) method.
Updates
Improvements in LeaveGroup method, please check here
.
#
7.9.0New Feature
- Meet message has been newly introduced in SDK. You can send a meet message by using the FlyMessenger.sendMeetMessage() method.
Updates
- Bug fixes in the calls and chat.
#
7.8.2Improvements in Meet feature
- createMeetLink response updated.
#
7.8.1Updates
Added mediaFileUrl
key in the MediaChatMessage
class to get the url of the media file in chat SDK.
#
7.8.0New Feature
- Meet feature has been newly introduced in SDK. You can create Meet link by using CallManager.createMeetLink() method.
Updates
- UserIdentifier validation has been updated to accept only hyphens(-),underscore(_) and alphanumeric characters in lower case during registration
- UserJid param has been returned in ChatManager.registerApiService() method response
Removed
- sendCallMessage() delegate method has been removed from CallManagerDelegate protocol
#
7.7.5- Bug Fixes & Performance Improvements
#
7.7.4Updated
UpdateMyProfile supports remote url. Check here for more details.
updateMyProfileImage()
Improvements in the error codes being handled in SDK methods .
#
7.7.3- Bug Fixes & Performance Improvements
#
7.7.2- Web Login Issue Fixes & Performance Improvements
#
7.7.1- New feature Private chat is available in the SDK
Private Chat
- Topic Based Chat is available in the SDK
Topic Based Chat
- User can do self messaging in SDK
#
7.7.0- Bug Fixes & Performance Improvements
#
7.6.4- Bug Fixes in call SDK
#
7.6.3- Chat History Improvements
#
7.6.2- Chat History Bug Fixes
#
7.6.0New Feature
- Chat conversation history
- ChatManager.enableChatHistory()
- New method for Chat SDK Initialization
- ChatManager.initializeSDK()
- New method for Create or update Chat Tag
- ChatManager.createOrUpdateChatTagdata()
- New method for Reorder Chat Tag List
- ChatManager.reorderChatTags()
Updated
- FlyCore.getChatTagData() is updated to ChatManager.getChatTagData()
- FlyCore.deleteChatTag() is updated to ChatManager.deleteChatTag()
Deprecated
- ChatSDK andGroupConfig classes were deprecated.
Should use ChatManager.initializeSDK()
- CallLogManager.clearCallLog(Apicalls , LISTENER) is deprecated.
Should use CallLogManager.clearCallLog(LISTENER)
- CallLogManager.deleteCallLog(Apicalls , LISTENER) is deprecated.
Should use CallLogManager.deleteCallLog(LISTENER)
- CallLogManager.uploadUnSyncedCallLogs(Apicalls) is deprecated.
Should use CallLogManager.uploadUnSyncedCallLogs()
#
7.5.0New Feature
- New Method for sending Text message
- FlyMessenger.sendTextMessage(TextMessage)
- New method for sending Media Message
- FlyMessenger.sendFileMessage(FileMessageParams)
Deprecated
- FlyMessenger.sendTextMessage(TO_JID, TEXT, REPLY_MESSAGE_ID, MENTION_IDS)
- FlyMessenger.sendLocationMessage(TO_JID, LATITUDE, LONGITUDE, REPLY_MESSAGE_ID)
- FlyMessenger.sendContactMessage(TO_JID, CONTACT_NAME, CONTACT_NUMBERS, REPLY_MESSAGE_ID)
- FlyMessenger.sendDocumentMessage(TO_JID, MEDIA_DATA, REPLY_MESSAGE_ID)
- FlyMessenger.sendVideoMessage(TO_JID, MEDIA_DATA, REPLY_MESSAGE_ID, MENTION_IDS)
- FlyMessenger.sendImageMessage(TO_JID, MEDIA_DATA, REPLY_MESSAGE_ID, MENTION_IDS)
- FlyMessenger.sendAudioMessage(TO_JID, MEDIA_DATA,IS_RECORDED,REPLY_MESSAGE_ID)