Skip to content

Releases: intercom/intercom-android

3.2.7

30 Jun 12:46
Compare
Choose a tag to compare
  • 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

21 Jun 16:52
Compare
Choose a tag to compare
  • Minor translation updates

3.2.5

12 Jun 07:59
Compare
Choose a tag to compare
  • Fix potential crash when replying while uploading an image

3.2.4

31 May 15:23
Compare
Choose a tag to compare

3.2.3

31 May 15:12
Compare
Choose a tag to compare

Minor fixes

3.2.2

11 May 07:34
Compare
Choose a tag to compare
  • 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

11 May 07:33
Compare
Choose a tag to compare
  • Fixed issue causing session count to double increment #337

3.2.0

11 May 07:33
Compare
Choose a tag to compare
  • 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

3.1.5

18 Apr 10:22
Compare
Choose a tag to compare
  • Fixed issues when initialising Intercom outside of Application.onCreate()

3.1.4

14 Apr 12:39
Compare
Choose a tag to compare
  • Updates to the active/away UI
  • Initialisation fixes