soul-browser/app/smali/androidx/biometric/BiometricFragment$4.smali
KaKi87 550ddb0413
Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1)
* 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>
2026-08-10 16:07:14 +02:00

204 lines
4.4 KiB
Smali

.class Landroidx/biometric/BiometricFragment$4;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Landroidx/lifecycle/Observer;
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Landroidx/lifecycle/Observer<",
"Ljava/lang/Boolean;",
">;"
}
.end annotation
# instance fields
.field public final synthetic a:Landroidx/biometric/BiometricFragment;
# direct methods
.method public constructor <init>(Landroidx/biometric/BiometricFragment;)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
.line 3
.line 4
iput-object p1, p0, Landroidx/biometric/BiometricFragment$4;->a:Landroidx/biometric/BiometricFragment;
.line 5
.line 6
return-void
.end method
# virtual methods
.method public final a(Ljava/lang/Object;)V
.locals 2
.line 1
check-cast p1, Ljava/lang/Boolean;
.line 2
.line 3
invoke-virtual {p1}, Ljava/lang/Boolean;->booleanValue()Z
.line 4
.line 5
.line 6
move-result p1
.line 7
if-eqz p1, :cond_4
.line 8
.line 9
iget-object p1, p0, Landroidx/biometric/BiometricFragment$4;->a:Landroidx/biometric/BiometricFragment;
.line 10
.line 11
invoke-virtual {p1}, Landroidx/biometric/BiometricFragment;->i()Z
.line 12
.line 13
.line 14
move-result v0
.line 15
if-eqz v0, :cond_0
.line 16
.line 17
sget v0, Landroidx/biometric/R$string;->fingerprint_not_recognized:I
.line 18
.line 19
invoke-virtual {p1, v0}, Landroidx/fragment/app/Fragment;->getString(I)Ljava/lang/String;
.line 20
.line 21
.line 22
move-result-object v0
.line 23
invoke-virtual {p1, v0}, Landroidx/biometric/BiometricFragment;->o(Ljava/lang/CharSequence;)V
.line 24
.line 25
.line 26
:cond_0
iget-object v0, p1, Landroidx/biometric/BiometricFragment;->f:Landroidx/biometric/BiometricViewModel;
.line 27
.line 28
iget-boolean v1, v0, Landroidx/biometric/BiometricViewModel;->n:Z
.line 29
.line 30
if-nez v1, :cond_1
.line 31
.line 32
const-string v0, "BiometricFragment"
.line 33
.line 34
const-string v1, "Failure not sent to client. Client is not awaiting a result."
.line 35
.line 36
invoke-static {v0, v1}, Landroid/util/Log;->w(Ljava/lang/String;Ljava/lang/String;)I
.line 37
.line 38
.line 39
goto :goto_1
.line 40
:cond_1
iget-object v0, v0, Landroidx/biometric/BiometricViewModel;->d:Ljava/util/concurrent/Executor;
.line 41
.line 42
if-eqz v0, :cond_2
.line 43
.line 44
goto :goto_0
.line 45
:cond_2
new-instance v0, Landroidx/biometric/BiometricViewModel$DefaultExecutor;
.line 46
.line 47
invoke-direct {v0}, Landroidx/biometric/BiometricViewModel$DefaultExecutor;-><init>()V
.line 48
.line 49
.line 50
:goto_0
new-instance v1, Landroidx/biometric/BiometricFragment$11;
.line 51
.line 52
invoke-direct {v1, p1}, Landroidx/biometric/BiometricFragment$11;-><init>(Landroidx/biometric/BiometricFragment;)V
.line 53
.line 54
.line 55
invoke-interface {v0, v1}, Ljava/util/concurrent/Executor;->execute(Ljava/lang/Runnable;)V
.line 56
.line 57
.line 58
:goto_1
iget-object p1, p1, Landroidx/biometric/BiometricFragment;->f:Landroidx/biometric/BiometricViewModel;
.line 59
.line 60
iget-object v0, p1, Landroidx/biometric/BiometricViewModel;->u:Landroidx/lifecycle/MutableLiveData;
.line 61
.line 62
if-nez v0, :cond_3
.line 63
.line 64
new-instance v0, Landroidx/lifecycle/MutableLiveData;
.line 65
.line 66
invoke-direct {v0}, Landroidx/lifecycle/LiveData;-><init>()V
.line 67
.line 68
.line 69
iput-object v0, p1, Landroidx/biometric/BiometricViewModel;->u:Landroidx/lifecycle/MutableLiveData;
.line 70
.line 71
:cond_3
iget-object p1, p1, Landroidx/biometric/BiometricViewModel;->u:Landroidx/lifecycle/MutableLiveData;
.line 72
.line 73
sget-object v0, Ljava/lang/Boolean;->FALSE:Ljava/lang/Boolean;
.line 74
.line 75
invoke-static {p1, v0}, Landroidx/biometric/BiometricViewModel;->h(Landroidx/lifecycle/MutableLiveData;Ljava/lang/Object;)V
.line 76
.line 77
.line 78
:cond_4
return-void
.end method