Releases: infobip/mobile-messaging-sdk-android
Releases · infobip/mobile-messaging-sdk-android
12.4.0
Added
- New InAppChat feature allows to set Livechat widget theme:
InAppChat
new functionsetWidgetTheme()
InAppChatView
new functionsetWidgetTheme()
Changed
InAppChat.setDarkMode()
is deprecated, to be removed later. UseInAppChat.setWidgetTheme()
WidgetInfo
fields updated
12.3.0
Added
- InAppChat new function
getTheme()
- InfobipRtcUi supports bluetooth connected device as audio output
- Introduced new permission
android.permission.BLUETOOTH_CONNECT
- Introduced new permission
- 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
- Introduced new permission
- InfobipRtcUi allows to inject custom
RtcUiCallErrorMapper
, you can find more in documentation.
Changed
InAppChatView.sendContextualMetaData(String, Boolean)
is deprecated, useInAppChatView.sendContextualData(String, Boolean)
Fixed
- Minor InfobipRtcUi bugs
12.2.2
Fixed
- InfobipRtcUi - correctly apply TextAppearance to headline and message on incoming call screen
12.2.1
Fixed
- Issue with requesting permission in InAppChatFragment
12.2.0
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
Added
- InfobipRtcUi support for Android 14. Read more about important changes in Android 14 Full-screen intent notifications.
- InfobipRtcUi proguard rules.
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
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
Added
- In-app chat support for Simplified Chinese (zh-Hans) language
11.2.1
Fixed
- Util for Cordova plugin
11.2.0
Fixed
- removed google location services dependency from core module because of redundancy