Skip to content

Commit 67e8842

Browse files
Release 17.1.1
1 parent 75dcea4 commit 67e8842

File tree

3 files changed

+37
-31
lines changed

3 files changed

+37
-31
lines changed

CHANGELOG.md

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 17.1.1
4+
###### Release Date: 11-09-2025
5+
6+
### 🐛 Bug Fixes
7+
* Fixed errors introduced in older version of androidx.navigation:navigation-* by bumping to version 2.9.3
8+
39
## 17.1.0
410
###### Release Date: 18-08-2025
511

@@ -268,7 +274,7 @@ public void onMessageReceived(RemoteMessage remoteMessage) {
268274
### 🐛 Bug Fixes
269275
* Prevented ProGuard from removing critical classes during build time
270276
* Resolved issues with downloading images in the app
271-
* Bumped androidx.compose:compose-bom from 2024.10.00 to 2024.10.01.
277+
* Bumped androidx.compose:compose-bom from 2024.10.00 to 2024.10.01.
272278
* Bumped androidx.compose.animation:animation-graphics-android from 1.6.8 to 1.7.5.
273279

274280
## 15.11.1
@@ -288,7 +294,7 @@ public void onMessageReceived(RemoteMessage remoteMessage) {
288294

289295
### 🚀 Enhancements
290296
* Added new API `isUserLoggedIn`. This enables developers to determine if a user is currently logged in to Intercom.
291-
* Added new API `fetchLoggedInUserAttributes`. This enables developers to retrieve the details of the currently logged in user.
297+
* Added new API `fetchLoggedInUserAttributes`. This enables developers to retrieve the details of the currently logged in user.
292298

293299
### 🐛 Bug Fixes
294300
- Fixed some small UI bugs
@@ -377,7 +383,7 @@ at io.intercom.android.sdk.m5.errorReporter.SentryErrorReporter.trackActiveUser
377383

378384
## 15.8.0
379385
###### Release Date: 08-04-2024
380-
- UI improvements in the Messenger
386+
- UI improvements in the Messenger
381387
### 🐛 Bug Fixes
382388
- Smoothened the animations and fixed jankiness in the Messenger
383389
- Fixed upload size limit error when uploading images
@@ -459,9 +465,9 @@ at io.intercom.android.sdk.m5.errorReporter.SentryErrorReporter.trackActiveUser
459465
###### Release Date: 15-11-2023
460466

461467
### 🚀 Enhancements
462-
- Ticket details can now be launched programatically
468+
- Ticket details can now be launched programatically
463469
- Bot speed improvements
464-
### 🐛 Bug fixes
470+
### 🐛 Bug fixes
465471
- Added a missing Hebrew translation
466472
- Fixed an issue where message content was shown in the composer after it was sent
467473

@@ -569,8 +575,8 @@ Bug fixes
569575
* Provides trustworthy, accurate answers based on your existing support content.
570576
* Seamlessly passes more complex questions directly to your human support team.
571577

572-
**Learn more 👉 [www.intercom.com/fin]([www.intercom.com/fin])**
573-
### Bug Fixes
578+
**Learn more 👉 [www.intercom.com/fin]([www.intercom.com/fin])**
579+
### Bug Fixes
574580
- Intercom SDK now uses Jetpack Compose v1.4.2
575581

576582
## 14.2.0
@@ -726,7 +732,7 @@ As this is a major update, there are few API changes which are listed below:
726732

727733
## 12.3.0
728734
###### Release Date: 17-5-2022
729-
📱 New Feature : Rich Push Messages 🖼️
735+
📱 New Feature : Rich Push Messages 🖼️
730736
A picture speaks a thousand words. You can now add rich media (i.e. images) to your mobile push messages. Grab your user’s attention by adding attractive and contextual images and increase click-through rate of your push message.
731737
👉 Upgrade to the latest version of the mobile SDK today to use this feature. Additionally, to set rich push messages on iOS, follow the instructions [here](https://developers.intercom.com/installing-intercom/docs/rich-push-notifications).
732738

@@ -757,34 +763,34 @@ Minor bug fixes
757763
###### Release Date: 26-4-2022
758764
* New feature: You can now open a Survey programmatically in your app. We have added a new method to our API to enable this, [displaySurvey](https://developers.intercom.com/installing-intercom/docs/android-configuration#present-a-survey-programmatically).
759765

760-
## 12.1.1
766+
## 12.1.1
761767
###### Release Date: 8-4-2022
762-
* Fixed an issue where push notification was not opening the app when tapped on latest Android OS versions
768+
* Fixed an issue where push notification was not opening the app when tapped on latest Android OS versions
763769

764-
## 12.1.0
770+
## 12.1.0
765771
###### Release Date: 31-3-2022
766772

767773
### 🚀 Enhancements
768-
* We've renamed some of our API methods. The term `register` has been replaced with `login`. As part of this change, we've also added success and failure callbacks to the updated login methods.
774+
* We've renamed some of our API methods. The term `register` has been replaced with `login`. As part of this change, we've also added success and failure callbacks to the updated login methods.
769775

770776
This means that the following old `register` methods are now deprecated
771777
- `registerUnidentifiedUser()`
772778
- `registerIdentifiedUser(registration)`
773779
- `updateUser(userAttributes)`
774780

775-
We've replaced them with
781+
We've replaced them with
776782
- `loginUnidentifiedUser(statusCallback)`
777783
- `loginIdentifiedUser(registration, statusCallback)`
778784
- `updateUser(userAttributes, statusCallback)`
779785

780786
* Added support to connect to Intercom workspaces that are hosted on servers in our Australian region
781787

782788
### NOTE
783-
* The status callbacks are optional when invoking these methods using Kotlin as they already have a default implementation. We recommend calling these APIs using named parameters.
789+
* The status callbacks are optional when invoking these methods using Kotlin as they already have a default implementation. We recommend calling these APIs using named parameters.
784790
* The underlaying functionality behind these new methods remains the same as the deprecated ones, but now you can take optionally action on success or failure.
785791
* These deprecated methods will still work, but will be removed in a future release. See our [developer docs](https://developers.intercom.com/installing-intercom/docs/intercom-for-android) and our [sample apps](https://github.com/intercom/intercom-android/tree/master/sample) for further details on these API changes.
786792

787-
Check out [release v12.0.0](https://github.com/intercom/intercom-android/releases/tag/12.0.0) for details about Intercom's great new Surveys feature
793+
Check out [release v12.0.0](https://github.com/intercom/intercom-android/releases/tag/12.0.0) for details about Intercom's great new Surveys feature
788794

789795
## Version 12.0.0
790796
23-03-2022
@@ -885,8 +891,8 @@ New features in this update:
885891

886892
## Version 10.0.2
887893
16-07-2021
888-
* Fixed an issue where article viewed stats were not updating correctly.
889-
* Updated dependencies to newer versions.
894+
* Fixed an issue where article viewed stats were not updating correctly.
895+
* Updated dependencies to newer versions.
890896

891897
## Version 10.0.1
892898
23-06-2021
@@ -907,11 +913,11 @@ New features in this update:
907913
### Improvements and bug fixes
908914
* Fixed an issue where the special notice message would not display.
909915
* `hideMessenger()` has now been deprecated and removed. Please use `hideIntercom()` instead. This method will hide all Intercom UI in your app.
910-
916+
911917
## Version 9.2.0
912918
26-05-2021
913919
* Intercom no longer depends on Glide and now uses Coil to load images.
914-
* Intercom no longer requires the Jcenter repository.
920+
* Intercom no longer requires the Jcenter repository.
915921
https://developers.intercom.com/installing-intercom/docs/android-installation#section-maven-central
916922
* Bug fixes and performance improvements.
917923

@@ -995,11 +1001,11 @@ https://developers.intercom.com/installing-intercom/docs/android-installation#se
9951001
17-06-2020
9961002
**In v7.1.0 of the Intercom mobile SDK, we’re introducing a fantastic new mobile engagement feature called Mobile Carousels. We’ve also added support for closed conversations, as well as a number of fixes and performance improvements.**
9971003

998-
### 📱 New Feature: Mobile Carousels
999-
1004+
### 📱 New Feature: Mobile Carousels
1005+
10001006
Bring your best features. We'll bring the spotlight. Use Mobile Carousels to connect with app users at every touchpoint—show them around, provide support, and highlight features you know they'll love.
10011007

1002-
Mobile Carousels are a multi-screen message designed to feel right at home in your mobile app.
1008+
Mobile Carousels are a multi-screen message designed to feel right at home in your mobile app.
10031009

10041010
* Rich multi-screen messages.
10051011
* Highly customizable, right inside Intercom.
@@ -1043,14 +1049,14 @@ We made a number of performance improvements and squashed a number of bugs in th
10431049
* **Fixed:** An issue with overlapping text in the ‘Your conversations’ list in the Messenger home.
10441050
* **Fixed:** An issue where an outbound message didn’t appear in real-time after changing the device orientation.
10451051
* **Fixed:** An issue where custom bot failed to save custom attributes
1046-
* **Fixed:** A crash with error java.lang.ArithmeticException divide by zero
1052+
* **Fixed:** A crash with error java.lang.ArithmeticException divide by zero
10471053
* **Removed:** The experimental API is no longer available.
10481054

10491055
## Version 6.1.0
10501056
18-03-2020
10511057

10521058
### Enhancements
1053-
* We've implemented the abilty to disable the composer for [inbound conversations that use Custom Bots](https://www.intercom.com/help/en/articles/3118298-triage-inbound-conversations-with-custom-bots).
1059+
* We've implemented the abilty to disable the composer for [inbound conversations that use Custom Bots](https://www.intercom.com/help/en/articles/3118298-triage-inbound-conversations-with-custom-bots).
10541060

10551061
## Version 6.0.1
10561062
10-01-2020
@@ -1085,7 +1091,7 @@ When a customer starts a new conversation with you in the Messenger, they’ll b
10851091

10861092
![android-5-4-0-release](https://user-images.githubusercontent.com/5109304/60926201-a45faa00-a25a-11e9-9f96-2915541a55b7.png)
10871093

1088-
With Custom Bots from new conversations, you can accelerate your support by automating these initial interactions, so your support team can focus on resolving important issues. To get started, bump your Intercom SDK version to `5.4.0` and go to the `Operator` tab in Intercom, then `Custom Bots`, and select `From new conversations`.
1094+
With Custom Bots from new conversations, you can accelerate your support by automating these initial interactions, so your support team can focus on resolving important issues. To get started, bump your Intercom SDK version to `5.4.0` and go to the `Operator` tab in Intercom, then `Custom Bots`, and select `From new conversations`.
10891095

10901096
## Version 5.3.2
10911097
17-05-2019
@@ -1124,7 +1130,7 @@ Google is [deprecating GCM](https://developers.google.com/cloud-messaging/faq) o
11241130
13-11-2018
11251131

11261132
- Bug fix for fullscreen GIFs not animating
1127-
- Updated Support Library and Build Target SDK versions
1133+
- Updated Support Library and Build Target SDK versions
11281134
- Added error reporting for SDK crashes
11291135
- Updated GCM and FCM versions
11301136

@@ -1165,7 +1171,7 @@ Google is [deprecating GCM](https://developers.google.com/cloud-messaging/faq) o
11651171

11661172
**Bug Fixes**
11671173

1168-
- Fixed the crash while loading large images
1174+
- Fixed the crash while loading large images
11691175
- Fixed the bug where keyboard covers composer on tablets
11701176
- Fixed text overlap in the conversation list on tablets
11711177
- Fixed an issue where teammate avatar flickers during UI updates
@@ -1361,7 +1367,7 @@ The Business Messenger reimagined.
13611367
* Updated FCM and GCM play-services to 11.0.4
13621368
* Updated third party dependencies, a list of the current library versions is provided in the [github readme](https://github.com/intercom/intercom-android#dependency-graph)
13631369
* Removed deprecated methods
1364-
* Support for O Notification channels. The channels added by Intercom are:
1370+
* Support for O Notification channels. The channels added by Intercom are:
13651371
- Chat Replies (when you reply to a customer in Intercom)
13661372
- New Chats (when you send an in-app message to a customer with send notification checked)
13671373
- Actions (when you send a push message to a customer)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are 2 options for installing Intercom on your Android app.
3939
Add the following dependency to your app's `build.gradle` file:
4040
```groovy
4141
dependencies {
42-
implementation 'io.intercom.android:intercom-sdk:17.1.0'
42+
implementation 'io.intercom.android:intercom-sdk:17.1.1'
4343
implementation 'com.google.firebase:firebase-messaging:24.1.+'
4444
}
4545
```
@@ -49,7 +49,7 @@ dependencies {
4949
If you'd rather not have push notifications in your app, you can use this dependency:
5050
```groovy
5151
dependencies {
52-
implementation 'io.intercom.android:intercom-sdk-base:17.1.0'
52+
implementation 'io.intercom.android:intercom-sdk-base:17.1.1'
5353
}
5454
```
5555

sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ dependencies {
6565

6666
implementation("androidx.datastore:datastore-preferences:1.1.3")
6767

68-
implementation("io.intercom.android:intercom-sdk:17.1.0")
68+
implementation("io.intercom.android:intercom-sdk:17.1.1")
6969
implementation("com.google.firebase:firebase-messaging:24.1.0")
7070
}

0 commit comments

Comments
 (0)