We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5065fe3 commit 1d6d558Copy full SHA for 1d6d558
SDK/Batch.aar
16.3 KB
SDK/CHANGELOG.md
@@ -1,6 +1,16 @@
1
CHANGELOG
2
=========
3
4
+1.10.1
5
+----
6
+* Improved handling of new Android O backgrounding limitations
7
+* Fixed Do Not Disturb mode not working properly
8
+* Fixed a bug where activities opened by a push using a deeplink did not contain the Batch.Push.PAYLOAD_KEY extra
9
+* Fixed an issue with Android Oreo channels
10
+* Added APIs to copy Batch's data from an intent to another. See Batch.copyBatchExtras
11
+* Added a method on BatchInAppMessage, allowing you to fetch the visual content of the message. See BatchInAppMessage.getContent for more info
12
+* Added proguard rules to exclude support-v4 NotificationCompat related classes
13
+
14
1.10.0
15
----
16
* Introduced In-App Campaigns
0 commit comments