All Versions
17
Latest Version
Avg Release Cycle
34 days
Latest Release
1232 days ago

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:
      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.
  • 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