Skip to content

Conversation

@ianrumac
Copy link
Collaborator

@ianrumac ianrumac commented Jan 7, 2026

Changes in this pull request

2.6.7

Enhancements

  • Adds permission granting and callbacks to/from paywalls
  • Adds PaywallPreloadStart and PaywallPreloadComplete events

Fixes

  • Fix handling of deep links when paywall is detached
  • Enables permission granting from paywall and callbacks
  • Fix crash when handling drawer style paywalls with 100% height

Checklist

  • All unit tests pass.
  • All UI tests pass.
  • Demo project builds and runs.
  • I added/updated tests or detailed why my change isn't tested.
  • I added an entry to the CHANGELOG.md for any breaking changes, enhancements, or bug fixes.
  • I have run ktlint in the main directory and fixed any issues.
  • I have updated the SDK documentation as well as the online docs.
  • I have reviewed the contributing guide

ianrumac and others added 14 commits December 18, 2025 18:08
The BottomSheetBehavior.halfExpandedRatio requires a value strictly
between 0 and 1 (exclusive). When the editor allows setting height to
100%, the calculation would yield 1.0, causing an IllegalArgumentException.

This fix clamps the ratio to the valid range (0.01 to 0.99).
…tion-7ZGq0

Fix value normalization and animation issues
Handle deep links better when activity is detached
Add permission granting for notifications
@ianrumac ianrumac changed the title 2.6.1 2.6.7 Jan 7, 2026
@ianrumac ianrumac merged commit 79691ea into main Jan 8, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants