All Versions
17
Latest Version
Avg Release Cycle
34 days
Latest Release
1378 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.95 Changes
December 10, 2020- ๐ Fixed s3 file upload issue.
- ๐ Fixed user block bug in group of two.
-
v5.94 Changes
November 30, 2020- Enabled report message in open channel
- ๐ Fixed security bugs
-
v5.93 Changes
November 06, 2020โจ Enhancement :
- โ Added support for deleting messages for all in the open group.
- โ Added API method and task for group list fetching.
- ๐ Security Improvement in KeyGenerator for key pair.
๐ Fixes :
- ๐ Fixed the NPE in Keystore
-
v5.92 Changes
October 14, 2020๐ Fixes
- ๐ Fixed the crash which was happening while creating and launching group chat.
-
v5.80.1 Changes
July 30, 2020- ๐ Fixed attachment download for aws storage setting.
-
v5.80 Changes
June 24, 2020- ๐ Security enhancements:
- MQTT connection will now require a user name and password to publish data to any topic.
- The password for MQTT will be refreshed in every 30 days, this is handled for pre-built UI. For customUI users, if you want to use the default progress dialog when the token refreshes, replace
Applozic.connectPublish(context)
method withApplozic.connectPublishWithVerifyToken(context, loadingMessageString)
in your code. If you want to use your own dialog, refer toApplozic.connectPublishWithVerifyToken
method implementation.
- โ Added methods to use custom MQTT topic in the SDK.
- ๐ Performance improvement: The read status of the message will be updated via MQTT instead of http call.
- โ Added restricted words support for attachment caption text.
- โ Added APIs to get support message list based on custom statuses.
- ๐ Fixed issue where send button was not visible on click deleting the message with attachment.
- ๐ Fixed issue where blank screen was displaying on back press of contact screen when hideGroupTab setting is enabled.
- ๐ Fixed issue where contact status was not dispaying when the conversation was switched from notification.
- ๐ Security enhancements:
-
v5.77 Changes
May 16, 2020โจ Enhancement :
- โ Added a listener to filter attachment based on custom logic
๐ Fixes :
- ๐ Fixed the issue where the old conversations list was not loading on a scroll in some cases.
-
v5.76 Changes
March 27, 2020๐ Fixes
- ๐ Fixed the update display name issue in case of launching a chat with another user.
-
v5.73 Changes
January 31, 2020๐ 1. Fixed file access issue for apps targetting 29 ๐ 2. Fixed issue where files where not uploading on first install
-
v5.72 Changes
January 29, 2020- โ Added setting to set the parent activity of chat programmatically
Example:
ApplozicSetting.getInstance(context).setParentActivity(MainActivity.class.getName());
- โ Added Mute all notifications for user from platform API
- โ Added setting to set the parent activity of chat programmatically