mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
- WidgetConfigurationActivity refreshes the entitlement on resume: it is a second launcher entry point and can't rely on MainActivity reconciling. - The upgrade-return callback re-asks decideConfirm() instead of trusting the upgrade activity's result code, so RESULT_OK stays entitlement-gated. - RecorderModule stops the freshly started recorder when the header's diagnostics reads are cancelled, instead of leaking an untracked recording. - FOSS beta channel points at the GitHub releases page; the Play testing URL is signature-incompatible for FOSS builds. - Billing bug reports carry the contextual wrapper again, so the report is grouped by call site instead of the raw billing exception. Fixes review findings F1, F2, F3, F4, F5.