V1.0.3(5) 接入topon

This commit is contained in:
lihongwei 2024-10-16 16:02:28 +08:00
parent 65323628ff
commit d804f5f396
14 changed files with 716 additions and 74 deletions

View File

@ -15,8 +15,8 @@ android {
minSdk = 23 minSdk = 23
//noinspection OldTargetApi //noinspection OldTargetApi
targetSdk = 34 targetSdk = 34
versionCode = 4 versionCode = 5
versionName = "1.0.2" versionName = "1.0.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "WallpapersHaven_V" + versionName + "(${versionCode})_$timestamp") setProperty("archivesBaseName", "WallpapersHaven_V" + versionName + "(${versionCode})_$timestamp")
} }
@ -55,4 +55,97 @@ dependencies {
testImplementation(libs.junit) testImplementation(libs.junit)
androidTestImplementation(libs.ext.junit) androidTestImplementation(libs.ext.junit)
androidTestImplementation(libs.espresso.core) androidTestImplementation(libs.espresso.core)
//-----------------------------------------------TopOn(Mintegral、Pangle、UnitAds、Digital Turbine(Fyber)、Chartboost&Helium、Ironsource、Liftoff(Vungle)、Inmobi、Start.io、Appnext、Bigo)
//Anythink (Necessary)
implementation("com.anythink.sdk:core-tpn:6.4.07")
implementation("com.anythink.sdk:nativead-tpn:6.4.07")
implementation("com.anythink.sdk:banner-tpn:6.4.07")
implementation("com.anythink.sdk:interstitial-tpn:6.4.07")
implementation("com.anythink.sdk:rewardedvideo-tpn:6.4.07")
implementation("com.anythink.sdk:splash-tpn:6.4.07")
//Androidx (Necessary)
implementation("androidx.appcompat:appcompat:1.1.0")
implementation("androidx.browser:browser:1.4.0")
//StartApp
implementation("com.anythink.sdk:adapter-tpn-startapp:6.4.07")
implementation("com.startapp:inapp-sdk:5.0.2")
//Appnext
implementation("com.anythink.sdk:adapter-tpn-appnext:6.4.07")
implementation("com.appnext.sdk:ads:2.7.1.473")
implementation("com.appnext.sdk:banners:2.7.1.473")
implementation("com.appnext.sdk:native-ads2:2.7.1.473")
implementation("com.appnext.sdk:actions:2.4.6.472")
implementation("androidx.constraintlayout:constraintlayout:2.0.4")
//Vungle
implementation("com.anythink.sdk:adapter-tpn-vungle:6.4.07")
implementation("com.vungle:vungle-ads:7.4.0")
implementation("com.google.android.gms:play-services-basement:18.1.0")
implementation("com.google.android.gms:play-services-ads-identifier:18.0.1")
//UnityAds
implementation("com.anythink.sdk:adapter-tpn-unityads:6.4.07")
implementation("com.unity3d.ads:unity-ads:4.12.2")
//Ironsource
implementation("com.anythink.sdk:adapter-tpn-ironsource:6.4.07")
implementation("com.ironsource.sdk:mediationsdk:8.2.1")
implementation("com.google.android.gms:play-services-appset:16.0.2")
implementation("com.google.android.gms:play-services-ads-identifier:18.0.1")
implementation("com.google.android.gms:play-services-basement:18.1.0")
//Bigo
implementation("com.anythink.sdk:adapter-tpn-bigo:6.4.07")
implementation("com.bigossp:bigo-ads:4.9.0")
//Pangle
implementation("com.anythink.sdk:adapter-tpn-pangle-nonchina:6.4.07")
implementation("com.pangle.global:ads-sdk:6.1.0.9")
implementation("com.google.android.gms:play-services-ads-identifier:18.0.1")
//Inmobi
implementation("com.anythink.sdk:adapter-tpn-inmobi:6.4.07")
implementation("com.inmobi.monetization:inmobi-ads-kotlin:10.7.5")
//Mintegral
implementation("com.anythink.sdk:adapter-tpn-mintegral-nonchina:6.4.07")
implementation("com.mbridge.msdk.oversea:reward:16.8.11")
implementation("com.mbridge.msdk.oversea:newinterstitial:16.8.11")
implementation("com.mbridge.msdk.oversea:mbnative:16.8.11")
implementation("com.mbridge.msdk.oversea:mbnativeadvanced:16.8.11")
implementation("com.mbridge.msdk.oversea:mbsplash:16.8.11")
implementation("com.mbridge.msdk.oversea:mbbanner:16.8.11")
implementation("com.mbridge.msdk.oversea:mbbid:16.8.11")
implementation("androidx.recyclerview:recyclerview:1.1.0")
//Chartboost
implementation("com.anythink.sdk:adapter-tpn-chartboost:6.4.07")
implementation("com.chartboost:chartboost-sdk:9.7.0")
implementation("com.chartboost:chartboost-mediation-sdk:4.9.1")
implementation("com.chartboost:chartboost-mediation-adapter-chartboost:4.9.7.0.0")
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0")
implementation("com.squareup.okhttp3:okhttp:4.10.0")
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
//Fyber
implementation("com.anythink.sdk:adapter-tpn-fyber:6.4.07")
implementation("com.fyber:marketplace-sdk:8.3.0")
implementation("com.google.android.gms:play-services-ads-identifier:18.0.1")
// Debugger UI Tools
// implementation ("com.anythink.sdk:debugger-ui:1.1.0")
//----------------------------------------------TopOn
} }

