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

Changelog History
Page 3

  • v1.8.3 Changes

    March 12, 2019

    Features

    • ๐Ÿ™‹ FAQ option added in the toolbar. Enable it by setting the below property true in applozic-settings.json file:
      "isFaqOptionEnabled": true
    • Login as visitor option in sample app
    • ๐Ÿ— Option to set APP_ID in build.gradle file for the sample app. In App level build.gradle file add the below property inside defaultConfig:
      buildConfigField "String", "APP_ID", '"<Your-APP_ID>"'
    • Added APP_ID missing error dialog incase user forgets to set the APP_ID in build.gradle file in the sample app.

    ๐Ÿ› Bug fixes and optimisation

    • ๐Ÿ›  Fixed UI issues for pre lollipop devices
    • ๐Ÿ›  Fixed crash for rendering broadcast type groups(For agent app)
    • ๐Ÿ›  Fixed duplicate message issue when creating a new conversation
    • ๐Ÿ›  Fixed 'email/html type message not getting displayed to the sender'
    • ๐Ÿ›  Fixed 'carousels displaying even incase of invalid JSON'
  • v1.8.2 Changes

    February 20, 2019

    New Features

    • Setting to change the corner radius of message bubbles.
      โž• Add the below properties in applozic-settings.json file:

      "sentMessageCornerRadii": [10,10,10,10],"receivedMessageCornerRadii": [10,10,10,10]

    The order is topLeft, topRight, bottomRight, bottomLeft

    • 0๏ธโƒฃ Setting to change the fonts for some TextViews. You can set some external fonts using ttf files or select one from the default android fonts.
      ๐Ÿ‘ Below are the TextViews which support changing the fonts. Add the below property in applozic-settings.json file:

      "fontModel": { "messageTextFont": "", "messageDisplayNameFont": "", "createdAtTimeFont": "", "toolbarTitleFont": "", "toolbarSubtitleFont": "", "messageEditTextFont": "" }

    • ๐Ÿ‘Œ Support for Rich message carousels has been added(Template ID - 10).

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed crash when updating to version 1.8.1 and audio option is missing in applozic-settings.json file
    • ๐Ÿ›  Fixed crash on pre lollipop devices
    • ๐Ÿ›  Fixed the conversation name not being displayed if CONVERSATION_ASIGNEE is missing in the conversation(In case of older conversations)
    • ๐Ÿ›  Fixed issue related to external audio is being stopped when user navigates back from the chat thread.
  • v1.6.1 Changes

    ๐Ÿ”‹ Features

    • ๐Ÿ™‹ Templates for FAQ now available
    • ๐Ÿ‘Œ Improvements in list templates, addition of header and item images
    • Push notification fix for Oreo devices
    • Custom sound can be set for notifications