File tree
14 files changed
+201
-15
lines changed- android/libs
- example
- ext
- android
- ios
- ios/Adjust
- test
- app
- lib
14 files changed
+201
-15
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 |
| |
2 | 12 |
| |
3 | 13 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4123 | 4123 |
| |
4124 | 4124 |
| |
4125 | 4125 |
| |
4126 |
| - | |
| 4126 | + | |
4127 | 4127 |
| |
4128 | 4128 |
| |
4129 | 4129 |
| |
|
- Adjust/build.gradle+1-1
- Adjust/example-app-kotlin/.gitignore+1
- Adjust/example-app-kotlin/build.gradle+40
- Adjust/example-app-kotlin/proguard-rules.pro+29
- Adjust/example-app-kotlin/src/androidTest/java/com/adjust/examples/ExampleInstrumentedTest.kt+24
- Adjust/example-app-kotlin/src/main/AndroidManifest.xml+54
- Adjust/example-app-kotlin/src/main/java/com/adjust/examples/GlobalApplication.kt+143
- Adjust/example-app-kotlin/src/main/java/com/adjust/examples/MainActivity.kt+144
- Adjust/example-app-kotlin/src/main/java/com/adjust/examples/ServiceActivity.kt+30
- Adjust/example-app-kotlin/src/main/java/com/adjust/examples/ServiceExample.kt+69
- Adjust/example-app-kotlin/src/main/res/layout/activity_main.xml+130
- Adjust/example-app-kotlin/src/main/res/layout/activity_service.xml+29
- Adjust/example-app-kotlin/src/main/res/menu/menu_main.xml+10
- Adjust/example-app-kotlin/src/main/res/mipmap-hdpi/ic_launcher.png
- Adjust/example-app-kotlin/src/main/res/mipmap-mdpi/ic_launcher.png
- Adjust/example-app-kotlin/src/main/res/mipmap-xhdpi/ic_launcher.png
- Adjust/example-app-kotlin/src/main/res/mipmap-xxhdpi/ic_launcher.png
- Adjust/example-app-kotlin/src/main/res/values-w820dp/dimens.xml+6
- Adjust/example-app-kotlin/src/main/res/values/dimens.xml+5
- Adjust/example-app-kotlin/src/main/res/values/strings.xml+22
- Adjust/example-app-kotlin/src/main/res/values/styles.xml+8
- Adjust/example-app-kotlin/src/test/java/com/adjust/examples/ExampleUnitTest.kt+17
- Adjust/sdk-core/build.gradle+141-1
- Adjust/sdk-core/proguard-rules.pro+29
- Adjust/sdk-plugin-criteo/build.gradle+10
- Adjust/sdk-plugin-imei/build.gradle+10
- Adjust/sdk-plugin-sociomantic/build.gradle+10
- Adjust/sdk-plugin-trademob/build.gradle+10
- Adjust/sdk-plugin-webbridge/build.gradle+10
- Adjust/settings.gradle+1-1
- README.md+1.4k-485
- doc/chinese/README.md+1.4k-462
- doc/chinese/imei_plugin.md-970
- doc/chinese/misc/fb-pixel.md+1-1
- doc/chinese/misc/multiple-receivers.md+31
- doc/chinese/misc/pre-install-tracker-tool.md
- doc/chinese/plugins/imei.md+62
- doc/english/activity_resume_pause.md-55
- doc/english/eclipse.md-69
- doc/english/gps_adid.md-19
- doc/english/imei_plugin.md-975
- doc/english/migration/migrate.md+44-90
- doc/english/misc/eclipse.md+44
- doc/english/misc/fb-pixel.md+2-3
- doc/english/misc/multi-process-app.md+9-14
- doc/english/misc/multiple-receivers.md+30
- doc/english/misc/pre-install-tracker-tool.md+4-5
- doc/english/plugins/criteo.md+15-51
- doc/english/plugins/imei.md+61
- doc/english/plugins/sociomantic.md+49-77
- doc/english/plugins/trademob.md+8-25
- doc/english/referrer.md-44
- doc/english/sdk-to-sdk/adobe.md+7-9
- doc/english/sdk-to-sdk/batch.md+11-7
- doc/english/sdk-to-sdk/mixpanel.md+10-23
- doc/english/web_views.md-947
- doc/japanese/README.md+1.4k-458
- doc/japanese/activity_resume_pause_ja.md-54
- doc/japanese/gps_adid_ja.md-19
- doc/japanese/migration/migrate.md
- doc/japanese/misc/eclipse.md
- doc/japanese/misc/fb-pixel.md+1-1
- doc/japanese/misc/multi-process-app.md
- doc/japanese/misc/multiple-receivers.md+30
- doc/japanese/misc/pre-install-tracker-tool.md
- doc/japanese/plugins/criteo.md
- doc/japanese/plugins/sociomantic.md
- doc/japanese/plugins/trademob.md
- doc/japanese/referrer_ja.md-41
- doc/japanese/sdk-to-sdk/mixpanel.md
- doc/japanese/web_views_ja.md-584
- doc/korean/README.md+1.4k-474
- doc/korean/misc/fb-pixel.md+1-1
- doc/korean/misc/multiple-receivers.md+31
- doc/web_views.md-2
- doc/web_views_ja.md-2
- Adjust.podspec+3-2
- Adjust.xcodeproj/project.pbxproj+1-1
- Adjust/ADJPackageBuilder.m+3-3
- Adjust/ADJUtil.m+1-1
- Adjust/Adjust.h+1-1
- AdjustBridge/AdjustBridgeRegister.m+1-1
- AdjustTests/AdjustTestLibrary/AdjustTestLibrary.xcodeproj/project.pbxproj+1-1
- AdjustTests/AdjustUnitTests/ADJPackageFields.m+1-1
- CHANGELOG.md+9
- ModuleMap/module.modulemap+6
- README.md+13-7
- VERSION+1-1
- doc/chinese/README.md+1.1k
- doc/chinese/fb_pixel.md+126
- doc/english/migrate.md+1-1
- doc/english/web_view_migration.md+1-1
- doc/english/web_views.md+1-1
- doc/japanese/1_sdk_readme_ja.md-427
- doc/japanese/README.md+1.1k
- doc/japanese/fb_pixel.md+139
- doc/japanese/idfa.md
- doc/japanese/migrate.md+1-1
- doc/japanese/mixpanel.md
- doc/japanese/sociomantic_plugin.md
- doc/japanese/trademob_plugin.md
- doc/japanese/web_views.md
- doc/korean/README.md+1.1k
- doc/korean/fb_pixel.md+126
- doc/migrate.md+1-1
- examples/AdjustExample-Swift/AdjustExample-Swift/AppDelegate.swift+2-1
- examples/AdjustExample-Swift/AdjustExample-Swift/Info.plist+11
- scripts/build.sh+1-1
Lines changed: 176 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 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
182 |
| - | |
| 182 | + | |
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| |||
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
244 |
| - | |
| 244 | + | |
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
| |||
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
365 |
| - | |
| 365 | + | |
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4166 | 4166 |
| |
4167 | 4167 |
| |
4168 | 4168 |
| |
4169 |
| - | |
| 4169 | + | |
4170 | 4170 |
| |
4171 | 4171 |
| |
4172 |
| - | |
| 4172 | + | |
4173 | 4173 |
| |
4174 | 4174 |
| |
4175 | 4175 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
0 commit comments