Skip to content

Commit 071c7db

Browse files
committed
v1.6
1 parent 899b84f commit 071c7db

File tree

1,266 files changed

+504
-21791
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,266 files changed

+504
-21791
lines changed

AdTapsy-Unity-Plugin.unitypackage

-11 MB
Binary file not shown.
-59.5 KB
Binary file not shown.

AdTapsyUnitySample/Assets/Plugins/Android/AdTapsy-v1.4.jar.meta

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 135 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,152 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest
3-
xmlns:android="http://schemas.android.com/apk/res/android"
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
43
package="com.unity3d.player"
5-
android:installLocation="preferExternal"
4+
android:installLocation="preferExternal"
65
android:versionCode="1"
76
android:versionName="1.0">
8-
9-
<uses-permission android:name="android.permission.INTERNET" />
10-
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
7+
118
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
129
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
13-
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
14-
10+
1511
<supports-screens
16-
android:smallScreens="true"
17-
android:normalScreens="true"
12+
android:anyDensity="true"
1813
android:largeScreens="true"
19-
android:xlargeScreens="true"
20-
android:anyDensity="true"/>
21-
22-
<application
23-
android:theme="@android:style/Theme.NoTitleBar"
24-
android:icon="@drawable/app_icon"
25-
android:label="@string/app_name">
26-
<activity android:name="com.adtapsy.sdk.AdTapsyUnityActivity"
27-
android:label="@string/app_name">
14+
android:normalScreens="true"
15+
android:smallScreens="true"
16+
android:xlargeScreens="true" />
17+
18+
<application
19+
android:icon="@drawable/app_icon"
20+
android:label="@string/app_name"
21+
android:theme="@android:style/Theme.NoTitleBar">
22+
<activity
23+
android:name="com.adtapsy.sdk.AdTapsyUnityActivity"
24+
android:label="@string/app_name">
2825
<intent-filter>
2926
<action android:name="android.intent.action.MAIN" />
3027
<category android:name="android.intent.category.LAUNCHER" />
3128
</intent-filter>
32-
<meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true" />
33-
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
29+
30+
<meta-data
31+
android:name="unityplayer.ForwardNativeEventsToDalvik"
32+
android:value="true" />
33+
<meta-data
34+
android:name="unityplayer.UnityActivity"
35+
android:value="true" />
3436
</activity>
35-
36-
<meta-data
37+
38+
<!-- AdTapsy START -->
39+
40+
<!-- Google Play Services -->
41+
<meta-data
3742
android:name="com.google.android.gms.version"
3843
android:value="@integer/google_play_services_version" />
39-
<!-- AdTapsy START -->
40-
41-
<!-- InMobi Activities -->
42-
<activity
43-
android:name="com.inmobi.rendering.InMobiAdActivity"
44-
android:configChanges="keyboardHidden|orientation|keyboard|smallestScreenSize|screenSize"
45-
android:hardwareAccelerated="true"
46-
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
47-
48-
<receiver
49-
android:name="com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver"
50-
android:enabled="true"
51-
android:exported="true" >
52-
<intent-filter>
53-
<action android:name="com.inmobi.share.id" />
54-
</intent-filter>
55-
</receiver>
56-
57-
<!-- AdColony Activities -->
58-
<activity android:name="com.adcolony.sdk.AdColonyInterstitialActivity"
59-
android:configChanges="keyboardHidden|orientation|screenSize"
60-
android:hardwareAccelerated="true"/>
61-
62-
<activity android:name="com.adcolony.sdk.AdColonyAdViewActivity"
63-
android:configChanges="keyboardHidden|orientation|screenSize"
64-
android:hardwareAccelerated="true"/>
65-
<!-- Applovin Activities -->
66-
<activity android:name="com.applovin.adview.AppLovinInterstitialActivity" />
67-
<activity android:name="com.applovin.adview.AppLovinConfirmationActivity" />
68-
69-
70-
<activity
71-
android:name="com.google.android.gms.ads.AdActivity"
72-
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
73-
android:theme="@android:style/Theme.Translucent" />
74-
75-
<!-- Vungle -->
76-
<activity android:name="com.vungle.publisher.VideoFullScreenAdActivity"
77-
android:configChanges="keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize"
78-
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"/>
79-
<activity android:name="com.vungle.publisher.MraidFullScreenAdActivity"
80-
android:configChanges="keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize"
81-
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
82-
83-
84-
<!-- RevMob -->
85-
<activity
86-
android:name="com.revmob.FullscreenActivity"
87-
android:configChanges="keyboardHidden|orientation"
88-
android:theme="@android:style/Theme.Translucent" />
89-
90-
<activity android:name="com.chartboost.sdk.CBImpressionActivity"
91-
android:excludeFromRecents="true"
92-
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
93-
android:configChanges="keyboardHidden|orientation|screenSize"/>
94-
95-
<!-- AdTapsy END -->
44+
45+
46+
<!-- InMobi Activities -->
47+
<activity
48+
android:name="com.inmobi.rendering.InMobiAdActivity"
49+
android:configChanges="keyboardHidden|orientation|keyboard|smallestScreenSize|screenSize"
50+
android:hardwareAccelerated="true"
51+
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
52+
53+
<receiver
54+
android:name="com.inmobi.commons.core.utilities.uid.ImIdShareBroadCastReceiver"
55+
android:enabled="true"
56+
android:exported="true">
57+
<intent-filter>
58+
<action android:name="com.inmobi.share.id" />
59+
</intent-filter>
60+
</receiver>
61+
62+
<!-- AdColony Activities -->
63+
<activity
64+
android:name="com.adcolony.sdk.AdColonyInterstitialActivity"
65+
android:configChanges="keyboardHidden|orientation|screenSize"
66+
android:hardwareAccelerated="true" />
67+
<activity
68+
android:name="com.adcolony.sdk.AdColonyAdViewActivity"
69+
android:configChanges="keyboardHidden|orientation|screenSize"
70+
android:hardwareAccelerated="true" />
71+
72+
<!-- Applovin Activities -->
73+
<activity android:name="com.applovin.adview.AppLovinInterstitialActivity" />
74+
<activity android:name="com.applovin.adview.AppLovinConfirmationActivity" />
75+
76+
77+
<activity
78+
android:name="com.google.android.gms.ads.AdActivity"
79+
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
80+
android:theme="@android:style/Theme.Translucent" />
81+
82+
<!-- Vungle -->
83+
<activity
84+
android:name="com.vungle.warren.ui.VungleActivity"
85+
android:configChanges="keyboardHidden|orientation|screenSize|screenLayout|smallestScreenSize"
86+
android:launchMode="singleTop"
87+
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
88+
89+
<!-- android-job -->
90+
<service
91+
android:name="com.evernote.android.job.v21.PlatformJobService"
92+
android:exported="false"
93+
android:permission="android.permission.BIND_JOB_SERVICE" />
94+
<service
95+
android:name="com.evernote.android.job.v14.PlatformAlarmService"
96+
android:exported="false"
97+
android:permission="android.permission.BIND_JOB_SERVICE" />
98+
<service
99+
android:name="com.evernote.android.job.v14.PlatformAlarmServiceExact"
100+
android:exported="false" />
101+
102+
<receiver
103+
android:name="com.evernote.android.job.v14.PlatformAlarmReceiver"
104+
android:exported="false">
105+
<intent-filter>
106+
<!-- Keep the filter for legacy intents -->
107+
<action android:name="com.evernote.android.job.v14.RUN_JOB" />
108+
<action android:name="net.vrallev.android.job.v14.RUN_JOB" />
109+
</intent-filter>
110+
</receiver>
111+
<receiver
112+
android:name="com.evernote.android.job.JobBootReceiver"
113+
android:exported="false">
114+
<intent-filter>
115+
<action android:name="android.intent.action.BOOT_COMPLETED" />
116+
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
117+
<action android:name="com.htc.intent.action.QUICKBOOT_POWERON" />
118+
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
119+
</intent-filter>
120+
</receiver>
121+
122+
<service
123+
android:name="com.evernote.android.job.gcm.PlatformGcmService"
124+
android:enabled="false"
125+
android:exported="true"
126+
android:permission="com.google.android.gms.permission.BIND_NETWORK_TASK_SERVICE">
127+
<intent-filter>
128+
<action android:name="com.google.android.gms.gcm.ACTION_TASK_READY" />
129+
</intent-filter>
130+
</service>
131+
<service
132+
android:name="com.evernote.android.job.JobRescheduleService"
133+
android:exported="false"
134+
android:permission="android.permission.BIND_JOB_SERVICE" />
135+
136+
<!-- RevMob -->
137+
<activity
138+
android:name="rm.com.android.sdk.RmInterstitial"
139+
android:configChanges="keyboardHidden|orientation|screenSize" />
140+
141+
<!-- Chartboost -->
142+
<activity
143+
android:name="com.chartboost.sdk.CBImpressionActivity"
144+
android:configChanges="keyboardHidden|orientation|screenSize"
145+
android:excludeFromRecents="true"
146+
android:hardwareAccelerated="true"
147+
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
148+
149+
<!-- AdTapsy END -->
96150
</application>
97151

98-
</manifest>
152+
</manifest>
-808 KB
Binary file not shown.

AdTapsyUnitySample/Assets/Plugins/Android/InMobi.jar.meta

Lines changed: 0 additions & 24 deletions
This file was deleted.
-642 KB
Binary file not shown.

AdTapsyUnitySample/Assets/Plugins/Android/adcolony.jar.meta

Lines changed: 0 additions & 24 deletions
This file was deleted.
-246 KB
Binary file not shown.

AdTapsyUnitySample/Assets/Plugins/Android/applovin.jar.meta

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)