-
Notifications
You must be signed in to change notification settings - Fork 10
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 #29 from adjust/v4140
Version 4.14.0
- Loading branch information
Showing
118 changed files
with
1,358 additions
and
5,263 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,12 +1,8 @@ | ||
[submodule "ext/Android/sdk"] | ||
path = ext/Android/sdk | ||
url = [email protected]:adjust/android_sdk.git | ||
branch = master | ||
[submodule "ext/iOS/sdk"] | ||
path = ext/iOS/sdk | ||
[submodule "ext/ios/sdk"] | ||
path = ext/ios/sdk | ||
url = [email protected]:adjust/ios_sdk.git | ||
branch = master | ||
[submodule "ext/Windows/sdk"] | ||
path = ext/Windows/sdk | ||
url = [email protected]:adjust/windows_sdk.git | ||
[submodule "ext/android/sdk"] | ||
path = ext/android/sdk | ||
url = [email protected]:adjust/android_sdk.git | ||
branch = master |
Binary file not shown.
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,18 @@ | ||
### Version 4.14.0 (9th July 2018) | ||
#### Added | ||
- Added deep link caching in case `appWillOpenUrl` method is called before SDK is initialised. | ||
|
||
#### Changed | ||
- Removed support for Windows platform. | ||
- Updated the way how iOS native bridge handles push tokens from React Native interface - they are now being passed directly as strings to native iOS SDK. | ||
- Merged different platform `README` files into one. | ||
|
||
#### Native SDKs | ||
- [[email protected]][ios_sdk_v4.14.1] | ||
- [[email protected]][android_sdk_v4.14.0] | ||
|
||
--- | ||
|
||
### Version 4.13.0 (22nd May 2018) | ||
#### Added | ||
- Added `gdprForgetMe` method to `Adjust2dx` interface to enable possibility for user to be forgotten in accordance with GDPR law. | ||
|
@@ -234,6 +249,7 @@ | |
[ios_sdk_v4.12.1]: https://github.com/adjust/ios_sdk/tree/v4.12.1 | ||
[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 | ||
|
||
[android_sdk_v4.0.8]: https://github.com/adjust/android_sdk/tree/v4.0.8 | ||
[android_sdk_v4.1.0]: https://github.com/adjust/android_sdk/tree/v4.1.0 | ||
|
@@ -248,5 +264,6 @@ | |
[android_sdk_v4.12.2]: https://github.com/adjust/android_sdk/tree/v4.12.2 | ||
[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 | ||
|
||
[windows_sdk_v4.0.3]: https://github.com/adjust/windows_sdk/tree/v4.0.3 |
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.13.0 | ||
4.14.0 |
This file was deleted.
Oops, something went wrong.
157 changes: 0 additions & 157 deletions
157
Windows/AdjustUAP10WinRT/AdjustUAP10WinRT/AdjustUAP10WinRT.csproj
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-30.8 KB
Windows/AdjustUAP10WinRT/AdjustUAP10WinRT/Libs/Microsoft.Threading.Tasks.Extensions.dll
Binary file not shown.
Binary file removed
BIN
-36.2 KB
Windows/AdjustUAP10WinRT/AdjustUAP10WinRT/Libs/Microsoft.Threading.Tasks.dll
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-9.5 KB
Windows/AdjustUAP10WinRT/AdjustUAP10WinRT/Libs/PCLStorage.Abstractions.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
29 changes: 0 additions & 29 deletions
29
Windows/AdjustUAP10WinRT/AdjustUAP10WinRT/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
Windows/AdjustUAP10WinRT/AdjustUAP10WinRT/WRTAdjustAttribution.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.