-
Notifications
You must be signed in to change notification settings - Fork 36
Comparing changes
Open a pull request
base repository: lyft/Hammer
base: 0.13.3
head repository: lyft/Hammer
compare: main
- 13 commits
- 26 files changed
- 6 contributors
Commits on Feb 24, 2022
-
FingerMove by translationX, y value (#40)
Adding a new method to move fingers by translationX and Y, from the current location of the fingers.
Configuration menu - View commit details
-
Copy full SHA for 34ec436 - Browse repository at this point
Copy the full SHA 34ec436View commit details
Commits on Feb 25, 2022
-
Improve visibility check (#41)
The visibility check was not taking into account the clipsToBounds property so it was often returning the wrong error (it should have passed the visibility check but not the hittable check). Fixes #38
Configuration menu - View commit details
-
Copy full SHA for 1736a39 - Browse repository at this point
Copy the full SHA 1736a39View commit details -
Improve view initialization (#42)
Currently, when you initialize an event generator from a UIView, it adds that view directly to a UIWindow. This can be a destructive change because the view might already be a subview of another view (possibly even already added to a window) and it will get removed. This change detects if the view already has a window and uses that directly. If not, it will get the top level superview by transversing the view hierarchy and use that instead. Because we set the mainView to the view that was passed in the initializer, everything else remains the same and it should not be a breaking change.
Configuration menu - View commit details
-
Copy full SHA for f61b74c - Browse repository at this point
Copy the full SHA f61b74cView commit details
Commits on Mar 8, 2022
-
Refactor test layout methods (#43)
Refactors some layout utility methods in tests
Configuration menu - View commit details
-
Copy full SHA for 18afd8d - Browse repository at this point
Copy the full SHA 18afd8dView commit details
Commits on Mar 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 00afd05 - Browse repository at this point
Copy the full SHA 00afd05View commit details
Commits on Jul 14, 2022
-
This method is deprecated but we still need to use it because iOS uses it itself and we need it to detect when the app is ignoring events. The fix is to add a protocol to bypass the warning.
Configuration menu - View commit details
-
Copy full SHA for 1b8e6e8 - Browse repository at this point
Copy the full SHA 1b8e6e8View commit details
Commits on Aug 23, 2022
-
Add new locatable utilities (#49)
Adds a couple more locatable utilities and makes mainView public so its possible to create more
Configuration menu - View commit details
-
Copy full SHA for d560b57 - Browse repository at this point
Copy the full SHA d560b57View commit details
Commits on Jun 12, 2024
-
Xcode 12.4 is not available anymore --------- Co-authored-by: Gabriel Lanata <[email protected]> Co-authored-by: Marcos Griselli <[email protected]> Co-authored-by: Marcos Griselli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e958c5 - Browse repository at this point
Copy the full SHA 4e958c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c773b77 - Browse repository at this point
Copy the full SHA c773b77View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 00b5164 - Browse repository at this point
Copy the full SHA 00b5164View commit details
Commits on Sep 22, 2024
-
Simulates view controller lifecycle more accurately
Configuration menu - View commit details
-
Copy full SHA for 3210dd6 - Browse repository at this point
Copy the full SHA 3210dd6View commit details
Commits on Jan 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 536170a - Browse repository at this point
Copy the full SHA 536170aView commit details
Commits on Jan 15, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for c9c36b7 - Browse repository at this point
Copy the full SHA c9c36b7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.13.3...main