* Decompile and recreate Soul Browser v1.4.85 with APK CI builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix CI build: include bundled google.jks and remove PR trigger The apktool build failed in CI because app/unknown/.../google.jks was excluded by the *.jks gitignore rule. Whitelist app-bundled JKS files and commit the missing resource. Also remove the redundant pull_request workflow trigger. Co-authored-by: KaKi87 <KaKi87@pm.me> * Change package ID to com.github.kaki87.soulbrowser Rename the application ID so the rebuilt APK can be installed alongside the original Soul Browser from Google Play. - Update AndroidManifest package, permissions, providers, and actions - Update R class references in smali (com/github/kaki87/soulbrowser/R) - Update shortcuts.xml targetPackage - Rename app label to "Soul Rebuild" for easy identification Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install compatibility: remove split APK metadata and bundle native libs The rebuilt APK still declared requiredSplitTypes and Play Store split metadata, causing Android to reject standalone installs as incompatible. - Remove requiredSplitTypes and split-related manifest meta-data - Merge native libs from all ABI splits with uncompressed storage - Page-align before signing for extractNativeLibs=false - Add .so to apktool doNotCompress list Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix install failure: use apksigner v2/v3 and bundle arm64 native libs Target SDK 36 requires APK Signature Scheme v2+, but jarsigner only produces v1 signatures, causing Android to reject the install. - Sign with apksigner (v1+v2+v3) instead of jarsigner - Add arm64-v8a native libraries from universal Soul Browser 1.4.79 - Set extractNativeLibs=true for reliable sideload installs - Commit stable debug keystore for consistent signatures across builds Co-authored-by: KaKi87 <KaKi87@pm.me> * Add committed debug keystore for consistent APK signatures Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix startup crash: use original classes2.dex desugar libraries Apktool recompiles smali_classes2 into a broken classes2.dex, causing ClassNotFoundException for j$.com.android.tools.r8.a at ML Kit init. Inject the original classes2.dex (Java 8+ desugar libs) after apktool build instead of using the recompiled version. Co-authored-by: KaKi87 <KaKi87@pm.me> * Fix missing drawable resources from density split APKs The base APK is an app bundle module; density-specific drawables like seek_thumb_nor_b live in config.xhdpi.apk and were missing after rebuild, causing Resources$NotFoundException at runtime. - Merge non-9-patch resources from split APKs before apktool build - Sync public.xml IDs from R smali only when backing files exist - Add 713 density-specific resource IDs to public.xml Co-authored-by: KaKi87 <KaKi87@pm.me> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
96 lines
2.5 KiB
Java
96 lines
2.5 KiB
Java
package com.mycompany.app.pref;
|
|
|
|
import android.content.Context;
|
|
import android.text.TextUtils;
|
|
import com.mycompany.app.main.MainApp;
|
|
import kotlin.KotlinVersion;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public class PrefEditor extends PrefCore {
|
|
public static int A;
|
|
public static int B;
|
|
public static float C;
|
|
public static int D;
|
|
public static int E;
|
|
public static int F;
|
|
public static float G;
|
|
public static int H;
|
|
public static int I;
|
|
public static int J;
|
|
public static int K;
|
|
public static int L;
|
|
public static float M;
|
|
public static int N;
|
|
public static int O;
|
|
public static int P;
|
|
public static float Q;
|
|
public static int R;
|
|
public static int S;
|
|
public static int T;
|
|
public static float U;
|
|
public static int V;
|
|
public static int W;
|
|
public static int X;
|
|
public static float Y;
|
|
public static int Z;
|
|
public static String i;
|
|
public static int j;
|
|
public static int k;
|
|
public static float l;
|
|
public static int m;
|
|
public static int n;
|
|
public static int o;
|
|
public static float p;
|
|
public static int q;
|
|
public static int r;
|
|
public static int s;
|
|
public static float t;
|
|
public static int u;
|
|
public static int v;
|
|
public static int w;
|
|
public static float x;
|
|
public static int y;
|
|
public static int z;
|
|
|
|
public PrefEditor(Context context) {
|
|
super(context, "PrefEditor");
|
|
}
|
|
|
|
public static int r(int i2, int i3) {
|
|
if (i3 < 0) {
|
|
i3 = 0;
|
|
} else if (i3 > 90) {
|
|
i3 = 90;
|
|
}
|
|
return (i2 & 16777215) | (Math.round(((100 - i3) * KotlinVersion.MAX_COMPONENT_VALUE) / 100.0f) << 24);
|
|
}
|
|
|
|
public static PrefEditor s(Context context) {
|
|
MainApp p2 = MainApp.p(context);
|
|
if (p2 == null) {
|
|
return new PrefEditor(null);
|
|
}
|
|
boolean isEmpty = TextUtils.isEmpty(i);
|
|
PrefEditor prefEditor = p2.N;
|
|
if (prefEditor == null) {
|
|
synchronized (PrefEditor.class) {
|
|
try {
|
|
if (p2.N == null) {
|
|
p2.N = new PrefEditor(context);
|
|
isEmpty = false;
|
|
}
|
|
} finally {
|
|
}
|
|
}
|
|
} else if (TextUtils.isEmpty(prefEditor.d)) {
|
|
synchronized (PrefEditor.class) {
|
|
p2.N.i(context, "PrefEditor");
|
|
}
|
|
isEmpty = false;
|
|
}
|
|
if (isEmpty || p2.N.j()) {
|
|
p2.N.k();
|
|
}
|
|
return p2.N;
|
|
}
|
|
}
|