-
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.
SUITEDEV-26985 Co-authored-by: davidSchuppa <[email protected]> Co-authored-by: LasOri <[email protected]> Co-authored-by: megamegax <[email protected]>
- Loading branch information
1 parent
fe9b9ba
commit bb6718f
Showing
1 changed file
with
20 additions
and
10 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,14 +1,24 @@ | ||
# What's new | ||
### [getPushToken](https://github.com/emartech/android-emarsys-sdk/wiki#22-getpushtoken) | ||
* the SDK now provides a method under push which returns the pushToken | ||
### [isAutomaticPushSendingEnabled](https://github.com/emartech/android-emarsys-sdk/wiki/Config#automaticpushsendingenabled) | ||
* the SDK now provides a method under config which returns if the automaticPushSending is enabled or not | ||
### [sdkVersion](https://github.com/emartech/android-emarsys-sdk/wiki/Config#sdkversion) | ||
* the SDK now provides a method under config which returns the current version of Emarsys SDK | ||
### [verboseConsoleLogging](https://github.com/emartech/android-emarsys-sdk/wiki#16-enableverboseconsolelogging) | ||
* verbose console logging is now available in the Emarsys SDK | ||
### [openId](https://github.com/emartech/ios-emarsys-sdk/wiki#13-setauthenticatedcontact) | ||
* the SDK now provides a method to authenticate users with an idToken issued by an openId compliant provider | ||
|
||
# What's changed | ||
### [AppEvent][https://github.com/emartech/android-emarsys-sdk/wiki#2-push] | ||
* AppEvents are now always called from the UI thread | ||
|
||
# What's fixed | ||
* Fixed an issue, where Inline In-App buttonClicks were not reported | ||
* Fixed nullPointerException in EmarsysMessagingService when deviceInfo was accessed before the setup finished | ||
### [In-App](https://github.com/emartech/ios-emarsys-sdk/wiki#3-in-app) | ||
* Fixed an issue, where in-app weren't displayed until an application restart, in an edge case where the application was started without an applicationCode | ||
### [IdlingResource](https://github.com/emartech/android-emarsys-sdk/wiki#9-testing) | ||
* Updated the version of the idling resource | ||
### [Session tracking](https://github.com/emartech/android-emarsys-sdk/wiki/Session-Tracking) | ||
* Fixed an issue, where the SDK handled sessions on the SDK's thread | ||
* Fixed an issue, where sessions weren't restarted correctly on user identification | ||
### Async | ||
* Fixed issues, that some of the API endpoints (Predict, trackDeviceInfo) weren't working asynchronously, and it caused a crash in the SDK | ||
### [changeAppCode](https://github.com/emartech/android-emarsys-sdk/wiki/Config#changeapplicationcode) | ||
* Fixed an issue, when changeAppCode was set a contact reference if there were no contact set in the SDK | ||
|
||
|
||
# Important Notes | ||
* Deprecated methods are going to be removed in our next major release (3.0.0) |