feat(build): Add distinct names for debug builds#3707
Merged
Conversation
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>
Codecov Report✅ All modified and coverable lines are covered by tests. 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. |
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>
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.
Thi introduces separate
strings.xmlfiles forgoogleDebugandfdroidDebugbuild variants.By setting the
app_namestring 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.