Skip to content

feat(ui): add rounded app icons and Android 13+ themed icon support - #499

Merged
ProdigyV21 merged 1 commit into
ProdigyV21:mainfrom
Himanth-reddy:feat/rounded-themed-launcher-icons
Jul 30, 2026
Merged

feat(ui): add rounded app icons and Android 13+ themed icon support#499
ProdigyV21 merged 1 commit into
ProdigyV21:mainfrom
Himanth-reddy:feat/rounded-themed-launcher-icons

Conversation

@Himanth-reddy

Copy link
Copy Markdown
Collaborator

Summary of Changes

  • Rounded App Icons: Applied a smooth 20% corner radius squircle mask to ic_launcher.png and a circular mask to ic_launcher_round.png across all density folders (mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi), preserving the original vibrant gradient artwork.
  • Android 13+ Themed Icons: Added ic_launcher_monochrome.xml using the normalized vector SVG path for dynamic system Monet theme tinting.
  • Adaptive Icon Specs: Created ic_launcher.xml and ic_launcher_round.xml adaptive icon manifests linking background (#020204), foreground, and <monochrome> layers.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 99b98587b1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep a bitmap icon for TV channel logos

On API 26+ devices this new mipmap-anydpi-v26/ic_launcher.xml wins resource selection for R.mipmap.ic_launcher; in LauncherContinueWatchingRepository.ensurePreviewChannel() the code still calls BitmapFactory.decodeResource(context.resources, R.mipmap.ic_launcher) before ChannelLogoUtils.storeChannelLogo, but decodeResource returns null for an adaptive-icon XML resource. When an Android TV preview channel is first created, the channel logo is therefore never stored; please keep a bitmap resource for that code path or render the adaptive drawable to a bitmap.

Useful? React with 👍 / 👎.

@ProdigyV21
ProdigyV21 merged commit 18fca20 into ProdigyV21:main Jul 30, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants