Applozic-Android-Chat-Messaging-SDK v5.80 Release Notes

Release Date: 2020-06-24 // almost 4 years ago
    • ๐Ÿ”’ Security enhancements:
      1. MQTT connection will now require a user name and password to publish data to any topic.
      2. 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 with Applozic.connectPublishWithVerifyToken(context, loadingMessageString) in your code. If you want to use your own dialog, refer to Applozic.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.