Skip to content

Releases: infobip/mobile-messaging-sdk-huawei

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

2.1.4

19 May 07:43
Compare
Choose a tag to compare

Changed

  • Android Sdk version updated to 5.2.3

2.1.2

15 Apr 07:51
Compare
Choose a tag to compare

Fixed

  • In-app chats background color for input field

2.1.0

08 Apr 13:26
Compare
Choose a tag to compare

Changed

  • Migration from jCenter to maven central repository

2.0.0

30 Mar 15:40
Compare
Choose a tag to compare

Changed

  • Encryption algorithm changed to CBC, because ECB encryption mode should not be used.

Fixed

  • Proguard rules
  • In-app Chat input

Added

  • Disabling of modal in-app notification automatic displaying
  • Method to display modal in-app notification, for particular message, if it's not expired

1.1.6

19 Feb 12:36
Compare
Choose a tag to compare

Added

  • Internal mechanism for recovering dynamic API URL.

Fixed

  • Crash, while receiving in-app chat push message if current activity can't be cast to AppCompatActivity

1.1.5

15 Feb 08:58
Compare
Choose a tag to compare

Added

Fixed

  • In-app-chat, sending attachments