-
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
194 changed files
with
4,925 additions
and
4,701 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
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
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,10 +1,5 @@ | ||
# What's changed | ||
### [Emarsys SDK](https://github.com/emartech/android-emarsys-sdk/wiki) | ||
* Kotlin version has been updated to 1.6.10 | ||
|
||
### [Predict](https://github.com/emartech/android-emarsys-sdk/wiki#4-predict) | ||
* Added new validation to the `trackPurchase` method so that empty cartItems lists are no longer accepted as it would be an invalid request. | ||
|
||
# What's fixed | ||
### [Emarsys SDK](https://github.com/emartech/android-emarsys-sdk/wiki) | ||
* Fixed an issue where in some edge-cases the SDK could crash below API level 28 when tried to decide if the device has internet connection | ||
### [Config](https://github.com/emartech/android-emarsys-sdk/wiki/Config#changeapplicationcode) | ||
* Fixed an issue when changing appcode would not clear the push token. | ||
### [Geofence](https://github.com/emartech/android-emarsys-sdk/wiki#8-geofence) | ||
* Fixed an issue when enabling the feature without last known location could cause a crash. |
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
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,6 +1,8 @@ | ||
dependencies { | ||
implementation project(':core-api') | ||
implementation Libs.google_tink | ||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2' | ||
|
||
|
||
androidTestImplementation project(':testUtils') | ||
} |
85 changes: 0 additions & 85 deletions
85
core/src/androidTest/java/com/emarsys/core/ScopeDelegatorCompletionHandlerTest.kt
This file was deleted.
Oops, something went wrong.
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
2 changes: 0 additions & 2 deletions
2
core/src/androidTest/java/com/emarsys/core/activity/ActivityLifecycleWatchdogTest.kt
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
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
Oops, something went wrong.