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

latest #1

Merged
merged 303 commits into from
May 10, 2019
Merged

latest #1

merged 303 commits into from
May 10, 2019

Conversation

ajeeshvl
Copy link
Owner

Change list

Please provide briefly described change list which are you going to propose.

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted java code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub

TikhomirovSergey and others added 30 commits December 2, 2017 23:44
- AuthenticatesByFinger was added to `io.appium.java_client.android`
- Some improvements of the FingerPrintTest
Removal of deprecated listener-methods from the AlertEventListener. These methods were
being invoked before/after authentication.
* Upgrade to Gradle 4.4.1

* Upgrade to Shadow plugin 2.0.2 to avoid using deprecated API

Build with Gradle 4.4.1 produces warning "A constructor for `org.gradle.api.internal.java.JavaLibrary` is used by Shadow plugin v1.2.x, and has been preserved for compatibility. This has been deprecated and is scheduled to be removed in Gradle 5.0. If you're using the Shadow plugin, try upgrading to v2.x.
        at build_dl88ph5x3js4p0j7p18rbzvjq.run(/.../java-client/build.gradle:34)".

* Use pre-configured mavenCentral() repository

https://docs.gradle.org/4.4.1/release-notes.html#use-of-canonical-url-for-mavencentral()-repository-url
Selenium modules changes:
 - PhantomJS drop: SeleniumHQ/selenium@8afc242
 - Replace cglib with bytebuddy: SeleniumHQ/selenium@07b7b54
valfirst and others added 29 commits September 24, 2018 21:41
* Upgrade to com.google.code.gson:gson:2.8.5

* Upgrade to org.apache.httpcomponents:httpclient:4.5.6

* Upgrade to cglib:cglib:3.2.8

* Upgrade to org.apache.commons:commons-lang3:3.8

* Upgrade to org.springframework:spring-context:5.1.0.RELEASE

* Upgrade to io.github.bonigarcia:webdrivermanager:3.0.0
* deprecate selendroid

* fixed review

* added detailed deprecated statement to use UIA1 for Android API below 21 and UI2 for API >=

* making travis happy

* fixed linter issue

* trying to make travis happy
* add custom locator strategy

* use correct strategy constant

* fix lint issues

* add doc links
* Add threshold argument to OccurrenceMatchingOptions

* Fix linter
* Set up CI with Azure Pipelines

update azure configs

add default server path

remove iOS from travis

format as per azure guidelines

format as per azure guidelines

format as per azure guidelines

Add appium server installation

Install specific version of node

Add appium server path

Execute on appropriate environment

Execute on appropriate environment

* Remove android information

* fix checkstyle

* remove hardcoded appium path

* fix node in azure mac host

* fix node in azure mac host

* set node 8 in path

* check node path

* check npm root path

* check npm root path

* enable tests

* make codacy happy
* Add a setting for tag names normalization

* wording
* depreacte UIAutomation for iOS

* fix review

* added deprecation description
* Delete deprecated methods

* Fix widget tests

* Make checkstyle happy
* get list of avd in azure mac host

* get list of avd in azure mac host

* mount emulator

* mount emulator

* Execute iOS and Android tests

* Remove travis integration

* Fix review comments

* move variables as per azure docs

* switch to azure syntax

* adding travis back
Update links pointing to old versions.
Update two more links pointing in the wrong direction.
* Upgrade to org.apache.httpcomponents:httpclient:4.5.7

* Upgrade to cglib:cglib:3.2.10

* Upgrade to org.apache.commons:commons-lang3:3.8.1

* Upgrade to org.springframework:spring-context:5.1.4.RELEASE

* Upgrade to org.aspectj:aspectjweaver:1.9.2

* Upgrade to io.github.bonigarcia:webdrivermanager:3.2.0
The WebDriver capabilities field remains as null until the new-session command
succeeds, returning the capabilities stated by the server.

If an exception happens during session creation, some handling code may try to
convert the WebDriver instance to string.  In which case, the conversion would
throw a NullPointerException, masking the real failure.

This change just protects against the NullPointerException, so the real session
initiation failures can be easily troubleshooted.
* send both signalStrengh and signalStrength

* add a comment to the issue
* Add the missing Android and iOS settings

* Tune docs

* Fix docstrings
* fix moved or deleted contents
* replace `http` to `https`
@ajeeshvl ajeeshvl merged commit fd0a556 into ajeeshvl:master May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.