Skip to content

Releases: zoho/salesiq-mobilisten-android-sample

v4.3.3

03 Jan 11:28
Compare
Choose a tag to compare

Enhancements:

  • Implemented new Logger APIs. - Learn more
  • Implemented the new handleUri event listener. Learn more
  • Author details are now shown on the article page.
  • Support to change the order of the tabs in the SalesIQ chat window. Learn more.
  • Added new API ZohoSalesIQ.setLauncherIcon() to change the launcher icon.
  • Removed the icon parameter from Notification.handle(). Learn more.
  • Other miscellaneous bug fixes and security enhancements.

v4.2.9

07 Sep 07:15
Compare
Choose a tag to compare

Enhancements:

  • Enhanced the process of loading GIFs and images.

Bug fixes:

  • Fixed the issue where the links were broken in article's table of content.
  • Fixed the issues where text isn't reflected in Mobilisten when the content in string.xml is overridden.
  • Updated the new regex pattern for registerVisitor unique key.
  • Fixed markdown rendering issues.
  • Fixed URL, email, and phone number recognition issues.
  • Fixed the issue where the mail app preference list is not shown when clicking on an email address. (From Android API 30).
  • Fixed the issue where the image fill/fit preference set by the user for the bot image sharing option isn't reflected.
  • Fixed the visitor tracking consent banner visibility issues. GitHub Issue #15.
  • Fixed the issue where the consent banner would still display despite being disabled in the global settings.
  • Other miscellaneous bug fixes.

v4.2.8

10 Aug 10:31
b9e423e
Compare
Choose a tag to compare

Bug Fixes

  • This version fixes the issue where the default question is being reused when starting a new chat using the startChat API.
  • Now, when starting a chat, the department selection will not be shown, and the chat will begin instantly when there is only one active department if you have selected the pre-chat form type as conversation.
  • Chat consent pop-up will now be shown while starting a new chat with startChat API.
  • This version fixes an issue where deleted chats are shown in the conversation list.
  • This version fixes a redirection issue when a target link is sent along with the push notification.
  • This version fixes an issue where the admin name instead of attender name is shown in the action bar title after joining a monitor chat.
  • Enhanced performance and security updates. For additional information on security update, check our community announcement.

v4.2.5

22 Mar 08:20
8c3f8a3
Compare
Choose a tag to compare

Enhancements

  • Added javascript support for WebView inside Articles and FAQs.
  • Fix rolled out for #38

v4.2.4

22 Mar 08:18
8c3f8a3
Compare
Choose a tag to compare

Enhancements:

  • We have handled some optimization for the number of API calls and the network connection.

v4.2.3

02 Feb 17:21
8c3f8a3
Compare
Choose a tag to compare

What's New

  • Added support for the following languages. Learn more
    • Bulgarian(bg), Vietnamese(vi), Indonesian(in), Filipino(fil), Finnish(fi) and Traditional Chinese(zh_TW)
  • Added .isSDKEnabled() API that provides the support availability status based on the portal configurations. Learn more about the configurations that have been considered for the support status.

Bug Fixes

  • Push Notification issue when the targetSdkVersion is pointed to 31 (Android 12).

v4.2.2

16 Dec 17:10
cbbae56
Compare
Choose a tag to compare

Bug Fix:

  • Fix rolled out for crash when internal APIs are triggered before init() API call.

v4.2.1

29 Oct 19:15
8f6e971
Compare
Choose a tag to compare

Bug Fixes:

  • Fix for chat connectivity issue in v4.2.0

v4.2.0

12 Oct 15:16
fabd5c3
Compare
Choose a tag to compare

What's New

  • Added support to collect translation consent from the user with an option to opt-out(if configured in SalesIQ console).

Changes & Enhancements

  • Enhanced Chat performance and UI improvements.
  • Customization on the Queue banner is extended. Learn more

Bug Fixes

  • Resolved file upload UI glitches in this version.

v4.1.0

12 Oct 15:05
fabd5c3
Compare
Choose a tag to compare

Features or Additions:

  • Added support for Video display card in Bot handler.
  • Added support for Parallel open chat restrictions. This can be configured in the SalesIQ console by navigating to Brands(Websites) > "Brand Name" > Configurations > Flow Controls > Parallel conversations.
  • Introduced ZohoSalesIQ.Chat.isMultipleOpenRestricted() API that can be used to check the configuration of parallel chats in the SalesIQ console.

Enhancement:

  • Customization added for messages status strings. You can make use of the attribute below.
<string name="livechat.message.status.sent">Sent</string>
<string name="livechat.message.status.sending">Sending</string>