Releases: intercom/intercom-android
Releases · intercom/intercom-android
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
- Fixed https://github.com/intercom/intercom-android/issues/282
- Fixed https://github.com/intercom/intercom-android/issues/281
- Fixed https://github.com/intercom/intercom-android/issues/280
- Fixed https://github.com/intercom/intercom-android/issues/279
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
3.0.9
- Added a new method to the API, displayMessageComposer now accepts an optional String to pre-populate the composer.
Intercom.client().displayMessageComposer(message);
- Update Android Support Library to 24.2.1
- Update translations
- Reduced method count
3.0.8
3.0.7
- Fixed an issue with GCM and FCM conflicting with other registration services.
- Prevent real-time connections in background processes.
3.0.6
- Hide the soft keyboard when we open a Post message.
- Default to the host app launch activity if no URI is set in a push message.
- Fix newer API method being called on all OS versions - https://github.com/intercom/intercom-android/issues/252
- Ensure that view operations in
Intercom.client().reset()
are called on the main thread - https://github.com/intercom/intercom-android/issues/251 - Improved performance when the Messenger opens for the first time
- Fix images with links not following their link when tapped