Skip to content

Releases: infobip/mobile-messaging-sdk-huawei

6.7.1

02 Oct 09:15
Compare
Choose a tag to compare

Changed

  • All InAppChat styles and InAppChatTheme have default values now. You can override single attribute now.

6.7.0

05 Sep 12:01
Compare
Choose a tag to compare

Added

  • InAppChat provides option to override default chat notification's title and body

6.6.1

08 Aug 15:41
Compare
Choose a tag to compare

Added

  • CustomPayload is now passed when sending MO message from SDK to Infobip platform

6.6.0

29 Jul 08:21
Compare
Choose a tag to compare

Changed

  • You can use In-app chat function sendContextualData() before chat is loaded. Read more in documentation.

6.5.0

18 Jul 14:14
Compare
Choose a tag to compare

Added

  • InAppChatFragment provides new options, read more in documentation

Changed

  • InAppChatView.sendInputDraft() is deprecated, to be removed later. Use new InAppChatView.sendChatMessageDraft() instead
  • InAppChatView.ErrorHandler.handlerNoInternetConnectionError() provides connection state flag
  • Removed deprecated InAppChat feature dark mode

6.4.1

29 May 13:37
Compare
Choose a tag to compare

Fixed

  • Added workaround for problems with appCode hash check when migrating from version with SHA1 to SHA256

6.4.0

20 May 12:39
Compare
Choose a tag to compare

Added

  • new InAppChatEvent.IN_APP_CHAT_AVAILABILITY_UPDATED broadcast event to indicate when chat is ready to be presented

6.3.0

03 May 08:00
Compare
Choose a tag to compare

Added

  • New InAppChat function getTheme()
  • New InAppChat feature allows to set Livechat widget theme:
  • InAppChat allows to set Livechat widget domain
  • MobileMessaging allows to set base URL

Changed

  • InAppChatView.sendContextualMetaData(String, Boolean) is deprecated, use InAppChatView.sendContextualData(String, Boolean)
  • InAppChat.setDarkMode() is deprecated, to be removed later. Use InAppChat.setWidgetTheme()
  • WidgetInfo fields updated, see Migration guide.

Fixed

  • InAppChat Right-To-Left layout and resources

6.2.0

12 Feb 14:03
Compare
Choose a tag to compare

Added

  • Option to fully customise InAppChat attachment preview download button.

Changed

  • InAppChat attachment preview download button moved to toolbar
  • InAppChat attachment preview download requests minimal required permission now
  • Improved logic for parsing InAppChat attachment file name

Fixed

  • Issue with requesting permission in InAppChatFragment

6.1.0

22 Jan 07:07
Compare
Choose a tag to compare

Added

  • In-app chat support for Simplified Chinese (zh-Hans) language

Changed

  • In-app chat message limit increased to 4096 characters

Fixed

  • In-app chat notifications delivery when chat is hidden
  • Mobile Messaging API proguard rules