Skip to content

feat(build): Add distinct names for debug builds#3707

Merged
jamesarich merged 1 commit into
mainfrom
dev/debug-names
Nov 15, 2025
Merged

feat(build): Add distinct names for debug builds#3707
jamesarich merged 1 commit into
mainfrom
dev/debug-names

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

Thi introduces separate strings.xml files for googleDebug and fdroidDebug build variants.

By setting the app_name string resource in each variant, the installed application will now have a distinct name ("Google Debug" or "Fdroid Debug"), making it easier to differentiate between them on a device.

This commit introduces separate `strings.xml` files for `googleDebug` and `fdroidDebug` build variants.

By setting the `app_name` string resource in each variant, the installed application will now have a distinct name ("Google Debug" or "Fdroid Debug"), making it easier to differentiate between them on a device.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@jamesarich jamesarich requested a review from DaneEvans November 15, 2025 00:16
@codecov

codecov Bot commented Nov 15, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.56%. Comparing base (427fb33) to head (14399e3).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##            main   #3707      +/-   ##
========================================
+ Coverage   0.51%   0.56%   +0.05%     
========================================
  Files        377     378       +1     
  Lines      21298   21621     +323     
  Branches    2580    2662      +82     
========================================
+ Hits         109     122      +13     
- Misses     21169   21478     +309     
- Partials      20      21       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jamesarich jamesarich added this pull request to the merge queue Nov 15, 2025
Merged via the queue into main with commit 123d6f1 Nov 15, 2025
6 checks passed
@jamesarich jamesarich deleted the dev/debug-names branch November 15, 2025 02:08
mdecourcy pushed a commit to mdecourcy/Meshtastic-Android that referenced this pull request Nov 19, 2025
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
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.

1 participant