565a2d1eca
Rounds out the phoenix rebrand for assets the earlier logo.svg swap missed: - public/icon-192.png / icon-512.png (PWA install icons, referenced by manifest.webmanifest) still had the old bolt-on-circle mark. - Android's push-notification status-bar icon (ic_stat_ditto, all densities) was carrying an even older mark — a ringed-planet icon from 'Ditto', the project two forks back. Regenerated as a white phoenix silhouette (status-bar icons must be flat white on transparent; the OS tints them). - android/.../splash_icon_vector.xml, the actual live Android 12+ splash icon (wired via styles.xml's windowSplashScreenAnimatedIcon), had the old double-bolt path hardcoded. Replaced with the phoenix path and recomputed the scale/center math for its 1446x1246 viewBox. - ios/.../Splash.imageset (wired into LaunchScreen.storyboard) had an even older blue crossed-arrow mark predating Agora. Regenerated as the brand-orange phoenix on white, matching the existing small centered-mark proportions. Also deleted the legacy per-density drawable*/splash.png and drawable/splash_icon.png rasters: confirmed unreferenced by any theme, manifest, or code (the app fully migrated to the Android 12 SplashScreen API / splash_icon_vector.xml), so they were dead weight carrying outdated branding no user could ever see. generate-icons.sh now produces all of the above so future logo changes regenerate everything in one pass instead of missing assets again. Note: unlike the web assets, the Android/iOS changes here only take effect on the next native app build + store release — there's no web deploy step for them. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>