Releases: intercom/intercom-android
Releases · intercom/intercom-android
3.2.1
3.2.0
- 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
3.1.4
3.1.3
- Updates to the active/away UI
- Fixes https://github.com/intercom/intercom-android/issues/332
3.1.2
- Fixes https://github.com/intercom/intercom-android/issues/325
- Translation fixes and improved logging
3.1.1
- 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
- Added new method to the API updateUser(UserAttributes). Docs on how to use this can be found here
- Deprecated
updateUser(Map<String, ?>)
andupdateUser(User)
methods in favour ofupdateUser(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