Skip to content

Releases: intercom/intercom-android

3.0.7

09 Sep 12:02
Compare
Choose a tag to compare
  • Fixed an issue with GCM and FCM conflicting with other registration services.
  • Prevent real-time connections in background processes.

3.0.6

07 Sep 09:21
Compare
Choose a tag to compare

3.0.5

01 Sep 18:47
Compare
Choose a tag to compare
  • Fixed an issue with GCM and FCM conflicting with other receivers issue #246
  • Update Support Library to 24.2.0
  • Fix crash when tapping a message after it gets detached from the RecyclerView

3.0.4

23 Aug 09:54
Compare
Choose a tag to compare
  • Added two pane tablet support.
  • Fixed a bug with Android click tracking.
  • Fixed crash when loading a small subset of resources on older Android versions.
  • Fix app name overlapping with close button in toolbar.
  • Stopped sending a request to remove device token on reset if the user has no device token.

3.0.3

16 Aug 14:36
Compare
Choose a tag to compare
  • Added FCM support
  • Deprecated openGcmMessage() and openGcmMessage(TaskStackBuilder customStack) with handlePushMessage() and handlePushMessage(TaskStackBuilder customStack)
  • Fixed TCP connections not being fully killed when the application moves into the background
  • Unread count listeners will now receive the latest unread count when they are attached
  • Fixed an issue where the team profile could have an incorrect height after unlocking your device

3.0.2

26 Jul 13:02
Compare
Choose a tag to compare
  • Fixed an issue where Context objects could have their locale changed by the SDK
  • Fixed an issue where the Messenger could be opened more than once from a push notification
  • Update Support Library dependencies to 24.1.1

3.0.1

22 Jul 16:40
Compare
Choose a tag to compare
  • Fixed an issue with real time messaging.
  • Fixed an issue with launcher color being default color on first registration of a user on launch.
  • Fixed an issue with passing attributes to a user registration which resulted in not updating the user after the very first registration.
  • Fixed an issue with failed text parts being treated like uploaded attachments.

3.0.0

21 Jul 12:09
Compare
Choose a tag to compare

Our new Messenger is out of beta 🎉
You can read all about the updated design and new functionality here.
If you are upgrading from an older version of our Messenger you may need to change some of the methods you used to call. You can see any changes you may need to make here.
Where is 2.x? We're skipping it. We did this to align the Android SDK with our iOS and web counter parts.

1.1.21

14 Jun 10:49
Compare
Choose a tag to compare

14-06-2016

  • Protect against crash if the image resource is not found issue#198

1.1.20

02 Jun 10:19
Compare
Choose a tag to compare

Version 1.1.20

02-06-2016

  • Fixed an issue which can result in inflated session counts for both identified and unidentified users.