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

Android setting engine #477

Merged
merged 5 commits into from
Sep 27, 2016
Merged

Android setting engine #477

merged 5 commits into from
Sep 27, 2016

Commits on Sep 23, 2016

  1. Refactoring of setting engine

    - AppiumSetting became deprected. It was moved to io.appium.java_client.android.settings.Setting
    - the new interface io.appium.java_client.android.HasSettings was added
    - set/getSettings methods were moved to AndroidDriver
    - AndroidDriver#ignoreUnimportantViews became deprecated
    TikhomirovSergey committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    0042636 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2016

  1. Configuration menu
    Copy the full SHA
    0db2636 View commit details
    Browse the repository at this point in the history
  2. Interpretation of #410 to new architecture

    truebit authored and TikhomirovSergey committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    283950b View commit details
    Browse the repository at this point in the history
  3. Test coverage

    TikhomirovSergey committed Sep 24, 2016
    Configuration menu
    Copy the full SHA
    263a0c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c005127 View commit details
    Browse the repository at this point in the history