* 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>
101 lines
6 KiB
Java
101 lines
6 KiB
Java
package com.google.android.gms.base;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class R {
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class attr {
|
|
public static int buttonSize = 0x7f04009c;
|
|
public static int circleCrop = 0x7f040108;
|
|
public static int colorScheme = 0x7f040159;
|
|
public static int imageAspectRatio = 0x7f0402a0;
|
|
public static int imageAspectRatioAdjust = 0x7f0402a1;
|
|
public static int scopeUris = 0x7f040444;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class color {
|
|
public static int common_google_signin_btn_text_dark = 0x7f06004d;
|
|
public static int common_google_signin_btn_text_dark_default = 0x7f06004e;
|
|
public static int common_google_signin_btn_text_dark_disabled = 0x7f06004f;
|
|
public static int common_google_signin_btn_text_dark_focused = 0x7f060050;
|
|
public static int common_google_signin_btn_text_dark_pressed = 0x7f060051;
|
|
public static int common_google_signin_btn_text_light = 0x7f060052;
|
|
public static int common_google_signin_btn_text_light_default = 0x7f060053;
|
|
public static int common_google_signin_btn_text_light_disabled = 0x7f060054;
|
|
public static int common_google_signin_btn_text_light_focused = 0x7f060055;
|
|
public static int common_google_signin_btn_text_light_pressed = 0x7f060056;
|
|
public static int common_google_signin_btn_tint = 0x7f060057;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class drawable {
|
|
public static int common_full_open_on_phone = 0x7f080154;
|
|
public static int common_google_signin_btn_icon_dark = 0x7f080155;
|
|
public static int common_google_signin_btn_icon_dark_focused = 0x7f080156;
|
|
public static int common_google_signin_btn_icon_dark_normal = 0x7f080157;
|
|
public static int common_google_signin_btn_icon_dark_normal_background = 0x7f080158;
|
|
public static int common_google_signin_btn_icon_disabled = 0x7f080159;
|
|
public static int common_google_signin_btn_icon_light = 0x7f08015a;
|
|
public static int common_google_signin_btn_icon_light_focused = 0x7f08015b;
|
|
public static int common_google_signin_btn_icon_light_normal = 0x7f08015c;
|
|
public static int common_google_signin_btn_icon_light_normal_background = 0x7f08015d;
|
|
public static int common_google_signin_btn_text_dark = 0x7f08015e;
|
|
public static int common_google_signin_btn_text_dark_focused = 0x7f08015f;
|
|
public static int common_google_signin_btn_text_dark_normal = 0x7f080160;
|
|
public static int common_google_signin_btn_text_dark_normal_background = 0x7f080161;
|
|
public static int common_google_signin_btn_text_disabled = 0x7f080162;
|
|
public static int common_google_signin_btn_text_light = 0x7f080163;
|
|
public static int common_google_signin_btn_text_light_focused = 0x7f080164;
|
|
public static int common_google_signin_btn_text_light_normal = 0x7f080165;
|
|
public static int common_google_signin_btn_text_light_normal_background = 0x7f080166;
|
|
public static int googleg_disabled_color_18 = 0x7f08018b;
|
|
public static int googleg_standard_color_18 = 0x7f08018c;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class id {
|
|
public static int adjust_height = 0x7f09004f;
|
|
public static int adjust_width = 0x7f090050;
|
|
public static int auto = 0x7f090066;
|
|
public static int dark = 0x7f0900c6;
|
|
public static int icon_only = 0x7f090132;
|
|
public static int light = 0x7f09015a;
|
|
public static int none = 0x7f090216;
|
|
public static int standard = 0x7f0902d3;
|
|
public static int wide = 0x7f090335;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class string {
|
|
public static int common_google_play_services_enable_button = 0x7f12011b;
|
|
public static int common_google_play_services_enable_text = 0x7f12011c;
|
|
public static int common_google_play_services_enable_title = 0x7f12011d;
|
|
public static int common_google_play_services_install_button = 0x7f12011e;
|
|
public static int common_google_play_services_install_text = 0x7f12011f;
|
|
public static int common_google_play_services_install_title = 0x7f120120;
|
|
public static int common_google_play_services_notification_channel_name = 0x7f120121;
|
|
public static int common_google_play_services_notification_ticker = 0x7f120122;
|
|
public static int common_google_play_services_unsupported_text = 0x7f120124;
|
|
public static int common_google_play_services_update_button = 0x7f120125;
|
|
public static int common_google_play_services_update_text = 0x7f120126;
|
|
public static int common_google_play_services_update_title = 0x7f120127;
|
|
public static int common_google_play_services_updating_text = 0x7f120128;
|
|
public static int common_google_play_services_wear_update_text = 0x7f120129;
|
|
public static int common_open_on_phone = 0x7f12012a;
|
|
public static int common_signin_button_text = 0x7f12012b;
|
|
public static int common_signin_button_text_long = 0x7f12012c;
|
|
}
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class styleable {
|
|
public static int LoadingImageView_circleCrop = 0x00000000;
|
|
public static int LoadingImageView_imageAspectRatio = 0x00000001;
|
|
public static int LoadingImageView_imageAspectRatioAdjust = 0x00000002;
|
|
public static int SignInButton_buttonSize = 0x00000000;
|
|
public static int SignInButton_colorScheme = 0x00000001;
|
|
public static int SignInButton_scopeUris = 0x00000002;
|
|
public static int[] LoadingImageView = {com.mycompany.app.soulbrowser.R.attr.circleCrop, com.mycompany.app.soulbrowser.R.attr.imageAspectRatio, com.mycompany.app.soulbrowser.R.attr.imageAspectRatioAdjust};
|
|
public static int[] SignInButton = {com.mycompany.app.soulbrowser.R.attr.buttonSize, com.mycompany.app.soulbrowser.R.attr.colorScheme, com.mycompany.app.soulbrowser.R.attr.scopeUris};
|
|
}
|
|
}
|