Releases: intercom/intercom-android
Releases · intercom/intercom-android
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
3.0.17
3.0.16
3.0.15
3.0.14
3.0.13
- Updated Android Support Library to 25.0.1
- The SDK now throws a more specific exception when it is incorrectly initialised
- Fixed log message incorrectly appearing (https://github.com/intercom/intercom-android/issues/289)
- Fixed crash in some initialisation situations (https://github.com/intercom/intercom-android/issues/288)
- Fixed crash when permissions request is cancelled (https://github.com/intercom/intercom-android/issues/285)
- Fixed missing translations for the inbox empty state
- Fixed duplicate push notifications appearing (https://github.com/intercom/intercom-android/issues/261)
- Fixed crash when opening a photo attachment
- Fixed Parcelable crash
3.0.12
3.0.11
3.0.10
- Fixed crash on OPPO devices https://github.com/intercom/intercom-android/issues/263
- Better logging when we can't find a launch intent for the host application
- Update translations