Skip to content

Releases: intercom/intercom-android

12.4.2

22 Jun 20:47
9f069f8
Compare
Choose a tag to compare
  • Fixed a bug that showed the wrong labels under Numeric scale questions in Surveys
  • Fixed crash caused due to bad JSON
  • Fixed bug that prevented push notification body from expanding

12.4.1

01 Jun 18:04
929899f
Compare
Choose a tag to compare
  • Fixed an issue where server region did not default to US when no meta-data was provided in the manifest

12.4.0

27 May 22:49
3f4107b
Compare
Choose a tag to compare
  • You can now customize submit button text for surveys sent on your mobile app

12.3.0

17 May 18:15
68f56b5
Compare
Choose a tag to compare

12.3.0

Release Date: 17-5-2022

📱 New Feature : Rich Push Messages 🖼️
A picture speaks a thousand words. You can now add rich media (i.e. images) to your mobile push messages. Grab your user’s attention by adding attractive and contextual images and increase click-through rate of your push message.
👉 Upgrade to the latest version of the mobile SDK today to use this feature. Additionally, to set rich push messages on iOS, follow the instructions here.

teammate-rich-push

PHOTO-2022-05-17-12-42-30

12.2.3

16 May 13:14
624b9b1
Compare
Choose a tag to compare
  • Fixed issue in help center where it did not obey the setting to have at most one open conversation.
  • Fixed issues with status bar height on Android 12.
  • Fixed issue with truncating expected time on the home screen.
  • Improved performance of push notifications
  • Intercom now uses Coil 2.0

12.2.2

05 May 12:43
705e52d
Compare
Choose a tag to compare

Minor bug fixes

12.2.1

03 May 13:16
5bad2c9
Compare
Choose a tag to compare

Minor bug fixes

12.2.0

03 May 13:15
45aa2b1
Compare
Choose a tag to compare

New feature:

You can now open a Survey programmatically in your app. We have added a new method to our API to enable this, displaySurvey.

12.1.1

08 Apr 09:34
1af143d
Compare
Choose a tag to compare
  • Fixed an issue where push notification was not opening the app when tapped on latest Android OS versions

12.1.0

31 Mar 15:24
0c34de4
Compare
Choose a tag to compare

12.1.0

Release Date: 31-3-2022

🚀 Enhancements

  • We've renamed some of our API methods. The term register has been replaced with login. As part of this change, we've also added success and failure callbacks to the updated login methods.
    This means that the following old register methods are now deprecated
           - registerUnidentifiedUser()
           - registerIdentifiedUser(registration)
           - updateUser(userAttributes)
    We've replaced them with
           - loginUnidentifiedUser(statusCallback)
           - loginIdentifiedUser(registration, statusCallback)
           - updateUser(userAttributes, statusCallback)

  • Added support to connect to Intercom workspaces that are hosted on servers in our Australian region

NOTE

  • The status callbacks are optional when invoking these methods using Kotlin as they already have a default implementation. We recommend calling these APIs using named parameters.
  • The underlaying functionality behind these new methods remains the same as the deprecated ones, but now you can take optionally action on success or failure.
  • These deprecated methods will still work, but will be removed in a future release. See our developer docs and our sample apps for further details on these API changes.

Check out release v12.0.0 for details about Intercom's great new Surveys feature