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
+8
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,15 @@
1
1
## 25.4.0
2
+
* ! Minor breaking change ! Removed Secure.ANDROID_ID usage in device id generation. The SDK now exclusively uses random UUIDs for device id generation.
3
+
2
4
* Added a Content feature method "refreshContentZone" that does a manual refresh.
5
+
* Extended server configuration capabilities of the SDK.
6
+
* Added a config method to provide server config in the initialization "setSDKBehaviorSettings(String)".
3
7
* Added a new interface "CountlyNotificationButtonURLHandler" to allow custom handling of URLs when notification buttons are clicked. Could be set by "CountlyConfigPush.setNotificationButtonURLHandler"
4
8
9
+
* Mitigated an issue that caused PN message data collision if two message with same ID was received.
10
+
11
+
* Removed the deprecated function "CountlyConfig.setIdMode(idMode)"
12
+
5
13
* Deprecated the experimental configuration function enableServerConfiguration. It is now enabled by default and can be controlled directly from the server.
0 commit comments