Skip to content

Commit

Permalink
Merge pull request #22 from adjust/v4170
Browse files Browse the repository at this point in the history
Version 4.17.0
  • Loading branch information
Srđan Tubin committed Jan 14, 2019
2 parents dfbf562 + 65d1b88 commit 7e8a189
Show file tree
Hide file tree
Showing 109 changed files with 4,688 additions and 2,106 deletions.
12 changes: 5 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[submodule "iOS/ext/sdk"]
path = iOS/ext/sdk
url = git@github.com:adjust/ios_sdk.git
branch = master
[submodule "Android/ext/sdk"]
path = Android/ext/sdk
[submodule "ext/android/sdk"]
path = ext/android/sdk
url = git@github.com:adjust/android_sdk.git
branch = master
[submodule "ext/ios/sdk"]
path = ext/ios/sdk
url = git@github.com:adjust/ios_sdk.git
23 changes: 0 additions & 23 deletions Android/AdjustSdk.Xamarin.Android.sln

This file was deleted.

Binary file not shown.
58 changes: 0 additions & 58 deletions Android/ext/build.sh

This file was deleted.

1 change: 0 additions & 1 deletion Android/ext/sdk
Submodule sdk deleted from 64ae49
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### Version 4.17.0 (14th January 2019)
#### Added
- Added `SdkVersion` property to `Adjust` interface to obtain current SDK version string.
- Added `SetCallbackId` method to `AdjustEvent` class 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
- 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
- [iOS@v4.17.1][ios_sdk_v4.17.1]
- [Android@v4.17.0][android_sdk_v4.17.0]

---

### Version 4.14.0 (18th June 2018)
#### Added
- Added deep link caching in case `AppWillOpenUrl` method is called before SDK is initialised.
Expand Down Expand Up @@ -173,8 +190,10 @@
[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_v4.12.0]: https://github.com/adjust/android_sdk/tree/v4.12.0
[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
15 changes: 7 additions & 8 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
The MIT License (MIT)

Copyright (c) 2012-2017 adjust GmbH, http://www.adjust.com
Copyright (c) 2012-2019 Adjust GmbH, http://www.adjust.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Loading

0 comments on commit 7e8a189

Please sign in to comment.