Skip to content

Commit

Permalink
Fix java doc, Update release notes and Release 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanTarget committed Nov 11, 2019
1 parent fcf8581 commit c98ff29
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,21 @@ dependencies {
```

## Changelog
*7.3.0*
- **[ENHANCEMENTS]**
- Add support for logging custom events on the Appium Server. [#1262](https://github.com/appium/java-client/pull/1262)
- Update Appium executable detection implementation. [#1256](https://github.com/appium/java-client/pull/1256)
- Avoid through NPE if any setting value is null. [#1241](https://github.com/appium/java-client/pull/1241)
- Settings API was improved to accept string names. [#1240](https://github.com/appium/java-client/pull/1240)
- Switch `runAppInBackground` iOS implementation in sync with other platforms. [#1229](https://github.com/appium/java-client/pull/1229)
- JavaDocs for AndroidMobileCapabilityType was updated. [#1238](https://github.com/appium/java-client/pull/1238)
- Github Actions were introduced instead of TravisCI. [#1219](https://github.com/appium/java-client/pull/1219)
- **[BUG FIX]**
- Fix return type of `getSystemBars` API. [#1216](https://github.com/appium/java-client/pull/1216)
- Avoid using `getSession` call for capabilities values retrieval [W3C Support]. [#1204](https://github.com/appium/java-client/pull/1204)
- Fix pagefactory list element initialisation when parameterised by generic type. [#1237](https://github.com/appium/java-client/pull/1237)
- Fix AndroidKey commands. [#1250](https://github.com/appium/java-client/pull/1250)

*7.2.0*
- **[DEPENDENCY UPDATES]**
- `org.seleniumhq.selenium:selenium-java` was reverted to stable version 3.141.59. [#1209](https://github.com/appium/java-client/pull/1209)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'io.appium'
artifactId = 'java-client'
version = '7.2.0'
version = '7.3.0'
from components.java
artifact sourcesJar
artifact javadocJar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ public interface AndroidMobileCapabilityType extends CapabilityType {
String ADB_EXEC_TIMEOUT = "adbExecTimeout";

/**
* Sets the locale <a href="https://developer.android.com/reference/java/util/Locale>script</a>.
* Sets the locale <a href="https://developer.android.com/reference/java/util/Locale">script</a>.
* @since 1.10.0
*/
String LOCALE_SCRIPT = "localeScript";
Expand Down

0 comments on commit c98ff29

Please sign in to comment.