Mobile Messaging Sdk Android Versions Save

Mobile Messaging SDK for Android

12.2.1

4 months ago

Fixed

  • Issue with requesting permission in InAppChatFragment

12.2.0

4 months ago

Added

  • InfobipRtcUi provides runtime customisation option. Read more about customisation options in Wiki.
  • Option to fully customise InAppChat attachment preview download button.

Changed

  • InAppChat attachment preview download button moved to toolbar
  • InAppChat attachment preview download requests minimal required permission now
  • Improved logic for parsing InAppChat attachment file name

12.1.0

5 months ago

Added

Changed

  • In-app chat message limit increased to 4096 characters.

Fixed

  • In-app chat notifications delivery when chat is hidden.
  • Mobile Messaging API proguard rules.

12.0.0

5 months ago

Added

  • Since this version, minimum supported API Level is 21 (Android 5.0 - Lollipop)
  • Provided Backup policy: Only shared preferences related to the SDK are being backed up to the cloud, along with the database. Device to device transfer is disabled to avoid registration's data processing issues. For more information check this Backup-rules page.
  • usesCleartextTraffic is now disabled by default: deeplinks, web views and images should utilize https protocol.
  • For more information, please check out Migration Guides.

11.3.0

5 months ago

Added

  • In-app chat support for Simplified Chinese (zh-Hans) language

11.2.1

6 months ago

Fixed

  • Util for Cordova plugin

11.2.0

6 months ago

Fixed

  • removed google location services dependency from core module because of redundancy

11.1.4

6 months ago

Fixed

  • Minor fix in Geolocation module for the case of the conflict between different versions of com.google.android.gms:play-services-location

11.1.3

6 months ago

Fixed

  • Send In-app chat message issue

11.1.2

6 months ago

Changed

  • In-app chat error handling improved