Skip to content

Releases: intercom/intercom-android

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

3.1.3

05 Apr 11:57
Compare
Choose a tag to compare

3.1.2

29 Mar 11:17
Compare
Choose a tag to compare

3.1.1

20 Mar 15:39
Compare
Choose a tag to compare
  • Add withLanguageOverride() method to the UserAttributes model
  • Display error to users before uploading files that are larger than we support
  • Fixed issue where the Intercom settings color was not applied to the the push icon and push title
  • Fixed localization issues with the composer
  • Fixed issue with applying a padding to in-app messages #311

3.1.0

06 Mar 16:18
Compare
Choose a tag to compare
  • Added new method to the API updateUser(UserAttributes). Docs on how to use this can be found here
  • Deprecated updateUser(Map<String, ?>) and updateUser(User) methods in favour of updateUser(UserAttributes)
  • Search and send GIFs from our new message composer
  • Dedicated image loader that allows you to preview and send images on your device
  • Fixed a FileNotFoundException in the Intercom SoundPlayer
  • Updated the Android Support Library to version 25.1.1
  • Update the Android GCM and FCM libraries to version 10.2.0

3.0.21

08 Feb 15:06
Compare
Choose a tag to compare
  • Translation fixes
  • Added withSignedUpAt(Date date) method to User
  • Improved unread conversation count updating when using multiple devices at once.

3.0.20

25 Jan 16:41
Compare
Choose a tag to compare
  • Re-introduces IntercomLogger that were incorrectly removed from the last release. They are now deprecated in favour of the constants in Intercom.LogLevel.
  • Fixes the conversation scrolling to the bottom incorrectly.