131
app/proguard-rules.pro vendored
View File

@ -37,3 +37,134 @@
-keep class com.google.gson.reflect.TypeToken { *; } -keep class com.google.gson.reflect.TypeToken { *; }
-keep class * extends com.google.gson.reflect.TypeToken -keep class * extends com.google.gson.reflect.TypeToken
-keepattributes AnnotationDefault,RuntimeVisibleAnnotations -keepattributes AnnotationDefault,RuntimeVisibleAnnotations
#---------------------------------------------Topon
-keep class com.startapp.** {
*;
}
-keep class com.truenet.** {
*;
}
-keepattributes Exceptions, InnerClasses, Signature, Deprecated, SourceFile,
LineNumberTable, *Annotation*, EnclosingMethod
-dontwarn android.webkit.JavascriptInterface
-dontwarn com.startapp.**
-dontwarn org.jetbrains.annotations.**
-keep class com.appnext.** { *; }
-dontwarn com.appnext.**
# Vungle
-dontwarn com.vungle.ads.**
-keepclassmembers class com.vungle.ads.** {
*;
}
-keep class com.vungle.ads.**
# Google
-keep class com.google.android.gms.** { *; }
-dontwarn com.google.android.gms.**
# START OkHttp + Okio
# JSR 305 annotations are for embedding nullability information.
-dontwarn javax.annotation.**
# A resource is loaded with a relative path so the package of this class must be preserved.
-adaptresourcefilenames okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz
# Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
-dontwarn org.codehaus.mojo.animal_sniffer.*
# OkHttp platform used only on JVM and when Conscrypt and other security providers are available.
-dontwarn okhttp3.internal.platform.**
-dontwarn org.conscrypt.**
-dontwarn org.bouncycastle.**
-dontwarn org.openjsse.**
# Animal Sniffer compileOnly dependency to ensure APIs are compatible with older versions of Java.
-dontwarn org.codehaus.mojo.animal_sniffer.*
# END OkHttp + Okio
# START Protobuf
-dontwarn com.google.protobuf.**
-keepclassmembers class com.google.protobuf.** {
*;
}
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }
# END Protobuf
-keepclassmembers class com.ironsource.sdk.controller.IronSourceWebView$JSInterface {
public *;
}
-keepclassmembers class * implements android.os.Parcelable {
public static final android.os.Parcelable$Creator *;
}
-keep public class com.google.android.gms.ads.** {
public *;
}
-keep class com.ironsource.adapters.** { *;
}
-dontwarn com.ironsource.mediationsdk.**
-dontwarn com.ironsource.adapters.**
-keepattributes JavascriptInterface
-keepclassmembers class * {
@android.webkit.JavascriptInterface <methods>;
}
-keep class com.bytedance.sdk.** { *; }
-keep class com.inmobi.** { *; }
-keep public class com.google.android.gms.**
-dontwarn com.google.android.gms.**
-dontwarn com.squareup.picasso.**
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient{
public *;
}
-keep class com.google.android.gms.ads.identifier.AdvertisingIdClient$Info{
public *;
}
# skip the Picasso library classes
-keep class com.squareup.picasso.** {*;}
-dontwarn com.squareup.okhttp.**
# skip Moat classes
-keep class com.moat.** {*;}
-dontwarn com.moat.**
# skip IAB classes
-keep class com.iab.** {*;}
-dontwarn com.iab.**
-keepattributes Signature
-keepattributes *Annotation*
-keep class com.mbridge.** {*; }
-keep interface com.mbridge.** {*; }
-keep class android.support.v4.** { *; }
-dontwarn com.mbridge.**
-keep class **.R$* { public static final int mbridge*; }
-keep public class com.mbridge.* extends androidx.** { *; }
-keep public class androidx.viewpager.widget.PagerAdapter{ *; }
-keep public class androidx.viewpager.widget.ViewPager.OnPageChangeListener{ *; }
-keep interface androidx.annotation.IntDef{ *; }
-keep interface androidx.annotation.Nullable{ *; }
-keep interface androidx.annotation.CheckResult{ *; }
-keep interface androidx.annotation.NonNull{ *; }
-keep public class androidx.fragment.app.Fragment{ *; }
-keep public class androidx.core.content.FileProvider{ *; }
-keep public class androidx.core.app.NotificationCompat{ *; }
-keep public class androidx.appcompat.widget.AppCompatImageView { *; }
-keep public class androidx.recyclerview.*{ *; }
-keep class com.chartboost.** { *; }
#---------------------------------------------Topon

