soul-browser/app/smali/androidx/biometric/R$string.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

97 lines
3 KiB
Smali

.class public final Landroidx/biometric/R$string;
.super Ljava/lang/Object;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/biometric/R;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "string"
.end annotation
# static fields
.field public static abc_action_bar_home_description:I = 0x7f120000
.field public static abc_action_bar_up_description:I = 0x7f120001
.field public static abc_action_menu_overflow_description:I = 0x7f120002
.field public static abc_action_mode_done:I = 0x7f120003
.field public static abc_activity_chooser_view_see_all:I = 0x7f120004
.field public static abc_activitychooserview_choose_application:I = 0x7f120005
.field public static abc_capital_off:I = 0x7f120006
.field public static abc_capital_on:I = 0x7f120007
.field public static abc_menu_alt_shortcut_label:I = 0x7f120008
.field public static abc_menu_ctrl_shortcut_label:I = 0x7f120009
.field public static abc_menu_delete_shortcut_label:I = 0x7f12000a
.field public static abc_menu_enter_shortcut_label:I = 0x7f12000b
.field public static abc_menu_function_shortcut_label:I = 0x7f12000c
.field public static abc_menu_meta_shortcut_label:I = 0x7f12000d
.field public static abc_menu_shift_shortcut_label:I = 0x7f12000e
.field public static abc_menu_space_shortcut_label:I = 0x7f12000f
.field public static abc_menu_sym_shortcut_label:I = 0x7f120010
.field public static abc_prepend_shortcut_label:I = 0x7f120011
.field public static abc_search_hint:I = 0x7f120012
.field public static abc_searchview_description_clear:I = 0x7f120013
.field public static abc_searchview_description_query:I = 0x7f120014
.field public static abc_searchview_description_search:I = 0x7f120015
.field public static abc_searchview_description_submit:I = 0x7f120016
.field public static abc_searchview_description_voice:I = 0x7f120017
.field public static abc_shareactionprovider_share_with:I = 0x7f120018
.field public static abc_shareactionprovider_share_with_application:I = 0x7f120019
.field public static abc_toolbar_collapse_description:I = 0x7f12001a
.field public static confirm_device_credential_password:I = 0x7f12012e
.field public static default_error_msg:I = 0x7f12014f
.field public static fingerprint_dialog_touch_sensor:I = 0x7f1201cc
.field public static fingerprint_error_hw_not_available:I = 0x7f1201cd
.field public static fingerprint_error_hw_not_present:I = 0x7f1201ce
.field public static fingerprint_error_lockout:I = 0x7f1201cf
.field public static fingerprint_error_no_fingerprints:I = 0x7f1201d0
.field public static fingerprint_error_user_canceled:I = 0x7f1201d1
.field public static fingerprint_not_recognized:I = 0x7f1201d2
.field public static generic_error_no_device_credential:I = 0x7f1201e6
.field public static generic_error_no_keyguard:I = 0x7f1201e7
.field public static generic_error_user_canceled:I = 0x7f1201e8
.field public static search_menu_title:I = 0x7f12045f
.field public static status_bar_notification_info_overflow:I = 0x7f1204b7