Skip to content

Conversation

tonidero
Copy link
Contributor

Description

This makes it so we don't consume insets in paywalls in Android 16+. Starting on Android 16+, by default apps will go edge to edge. We already consume insets correctly within the paywall as needed, but the activity was actually consuming those insets before that.

A better fix might be to add an option to enable/disable this consumption, while keeping the current behavior in Android < 16 but changing it for android 16+. This is a short term fix for now.

Copy link
Member

@JayShortway JayShortway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice and pragmatic!

tonidero added a commit that referenced this pull request Jul 15, 2025
### Description
This updates the android orb and the tag we use for our jobs. Which will
allow us to have access to the latest android SDKs and fix tests in
#2520
@tonidero tonidero enabled auto-merge July 15, 2025 09:48
@tonidero tonidero disabled auto-merge July 15, 2025 10:27
Copy link

emerge-tools bot commented Jul 15, 2025

📸 Snapshot Test

648 unchanged

Name Added Removed Modified Renamed Unchanged Errored Approval
TestPurchasesUIAndroidCompatibility Paparazzi
com.revenuecat.testpurchasesuiandroidcompatibility.paparazzi
0 0 0 0 251 0 N/A
TestPurchasesUIAndroidCompatibility
com.revenuecat.testpurchasesuiandroidcompatibility
0 0 0 0 397 0 N/A

🛸 Powered by Emerge Tools

Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.93%. Comparing base (f8bff93) to head (f7e1577).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2520   +/-   ##
=======================================
  Coverage   77.93%   77.93%           
=======================================
  Files         286      286           
  Lines       10572    10572           
  Branches     1485     1485           
=======================================
  Hits         8239     8239           
  Misses       1687     1687           
  Partials      646      646           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -27,7 +27,7 @@ aliases:
executor:
name: android/android_docker
resource_class: xlarge
tag: 2024.04.1
tag: 2025.04.1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I missed updating the tag in #2521

@@ -56,15 +57,15 @@ internal fun Bitmap.blur(context: Context, radius: Float, scaleDown: Boolean = t
script.setInput(input)
script.forEach(output)

val blurredBitmap = Bitmap.createBitmap(bitmap.width, bitmap.height, config)
val blurredBitmap = config?.let { createBitmap(bitmap.width, bitmap.height, it) }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also part of #2525

@tonidero tonidero enabled auto-merge July 15, 2025 13:23
@tonidero tonidero added this pull request to the merge queue Jul 15, 2025
Merged via the queue into main with commit 370838c Jul 15, 2025
14 checks passed
@tonidero tonidero deleted the make-paywall-activity-not-consume-insets branch July 15, 2025 14:29
tonidero pushed a commit that referenced this pull request Jul 15, 2025
**This is an automatic release.**

## RevenueCat SDK
### 🐞 Bugfixes
* Fix upgrades/downgrades after BC8 update (#2532) via Toni Rico
(@tonidero)
### 📦 Dependency Updates
* [RENOVATE] Update build-dependencies (#2515) via RevenueCat Git Bot
(@RCGitBot)
* [RENOVATE] Update build-dependencies (#2472) via RevenueCat Git Bot
(@RCGitBot)

## RevenueCatUI SDK
### Paywallv2
#### 🐞 Bugfixes
* Make PaywallActivity not consume insets in Android 16+ (#2520) via
Toni Rico (@tonidero)

### 🔄 Other Changes
* Add CLAUDE.md (#2522) via Cesar de la Vega (@vegaro)
* Update kotlin version in README (#2524) via Cesar de la Vega (@vegaro)
* Increase compile/target SDK version to 35 (#2525) via Toni Rico
(@tonidero)
* Fix snapshot deployment (#2526) via Toni Rico (@tonidero)
* Update CircleCI android orb (#2521) via Toni Rico (@tonidero)
* [AUTOMATIC][Paywalls V2] Updates paywall-preview-resources submodule
(#2517) via RevenueCat Git Bot (@RCGitBot)
* Improve v9 migration docs (#2514) via Toni Rico (@tonidero)
* Bump AGP to 8.10.1 and Gradle to 8.14.2 (#2440) via Jaewoong Eum
(@skydoves)
* Fixes compilation of the CEC sample app. (#2512) via JayShortway
(@JayShortway)

Co-authored-by: revenuecat-ops <ops@revenuecat.com>
tonidero added a commit that referenced this pull request Aug 25, 2025
### Description
This updates the android orb and the tag we use for our jobs. Which will
allow us to have access to the latest android SDKs and fix tests in
#2520
tonidero added a commit that referenced this pull request Aug 25, 2025
### Description
This makes it so we don't consume insets in paywalls in Android 16+.
Starting on Android 16+, by default apps will go edge to edge. We
already consume insets correctly within the paywall as needed, but the
activity was actually consuming those insets before that.

A better fix might be to add an option to enable/disable this
consumption, while keeping the current behavior in Android < 16 but
changing it for android 16+. This is a short term fix for now.
@tonidero tonidero mentioned this pull request Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants