Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paywalls: improve image caching #3498

Merged
merged 12 commits into from
Dec 12, 2023
Merged

Paywalls: improve image caching #3498

merged 12 commits into from
Dec 12, 2023

Commits on Dec 11, 2023

  1. Paywalls: improve image caching

    Supersedes #3477.
    
    This replaces `AsyncImage` with a custom implementation that allows us to ensure caching works reliably by explicitly using a custom `URLSession` with a shared `URLCache`.
    NachoSoto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    cfa6346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00095dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c024946 View commit details
    Browse the repository at this point in the history
  4. Remove import

    NachoSoto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2315fcc View commit details
    Browse the repository at this point in the history
  5. Fix transition

    NachoSoto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1766596 View commit details
    Browse the repository at this point in the history
  6. Fix macOS

    NachoSoto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e859dff View commit details
    Browse the repository at this point in the history
  7. Fix test

    NachoSoto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    cea2ae3 View commit details
    Browse the repository at this point in the history
  8. Fix local requests

    NachoSoto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    aeca7ca View commit details
    Browse the repository at this point in the history
  9. Update snapshots

    NachoSoto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5598e85 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4884d40 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    db78949 View commit details
    Browse the repository at this point in the history
  12. Added comment

    NachoSoto committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d1761f4 View commit details
    Browse the repository at this point in the history