Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LordAndras committed Feb 10, 2025
2 parents 1e8d589 + e6862bc commit e76bdf9
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions changelog.md
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.

0 comments on commit e76bdf9

Please sign in to comment.