Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7a56ce8458
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
content/docs/android/changelog.mdx
Outdated
|
|
||
| ## 2.7.10 | ||
|
|
||
| ### Enhancements |
There was a problem hiding this comment.
Include potentially impactful changes in 2.7.10 notes
The 2.7.10 entry jumps straight to Enhancements and omits the upstream Potentially impactful changes section, which documents a behavior change where billing-related register failures are wrapped as SubscriptionStatusTimeout instead of NoPaywallView. That omission can cause integrators to miss a needed error-handling update when adopting 2.7.10, so the changelog here should mirror the upstream entry before listing enhancements/fixes.
Useful? React with 👍 / 👎.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | 736164f | Commit Preview URL Branch Preview URL |
Apr 06 2026, 06:57 PM |
Android SDK 2.7.8 → 2.7.10
Changes
SdkLatestVersionincontent/docs/android/index.mdxandcontent/docs/android/sdk-reference/index.mdxcontent/docs/android/quickstart/install.mdxcontent/docs/android/changelog.mdxUpstream changelog
2.7.10 Enhancements:
2.7.10 Fixes:
SerialTaskManager2.7.9 Fixes:
Source
Note
Low Risk
Documentation-only updates bumping referenced Android SDK version and adding release notes; no runtime code changes, but the notes call out a potentially behavior-impacting billing error wrapping that users may need to account for.
Overview
Updates the Android docs to reference SDK
2.7.10(from2.7.8) across the landing pages and Gradle/TOML install snippets.Adds changelog entries for
2.7.9and2.7.10, including a potentially impactful note about billing errors on register now surfacing asSubscriptionStatusTimeout, plus new enhancements/fixes.Extends the
SuperwallEventreference docs with the newPaywallPageViewevent and an example of tracking multi-page paywall navigation metadata.Reviewed by Cursor Bugbot for commit 736164f. Bugbot is set up for automated code reviews on this repo. Configure here.