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,330 @@
package com.applovin.impl.sdk.network;
import com.applovin.impl.sdk.j;
import com.applovin.impl.sj;
import com.applovin.impl.vi;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public class a {
private String a;
private String b;
private Map c;
private Map d;
private final JSONObject e;
private String f;
private final Object g;
private final int h;
private int i;
private final int j;
private final int k;
private final boolean l;
private final boolean m;
private final boolean n;
private final boolean o;
private final vi.a p;
private final boolean q;
private final boolean r;
public a(C0040a c0040a) {
this.a = c0040a.b;
this.b = c0040a.a;
this.c = c0040a.d;
this.d = c0040a.e;
this.e = c0040a.f;
this.f = c0040a.c;
this.g = c0040a.g;
int i = c0040a.h;
this.h = i;
this.i = i;
this.j = c0040a.i;
this.k = c0040a.j;
this.l = c0040a.k;
this.m = c0040a.l;
this.n = c0040a.m;
this.o = c0040a.n;
this.p = c0040a.q;
this.q = c0040a.o;
this.r = c0040a.p;
}
public String a() {
return this.f;
}
public void a(int i) {
this.i = i;
}
public void a(String str) {
this.a = str;
}
public JSONObject b() {
return this.e;
}
public void b(String str) {
this.b = str;
}
public int c() {
return this.h - this.i;
}
public Object d() {
return this.g;
}
public vi.a e() {
return this.p;
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof a)) {
return false;
}
a aVar = (a) obj;
String str = this.a;
if (str == null ? aVar.a != null : !str.equals(aVar.a)) {
return false;
}
Map map = this.c;
if (map == null ? aVar.c != null : !map.equals(aVar.c)) {
return false;
}
Map map2 = this.d;
if (map2 == null ? aVar.d != null : !map2.equals(aVar.d)) {
return false;
}
String str2 = this.f;
if (str2 == null ? aVar.f != null : !str2.equals(aVar.f)) {
return false;
}
String str3 = this.b;
if (str3 == null ? aVar.b != null : !str3.equals(aVar.b)) {
return false;
}
JSONObject jSONObject = this.e;
if (jSONObject == null ? aVar.e != null : !jSONObject.equals(aVar.e)) {
return false;
}
Object obj2 = this.g;
if (obj2 == null ? aVar.g == null : obj2.equals(aVar.g)) {
return this.h == aVar.h && this.i == aVar.i && this.j == aVar.j && this.k == aVar.k && this.l == aVar.l && this.m == aVar.m && this.n == aVar.n && this.o == aVar.o && this.p == aVar.p && this.q == aVar.q && this.r == aVar.r;
}
return false;
}
public String f() {
return this.a;
}
public Map g() {
return this.d;
}
public String h() {
return this.b;
}
public int hashCode() {
int hashCode = super.hashCode() * 31;
String str = this.a;
int hashCode2 = (hashCode + (str != null ? str.hashCode() : 0)) * 31;
String str2 = this.f;
int hashCode3 = (hashCode2 + (str2 != null ? str2.hashCode() : 0)) * 31;
String str3 = this.b;
int hashCode4 = (hashCode3 + (str3 != null ? str3.hashCode() : 0)) * 31;
Object obj = this.g;
int hashCode5 = ((((((((((((((((((((((hashCode4 + (obj != null ? obj.hashCode() : 0)) * 31) + this.h) * 31) + this.i) * 31) + this.j) * 31) + this.k) * 31) + (this.l ? 1 : 0)) * 31) + (this.m ? 1 : 0)) * 31) + (this.n ? 1 : 0)) * 31) + (this.o ? 1 : 0)) * 31) + this.p.b()) * 31) + (this.q ? 1 : 0)) * 31) + (this.r ? 1 : 0);
Map map = this.c;
if (map != null) {
hashCode5 = (hashCode5 * 31) + map.hashCode();
}
Map map2 = this.d;
if (map2 != null) {
hashCode5 = (hashCode5 * 31) + map2.hashCode();
}
JSONObject jSONObject = this.e;
if (jSONObject == null) {
return hashCode5;
}
char[] charArray = jSONObject.toString().toCharArray();
Arrays.sort(charArray);
return (hashCode5 * 31) + new String(charArray).hashCode();
}
public Map i() {
return this.c;
}
public int j() {
return this.i;
}
public int k() {
return this.k;
}
public int l() {
return this.j;
}
public boolean m() {
return this.o;
}
public boolean n() {
return this.l;
}
public boolean o() {
return this.r;
}
public boolean p() {
return this.m;
}
public boolean q() {
return this.n;
}
public boolean r() {
return this.q;
}
public String toString() {
return "HttpRequest {endpoint=" + this.a + ", backupEndpoint=" + this.f + ", httpMethod=" + this.b + ", httpHeaders=" + this.d + ", body=" + this.e + ", emptyResponse=" + this.g + ", initialRetryAttempts=" + this.h + ", retryAttemptsLeft=" + this.i + ", timeoutMillis=" + this.j + ", retryDelayMillis=" + this.k + ", exponentialRetries=" + this.l + ", retryOnAllErrors=" + this.m + ", retryOnNoConnection=" + this.n + ", encodingEnabled=" + this.o + ", encodingType=" + this.p + ", trackConnectionSpeed=" + this.q + ", gzipBodyEncoding=" + this.r + '}';
}
public static C0040a a(j jVar) {
return new C0040a(jVar);
}
/* renamed from: com.applovin.impl.sdk.network.a$a, reason: collision with other inner class name */
public static class C0040a {
String a;
String b;
String c;
Map e;
JSONObject f;
Object g;
int i;
int j;
boolean k;
boolean m;
boolean n;
boolean o;
boolean p;
vi.a q;
int h = 1;
boolean l = true;
Map d = new HashMap();
public C0040a(j jVar) {
this.i = ((Integer) jVar.a(sj.k3)).intValue();
this.j = ((Integer) jVar.a(sj.j3)).intValue();
this.m = ((Boolean) jVar.a(sj.H3)).booleanValue();
this.n = ((Boolean) jVar.a(sj.o5)).booleanValue();
this.q = vi.a.a(((Integer) jVar.a(sj.p5)).intValue());
this.p = ((Boolean) jVar.a(sj.M5)).booleanValue();
}
public C0040a a(int i) {
this.h = i;
return this;
}
public C0040a a(vi.a aVar) {
this.q = aVar;
return this;
}
public C0040a a(Object obj) {
this.g = obj;
return this;
}
public C0040a a(String str) {
this.c = str;
return this;
}
public C0040a a(Map map) {
this.e = map;
return this;
}
public C0040a a(JSONObject jSONObject) {
this.f = jSONObject;
return this;
}
public C0040a a(boolean z) {
this.n = z;
return this;
}
public C0040a b(int i) {
this.j = i;
return this;
}
public C0040a b(String str) {
this.b = str;
return this;
}
public C0040a b(Map map) {
this.d = map;
return this;
}
public C0040a b(boolean z) {
this.p = z;
return this;
}
public C0040a c(int i) {
this.i = i;
return this;
}
public C0040a c(String str) {
this.a = str;
return this;
}
public C0040a c(boolean z) {
this.k = z;
return this;
}
public C0040a d(boolean z) {
this.l = z;
return this;
}
public C0040a e(boolean z) {
this.m = z;
return this;
}
public C0040a f(boolean z) {
this.o = z;
return this;
}
public a a() {
return new a(this);
}
}
}