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: lyft/Hammer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.16.0
Choose a base ref
...
head repository: lyft/Hammer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 8, 2025

  1. Update CI (#62)

    macos12 is deprecated on github actions
    gabriellanata authored Jan 8, 2025
    Configuration menu
    Copy the full SHA
    536170a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Reduce flakiness by improving some checks to ensure the app is ready. (

    …#61)
    
    Changes:
    1. Ensures the runloop is fully flushed before continuing
    2. Force enables the accessibility engine and waits for it to load if it
    is the first time loading on a device
    3. Improve detection for view did appear to hopefully detect when the
    window's root view controller has completed appearance better and reduce
    issues from slow sim boot
    4. Check for unfinished animations with the assumption that we can use
    those for transitions.
    5. Adds a new settings object to be able to configure some of these
    options
    gabriellanata authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    c9c36b7 View commit details
    Browse the repository at this point in the history
Loading