Skip to content

Fix debug build variant icon and label#22668

Open
nbradbury wants to merge 4 commits intotrunkfrom
issue/debug-build-variant-titles
Open

Fix debug build variant icon and label#22668
nbradbury wants to merge 4 commits intotrunkfrom
issue/debug-build-variant-titles

Conversation

@nbradbury
Copy link
Contributor

@nbradbury nbradbury commented Mar 9, 2026

Description

  • Renames debug build variant app titles: "Jetpack Pre-Alpha" → "Jetpack Debug" and "WordPress Pre-Alpha" → "WordPress Debug"
  • Fixes jetpackDebug showing the WordPress icon instead of the Jetpack icon

Testing instructions

Verify Jetpack debug app title and icon:

  1. Build and install the jetpackDebug variant
  • Verify the app icon label on the home screen reads "Jetpack Debug"
  • Verify the app icon shows the Jetpack logo, not the WordPress logo

Verify WordPress debug app title and icon:

  1. Build and install the wordpressDebug variant
  • Verify the app icon label on the home screen reads "WordPress Debug"
  • Verify the app icon shows the WordPress logo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@dangermattic
Copy link
Collaborator

dangermattic commented Mar 9, 2026

1 Warning
⚠️ PR is not assigned to a milestone.

Generated by 🚫 Danger

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Mar 9, 2026

App Icon📲 You can test the changes from this Pull Request in Jetpack Android by scanning the QR code below to install the corresponding build.

App NameJetpack Android
Build TypeDebug
Versionpr22668-9bc9bf6
Build Number1486
Application IDcom.jetpack.android.prealpha
Commit9bc9bf6
Installation URL10sgmb549353o
Note: Google Login is not supported on these builds.

@wpmobilebot
Copy link
Contributor

wpmobilebot commented Mar 9, 2026

App Icon📲 You can test the changes from this Pull Request in WordPress Android by scanning the QR code below to install the corresponding build.

App NameWordPress Android
Build TypeDebug
Versionpr22668-9bc9bf6
Build Number1486
Application IDorg.wordpress.android.prealpha
Commit9bc9bf6
Installation URL3p7ema9tr7ge8
Note: Google Login is not supported on these builds.

The debug source set's icon drawables (WordPress icons) were
overriding the jetpack source set's drawables due to Android's
resource merge priority (build type > product flavor), causing
jetpackDebug to show the WordPress icon instead of the Jetpack icon.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@nbradbury nbradbury changed the title Rename debug app titles from Pre-Alpha to Debug Fix debug build variant icon and label Mar 9, 2026
@nbradbury nbradbury marked this pull request as ready for review March 9, 2026 16:17
@nbradbury nbradbury requested review from adalpari and jkmassel March 9, 2026 16:17
@adalpari
Copy link
Contributor

adalpari commented Mar 9, 2026

What do you think about using the debug icon we used to have? It would avoid confusion since right now I see the same icon we use in prod
share_4375886568832063218

Restore the adaptive icon drawables (green background with lime
Jetpack bolt) that were deleted in #22651 when jetpackJalapeno was
renamed to jetpackDebug. This gives the debug build a visually
distinct icon from the release build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 9, 2026

@nbradbury
Copy link
Contributor Author

What do you think about using the debug icon we used to have?

Yep, I should've done that to start with. Fixed in 9bc9bf6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants