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

Create a new pull request by comparing changes across two branches #200

Merged
merged 5 commits into from
Aug 24, 2023

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    eaad723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4a0483 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Revert "Increase timeout seconds in ConcurrencyHelper"

    This reverts commit ed5b09a.
    sjudd committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7583df0 View commit details
    Browse the repository at this point in the history
  2. Revert "Add emulator tests run on Github Actions"

    This reverts commit 9bfbf25.
    sjudd committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4db0b30 View commit details
    Browse the repository at this point in the history
  3. Avoid modifying constraints when a scale factor can't be computed

    This will happen if either width or height (or both) are constrained to
    have a 0 size.
    
    We already avoid loading the image via AsyncImageSize /
    inferredGlideSize. This only impacts layout.
    
    Fixes #5256
    sjudd committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    af0d631 View commit details
    Browse the repository at this point in the history