-
Notifications
You must be signed in to change notification settings - Fork 68
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 #1 from adjust/v4120
V4120
- Loading branch information
Showing
66 changed files
with
2,541 additions
and
1,092 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 |
---|---|---|
|
@@ -96,3 +96,6 @@ package-lock.json | |
# exceptions | ||
!*adjust-android.jar | ||
!android/libs/adjust*.jar | ||
|
||
ios/Build/ | ||
ios/Index/ |
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 | ||
url = [email protected]:adjust/android_sdk.git | ||
branch = react_native | ||
url = [email protected]:adjust/android_sdk_dev.git | ||
branch = master | ||
[submodule "ext/iOS/sdk"] | ||
path = ext/iOS/sdk | ||
url = [email protected]:adjust/ios_sdk.git | ||
branch = react_native | ||
url = [email protected]:adjust/ios_sdk_dev.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,25 @@ | ||
### Version 4.12.0 (4th January 2018) | ||
#### Native changes: | ||
- **[iOS]** https://github.com/adjust/ios_sdk/blob/master/CHANGELOG.md#version-4120-13th-december-2017 | ||
- **[iOS]** https://github.com/adjust/ios_sdk/blob/master/CHANGELOG.md#version-4121-13th-december-2017 | ||
- **[AND]** https://github.com/adjust/android_sdk/blob/master/CHANGELOG.md#version-4120-13th-december-2017 | ||
|
||
#### Added | ||
- Added `getAmazonAdId` method to `Adjust` interface. | ||
- Added `setAppSecret` method to `AdjustConfig` interface. | ||
- Added `setReadMobileEquipmentIdentity` method to `AdjustConfig` interface. | ||
- Added `componentWillUnmount` method to `Adjust` interface to unsubscribe from callbacks. | ||
|
||
#### Changed | ||
- Switched to `RCTEventEmitter` instead of `RCTBridge` for emitting native events ([reference](https://github.com/facebook/react-native/issues/8714)). | ||
|
||
#### Native SDKs | ||
- **[iOS]** [[email protected]][ios_sdk_v4.12.1] | ||
- **[AND]** [[email protected]][android_sdk_v4.12.0] | ||
|
||
--- | ||
|
||
|
||
### Version 4.11.7 (5th October 2017) | ||
#### Added | ||
- **[iOS]** Added support for `use_frameworks!` option in `Podfile` (thanks to @jimmy-devine). | ||
|
@@ -146,9 +168,11 @@ | |
[ios_sdk_v4.11.3]: https://github.com/adjust/ios_sdk/tree/v4.11.3 | ||
[ios_sdk_v4.11.4]: https://github.com/adjust/ios_sdk/tree/v4.11.4 | ||
[ios_sdk_v4.11.5]: https://github.com/adjust/ios_sdk/tree/v4.11.5 | ||
[ios_sdk_v4.12.1]: https://github.com/adjust/ios_sdk/tree/v4.12.1 | ||
|
||
[android_sdk_v4.10.4]: https://github.com/adjust/android_sdk/tree/v4.10.4 | ||
[android_sdk_v4.11.0]: https://github.com/adjust/android_sdk/tree/v4.11.0 | ||
[android_sdk_v4.11.1]: https://github.com/adjust/android_sdk/tree/v4.11.1 | ||
[android_sdk_v4.11.3]: https://github.com/adjust/android_sdk/tree/v4.11.3 | ||
[android_sdk_v4.11.4]: https://github.com/adjust/android_sdk/tree/v4.11.4 | ||
[android_sdk_v4.12.0]: https://github.com/adjust/android_sdk/tree/v4.12.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.11.7 | ||
4.12.0 |
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
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
3 changes: 2 additions & 1 deletion
3
example/android/app/src/main/java/com/adjust/examples/MainApplication.java
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,5 +1,5 @@ | ||
rootProject.name = 'example' | ||
|
||
include ':app' | ||
include ':react-native-adjust' | ||
project(':react-native-adjust').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-adjust/android') | ||
|
||
include ':app' |
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,4 +1,4 @@ | ||
{ | ||
"name": "example", | ||
"displayName": "example" | ||
} | ||
} |
Oops, something went wrong.