feat(upgrade): Add yearly subscription with trial to Google Play billing

Rewrite SKU type system from data class to interface hierarchy supporting both IAP and subscriptions. Add subscription query, offer matching, and billing flow launch for yearly plans with optional free trial.

FOSS: Add sponsor-gate with 10-second timer and snackbar nudge.
This commit is contained in:
darken
2026-03-04 22:38:23 +00:00
committed by Matthias Urhahn
parent 1a196689db
commit e35bce4d19
16 changed files with 625 additions and 163 deletions
+2
View File
@@ -5,4 +5,6 @@
<string name="foss_upgrade_no_money_label">I spend all my money on AirPods</string>
<string name="upgrade_foss_preamble">CAPod FOSS is free and open source. If you find it useful, consider sponsoring development to help keep the project going.</string>
<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>
</resources>