-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# What's fixed | ||
# What's changed | ||
|
||
### [Emarsys SDK](https://github.com/emartech/android-emarsys-sdk) | ||
### [Config](https://github.com/emartech/android-emarsys-sdk/wiki/Config#hardwareid) | ||
|
||
* Fix a crash on Android 12 during the initialization of the SDK | ||
* Introduced clientId as a clearer alternative to the now-deprecated hardwareId; both refer to the same property, and while we encourage using clientId, this is not a breaking change as hardwareId remains available for backward compatibility. | ||
|
||
### [Geofence](https://github.com/emartech/android-emarsys-sdk/wiki#8-geofence) | ||
|
||
* Improved support for Roboelectric tests. | ||
|
||
|
||
* # What's fixed | ||
|
||
### [ChangeApplicationCode](https://github.com/emartech/android-emarsys-sdk/wiki/Config#changeapplicationcode) | ||
|
||
* Fix an issue where changeApplicationCode was not working properly with anonymous contacts. | ||
|
||
### [Push](https://github.com/emartech/android-emarsys-sdk/wiki#2-push) | ||
|
||
* Fix an issue where on Android API level 35 clicking on the push message would not start the application. |