soul-browser/app/smali/com/google/android/gms/common
KaKi87 c430042c71
Fix Cast/MediaRouter crashes from apktool-nullified drawables (#101)
* Restore MediaRouter cast button drawable frames.

Apktool had left mr_button_* / cast_mr_button_* selectors as @null, so MediaRouteButton crashed when opening Cast settings or the in-browser cast control.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Stub GMS SignInButton placeholder and drop its broken drawables.

zaaa loaded common_google_signin_btn_* selectors that apktool had reduced to @null. Soul does not show Sign-In, so stub the placeholder styling and remove those drawables.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Remove unused notification chrome drawables.

notification_bg, notification_bg_low, and notification_tile_bg were apktool @null stubs with no app references. Drop the files and their public.xml / R$drawable entries.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Restore Cast controller and notification icon drawables.

Apktool left cast_ic_* / seekbar wrappers as @null while the quantum_ic_* and notification frame PNGs were still on disk. Point the wrappers at those assets again and restore the missing scrubber primary nine-patch.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Track Cast icon bitmaps needed by restored wrappers.

drawable-xhdpi-v4 is gitignored, so CI checkouts lacked the quantum_ic_* / cast notification frames the cast_ic_* XMLs reference. Keep copies under drawable-xxhdpi.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Restore remaining MediaRouter dialog and route icons.

mr_wifi_icon_*, mr_media_*, mr_dialog_close_*, and mr_vol_type_audiotrack_* were still @null after the cast-button fix. Rewire them to their ic_* frames and track those bitmaps under drawable-xxhdpi.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix ic_volume selector to use mute/unmute vectors.

Fullscreen and video volume controls load ic_volume; apktool had left both states as @null even though ic_vol_mute and ic_vol_unmute were present.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix menu_icon_select multi-choice indicator drawables.

listChoiceIndicatorMultiple pointed at a selector of @null frames. Use the existing ic_checked_checkbox / ic_unchecked_checkbox vectors.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Restore AppCompat abc_* selectors broken by apktool @null.

Check/radio/switch/seekbar/search-field/list-selector drawables pointed at missing frames. Restore upstream XML and track the required abc_* bitmaps under drawable-xxhdpi.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Drop public.xml entries for removed Google Sign-In drawables.

Apktool link failed on declared symbols with no resource definition after those drawables were deleted.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Track ic_download baseline bitmaps under drawable-xxhdpi.

The animation-list already referenced these frames, but they only lived in gitignored drawable-xhdpi-v4, so CI checkouts could not resolve them.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix MediaRouteChooserDialog crash from null route icon theme attrs.

apktool left Theme.MediaRouter icon drawables as @null; RouteAdapter always loads them and crashes on resource ID 0.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Restore Cast quantum_ic drawables for ExpandedControlsActivity.

apktool dropped public.xml IDs for Cast framework quantum icons, so the toolbar home indicator (0x7f0804f4) resolved to nothing at runtime.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-09 18:28:19 +02:00
..
annotation Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
api Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
config Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
data Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
images Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
internal Fix Cast/MediaRouter crashes from apktool-nullified drawables (#101) 2026-09-09 18:28:19 +02:00
logging Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
moduleinstall Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
providers Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
server Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
signatureverification Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
sqlite Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
stats Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
util Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
wrappers Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
AccountPicker$AccountChooserOptions$Builder.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
AccountPicker$AccountChooserOptions.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
AccountPicker.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
BlockingServiceConnection.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
ConnectionResult.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
ErrorDialogFragment.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
Feature.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
FirstPartyScopes.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GmsSignatureVerifier.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GoogleApiAvailability.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GoogleApiAvailabilityLight.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GooglePlayServicesIncorrectManifestValueException.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GooglePlayServicesManifestException.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GooglePlayServicesMissingManifestValueException.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GooglePlayServicesNotAvailableException.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GooglePlayServicesRepairableException.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GooglePlayServicesUtil.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GooglePlayServicesUtilLight.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GoogleSignatureVerifier.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GoogleSourceStampsChecker.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
GoogleSourceStampsResult.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
PackageSignatureVerifier.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
PackageVerificationResult.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
ProGuardCanary.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
R$integer.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
R$string.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
R.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
Scopes.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
SignInButton$ButtonSize.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
SignInButton$ColorScheme.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
SignInButton.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
SupportErrorDialogFragment.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
UserRecoverableException.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zaa.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zab.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zac.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zad.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zza.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzaa.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzab.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzac.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzad.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzae.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzb.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzc.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzd.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zze.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzf.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzg.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzh.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzi.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzj.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzk.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzl.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzm.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzn.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzo.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzp.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzq.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzr.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzs.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzt.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzu.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzv.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzw.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzx.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzy.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00
zzz.smali Decompile and recreate Soul Browser v1.4.85 with APK CI builds (#1) 2026-08-10 16:07:14 +02:00