Releases: zoho/salesiq-mobilisten-android-sample
Releases · zoho/salesiq-mobilisten-android-sample
v4.3.3
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
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
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
v4.2.4
v4.2.3
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
v4.2.1
v4.2.0
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
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>