-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from adjust/v4170
Version 4.17.0
- Loading branch information
Showing
228 changed files
with
4,377 additions
and
3,661 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,8 +1,8 @@ | ||
[submodule "ext/Android/sdk"] | ||
path = ext/Android/sdk | ||
path = ext/android/sdk | ||
url = [email protected]:adjust/android_sdk.git | ||
branch = master | ||
[submodule "ext/iOS/sdk"] | ||
path = ext/iOS/sdk | ||
path = ext/ios/sdk | ||
url = [email protected]:adjust/ios_sdk.git | ||
branch = master |
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,3 +1,22 @@ | ||
### Version 4.17.0 (14th January 2019) | ||
#### Added | ||
- Added `getSdkVersion()` method to `Adjust` interface to obtain current SDK version string. | ||
- Added `setCallbackId` method on `AdjustEvent` object for users to set custom ID on event object which will later be reported in event success/failure callbacks. | ||
- Added `callbackId` field to event tracking success callback object. | ||
- Added `callbackId` field to event tracking failure callback object. | ||
|
||
#### Changed | ||
- Changed usage of `compile` keyword in plugin's `build.gradle` file into `implementation`. | ||
- Updated Android SDK and build tools to `28`. | ||
- Marked `setReadMobileEquipmentIdentity` method of `AdjustConfig` object as deprecated. | ||
- SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.17.1] | ||
- [[email protected]][android_sdk_v4.17.0] | ||
|
||
--- | ||
|
||
### Version 4.14.0 (18th June 2018) | ||
#### Added | ||
- Added deep link caching in case `appWillOpenUrl` method is called natively before SDK is initialised. | ||
|
@@ -13,7 +32,7 @@ | |
|
||
### Version 4.13.0 (23rd May 2018) | ||
#### Added | ||
- Added `gdprForgetMe` method to `Adjsut` interface to enable possibility for user to be forgotten in accordance with GDPR law. | ||
- Added `gdprForgetMe` method to `Adjust` interface to enable possibility for user to be forgotten in accordance with GDPR law. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.13.0] | ||
|
@@ -367,6 +386,7 @@ | |
[ios_sdk_v4.12.3]: https://github.com/adjust/ios_sdk/tree/v4.12.3 | ||
[ios_sdk_v4.13.0]: https://github.com/adjust/ios_sdk/tree/v4.13.0 | ||
[ios_sdk_v4.14.1]: https://github.com/adjust/ios_sdk/tree/v4.14.1 | ||
[ios_sdk_v4.17.1]: https://github.com/adjust/ios_sdk/tree/v4.17.1 | ||
|
||
[android_sdk_v2.1.3]: https://github.com/adjust/android_sdk/tree/v2.1.3 | ||
[android_sdk_v2.1.4]: https://github.com/adjust/android_sdk/tree/v2.1.4 | ||
|
@@ -385,3 +405,4 @@ | |
[android_sdk_v4.12.4]: https://github.com/adjust/android_sdk/tree/v4.12.4 | ||
[android_sdk_v4.13.0]: https://github.com/adjust/android_sdk/tree/v4.13.0 | ||
[android_sdk_v4.14.0]: https://github.com/adjust/android_sdk/tree/v4.14.0 | ||
[android_sdk_v4.17.0]: https://github.com/adjust/android_sdk/tree/v4.17.0 |
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 +1 @@ | ||
4.14.0 | ||
4.17.0 |
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
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
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
Binary file not shown.
Binary file not shown.
Oops, something went wrong.