All Versions
23
Latest Version
Avg Release Cycle
31 days
Latest Release
1270 days ago

Changelog History
Page 1

  • v2.1.2 Changes

    December 09, 2020
    • โž• Added Flexbox layout for rich messages. This optimises the quick replies, check boxes and radio button rich messages. Also fixes spacing issues with large texts in checkboxes
    • โž• Added support for prefilled messages when a conversation is opened via KmConversationBuilder. Use the property setPreFilledMessage("<YOUR_MESSAGE>") of KmConversation builder.
    • โž• Added fb icon for conversations started from facebook
    • ๐Ÿ“‡ Renamed all classes starting with Al/Applozic to Km, resources starting with applozic/al to km, string names starting with applozic/al to km. If any of these is used in the code, just replace them accordingly.
    • ๐Ÿ›  Fixed issue where audio permission was not displaying when audio record button was clicked
    • ๐Ÿ›  Fixed issue where the feedback message sent from device was not reflecting in dashboard.
  • v2.1.1 Changes

    November 04, 2020
    • โž• Added setting to enable disable CSAT rating from the dashboard
    • ๐Ÿ‘Œ Improved the audio quality via recording
    • โž• Added setting to change the toolbar title and subtitle colors
    • โž• Added message character limit
  • v2.1.0 Changes

    September 09, 2020
    • ๐Ÿ”’ Security improvement for secret keys in shared preferences. The secret keys are removed from the shared preferences and moved to secured storage.
    • ๐Ÿ”’ Security improvement for API calls using the user password. Removed user password and other secret keys and replaced them by a JWT token.
    • ๐Ÿ›  Fixed issue where the conversation creation and load were taking a lot of time over some networks.
  • v2.0.5 Changes

    September 01, 2020
    • โž• Added date and time picker support in the form template
    • โž• Added support for text field validation in form template
    • โž• Added support for single conversation setting from the dashboard
  • v2.0.4 Changes

    July 30, 2020
    • ๐Ÿ›  Fixed issue where form data was being cleared on submit in Form type rich message
    • ๐Ÿ›  Fixed record and send button visibility issue
    • ๐Ÿ›  Fixed issue where send button was not visible after caption was removed from image attachment
  • v2.0.4.1 Changes

    July 30, 2020
    • ๐Ÿ›  Fixed attachment download issue with AWS storage service setting
  • v2.0.3 Changes

    July 09, 2020

    ๐Ÿ‘ 1. Added support for language change bot ๐Ÿ”’ 2. MQTT security enhancement: Added support for JWT based authentication in MQTT connection ๐Ÿ‘ 3. Added support for showing agent's away status ๐Ÿ‘ 4. Added support for postBackToBotPlatform in form type rich message ๐Ÿ‘ 5. Added support for character limit check in message for Dialogflow bot

    1. Added custom toasts in the SDK. You can use the KmToast.success and KmToast.error methods to display custom Toast in your app. ๐Ÿ‘ 7. Added support for message blocking via custom regex ๐Ÿ›  8. Fixed an issue with message status in MessageInfoFragment ๐Ÿ›  9. Fixed an issue where form data was getting cleared after submit
  • v2.0.1 Changes

    July 09, 2020
    1. Setting to override message status icon color
    2. SDK optimization: reduced size of SDK by ~1MB ๐Ÿ›  3. Fixed singe conversation opening issue when agentList or botList are passed ๐Ÿ›  4. Fixed message scrolling issue
  • v2.0.0 Changes

    April 06, 2020

    Features:

    1. Option to set custom pre-chat fields and validations ๐Ÿ‘ 2. Form type rich message support with new rich message models
    2. Option to set some themes/colors dynamically from the dashboard
    3. Speech to text and text to speech feature added ๐Ÿšš 5. Removed Contact and Phone related permissions/code ๐Ÿ‘ 6. Option to add user list to a support group ๐Ÿ›  7. Several bug fixes and optimizations
  • v1.9.6 Changes

    January 31, 2020
    • ๐Ÿ”„ Changed the CSAT rating scale to 1,5,10
    • ๐Ÿ‘‰ Show toast in case of APP_ID change
    • ๐Ÿ›  Fixed MQTT not working for users registered in app version 112
    • ๐Ÿ›  Fixed file access issue for apps targetting SDK version 29
    • ๐Ÿ›  Fixed issue where file upload was not working after the first install