feat(settings): Add flavor-specific label to upgrade badge

Makes the inline upgrade badge a tiny star + short label (Pro on gplay, FOSS on foss) instead of icon-only. Text is flavor-switched via upgrade_badge_label in each flavor's strings.xml, primary color, labelSmall typography, no pill background to keep it lightweight when multiple rows stack it. Accessibility uses the existing common_upgrade_required_label.
This commit is contained in:
darken
2026-04-11 17:03:40 +02:00
committed by Matthias Urhahn
parent ed6c939284
commit 30163a3f69
3 changed files with 24 additions and 6 deletions
+1
View File
@@ -7,4 +7,5 @@
<string name="upgrade_foss_sponsor_action">Sponsor development</string>
<string name="upgrade_foss_sponsor_subtitle">No ads. No tracking. No Google Play lock-in.</string>
<string name="upgrade_foss_sponsor_returned_early">Back already? Your support keeps CAPod alive.</string>
<string name="upgrade_badge_label">FOSS</string>
</resources>