Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
package d1;
import java.text.SimpleDateFormat;
import java.util.Locale;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.Lambda;
/* renamed from: d1.b, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0308b extends Lambda implements Function0 {
/* renamed from: b, reason: collision with root package name */
public static final C0308b f6165b = new C0308b(0, 0);
/* renamed from: c, reason: collision with root package name */
public static final C0308b f6166c = new C0308b(0, 1);
/* renamed from: a, reason: collision with root package name */
public final /* synthetic */ int f6167a;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public /* synthetic */ C0308b(int i, int i4) {
super(i);
this.f6167a = i4;
}
@Override // kotlin.jvm.functions.Function0
public final Object invoke() {
switch (this.f6167a) {
case 0:
return new SimpleDateFormat("dd/MM/yyyy", Locale.US);
default:
return new SimpleDateFormat("dd/MM/yyyy HH:mm", Locale.US);
}
}
}

View File

@@ -0,0 +1,15 @@
package d1;
import kotlin.Lazy;
import kotlin.LazyKt;
/* renamed from: d1.c, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C0309c {
/* renamed from: a, reason: collision with root package name */
public static final Lazy f6168a = LazyKt.lazy(C0308b.f6165b);
/* renamed from: b, reason: collision with root package name */
public static final Lazy f6169b = LazyKt.lazy(C0308b.f6166c);
}

View File

@@ -0,0 +1,6 @@
package d1;
/* renamed from: d1.a, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public interface InterfaceC0307a {
}

View File

@@ -0,0 +1,5 @@
package d1;
/* loaded from: classes.dex */
public final class d implements InterfaceC0307a {
}

View File

@@ -0,0 +1,5 @@
package d1;
/* loaded from: classes.dex */
public final class e {
}

View File

@@ -0,0 +1,5 @@
package d1;
/* loaded from: classes.dex */
public final class f {
}

View File

@@ -0,0 +1,5 @@
package d1;
/* loaded from: classes.dex */
public interface g {
}

View File

@@ -0,0 +1,30 @@
package d1;
import android.content.Context;
import java.util.Arrays;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes.dex */
public final class h implements g {
/* renamed from: a, reason: collision with root package name */
public final Context f6170a;
public h(Context context) {
Intrinsics.checkNotNullParameter(context, "context");
this.f6170a = context;
}
public final String a(int i) {
String string = this.f6170a.getString(i);
Intrinsics.checkNotNullExpressionValue(string, "getString(...)");
return string;
}
public final String b(int i, Object... args) {
Intrinsics.checkNotNullParameter(args, "args");
String string = this.f6170a.getString(i, Arrays.copyOf(args, args.length));
Intrinsics.checkNotNullExpressionValue(string, "getString(...)");
return string;
}
}

View File

@@ -0,0 +1,5 @@
package d1;
/* loaded from: classes.dex */
public final class i {
}