Android setting engine by TikhomirovSergey · Pull Request #477 · appium/java-client

and others added 5 commits

September 23, 2016 23:29
- 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

SrinivasanTarget

truebit

TikhomirovSergey added a commit that referenced this pull request

Sep 30, 2016
* The addition to #477

- the enum `io.appium.java_client.android.ConfiguratorParameters` was removed
- new elements were added to the `io.appium.java_client.android.Settings`
- refactoring of the `io.appium.java_client.HasSettings`.

* Work on remarks. Addition to #477