Skip to content

Releases: infobip/mobile-messaging-sdk-android

12.4.0

19 Mar 13:50
Compare
Choose a tag to compare

Added

Changed

  • InAppChat.setDarkMode() is deprecated, to be removed later. Use InAppChat.setWidgetTheme()
  • WidgetInfo fields updated

12.3.0

05 Mar 14:57
Compare
Choose a tag to compare

Added

  • InAppChat new function getTheme()
  • InfobipRtcUi supports bluetooth connected device as audio output
    • Introduced new permission android.permission.BLUETOOTH_CONNECT
  • InfobipRtcUi handles possible clash of cellular calls and InfobipRtc calls, InfobipRtcUi.Builder() offers new options to change default settings
    • Introduced new permission android.permission.READ_PHONE_STATE
  • InfobipRtcUi allows to inject custom RtcUiCallErrorMapper, you can find more in documentation.

Changed

  • InAppChatView.sendContextualMetaData(String, Boolean) is deprecated, use InAppChatView.sendContextualData(String, Boolean)

Fixed

  • Minor InfobipRtcUi bugs

12.2.2

23 Feb 09:47
Compare
Choose a tag to compare

Fixed

  • InfobipRtcUi - correctly apply TextAppearance to headline and message on incoming call screen

12.2.1

09 Feb 13:30
Compare
Choose a tag to compare

Fixed

  • Issue with requesting permission in InAppChatFragment

12.2.0

08 Feb 17:08
Compare
Choose a tag to compare

Added

  • InfobipRtcUi provides runtime customisation option. Read more about customisation options in Wiki.
  • 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

12.1.0

16 Jan 21:08
Compare
Choose a tag to compare

Added

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.

12.0.0

15 Jan 13:29
Compare
Choose a tag to compare

Added

  • Since this version, minimum supported API Level is 21 (Android 5.0 - Lollipop)
  • Provided Backup policy: Only shared preferences related to the SDK are being backed up to the cloud, along with the database. Device to device transfer is disabled to avoid registration's data processing issues. For more information check this Backup-rules page.
  • usesCleartextTraffic is now disabled by default: deeplinks, web views and images should utilize https protocol.
  • For more information, please check out Migration Guides.

11.3.0

12 Jan 18:28
Compare
Choose a tag to compare

Added

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

11.2.1

28 Dec 11:27
Compare
Choose a tag to compare

Fixed

  • Util for Cordova plugin

11.2.0

27 Dec 16:16
Compare
Choose a tag to compare

Fixed

  • removed google location services dependency from core module because of redundancy