Releases: infobip/mobile-messaging-sdk-huawei
Releases · infobip/mobile-messaging-sdk-huawei
3.0.0-rc5
Added
- InAppChat can send contextual / meta data to Conversations backend.
3.0.0-rc4
Fixed
- Minor bug in InAppChat attachment
3.0.0-rc3
Fixed
- Minor bugs in InAppChat attachment
3.0.0-rc2
Fixed
- InAppChat add attachment fix
- Corrected wrong Ukrainian localization
Added
- setting of the Language support for InAppChat
3.0.0-rc1
[geo module isn't included, will be updated later]
Documents to check
Changed
- Migrated to AndroidX
- com.huawei.agconnect:agcp version changed to 1.6.0.300
Security improvements
- removed deprecated ECBCryptor from SDK, if you need to migrate, check ECB Cryptor Migration Guide
withPrivateSharedPrefs()
: Deprecated at 3.0.0 version, all data saved to private preferences by default.
Added
- InAppChat now supports multi-language selection
2.2.3
Fixed
- InApp chat compatibility with older versions of Android
2.2.2
Fixed
- Bug with opening default application when user taps on message with provided
webViewUrl
. SDK opens URL in its default application unless it needs to be opened in a browser. Links which should be opened by default in browser app are trying to be opened directly in this WebView.
2.2.1
Changed
- proguard-rules changed in order to only keep what is inside our packages
- Fixed layout issues in In-App Chat
Fixed
- Minor bugs for saving Installation
2.2.0
Added
- New API for getting and resetting unread chat push messages counter. Documentation
2.1.5
Changed
- In-App Chat attachment compression, for sending attachment captured from camera:
- if size is more than 5MB, reduce the quality to 80%
- if size is more than 10MB, reduce the quality to 80% and scale down size in 2 times.
- In-app chat improvements of storing images captured from camera,
requestLegacyExternalStorage="true"
inAndroidManifest.xml
not needed any more.
Fixed
- Possible issue with wrong token after depersonalization
- Issue with usage of wrong application code if it’s changed for some app with the same namespace that could happen if migration happens from versions < 2.1.2 to one of latest SDKs
- Too often calling of base URL endpoint