mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
fix(upgrade): Cover widget entry refresh and recorder edge cases
- 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.
This commit is contained in:
@@ -88,7 +88,7 @@ class UpgradeRepoFoss @Inject constructor(
|
||||
companion object {
|
||||
private const val STORE_SITE = "https://github.com/d4rken-org/capod/releases"
|
||||
private const val UPGRADE_SITE = "https://github.com/sponsors/d4rken"
|
||||
private const val BETA_SITE = "https://play.google.com/apps/testing/eu.darken.capod"
|
||||
private const val BETA_SITE = "https://github.com/d4rken-org/capod/releases"
|
||||
private val TAG = logTag("Upgrade", "Foss", "Repo")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user