Releases: infobip/mobile-messaging-sdk-huawei
Releases · infobip/mobile-messaging-sdk-huawei
4.0.2
Added
- Extended InAppChat customisation options
- Function for multithread navigation in InAppChat
Fixed
- Minor bug in InAppChat for React Native plugin
4.0.1
Fixed
- Minor issue in InAppChat send video attachment
- Minor issue in InAppChat initial loading position
- Bug with using account's location baseUrl
4.0.0
Added
- New InAppChatView, android view, you can now use InAppChat entirely with another views of your own.
- New expanded InAppChat customisation options.
- InAppChat authentication with JSON Web Token.
Changed
- Previous InAppChatView renamed to InAppChatScreen
- ResultListener data type changed from Void to String in InAppChat.setLanguage() method. ResultListener returns applied language code.
- InAppChat now displays more accurate and localised information when an error occurs.
Fixed
- Possible issue in InAppChat multi-language support.
- Minor bug in multithread navigation.
3.0.1
Fixed
- Minor keyboard bug in InAppChat
3.0.0
Added
- New Inbox feature was added, it allows to save push notification messages to a cloud-based inbox, fetch it using MobileMessaging SDK and show it for mobile users inside an application.
Inbox documentation
Changed
- updated hms location dependency version to:com.huawei.hms:location:6.8.0.300
Documents to check
3.0.0-rc10
Added
- New Inbox feature was added, it allows to save push notification messages to a cloud-based inbox, fetch it using MobileMessaging SDK and show it for mobile users inside an application.
Inbox documentation
3.0.0-rc9
Changes
- Merged Android 13 changes from android branch (android SDK version set to the 7.3.1)
- compile/target version changed to the 33
- build tools version changed to the 33.0.0
Fixed
- In-App Chat fixes
3.0.0-rc8
Added
- InAppChat multithread support
3.0.0-rc7
Changed
- PendingIntents will have FLAG_IMMUTABLE instead of FLAG_MUTABLE for all cases except action with input is set in the category for interactive notification
- For PendingIntents FLAG_CANCEL_CURRENT updated to the FLAG_UPDATE_CURRENT
3.0.0-rc6
Fixed
- 3.0.0-rc5 hotfix