File tree
39 files changed
+1420
-1171
lines changed- android/libs
- example
- ios
- ext
- android
- ios
- ios
- Adjust
- include
- plugins/oaid
- android/libs
- test
- app
- ios
- lib
- android/libs
39 files changed
+1420
-1171
lines changedLines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
1 | 14 |
| |
2 | 15 |
| |
3 | 16 |
| |
| |||
631 | 644 |
| |
632 | 645 |
| |
633 | 646 |
| |
| 647 | + | |
634 | 648 |
| |
635 | 649 |
| |
636 | 650 |
| |
| |||
667 | 681 |
| |
668 | 682 |
| |
669 | 683 |
| |
| 684 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
443 Bytes
Binary file not shown.
Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
291 |
| - | |
| 290 | + | |
| 291 | + | |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
| |||
508 | 508 |
| |
509 | 509 |
| |
510 | 510 |
| |
511 |
| - | |
| 511 | + | |
512 | 512 |
| |
513 | 513 |
| |
514 | 514 |
| |
| |||
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
544 |
| - | |
| 544 | + | |
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
|
Lines changed: 796 additions & 690 deletions
Large diffs are not rendered by default.
- Adjust/build.gradle+2-1
- Adjust/sdk-core/src/main/java/com/adjust/sdk/Adjust.java+1-1
- Adjust/sdk-core/src/main/java/com/adjust/sdk/Constants.java+1-1
- Adjust/sdk-core/src/main/java/com/adjust/sdk/DeviceInfo.java+10
- Adjust/sdk-core/src/main/java/com/adjust/sdk/Reflection.java+26
- Adjust/sdk-plugin-criteo/build.gradle+1-1
- Adjust/sdk-plugin-imei/build.gradle+1-1
- Adjust/sdk-plugin-oaid/build.gradle+1-1
- Adjust/sdk-plugin-samsung-clouddev/.gitignore+2
- Adjust/sdk-plugin-samsung-clouddev/build.gradle+223
- Adjust/sdk-plugin-samsung-clouddev/proguard-rules.pro+23
- Adjust/sdk-plugin-samsung-clouddev/src/main/AndroidManifest.xml+3
- Adjust/sdk-plugin-samsung-clouddev/src/main/java/com/adjust/sdk/samsung/clouddev/AdjustSamsungCloudDev.java+16
- Adjust/sdk-plugin-samsung-clouddev/src/main/java/com/adjust/sdk/samsung/clouddev/SamsungCloudDevClient.java+54
- Adjust/sdk-plugin-samsung-clouddev/src/main/java/com/adjust/sdk/samsung/clouddev/Util.java+23
- Adjust/sdk-plugin-samsung-clouddev/src/main/res/values/strings.xml+3
- Adjust/sdk-plugin-samsung-referrer/build.gradle+1-1
- Adjust/sdk-plugin-sociomantic/build.gradle+1-1
- Adjust/sdk-plugin-trademob/build.gradle+1-1
- Adjust/sdk-plugin-vivo-referrer/build.gradle+1-1
- Adjust/sdk-plugin-webbridge/build.gradle+1-1
- Adjust/sdk-plugin-webbridge/src/main/assets/adjust.js+1-1
- Adjust/sdk-plugin-webbridge/src/main/java/com/adjust/sdk/webbridge/AdjustBridgeUtil.java-84
- Adjust/sdk-plugin-xiaomi-referrer/build.gradle+1-1
- Adjust/settings.gradle+1-1
- Adjust/test-unit/src/androidTest/java/com/adjust/sdk/TestActivityPackage.java+1-1
- CHANGELOG.md+9
- VERSION+1-1
- Adjust.podspec+3-2
- Adjust.xcodeproj/project.pbxproj+8
- Adjust/ADJActivityHandler.m+3-3
- Adjust/ADJAdjustFactory.h+6-8
- Adjust/ADJAdjustFactory.m+25-36
- Adjust/ADJPackageBuilder.h+10-4
- Adjust/ADJPackageBuilder.m+89-99
- Adjust/ADJPackageHandler.h+1-1
- Adjust/ADJPackageHandler.m+13-10
- Adjust/ADJPurchaseVerificationHandler.h+1-1
- Adjust/ADJPurchaseVerificationHandler.m+11-8
- Adjust/ADJRequestHandler.m+94-47
- Adjust/ADJSdkClickHandler.h+1-1
- Adjust/ADJSdkClickHandler.m+11-9
- Adjust/ADJUrlStrategy.h+3-1
- Adjust/ADJUrlStrategy.m+92-54
- Adjust/ADJUtil.h+5
- Adjust/ADJUtil.m+41-1
- Adjust/Adjust.h+4-5
- Adjust/Adjust.m+8-11
- Adjust/PrivacyInfo.xcprivacy+80
- AdjustBridge/AdjustBridge.m+15-7
- AdjustBridge/AdjustBridgeRegister.m+5-1
- AdjustTests/AdjustTestApp/AdjustTestApp/ATAAdjustCommandExecutor.m+16-4
- AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.h+2-8
- AdjustTests/AdjustTestApp/AdjustTestApp/ViewController.m+1-1
- AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp.xcodeproj/project.pbxproj+18
- AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata+7
- AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp/AdjustTestApp-WebView.html-1
- AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp/TestLibraryBridge.h+4-6
- AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp/TestLibraryBridge.js+28-12
- AdjustTests/AdjustWebBridgeTestApp/AdjustWebBridgeTestApp/TestLibraryBridge.m+1-1
- CHANGELOG.md+9
- Package.swift+3
- VERSION+1-1
- examples/AdjustExample-FbPixel/AdjustExample-FbPixel.xcodeproj/project.pbxproj+18-15
- examples/AdjustExample-Swift/AdjustExample-Swift.xcodeproj/project.pbxproj+4-6
- examples/AdjustExample-Swift/AdjustExample-Swift/AdjustExample-Swift.entitlements+1-6
- examples/AdjustExample-Swift/Podfile.lock+1-1
- examples/AdjustExample-WebView/AdjustExample-WebView.xcodeproj/project.pbxproj+18-15
- examples/AdjustExample-iMessage/AdjustExample-iMessage.xcodeproj/project.pbxproj+18-18
- examples/AdjustExample-iWatch/AdjustExample-iWatch.xcodeproj/project.pbxproj+18-9
- examples/AdjustExample-tvOS/AdjustExample-tvOS.xcodeproj/project.pbxproj+32-30
- scripts/build_definitions.sh+330-342
- scripts/dynamic_frameworks.sh+4-4
- scripts/dynamic_xcframeworks.sh+11-6
- scripts/static_xcframeworks.sh+15-10
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| |||
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
283 |
| - | |
| 283 | + | |
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2625 | 2625 |
| |
2626 | 2626 |
| |
2627 | 2627 |
| |
2628 |
| - | |
2629 |
| - | |
2630 |
| - | |
| 2628 | + | |
| 2629 | + | |
| 2630 | + | |
2631 | 2631 |
| |
2632 | 2632 |
| |
2633 | 2633 |
| |
|
Lines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| 21 | + | |
| 22 | + | |
21 | 23 |
| |
22 | 24 |
| |
23 | 25 |
| |
| |||
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
| 31 | + | |
33 | 32 |
| |
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
37 | 36 |
| |
| 37 | + | |
| 38 | + | |
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
| |||
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
| 47 | + | |
50 | 48 |
| |
51 | 49 |
| |
52 | 50 |
| |
|
Lines changed: 25 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
18 | 20 |
| |
19 | 21 |
| |
20 | 22 |
| |
| |||
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 29 | + | |
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
| |||
60 | 59 |
| |
61 | 60 |
| |
62 | 61 |
| |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
63 | 70 |
| |
64 | 71 |
| |
65 | 72 |
| |
| |||
110 | 117 |
| |
111 | 118 |
| |
112 | 119 |
| |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
| 120 | + | |
| 121 | + | |
127 | 122 |
| |
128 | 123 |
| |
129 | 124 |
| |
| |||
137 | 132 |
| |
138 | 133 |
| |
139 | 134 |
| |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
140 | 142 |
| |
141 | 143 |
| |
142 | 144 |
| |
| |||
170 | 172 |
| |
171 | 173 |
| |
172 | 174 |
| |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
| 175 | + | |
| 176 | + | |
187 | 177 |
| |
188 | 178 |
| |
189 | 179 |
| |
| |||
240 | 230 |
| |
241 | 231 |
| |
242 | 232 |
| |
| 233 | + | |
| 234 | + | |
243 | 235 |
| |
244 | 236 |
| |
245 | 237 |
| |
246 | 238 |
| |
247 | 239 |
| |
248 |
| - | |
249 |
| - | |
250 |
| - | |
251 |
| - | |
| 240 | + | |
252 | 241 |
| |
253 | 242 |
| |
254 | 243 |
|
Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 |
| |
102 | 108 |
| |
103 | 109 |
|
0 commit comments