Releases: intercom/intercom-android
Releases · intercom/intercom-android
3.2.7
- Fixed
IndexOutOfBoundsException
: https://github.com/intercom/intercom-android/issues/366 - Fixed NPE when invalid data is passed to
IntercomPushClient
- Fixed
logEvent()
from affecting user data when called directly after a registration - Fixed
JsonSyntaxException
caused by loading persisted data - Fixed the profile not loading correctly when opening the Messenger just after the app starts
- Optimised images
3.2.6
3.2.5
3.2.4
- Support AAPT2 in Android Gradle plugin 3.0-alpha2: https://github.com/intercom/intercom-android/issues/354
- Fix full in-app messages showing twice: https://github.com/intercom/intercom-android/issues/352
- Fix NPE: https://github.com/intercom/intercom-android/issues/351
- Fix IllegalStateException: https://github.com/intercom/intercom-android/issues/347
- Improved UI performance
3.2.3
3.2.2
- Added a new public API setBottomPadding() which takes a pixel value to add to the default bottom padding of the default launcher and in app messages.
- Fixed typo in our IntercomFcmInstanceIdService class check #342
- Fixed IllegalArgumentException #344
- Fixed an issue with our real time system not trigger a UI update for a message received when the app is backgrounded and reopened in a short period of time.
3.2.1
3.2.0
- Updated support library to 25.3.1
- Added new public API setUserHash(String userHash) which replaces the now deprecated setSecureMode(String hmac, Stirng data)
- Updated GCM and FCM to 10.2.1