Releases: intercom/intercom-android
Releases · intercom/intercom-android
5.0.1
- Removed all code that used a persistent device identifier to adhere to Android Advertising ID policy
5.0.0
The Business Messenger reimagined.
Messenger apps
- Complete actions beyond chat in the Messenger seamlessly with a growing library of apps. Messenger apps are being rolled out to all customers over the next 2 weeks.
Extendable platform
- Create your own Messenger apps to suit your unique workflows – and enable entirely new ones.
Updated Design
- Updated visual design with new wallpapers and expanded color settings.
Messenger settings
- New wallpapers to customize your profile.
- Set a background color for your profile and an action color for cards and chat bubbles.
- Support light theme colors in your messenger.
4.1.9
4.1.8
- Fix webview crash: https://github.com/intercom/intercom-android/issues/456
- Fix broken lightbox transitions: https://github.com/intercom/intercom-android/issues/464
- Fix launcher and in-app notifications showing on Intercom Messenger screens
- Update Play Services & Firebase libraries to 11.8.0
- Update Glide to 4.4.0
- Updated Okio & OkHttp to latest versions
4.1.7
- Released Help Center on Android. Added the method
displayHelpCenter()
to the main API. This opens up an Activity which displays your Educate Help Center. Learn more about Educate here. Details on how to setup the experimental API can be found here - Allow office hours banner to expand to two lines for languages where the string was truncating
4.1.6
4.1.5
4.1.4
- Fix OOM error https://github.com/intercom/intercom-android/issues/422
- Updated Gson to 2.8.2
4.1.3
- Fixed an issue with the keyboard not closing on toolbar back pressed https://github.com/intercom/intercom-android/issues/435
- Fixed a RuntimeException with UploadEvent https://github.com/intercom/intercom-android/issues/439
- Fixed a NullPointerException in the PushPayload https://github.com/intercom/intercom-android/issues/442
Experimental API
- The
boot()
method now takes a user hash in theIntercomSettings
object. You can still update the user hash by callingsetUserHash
but if you have Identity Verification enabled and you are booting with an email and/or user ID then it is required to provide a user hash at that time.