Releases: intercom/intercom-android
Releases · intercom/intercom-android
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
3.0.21
3.0.20
3.0.19
- Fixed crash caused by callback referencing a destroyed Activity (https://github.com/intercom/intercom-android/issues/305)
- Fixed NPE on some devices (https://github.com/intercom/intercom-android/issues/304)
- Fixed aliasing in some Drawables (https://github.com/intercom/intercom-android/issues/303)
- Fixed crash caused by permission issues in other apps (https://github.com/intercom/intercom-android/issues/302)
- Fixed temporary memory leak (https://github.com/intercom/intercom-android/issues/297)
- Fixed messages showing after a conversation has been read (https://github.com/intercom/intercom-android/issues/243)
- Fixed sounds playing multiple times for the same notification
- Fixed attachment upload icon being incorrectly hidden
- Improved logging for developers
- Better support for
singleTask
andsingleInstance
Activities - Fixed incorrect delays when changing visibility of in-app notifications and launcher
- Optimised networking code
- Updated localisation
3.0.18
- Fixed a warning when updating the RecyclerView data in a scroll callback https://github.com/intercom/intercom-android/issues/301
- Fixed a handler that was blocking initialization off the main thread https://github.com/intercom/intercom-android/issues/299
- Fixed an issue with a handler causing a background failure in the push service.
- Fixed showing the attachment button if the device requires the manifest permission https://github.com/intercom/intercom-android/issues/296
- Fixed an issue where not having access to the cache directory produced an NPE
- Added sample code for company custom attributes https://github.com/intercom/intercom-android/issues/293
- Added an xml public padding field to allow users to alter the position of the Intercom FAB and in-apps if it is blocking host app FABs https://github.com/intercom/intercom-android/issues/231 To update the position simply add this to your dimens.xml with the value you want to move up using:
<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