Apply Akiora app icon across all platforms#3
Merged
Conversation
Regenerated every platform icon asset from assets/images/logo/new_icon.png
(1024x1024 RGBA source) using a small JDK-only generator (ImageIO/Graphics2D
with progressive halving + bicubic resampling for high-quality downscales):
- Android: mipmap-{m,h,xh,xxh,xxxh}dpi/ic_launcher.png + drawable-*/ic_launcher_foreground.png
- iOS: every Icon-App-*.png in AppIcon.appiconset (alpha flattened on white)
- macOS: app_icon_{16,32,64,128,256,512,1024}.png in AppIcon.appiconset
- Web: Icon-192/512.png, Icon-maskable-192/512 (80% safe zone on white), favicon.png
- Windows: app_icon.ico (16/32/48/64/128/256, 32-bit BGRA)
- Linux/tray: logo_windows.ico, logo_lanczos.ico, logo_linux.png
- Source logos for flutter_launcher_icons regen kept in sync:
logo_android.png, logo_ios.png, logo_rounded.png
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was created by @kiro-agent on behalf of @Deadendev 👻
Comment with /kiro fix to address specific feedback or /kiro all to address everything.
Learn about Kiro autonomous agent
Summary
Regenerated every platform app-icon asset from your uploaded
assets/images/logo/new_icon.png(1024×1024 RGBA).The CI workflow does not run
flutter_launcher_icons, so swapping only the source PNG would have left the actual installed icons unchanged. I therefore regenerated all 50 committed icon files in-place using a JDK-only generator (ImageIO+Graphics2D, progressive halving + bicubic resampling for clean downscales — no external tools, no network).What was regenerated (50 files)
mipmap-{m,h,xh,xxh,xxxh}dpi/ic_launcher.png+drawable-*/ic_launcher_foreground.png(adaptive foreground)Icon-App-*.pnginAppIcon.appiconset(alpha flattened on white as iOS requires)app_icon_{16,32,64,128,256,512,1024}.pnginAppIcon.appiconsetIcon-192.png,Icon-512.png,Icon-maskable-192/512.png(icon at 80% safe zone on white background),favicon.pngwindows/runner/resources/app_icon.ico(sizes 16/32/48/64/128/256, 32-bit BGRA)assets/images/logo/logo_windows.ico,logo_lanczos.ico,logo_linux.pngflutter_launcher_iconsruns stay consistent) —logo_android.png,logo_ios.png,logo_rounded.pngVerification
.icofiles validated by parsingICONDIRand confirming entry sizes/offsets are in-bounds.web/icons/Icon-192.png) was visually inspected and shows the new artwork.