Releases: intercom/intercom-android
Releases · intercom/intercom-android
15.11.0
📱 New Features
- Added the ability to upload files to a conversation
🚀 Enhancements
- Added new API
isUserLoggedIn
. This enables developers to determine if a user is currently logged in to Intercom. - Added new API
fetchLoggedInUserAttributes
. This enables developers to retrieve the details of the currently logged in user.
🐛 Bug Fixes
- Fixed some small UI bugs
- Fixed a crash with the following stacktrace:
at dalvik.system.VMStack.getThreadStackTrace(VMStack.java)
at java.lang.Thread.getStackTrace(Thread.java:1736)
at d00.d.e0
at d00.d.v
at io.intercom.android.sdk.m5.errorReporter.SentryErrorReporter.trackActiveUser
15.10.3
15.10.2
Release Date: 23-08-2024
🐛 Bug Fixes
- Fixed an issue where image and gif preview's send and close button were missing in Android 15
- Updated androidx.media3:media3-exoplayer from 1.3.1 to 1.4.0.
15.10.1
Release Date: 30-07-2024
🐛 Bug Fixes
- Fixed attaching photos and videos from gallery
- Fixed
IndexOutOfBoundsException
crash - Fixed
IllegalArgumentException
crash caused by non-negative bottom padding
👉 Dependency updates
- Coil: Updated from 2.6.0 to 2.7.0
- MP4 Parser: Migrated from
com.googlecode.mp4parser:isoparser
toorg.mp4parser:isoparser
15.10.0
What's Changed
🚀 Enhancements
- A newly designed composer for the messenger.
🐛 Bug Fixes
- Fixed issue allowing customers to start and continue the conversation from an article.
- Fixes an issue to handle empty message parts.
- Fixed an issue where the CTA on search screen are inconsistent
Note
This release contains some beta features.
15.9.1
Release Date: 14-06-2024
🐛 Bug Fixes
- Fixed the issue where push open stats weren’t tracked correctly.
- Fixed the issue where deep links in push message doesn’t work for React Native.
- Attribute collectors are now disabled if the conversation is closed.
👉 Dependency updates
- Kotlin Coroutines: Updated from version 1.8.0 to 1.8.1
- AndroidX Paging: Updated from version 3.2.1 to 3.3.0
- Lifecycle: Updated from version 2.6.2 to 2.8.1
- Gson: Updated from 2.10.1 to 2.11.0
15.9.0
15.8.3
Release Date: 25-04-2024
🐛 Bug Fixes
- Fixed issue where end users are able to click the same reply button multiple times in a workflow.
- Handled caching of Push Notification FF.
15.8.2
What's Changed
🐛 Bug Fixes
- Added better error messages for login failures.
- Fixed bugs around Push Notifications.