* 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>
257 lines
5.4 KiB
Smali
257 lines
5.4 KiB
Smali
.class public Lcom/google/android/material/internal/ViewUtils;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation build Landroidx/annotation/RestrictTo;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/android/material/internal/ViewUtils$OnApplyWindowInsetsListener;,
|
|
Lcom/google/android/material/internal/ViewUtils$RelativePadding;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public static a(Landroid/view/View;Lcom/google/android/material/internal/ViewUtils$OnApplyWindowInsetsListener;)V
|
|
.locals 5
|
|
|
|
.line 1
|
|
new-instance v0, Lcom/google/android/material/internal/ViewUtils$RelativePadding;
|
|
|
|
.line 2
|
|
.line 3
|
|
invoke-virtual {p0}, Landroid/view/View;->getPaddingStart()I
|
|
|
|
.line 4
|
|
.line 5
|
|
.line 6
|
|
move-result v1
|
|
|
|
.line 7
|
|
invoke-virtual {p0}, Landroid/view/View;->getPaddingTop()I
|
|
|
|
.line 8
|
|
.line 9
|
|
.line 10
|
|
move-result v2
|
|
|
|
.line 11
|
|
invoke-virtual {p0}, Landroid/view/View;->getPaddingEnd()I
|
|
|
|
.line 12
|
|
.line 13
|
|
.line 14
|
|
move-result v3
|
|
|
|
.line 15
|
|
invoke-virtual {p0}, Landroid/view/View;->getPaddingBottom()I
|
|
|
|
.line 16
|
|
.line 17
|
|
.line 18
|
|
move-result v4
|
|
|
|
.line 19
|
|
invoke-direct {v0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 20
|
|
.line 21
|
|
.line 22
|
|
iput v1, v0, Lcom/google/android/material/internal/ViewUtils$RelativePadding;->a:I
|
|
|
|
.line 23
|
|
.line 24
|
|
iput v2, v0, Lcom/google/android/material/internal/ViewUtils$RelativePadding;->b:I
|
|
|
|
.line 25
|
|
.line 26
|
|
iput v3, v0, Lcom/google/android/material/internal/ViewUtils$RelativePadding;->c:I
|
|
|
|
.line 27
|
|
.line 28
|
|
iput v4, v0, Lcom/google/android/material/internal/ViewUtils$RelativePadding;->d:I
|
|
|
|
.line 29
|
|
.line 30
|
|
new-instance v1, Lcom/google/android/material/internal/ViewUtils$2;
|
|
|
|
.line 31
|
|
.line 32
|
|
invoke-direct {v1, p1, v0}, Lcom/google/android/material/internal/ViewUtils$2;-><init>(Lcom/google/android/material/internal/ViewUtils$OnApplyWindowInsetsListener;Lcom/google/android/material/internal/ViewUtils$RelativePadding;)V
|
|
|
|
.line 33
|
|
.line 34
|
|
.line 35
|
|
invoke-static {p0, v1}, Landroidx/core/view/ViewCompat;->G(Landroid/view/View;Landroidx/core/view/OnApplyWindowInsetsListener;)V
|
|
|
|
.line 36
|
|
.line 37
|
|
.line 38
|
|
invoke-virtual {p0}, Landroid/view/View;->isAttachedToWindow()Z
|
|
|
|
.line 39
|
|
.line 40
|
|
.line 41
|
|
move-result p1
|
|
|
|
.line 42
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 43
|
|
.line 44
|
|
invoke-virtual {p0}, Landroid/view/View;->requestApplyInsets()V
|
|
|
|
.line 45
|
|
.line 46
|
|
.line 47
|
|
return-void
|
|
|
|
.line 48
|
|
:cond_0
|
|
new-instance p1, Lcom/google/android/material/internal/ViewUtils$3;
|
|
|
|
.line 49
|
|
.line 50
|
|
invoke-direct {p1}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 51
|
|
.line 52
|
|
.line 53
|
|
invoke-virtual {p0, p1}, Landroid/view/View;->addOnAttachStateChangeListener(Landroid/view/View$OnAttachStateChangeListener;)V
|
|
|
|
.line 54
|
|
.line 55
|
|
.line 56
|
|
return-void
|
|
.end method
|
|
|
|
.method public static b(Landroid/content/Context;I)F
|
|
.locals 1
|
|
|
|
.line 1
|
|
invoke-virtual {p0}, Landroid/content/Context;->getResources()Landroid/content/res/Resources;
|
|
|
|
.line 2
|
|
.line 3
|
|
.line 4
|
|
move-result-object p0
|
|
|
|
.line 5
|
|
int-to-float p1, p1
|
|
|
|
.line 6
|
|
invoke-virtual {p0}, Landroid/content/res/Resources;->getDisplayMetrics()Landroid/util/DisplayMetrics;
|
|
|
|
.line 7
|
|
.line 8
|
|
.line 9
|
|
move-result-object p0
|
|
|
|
.line 10
|
|
const/4 v0, 0x1
|
|
|
|
.line 11
|
|
invoke-static {v0, p1, p0}, Landroid/util/TypedValue;->applyDimension(IFLandroid/util/DisplayMetrics;)F
|
|
|
|
.line 12
|
|
.line 13
|
|
.line 14
|
|
move-result p0
|
|
|
|
.line 15
|
|
return p0
|
|
.end method
|
|
|
|
.method public static c(ILandroid/graphics/PorterDuff$Mode;)Landroid/graphics/PorterDuff$Mode;
|
|
.locals 1
|
|
|
|
.line 1
|
|
const/4 v0, 0x3
|
|
|
|
.line 2
|
|
if-eq p0, v0, :cond_2
|
|
|
|
.line 3
|
|
.line 4
|
|
const/4 v0, 0x5
|
|
|
|
.line 5
|
|
if-eq p0, v0, :cond_1
|
|
|
|
.line 6
|
|
.line 7
|
|
const/16 v0, 0x9
|
|
|
|
.line 8
|
|
.line 9
|
|
if-eq p0, v0, :cond_0
|
|
|
|
.line 10
|
|
.line 11
|
|
packed-switch p0, :pswitch_data_0
|
|
|
|
.line 12
|
|
.line 13
|
|
.line 14
|
|
return-object p1
|
|
|
|
.line 15
|
|
:pswitch_0
|
|
sget-object p0, Landroid/graphics/PorterDuff$Mode;->ADD:Landroid/graphics/PorterDuff$Mode;
|
|
|
|
.line 16
|
|
.line 17
|
|
return-object p0
|
|
|
|
.line 18
|
|
:pswitch_1
|
|
sget-object p0, Landroid/graphics/PorterDuff$Mode;->SCREEN:Landroid/graphics/PorterDuff$Mode;
|
|
|
|
.line 19
|
|
.line 20
|
|
return-object p0
|
|
|
|
.line 21
|
|
:pswitch_2
|
|
sget-object p0, Landroid/graphics/PorterDuff$Mode;->MULTIPLY:Landroid/graphics/PorterDuff$Mode;
|
|
|
|
.line 22
|
|
.line 23
|
|
return-object p0
|
|
|
|
.line 24
|
|
:cond_0
|
|
sget-object p0, Landroid/graphics/PorterDuff$Mode;->SRC_ATOP:Landroid/graphics/PorterDuff$Mode;
|
|
|
|
.line 25
|
|
.line 26
|
|
return-object p0
|
|
|
|
.line 27
|
|
:cond_1
|
|
sget-object p0, Landroid/graphics/PorterDuff$Mode;->SRC_IN:Landroid/graphics/PorterDuff$Mode;
|
|
|
|
.line 28
|
|
.line 29
|
|
return-object p0
|
|
|
|
.line 30
|
|
:cond_2
|
|
sget-object p0, Landroid/graphics/PorterDuff$Mode;->SRC_OVER:Landroid/graphics/PorterDuff$Mode;
|
|
|
|
.line 31
|
|
.line 32
|
|
return-object p0
|
|
|
|
.line 33
|
|
:pswitch_data_0
|
|
.packed-switch 0xe
|
|
:pswitch_2
|
|
:pswitch_1
|
|
:pswitch_0
|
|
.end packed-switch
|
|
.end method
|