Skip to content

Releases: intercom/intercom-android

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.

3.0.19

23 Jan 11:33
Compare
Choose a tag to compare

3.0.18

09 Jan 12:45
Compare
Choose a tag to compare
<dimen name="intercom_bottom_padding">74dp</dimen>
  • Added functionality to make sure that if the user has scrolled to the bottom of the conversation then opens the composer we will not hide that message

3.0.17

16 Dec 16:34
Compare
Choose a tag to compare
  • The SDK now targets API 25
  • UI fixes
  • Push notification fixes

3.0.16

13 Dec 12:40
Compare
Choose a tag to compare
  • Networking optimisations
  • UI fixes
  • Fix crash in conversations started from Acquire on web