soul-browser/app/smali_classes3/com/google/android/material/appbar/ViewUtilsLollipop.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

217 lines
4.2 KiB
Smali

.class Lcom/google/android/material/appbar/ViewUtilsLollipop;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final a:[I
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 1
const v0, 0x1010448
.line 2
.line 3
.line 4
filled-new-array {v0}, [I
.line 5
.line 6
.line 7
move-result-object v0
.line 8
sput-object v0, Lcom/google/android/material/appbar/ViewUtilsLollipop;->a:[I
.line 9
.line 10
return-void
.end method
.method public static a(Lcom/google/android/material/appbar/AppBarLayout;F)V
.locals 11
.line 1
invoke-virtual {p0}, Landroid/view/View;->getResources()Landroid/content/res/Resources;
.line 2
.line 3
.line 4
move-result-object v0
.line 5
sget v1, Lcom/google/android/material/R$integer;->app_bar_elevation_anim_duration:I
.line 6
.line 7
invoke-virtual {v0, v1}, Landroid/content/res/Resources;->getInteger(I)I
.line 8
.line 9
.line 10
move-result v0
.line 11
new-instance v1, Landroid/animation/StateListAnimator;
.line 12
.line 13
invoke-direct {v1}, Landroid/animation/StateListAnimator;-><init>()V
.line 14
.line 15
.line 16
sget v2, Lcom/google/android/material/R$attr;->state_liftable:I
.line 17
.line 18
sget v3, Lcom/google/android/material/R$attr;->state_lifted:I
.line 19
.line 20
neg-int v3, v3
.line 21
const v4, 0x101009e
.line 22
.line 23
.line 24
filled-new-array {v4, v2, v3}, [I
.line 25
.line 26
.line 27
move-result-object v2
.line 28
const/4 v3, 0x1
.line 29
new-array v5, v3, [F
.line 30
.line 31
const/4 v6, 0x0
.line 32
const/4 v7, 0x0
.line 33
aput v7, v5, v6
.line 34
.line 35
const-string v8, "elevation"
.line 36
.line 37
invoke-static {p0, v8, v5}, Landroid/animation/ObjectAnimator;->ofFloat(Ljava/lang/Object;Ljava/lang/String;[F)Landroid/animation/ObjectAnimator;
.line 38
.line 39
.line 40
move-result-object v5
.line 41
int-to-long v9, v0
.line 42
invoke-virtual {v5, v9, v10}, Landroid/animation/ObjectAnimator;->setDuration(J)Landroid/animation/ObjectAnimator;
.line 43
.line 44
.line 45
move-result-object v0
.line 46
invoke-virtual {v1, v2, v0}, Landroid/animation/StateListAnimator;->addState([ILandroid/animation/Animator;)V
.line 47
.line 48
.line 49
filled-new-array {v4}, [I
.line 50
.line 51
.line 52
move-result-object v0
.line 53
new-array v2, v3, [F
.line 54
.line 55
aput p1, v2, v6
.line 56
.line 57
invoke-static {p0, v8, v2}, Landroid/animation/ObjectAnimator;->ofFloat(Ljava/lang/Object;Ljava/lang/String;[F)Landroid/animation/ObjectAnimator;
.line 58
.line 59
.line 60
move-result-object p1
.line 61
invoke-virtual {p1, v9, v10}, Landroid/animation/ObjectAnimator;->setDuration(J)Landroid/animation/ObjectAnimator;
.line 62
.line 63
.line 64
move-result-object p1
.line 65
invoke-virtual {v1, v0, p1}, Landroid/animation/StateListAnimator;->addState([ILandroid/animation/Animator;)V
.line 66
.line 67
.line 68
new-array p1, v6, [I
.line 69
.line 70
new-array v0, v3, [F
.line 71
.line 72
aput v7, v0, v6
.line 73
.line 74
invoke-static {p0, v8, v0}, Landroid/animation/ObjectAnimator;->ofFloat(Ljava/lang/Object;Ljava/lang/String;[F)Landroid/animation/ObjectAnimator;
.line 75
.line 76
.line 77
move-result-object v0
.line 78
const-wide/16 v2, 0x0
.line 79
.line 80
invoke-virtual {v0, v2, v3}, Landroid/animation/ObjectAnimator;->setDuration(J)Landroid/animation/ObjectAnimator;
.line 81
.line 82
.line 83
move-result-object v0
.line 84
invoke-virtual {v1, p1, v0}, Landroid/animation/StateListAnimator;->addState([ILandroid/animation/Animator;)V
.line 85
.line 86
.line 87
invoke-virtual {p0, v1}, Landroid/view/View;->setStateListAnimator(Landroid/animation/StateListAnimator;)V
.line 88
.line 89
.line 90
return-void
.end method