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

TouchID Implementation [iOS Sim Only] #509

Merged
merged 21 commits into from
Nov 18, 2016
Merged

TouchID Implementation [iOS Sim Only] #509

merged 21 commits into from
Nov 18, 2016

Commits on Nov 7, 2016

  1. Fixed broken tests

    Tests were failing because of an indentation problem in
    IOSGesturesTest.java and because a static import in
    XCUIAutomationTest.java was coming after the rest of the imports instead
    of before
    dpgraham committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    934d819 View commit details
    Browse the repository at this point in the history
  2. Added 'touch_id' endpoint

    (See https://support.apple.com/en-ca/HT201371 for description of the Touch ID feature)
    This endpoint simulates the TouchID feature.
    dpgraham committed Nov 7, 2016
    Configuration menu
    Copy the full SHA
    7ec088f View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. Configuration menu
    Copy the full SHA
    9f214cd View commit details
    Browse the repository at this point in the history
  2. Fix documentation

    dpgraham authored Nov 8, 2016
    Configuration menu
    Copy the full SHA
    897330c View commit details
    Browse the repository at this point in the history
  3. Fix documentation

    dpgraham authored Nov 8, 2016
    Configuration menu
    Copy the full SHA
    39823da View commit details
    Browse the repository at this point in the history
  4. Don't commit 'touchID()'

    This will be added post release
    dpgraham authored Nov 8, 2016
    Configuration menu
    Copy the full SHA
    e5a500b View commit details
    Browse the repository at this point in the history
  5. Added touchId test

    This test only executes the driver.touchId method, it doesn't do any assertions. Just verifies that it doesn't throw any exceptions.
    dpgraham committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    6880006 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ee13c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Configuration menu
    Copy the full SHA
    1e395ff View commit details
    Browse the repository at this point in the history
  2. Fixed broken tests

    Tests were failing because of an indentation problem in
    IOSGesturesTest.java and because a static import in
    XCUIAutomationTest.java was coming after the rest of the imports instead
    of before
    dpgraham committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    56dc2f0 View commit details
    Browse the repository at this point in the history
  3. Added 'touch_id' endpoint

    (See https://support.apple.com/en-ca/HT201371 for description of the Touch ID feature)
    This endpoint simulates the TouchID feature.
    dpgraham committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    fd9543c View commit details
    Browse the repository at this point in the history
  4. Fix documentation

    dpgraham committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    5b561e9 View commit details
    Browse the repository at this point in the history
  5. Fix documentation

    dpgraham committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    8071a8b View commit details
    Browse the repository at this point in the history
  6. Don't commit 'touchID()'

    This will be added post release
    dpgraham committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    605eb3e View commit details
    Browse the repository at this point in the history
  7. Added touchId test

    This test only executes the driver.touchId method, it doesn't do any assertions. Just verifies that it doesn't throw any exceptions.
    dpgraham committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    a9e580b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6a93c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Moved touchID into new file

    -Moved touchID out of IOSDeviceActionShorcuts and into PerformsTouchID
    -Made IOSDriver implement PerformsTouchID
    -Fixed typo that I noticed in CommandExecutionHelper
    -Fixed linting errors
    dpgraham committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    2f6f8ab View commit details
    Browse the repository at this point in the history
  2. Fixed conflicts

    dpgraham committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    309862d View commit details
    Browse the repository at this point in the history
  3. Fixed conflicts

    dpgraham committed Nov 11, 2016
    Configuration menu
    Copy the full SHA
    fec5168 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. Configuration menu
    Copy the full SHA
    847dd63 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

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