Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RevenueCat/purchases-android
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d4d8c1
Choose a base ref
...
head repository: RevenueCat/purchases-android
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2857006
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    b9bf98e View commit details
    Browse the repository at this point in the history
  2. Paywalls: ignore URL deserialization errors

    Note that this is only for the optional URLs, `assetBaseURL` is still required, but I'll handle errors there in a separate PR.
    NachoSoto committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    6a9f0a5 View commit details
    Browse the repository at this point in the history
  3. Paywalls: convert empty strings to null

    Equivalent to RevenueCat/purchases-ios#2818
    
    `IntroEligibilityStateView` relies on strings being `null` to determine what string is available, therefore we need to make sure we don't have empty strings in `PaywallData`.
    NachoSoto committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    aa13122 View commit details
    Browse the repository at this point in the history
  4. Paywalls: PaywallData errors shouldn't make Offerings fail to d…

    …ecode
    
    This also adds coverage for `PaywallData` deserialization inside of `Offering`
    NachoSoto committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2857006 View commit details
    Browse the repository at this point in the history
Loading