Kommunicate Live Chat SDK v1.8.2 Release Notes

Release Date: 2019-02-20 // about 5 years ago
  • 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.