Skip to content

Releases: infobip/mobile-messaging-sdk-huawei

3.0.0-rc5

16 Sep 08:46
Compare
Choose a tag to compare
3.0.0-rc5 Pre-release
Pre-release

Added

  • InAppChat can send contextual / meta data to Conversations backend.

3.0.0-rc4

06 Sep 12:06
Compare
Choose a tag to compare
3.0.0-rc4 Pre-release
Pre-release

Fixed

  • Minor bug in InAppChat attachment

3.0.0-rc3

19 Aug 12:36
Compare
Choose a tag to compare
3.0.0-rc3 Pre-release
Pre-release

Fixed

  • Minor bugs in InAppChat attachment

3.0.0-rc2

01 Aug 16:41
Compare
Choose a tag to compare
3.0.0-rc2 Pre-release
Pre-release

Fixed

  • InAppChat add attachment fix
  • Corrected wrong Ukrainian localization

Added

  • setting of the Language support for InAppChat

3.0.0-rc1

28 Jun 10:14
Compare
Choose a tag to compare
3.0.0-rc1 Pre-release
Pre-release

[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

30 Nov 08:07
Compare
Choose a tag to compare

Fixed

  • InApp chat compatibility with older versions of Android

2.2.2

08 Nov 12:50
Compare
Choose a tag to compare

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

03 Nov 09:45
Compare
Choose a tag to compare

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

30 Aug 10:51
Compare
Choose a tag to compare

Added

  • New API for getting and resetting unread chat push messages counter. Documentation

2.1.5

26 Aug 09:35
Compare
Choose a tag to compare

Changed

  • In-App Chat attachment compression, for sending attachment captured from camera:
    1. if size is more than 5MB, reduce the quality to 80%
    2. 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" in AndroidManifest.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