calabash / calabash-ios-server

An embedded HTTP server for performing queries and test automation
Other
87 stars 82 forks source link

Support legacy apps displayed on iPhone X in letter box #402

Closed jmoody closed 6 years ago

jmoody commented 7 years ago

Motivation

This is a significant rewrite of the portion of the server that computes view hit points.

I moved touch-util-related code from LPTouchUtils to LPWebQuery when the only caller was in LPWebQuery. This will, I think, make identifying code paths easier.

Since this a significant rewrite, it behooves us to run more tests than usual to ensure nothing is broken.

Completes:

Tests

jmoody commented 6 years ago

@john7doe Ready for review.