You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34-28Lines changed: 34 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
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
+
3
9
## 17.1.0
4
10
###### Release Date: 18-08-2025
5
11
@@ -268,7 +274,7 @@ public void onMessageReceived(RemoteMessage remoteMessage) {
268
274
### 🐛 Bug Fixes
269
275
* Prevented ProGuard from removing critical classes during build time
270
276
* 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.
272
278
* Bumped androidx.compose.animation:animation-graphics-android from 1.6.8 to 1.7.5.
273
279
274
280
## 15.11.1
@@ -288,7 +294,7 @@ public void onMessageReceived(RemoteMessage remoteMessage) {
288
294
289
295
### 🚀 Enhancements
290
296
* 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.
292
298
293
299
### 🐛 Bug Fixes
294
300
- Fixed some small UI bugs
@@ -377,7 +383,7 @@ at io.intercom.android.sdk.m5.errorReporter.SentryErrorReporter.trackActiveUser
377
383
378
384
## 15.8.0
379
385
###### Release Date: 08-04-2024
380
-
- UI improvements in the Messenger
386
+
- UI improvements in the Messenger
381
387
### 🐛 Bug Fixes
382
388
- Smoothened the animations and fixed jankiness in the Messenger
383
389
- Fixed upload size limit error when uploading images
@@ -459,9 +465,9 @@ at io.intercom.android.sdk.m5.errorReporter.SentryErrorReporter.trackActiveUser
459
465
###### Release Date: 15-11-2023
460
466
461
467
### 🚀 Enhancements
462
-
- Ticket details can now be launched programatically
468
+
- Ticket details can now be launched programatically
463
469
- Bot speed improvements
464
-
### 🐛 Bug fixes
470
+
### 🐛 Bug fixes
465
471
- Added a missing Hebrew translation
466
472
- Fixed an issue where message content was shown in the composer after it was sent
467
473
@@ -569,8 +575,8 @@ Bug fixes
569
575
* Provides trustworthy, accurate answers based on your existing support content.
570
576
* Seamlessly passes more complex questions directly to your human support team.
571
577
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
574
580
- Intercom SDK now uses Jetpack Compose v1.4.2
575
581
576
582
## 14.2.0
@@ -726,7 +732,7 @@ As this is a major update, there are few API changes which are listed below:
726
732
727
733
## 12.3.0
728
734
###### Release Date: 17-5-2022
729
-
📱 New Feature : Rich Push Messages 🖼️
735
+
📱 New Feature : Rich Push Messages 🖼️
730
736
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.
731
737
👉 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).
732
738
@@ -757,34 +763,34 @@ Minor bug fixes
757
763
###### Release Date: 26-4-2022
758
764
* 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).
759
765
760
-
## 12.1.1
766
+
## 12.1.1
761
767
###### 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
763
769
764
-
## 12.1.0
770
+
## 12.1.0
765
771
###### Release Date: 31-3-2022
766
772
767
773
### 🚀 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.
769
775
770
776
This means that the following old `register` methods are now deprecated
* Added support to connect to Intercom workspaces that are hosted on servers in our Australian region
781
787
782
788
### 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.
784
790
* 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.
785
791
* 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.
786
792
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
788
794
789
795
## Version 12.0.0
790
796
23-03-2022
@@ -885,8 +891,8 @@ New features in this update:
885
891
886
892
## Version 10.0.2
887
893
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.
890
896
891
897
## Version 10.0.1
892
898
23-06-2021
@@ -907,11 +913,11 @@ New features in this update:
907
913
### Improvements and bug fixes
908
914
* Fixed an issue where the special notice message would not display.
909
915
*`hideMessenger()` has now been deprecated and removed. Please use `hideIntercom()` instead. This method will hide all Intercom UI in your app.
910
-
916
+
911
917
## Version 9.2.0
912
918
26-05-2021
913
919
* 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.
**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.**
997
1003
998
-
### 📱 New Feature: Mobile Carousels
999
-
1004
+
### 📱 New Feature: Mobile Carousels
1005
+
1000
1006
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.
1001
1007
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.
1003
1009
1004
1010
* Rich multi-screen messages.
1005
1011
* Highly customizable, right inside Intercom.
@@ -1043,14 +1049,14 @@ We made a number of performance improvements and squashed a number of bugs in th
1043
1049
***Fixed:** An issue with overlapping text in the ‘Your conversations’ list in the Messenger home.
1044
1050
***Fixed:** An issue where an outbound message didn’t appear in real-time after changing the device orientation.
1045
1051
***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
1047
1053
***Removed:** The experimental API is no longer available.
1048
1054
1049
1055
## Version 6.1.0
1050
1056
18-03-2020
1051
1057
1052
1058
### 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).
1054
1060
1055
1061
## Version 6.0.1
1056
1062
10-01-2020
@@ -1085,7 +1091,7 @@ When a customer starts a new conversation with you in the Messenger, they’ll b
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`.
1089
1095
1090
1096
## Version 5.3.2
1091
1097
17-05-2019
@@ -1124,7 +1130,7 @@ Google is [deprecating GCM](https://developers.google.com/cloud-messaging/faq) o
1124
1130
13-11-2018
1125
1131
1126
1132
- 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
1128
1134
- Added error reporting for SDK crashes
1129
1135
- Updated GCM and FCM versions
1130
1136
@@ -1165,7 +1171,7 @@ Google is [deprecating GCM](https://developers.google.com/cloud-messaging/faq) o
1165
1171
1166
1172
**Bug Fixes**
1167
1173
1168
-
- Fixed the crash while loading large images
1174
+
- Fixed the crash while loading large images
1169
1175
- Fixed the bug where keyboard covers composer on tablets
1170
1176
- Fixed text overlap in the conversation list on tablets
1171
1177
- Fixed an issue where teammate avatar flickers during UI updates
@@ -1361,7 +1367,7 @@ The Business Messenger reimagined.
1361
1367
* Updated FCM and GCM play-services to 11.0.4
1362
1368
* 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)
1363
1369
* 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:
1365
1371
- Chat Replies (when you reply to a customer in Intercom)
1366
1372
- New Chats (when you send an in-app message to a customer with send notification checked)
1367
1373
- Actions (when you send a push message to a customer)
0 commit comments