Add Discord community version (64-bit only)

- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,128 @@
package com.ironsource.sdk.controller;
import android.content.Context;
import android.text.TextUtils;
import com.ironsource.i9;
import com.ironsource.mj;
import com.ironsource.sdk.utils.Logger;
import com.ironsource.wp;
import com.ironsource.zm;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes4.dex */
public class o {
private static final String c = "o";
private static final String d = "activate";
private static final String e = "startSession";
private static final String f = "finishSession";
private static final String g = "impressionOccurred";
private static final String h = "getOmidData";
private static final String i = "omidFunction";
private static final String j = "omidParams";
private static final String k = "success";
private static final String l = "fail";
private static final String m = "%s | unsupported OMID API";
private final Context a;
private final zm b = new zm();
public static class b {
String a;
JSONObject b;
String c;
String d;
private b() {
}
}
public o(Context context) {
this.a = context;
}
private b a(String str) throws JSONException {
JSONObject jSONObject = new JSONObject(str);
b bVar = new b();
bVar.a = jSONObject.optString(i);
bVar.b = jSONObject.optJSONObject(j);
bVar.c = jSONObject.optString("success");
bVar.d = jSONObject.optString("fail");
return bVar;
}
public void a(String str, mj mjVar) throws Exception {
char c2;
b a2 = a(str);
wp wpVar = new wp();
JSONObject jSONObject = a2.b;
if (jSONObject != null) {
String optString = jSONObject.optString("adViewId", "");
if (!TextUtils.isEmpty(optString)) {
wpVar.b("adViewId", optString);
}
}
try {
String str2 = a2.a;
switch (str2.hashCode()) {
case -1655974669:
if (str2.equals(d)) {
c2 = 0;
break;
}
c2 = 65535;
break;
case -984459207:
if (str2.equals(h)) {
c2 = 4;
break;
}
c2 = 65535;
break;
case 70701699:
if (str2.equals(f)) {
c2 = 2;
break;
}
c2 = 65535;
break;
case 1208109646:
if (str2.equals(g)) {
c2 = 3;
break;
}
c2 = 65535;
break;
case 1850541012:
if (str2.equals(e)) {
c2 = 1;
break;
}
c2 = 65535;
break;
default:
c2 = 65535;
break;
}
if (c2 != 0) {
if (c2 == 1) {
this.b.d(a2.b);
} else if (c2 == 2) {
this.b.b(a2.b);
} else if (c2 == 3) {
this.b.c(a2.b);
} else if (c2 != 4) {
throw new IllegalArgumentException(String.format(m, a2.a));
}
mjVar.a(true, a2.c, wpVar);
}
this.b.a(this.a);
wpVar = this.b.a();
mjVar.a(true, a2.c, wpVar);
} catch (Exception e2) {
i9.d().a(e2);
wpVar.b("errMsg", e2.getMessage());
Logger.i(c, "OMIDJSAdapter " + a2.a + " Exception: " + e2.getMessage());
mjVar.a(false, a2.d, wpVar);
}
}
}