-
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-28068 Co-authored-by: davidSchuppa <[email protected]> Co-authored-by: LasOri <[email protected]> Co-authored-by: kovacszsoltizsolt <[email protected]>
- Loading branch information
1 parent
546fe70
commit b929d3e
Showing
1 changed file
with
8 additions
and
8 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,13 +1,13 @@ | ||
# What's fixed | ||
### [Dependencies](https://github.com/emartech/android-emarsys-sdk/wiki/FAQ#emarsys-sdk-uses-an-other-version-of-kotlin-than-my-application-should-i-be-concerned) | ||
* Updated some minor dependencies. Related commits are [this](https://github.com/emartech/android-emarsys-sdk/commit/a5fe0622edcab152a744d9ee2238e89af318f2a0) and [this](https://github.com/emartech/android-emarsys-sdk/commit/fd1a94c6ad742fabf61cdc3b63f77ccdfc1f924a). | ||
|
||
### [In-App](https://github.com/emartech/android-emarsys-sdk/wiki#3-inapp) | ||
* Fixed a crash, which caused Push to In-App to crash the SDK, when the application was in the background. | ||
* Related to this, we fixed an issue, that the SDK handled some of the responses in the UI thread, what caused In-App messages to load slower then they should. | ||
# What's new | ||
### [Inbox](https://github.com/emartech/android-emarsys-sdk/wiki#72-messageinbox) | ||
* Added support for [Inbox action buttons](https://github.com/emartech/android-emarsys-sdk/wiki#72-messageinbox). | ||
|
||
# What's fixed | ||
### [Geofence](https://github.com/emartech/android-emarsys-sdk/wiki#8-geofence) | ||
* Fixed an issue, where negative geofence radius crashed the application | ||
|
||
# Important Notes | ||
* __Please keep in mind that after 2021.08.06 we will drop support of Android versions below Nougat (API level 24).__ For more details please visit https://github.com/emartech/android-emarsys-sdk/wiki/FAQ#when-do-we-increase-the-minimum-android-version-required-for-the-sdk | ||
* Deprecated methods are going to be removed in our next major release (3.0.0) | ||
* Kotlin version will be updated from 1.4.32 -> 1.5.0 in the next minor release! | ||
* Emarsys SDK is going to force Java 8 from the next major release (3.0.0) | ||
* Kotlin version will be upgraded from 1.4.32 -> 1.5.x in the next major release (3.0.0) |