View File

@ -10,18 +10,17 @@ import android.widget.TextView;
import androidx.activity.EdgeToEdge; import androidx.activity.EdgeToEdge;
import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.GridLayoutManager; import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView; import androidx.recyclerview.widget.RecyclerView;
import com.lh.wallpaper2.action.InfoWallpaperListener;
import com.lh.wallpaper2.action.UrlWallpaperListener; import com.lh.wallpaper2.action.UrlWallpaperListener;
import com.lh.wallpaper2.adapter.DetailsAdapter; import com.lh.wallpaper2.adapter.DetailsAdapter;
import com.lh.wallpaper2.file.MyItemSpace; import com.lh.wallpaper2.file.MyItemSpace;
import com.lh.wallpaper2.json.Info; import com.lh.wallpaper2.json.Info;
import com.lh.wallpaper2.json.Url; import com.lh.wallpaper2.json.Url;
import com.lh.wallpaper2.topon.AdManager;
import com.lh.wallpaper2.topon.onActionListener;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List;
public class DetailsActivity extends AppCompatActivity implements UrlWallpaperListener { public class DetailsActivity extends AppCompatActivity implements UrlWallpaperListener {
private TextView textView; private TextView textView;
@ -35,10 +34,21 @@ public class DetailsActivity extends AppCompatActivity implements UrlWallpaperLi
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
EdgeToEdge.enable(this); EdgeToEdge.enable(this);
setContentView(R.layout.activity_details); setContentView(R.layout.activity_details);
AdManager.loadAllAd();
AdManager.showTopOn(DetailsActivity.this, new onActionListener() {
@Override
public void onAction() {
}
});
textView = findViewById(R.id.details_text); textView = findViewById(R.id.details_text);
recyclerView = findViewById(R.id.details_recyclerView); recyclerView = findViewById(R.id.details_recyclerView);
info = (Info) getIntent().getSerializableExtra(StaticValue.key_info); info = (Info) getIntent().getSerializableExtra(StaticValue.key_info);
Log.d("99999999999", "onCreate: " + info.getList().size());
if (info != null) { if (info != null) {
String name = info.getName(); String name = info.getName();
if (name != null && !name.isEmpty()) { if (name != null && !name.isEmpty()) {
@ -69,6 +79,6 @@ public class DetailsActivity extends AppCompatActivity implements UrlWallpaperLi
@Override @Override
public void onItemClickAction(ArrayList<Url> dataInfo, int position) { public void onItemClickAction(ArrayList<Url> dataInfo, int position) {
startActivity(new Intent(this, ViewActivity.class).putExtra(StaticValue.key_picture, dataInfo).putExtra(StaticValue.key_position,position)); startActivity(new Intent(this, ViewActivity.class).putExtra(StaticValue.key_picture, dataInfo).putExtra(StaticValue.key_position, position));
} }
} }

View File

@ -1,59 +1,85 @@
package com.lh.wallpaper2; package com.lh.wallpaper2;
import android.animation.ObjectAnimator;
import android.annotation.SuppressLint;
import android.content.Intent; import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle; import android.os.Bundle;
import android.os.CountDownTimer; import android.os.CountDownTimer;
import android.os.Handler; import android.util.Log;
import android.os.Looper;
import android.view.View;
import android.view.animation.AccelerateDecelerateInterpolator;
import android.widget.ProgressBar; import android.widget.ProgressBar;
import androidx.activity.EdgeToEdge;
import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatActivity;
import androidx.core.graphics.Insets;
import androidx.core.view.ViewCompat;
import androidx.core.view.WindowInsetsCompat;
import java.lang.annotation.Annotation; import com.lh.wallpaper2.topon.AdManager;
public class InitialActivity extends AppCompatActivity { public class InitialActivity extends AppCompatActivity {
private ProgressBar progressBar; private ProgressBar progressBar;
// private int progressStatus = 0; private CountDownTimer countDownTimer;
private Handler handler = new Handler(Looper.getMainLooper());
private int progressStatus = 0; private static final long totalTime = 11000; // 倒计时总时间
private static final String TAG = "InitialActivity"; // 日志标签
@SuppressLint("MissingInflatedId")
@Override @Override
protected void onCreate(Bundle savedInstanceState) { protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); super.onCreate(savedInstanceState);
setContentView(R.layout.activity_initial); setContentView(R.layout.activity_initial);
// 日志输出进入 onCreate 方法
Log.d(TAG, "onCreate: InitialActivity started");
// 加载广告
AdManager.loadAllAd();
Log.d(TAG, "onCreate: Ads loaded");
progressBar = findViewById(R.id.progressBar); progressBar = findViewById(R.id.progressBar);
// 更新进度
new Thread(new Runnable() { // 重置进度条到初始状态
@Override progressBar.setProgress(0);
public void run() {
while (progressStatus < 100) { AdManager.setAlreadyShow();
progressStatus += 1;
handler.post(new Runnable() { // 每次进入活动时重新创建并启动倒计时
@Override countDownTimer = AdManager.showWelcomeAd(
public void run() { InitialActivity.this,
progressBar.setProgress(progressStatus); totalTime,
} millisUntilFinished -> {
}); int percentage = (int) (100 - (float) millisUntilFinished / totalTime * 100);
try { progressBar.setProgress(percentage);
Thread.sleep(30); // 延时 300 毫秒
} catch (InterruptedException e) { // 日志输出倒计时进度
e.printStackTrace(); Log.d(TAG, "onCreate: Progress updated to " + percentage + "%");
} },
this::startMain // 倒计时结束或广告展示结束时跳转主界面
);
// 日志输出倒计时开始
Log.d(TAG, "onCreate: Countdown timer started");
countDownTimer.start();
} }
// 跳转到主界面的方法
private void startMain() {
// 确保进度条更新至满值
progressBar.setProgress(100);
// 日志输出倒计时结束准备跳转到主界面
Log.d(TAG, "startMain: Countdown finished, starting MainActivity");
// 跳转到主界面
Intent intent = new Intent(InitialActivity.this, MainActivity.class); Intent intent = new Intent(InitialActivity.this, MainActivity.class);
startActivity(intent); startActivity(intent);
finish(); finish();
} }
}).start();
@Override
protected void onDestroy() {
super.onDestroy();
// 日志输出进入 onDestroy 方法
Log.d(TAG, "onDestroy: InitialActivity is being destroyed");
// 在页面销毁时清理倒计时资源
if (countDownTimer != null) {
countDownTimer.cancel();
Log.d(TAG, "onDestroy: Countdown timer cancelled");
}
} }
} }

View File

@ -33,6 +33,8 @@ import com.lh.wallpaper2.download.ImageDownloadTask;
import com.lh.wallpaper2.room.AppDatabase; import com.lh.wallpaper2.room.AppDatabase;
import com.lh.wallpaper2.fragment.PreviewFragment; import com.lh.wallpaper2.fragment.PreviewFragment;
import com.lh.wallpaper2.json.Url; import com.lh.wallpaper2.json.Url;
import com.lh.wallpaper2.topon.AdManager;
import com.lh.wallpaper2.topon.onActionListener;
import java.io.IOException; import java.io.IOException;
import java.util.ArrayList; import java.util.ArrayList;
@ -76,6 +78,9 @@ public class ViewActivity extends AppCompatActivity {
process = findViewById(R.id.progressbar); process = findViewById(R.id.progressbar);
//初始化db //初始化db
initDb(); initDb();
AdManager.loadAllAd();
topInfo = (String) getIntent().getSerializableExtra("top_info"); topInfo = (String) getIntent().getSerializableExtra("top_info");
importurl = (String) getIntent().getSerializableExtra("import"); importurl = (String) getIntent().getSerializableExtra("import");
info = (Favorite) getIntent().getSerializableExtra("info"); info = (Favorite) getIntent().getSerializableExtra("info");
@ -86,12 +91,11 @@ public class ViewActivity extends AppCompatActivity {
if (info != null) { if (info != null) {
selectPreImg = info.getPicture(); selectPreImg = info.getPicture();
judge(); judge();
}else if (importurl != null){ } else if (importurl != null) {
download.setVisibility(View.GONE); download.setVisibility(View.GONE);
selectPreImg = importurl; selectPreImg = importurl;
judge(); judge();
} } else if (homeInfo != null) {
else if (homeInfo != null) {
selectPreImg = homeInfo.getSourceUrl(); selectPreImg = homeInfo.getSourceUrl();
judge(); judge();
} else if (topInfo != null) { } else if (topInfo != null) {
@ -111,6 +115,11 @@ public class ViewActivity extends AppCompatActivity {
download.setOnClickListener(new View.OnClickListener() { download.setOnClickListener(new View.OnClickListener() {
@Override @Override
public void onClick(View view) { public void onClick(View view) {
AdManager.showTopOn(ViewActivity.this, new onActionListener() {
@Override
public void onAction() {
process.setVisibility(View.VISIBLE); process.setVisibility(View.VISIBLE);
if (selectPreImg != null) { if (selectPreImg != null) {
downloadTask = new ImageDownloadTask(getBaseContext(), ViewActivity.this); downloadTask = new ImageDownloadTask(getBaseContext(), ViewActivity.this);
@ -122,9 +131,17 @@ public class ViewActivity extends AppCompatActivity {
} }
}); });
}
});
cardView.setOnClickListener(new View.OnClickListener() { cardView.setOnClickListener(new View.OnClickListener() {
@Override @Override
public void onClick(View v) { public void onClick(View v) {
AdManager.showTopOn(ViewActivity.this, new onActionListener() {
@Override
public void onAction() {
textViewLoading.setVisibility(View.VISIBLE); textViewLoading.setVisibility(View.VISIBLE);
if (selectPreImg != null) { if (selectPreImg != null) {
loadPreview(selectPreImg); loadPreview(selectPreImg);
@ -132,6 +149,10 @@ public class ViewActivity extends AppCompatActivity {
textViewLoading.setVisibility(View.GONE); textViewLoading.setVisibility(View.GONE);
Toast.makeText(ViewActivity.this, getString(R.string.set_wallpaper_fail), Toast.LENGTH_SHORT).show(); Toast.makeText(ViewActivity.this, getString(R.string.set_wallpaper_fail), Toast.LENGTH_SHORT).show();
} }
}
});
} }
}); });

View File

@ -1,12 +1,19 @@
package com.lh.wallpaper2; package com.lh.wallpaper2;
import android.app.Application; import android.app.Application;
import android.content.Context; import android.content.Context;
import android.util.Log; import android.util.Log;
import com.anythink.core.api.ATSDK;
import com.anythink.core.api.NetTrafficeCallback;
import com.google.gson.Gson; import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken; import com.google.gson.reflect.TypeToken;
import com.lh.wallpaper2.file.ReadFile; import com.lh.wallpaper2.file.ReadFile;
import com.lh.wallpaper2.json.Info; import com.lh.wallpaper2.json.Info;
import com.lh.wallpaper2.json.Url; import com.lh.wallpaper2.json.Url;
import com.lh.wallpaper2.topon.AdManager;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
import java.lang.reflect.Type; import java.lang.reflect.Type;
@ -20,31 +27,73 @@ public class Wallpaper extends Application {
public static final String dadgsfgsf = "app_database"; public static final String dadgsfgsf = "app_database";
public static final int aadasdasd = 1; public static final int aadasdasd = 1;
private static final String AppKey = "afc3a0e543b433cd789b80bea2f3e9ea8";
private static final String APPId = "h670f329117ad0";
public static String TAG = "-------Wallpaper----------";
@Override @Override
public void onCreate() { public void onCreate() {
super.onCreate(); super.onCreate();
mAppContext = this; mAppContext = this;
initSDk();
try { try {
InputStream open = getAssets().open("pink_wallpaper.json"); InputStream open = getAssets().open("pink_wallpaper.json");
String covertStr = ReadFile.getCovertStr(open); String covertStr = ReadFile.getCovertStr(open);
if (!covertStr.isEmpty()) { if (!covertStr.isEmpty()) {
Gson gson = new Gson(); Gson gson = new Gson();
Type type = new TypeToken<List<Info>>(){ Type type = new TypeToken<List<Info>>() {
}.getType(); }.getType();
userList = gson.fromJson(covertStr,type); userList = gson.fromJson(covertStr, type);
for (Info info:userList) { for (Info info : userList) {
for (Url url:info.getList()){ for (Url url : info.getList()) {
urlList.add(url); urlList.add(url);
} }
} }
Log.d("22222222222222", "onCreate: "+urlList.size()); Log.d("22222222222222", "onCreate: " + urlList.size());
} }
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }
} }
public static Context getmAppContext() {
return mAppContext;
}
public static List<Info> getUserList() { public static List<Info> getUserList() {
Log.d("------------","-------------userList="+userList); Log.d("------------", "-------------userList=" + userList);
return userList; return userList;
} }
private void initSDk() {
ATSDK.checkIsEuTraffic(this, new NetTrafficeCallback() {
@Override
public void onResultCallback(boolean isEU) {
Log.e(TAG, "onResultCallback:" + isEU);
if (isEU && ATSDK.getGDPRDataLevel(Wallpaper.this) == ATSDK.UNKNOWN) {
ATSDK.showGdprAuth(Wallpaper.this);
}
}
@Override
public void onErrorCallback(String errorMsg) {
Log.e(TAG, "onErrorCallback:" + errorMsg);
}
});
ATSDK.init(this, APPId, AppKey);
AdManager.loadAllAd();
//测试工具
// ATDebuggerUITest.showDebuggerUI(this,"a8dd4a3f1c38a5a3cadb4f39385fb682af63df07");
}
} }

View File

@ -25,6 +25,7 @@ import com.lh.wallpaper2.action.InfoWallpaperListener;
import com.lh.wallpaper2.adapter.InfoWallpaperAdapter; import com.lh.wallpaper2.adapter.InfoWallpaperAdapter;
import com.lh.wallpaper2.json.Info; import com.lh.wallpaper2.json.Info;
import com.lh.wallpaper2.json.Url; import com.lh.wallpaper2.json.Url;
import com.lh.wallpaper2.topon.AdManager;
public class HomeFragment extends Fragment implements InfoWallpaperListener { public class HomeFragment extends Fragment implements InfoWallpaperListener {
private RecyclerView recyclerView; private RecyclerView recyclerView;
@ -43,6 +44,9 @@ public class HomeFragment extends Fragment implements InfoWallpaperListener {
public View onCreateView(LayoutInflater inflater, ViewGroup container, public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) { Bundle savedInstanceState) {
View view = inflater.inflate(R.layout.fragment_home, container, false); View view = inflater.inflate(R.layout.fragment_home, container, false);
AdManager.loadAllAd();
recyclerView = view.findViewById(R.id.home_recyclerView); recyclerView = view.findViewById(R.id.home_recyclerView);
relativeLayout = view.findViewById(R.id.top_info); relativeLayout = view.findViewById(R.id.top_info);
setting = view.findViewById(R.id.setting); setting = view.findViewById(R.id.setting);

View File

@ -0,0 +1,10 @@
package com.lh.wallpaper2.topon;
public interface AdListener {
void loadFail(String placeId);
void showSuccess();
void showFail();
void showClose();
}

View File

@ -0,0 +1,254 @@
package com.lh.wallpaper2.topon;
import android.app.Activity;
import android.os.CountDownTimer;
import android.util.Log;
import androidx.annotation.NonNull;
import com.anythink.core.api.ATAdInfo;
import com.anythink.core.api.AdError;
import com.anythink.interstitial.api.ATInterstitial;
import com.anythink.interstitial.api.ATInterstitialListener;
import com.lh.wallpaper2.Wallpaper;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class AdManager {
private static final int type_no_cache = 0;
private static final int type_has_cache = 1;
private static final int type_show_success = 2;
private static final int type_show_close = 3;
private static final int type_show_fail = 4;
/**
Wallpaper_Inter_3
n670f32c50d4bb
Wallpaper_Inter_2
n670f32c4cdabf
Wallpaper_Inter_1
n670f32c49c815
*/
private static final String place1Id = "n670f32c49c815";
private static final String place2Id = "n670f32c4cdabf";
private static final String place3Id = "n670f32c50d4bb";
private static boolean place1LoadFail = false;
private static boolean place2LoadFail = false;
private static boolean place3LoadFail = false;
private static boolean alreadyShow = false;
private static final List<ATInterstitial> list = new ArrayList<>();
public static void loadAllAd() {
if (list.isEmpty()) {
ATInterstitial mInterstitialAd1 = new ATInterstitial(Wallpaper.mAppContext, place1Id);
ATInterstitial mInterstitialAd2 = new ATInterstitial(Wallpaper.mAppContext, place2Id);
ATInterstitial mInterstitialAd3 = new ATInterstitial(Wallpaper.mAppContext, place3Id);
list.add(mInterstitialAd1);
list.add(mInterstitialAd2);
list.add(mInterstitialAd3);
}
for (ATInterstitial ad : list) {
if (!ad.isAdReady()) {
setCallBack(ad, new AdListener() {
@Override
public void loadFail(@NonNull String placeId) {
if (placeId.equals(place1Id)) {
place1LoadFail = true;
}
if (placeId.equals(place2Id)) {
place2LoadFail = true;
}
if (placeId.equals(place3Id)) {
place3LoadFail = true;
}
}
@Override
public void showSuccess() {
}
@Override
public void showFail() {
}
@Override
public void showClose() {
}
});
ad.load();
}
}
}
private static ATInterstitial getReadyAd() {
Collections.shuffle(list);
for (ATInterstitial ad : list) {
if (ad.isAdReady()) {
Log.d(Wallpaper.TAG, "-has Cache------------");
return ad;
}
}
Log.d(Wallpaper.TAG, "-No Cache------------");
return null;
}
private static void setCallBack(ATInterstitial ad, AdListener listener) {
ad.setAdListener(new ATInterstitialListener() {
@Override
public void onInterstitialAdLoaded() {
Log.d(Wallpaper.TAG, "LoadLoaded " + ad.mPlacementId);
}
@Override
public void onInterstitialAdLoadFail(AdError adError) {
listener.loadFail(ad.mPlacementId);
Log.d(Wallpaper.TAG, "LoadFail:--" + ad.mPlacementId + "--" + adError.getCode() + "---" + adError.getDesc());
}
@Override
public void onInterstitialAdClicked(ATAdInfo atAdInfo) {
}
@Override
public void onInterstitialAdShow(ATAdInfo atAdInfo) {
Log.d(Wallpaper.TAG, "AdShow " + atAdInfo.getShowId());
listener.showSuccess();
ad.load();
}
@Override
public void onInterstitialAdClose(ATAdInfo atAdInfo) {
listener.showClose();
}
@Override
public void onInterstitialAdVideoStart(ATAdInfo atAdInfo) {
}
@Override
public void onInterstitialAdVideoEnd(ATAdInfo atAdInfo) {
}
@Override
public void onInterstitialAdVideoError(AdError adError) {
}
});
}
public static void setAlreadyShow(){
alreadyShow = false;
}
public static CountDownTimer showWelcomeAd(
Activity activity,
Long totalTim,
CountAction countAction,
GoMainAction goMain
) {
CountDownTimer timer = new CountDownTimer(totalTim, 100) {
@Override
public void onTick(long millisUntilFinished) {
countAction.onCount(millisUntilFinished);
if (!alreadyShow) {
showAD(activity, new AdStatusAction() {
@Override
public void onStatus(int adType) {
if (adType == type_has_cache) {
alreadyShow = true;
}
if (adType == type_show_close || adType == type_show_fail) {
goMain.onGo();
}
}
});
}
}
@Override
public void onFinish() {
if (!alreadyShow) {
showTopOn(activity, new onActionListener() {
@Override
public void onAction() {
goMain.onGo();
}
});
}
}
};
return timer;
}
private static void showAD(Activity activity, AdStatusAction action) {
ATInterstitial readyAd = getReadyAd();
if (readyAd != null) {
action.onStatus(type_has_cache);
setCallBack(readyAd, new AdListener() {
@Override
public void loadFail(@NonNull String placeId) {
}
@Override
public void showSuccess() {
action.onStatus(type_show_success);
}
@Override
public void showFail() {
action.onStatus(type_show_fail);
}
@Override
public void showClose() {
action.onStatus(type_show_close);
}
});
readyAd.show(activity);
} else {
action.onStatus(type_no_cache);
}
}
public static void showTopOn(Activity activity, onActionListener listener) {
showAD(activity, new AdStatusAction() {
@Override
public void onStatus(int adType) {
if (adType == type_no_cache || adType == type_show_close || adType == type_show_fail) {
listener.onAction();
}
}
});
}
}

View File

@ -0,0 +1,5 @@
package com.lh.wallpaper2.topon;
public interface AdStatusAction {
void onStatus(int adType);
}

View File

@ -0,0 +1,5 @@
package com.lh.wallpaper2.topon;
public interface CountAction {
void onCount(long millisUntilFinished);
}

View File

@ -0,0 +1,5 @@
package com.lh.wallpaper2.topon;
public interface GoMainAction {
void onGo();
}

View File

@ -0,0 +1,6 @@
package com.lh.wallpaper2.topon;
public interface onActionListener {
void onAction();
}

View File

@ -16,6 +16,29 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
//Anythink(Core)
maven ("https://jfrog.anythinktech.com/artifactory/overseas_sdk")
//Appnext
maven ("https://dl.appnext.com")
//Ironsource
maven ("https://android-sdk.is.com/")
//Pangle
maven ("https://artifact.bytedance.com/repository/pangle")
//Mintegral
maven ("https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea")
//Chartboost
maven ("https://cboost.jfrog.io/artifactory/chartboost-ads")
maven ("https://cboost.jfrog.io/artifactory/chartboost-mediation")
//TopOn集成测试工具
// maven ( "https://jfrog.anythinktech.com/artifactory/debugger")
} }
} }