Releases: infobip/mobile-messaging-sdk-android
Releases · infobip/mobile-messaging-sdk-android
13.9.0
Added
- New
LivechatWidgetApi
, allows interaction with the Livechat Widget without the need to display the In-app chat in UI. Read more in documentation. - New In-app chat property getter functions.
- New In-app chat events.
Changed
- In-app chat API deprecations. For more information, please check out Migration guide.
13.8.0
Changed
- In-app chat uses Android Contracts and Android Photo picker to pick message attachment.
- Since this version In-app chat does not requires following dangerous permissions:
READ_MEDIA_IMAGES
READ_MEDIA_VIDEO
READ_MEDIA_AUDIO
13.7.0
Fixed
- Minor bugs for permissions handling
13.6.0
Changed
- Moved AsyncTask implementation to the SDK level.
- Gradle syntax improved.
13.5.0
Added
- InfobipRtcUi allows to disable and re-enable IN_APP_CHAT calls.
Fixed
- When you did not specify your own activity stack using
InAppChat.setActivitiesToStartOnMessageTap()
, Mobile MessagingCallbackActivity
was used as fallback for chat notifications. Fallback logic was removed as it was not needed and triggered duplicate intent.
13.4.0
Added
- new
MultithreadStrategy
calledALL_PLUS_NEW
- new
sendContextualData
functions withMultithreadStrategy
enum flag
Changed
InAppChatMultiThreadFlag
renamed toMultithreadStrategy
sendContextualData
functions with boolean flag deprecated
13.3.0
Added
InfobipRtcUi
new customization options
Changed
InfobipRtcUiTheme
and all it's style classes have default values for all properties nowInfobipRtcUiTheme
-Colors
all properties renamed, removed 'rtcUi' prefixIncomingCallMessageStyle
renamed toIncomingCallScreenStyle
and added new customization options
Fixed
InfobipRtcUi
fixed picture-in-picture actionsInfobipRtcUi
mute button states color and icons aligned with another call action buttons
13.2.5
Fixed
- Provided fix for reporting InApp click events
13.2.4
Added
- added possibility to create custom notification channels
13.2.3
Changed
- Mapping logic for plugins.