appium-android-driver 5.14.5 → 5.14.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.14.7](https://github.com/appium/appium-android-driver/compare/v5.14.6...v5.14.7) (2023-08-28)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps-dev:** bump conventional-changelog-conventionalcommits ([#843](https://github.com/appium/appium-android-driver/issues/843)) ([d1b5079](https://github.com/appium/appium-android-driver/commit/d1b50798fb6fc3f7f28c38ea5ce112d20d8a1b7a))
7
+
8
+ ## [5.14.6](https://github.com/appium/appium-android-driver/compare/v5.14.5...v5.14.6) (2023-08-25)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps-dev:** bump semantic-release from 20.1.3 to 21.1.0 ([#842](https://github.com/appium/appium-android-driver/issues/842)) ([2dac011](https://github.com/appium/appium-android-driver/commit/2dac011cb4adc2d51c0a7388c6040c1d3533d277))
14
+
1
15
  ## [5.14.5](https://github.com/appium/appium-android-driver/compare/v5.14.4...v5.14.5) (2023-08-23)
2
16
 
3
17
 
@@ -0,0 +1,19 @@
1
+ Bootstrap Android
2
+ ===
3
+
4
+ To install the Android Maven dependencies in your local environment, run the following:
5
+
6
+ * Clone https://github.com/mosabua/maven-android-sdk-deployer into your workstation
7
+ * Set the ANDROID_HOME environment to the location of the Android SDK, eg. `export ANDROID_HOME=/Developer/adt-bundle-mac-x86_64-20130219/sdk/`
8
+ * Run `mvn install -P 4.4` from the `maven-android-sdk-deployer` directory. The build will fail if API 19 and some extra packages are not installed.
9
+ * Please install all sdk and api versions of android for building `maven-android-sdk-deployer`.
10
+
11
+ You can then compile the bootstrap project by running
12
+
13
+ mvn package -P 4.4
14
+
15
+ If mvn package fails, try deleting your ANDROID_HOME folder and downloading everything again. If it still doesn't work try:
16
+
17
+ android-sdk/tools/android update sdk --no-ui --obsolete --force
18
+
19
+ and then run `mvn clean ; mvn install`
@@ -217,7 +217,7 @@ export namespace helpers {
217
217
  }
218
218
  export const NATIVE_WIN: "NATIVE_APP";
219
219
  export const WEBVIEW_WIN: "WEBVIEW";
220
- export const WEBVIEW_BASE: string;
220
+ export const WEBVIEW_BASE: "WEBVIEW_";
221
221
  export const CHROMIUM_WIN: "CHROMIUM";
222
222
  export const KNOWN_CHROME_PACKAGE_NAMES: string[];
223
223
  export const DEVTOOLS_SOCKET_PATTERN: RegExp;
@@ -1 +1 @@
1
- {"version":3,"file":"webview-helpers.d.ts","sourceRoot":"","sources":["../../lib/webview-helpers.js"],"names":[],"mappings":";;;;;;UA4Fc,MAAM;;;;aAEN,MAAM;;;;;;UA+FN,MAAM;;;;;aACN,MAAM;;;;;;;;;;WAIL,UAAa;;;;;;;0BAMb,MAAM,GAAC,MAAM;;;;;6BAEb,OAAO;;;;;;oCAER,OAAO;;;;;;yBAoKP,MAAM;;;;;6BACN,OAAO;;;;;yBAEP,MAAM;;;;;;oCAEN,OAAO;;;;;;UAOP,MAAM;;;;aACN,MAAM;;;;;;;;WAEL,UAAa;;;;;;UA6Ed,MAAM;;;;QACL,MAAM;;;;;;aAKN,WAAW;;;;;;;;;;;;;;;IAhK1B;;;;;;;;;;;OAWG;IACH,4DAYC;IAED;;;;;;OAMG;IACH,yIAyBC;IAED;;;;;;;;;;OAUG;IAEH;;;;;;;OAOG;IAEH;;;;;;;;;;;;;;;;;OAiBG;IACH,mLAmDC;IAED;;;;OAIG;IAEH;;;;;;;;;;;;OAYG;IAEH;;;;;;OAMG;IACH,6EAGC;IAED;;;;;;;;;OASG;IACH,yGA0FC;;AApkBD,sCAAgC;AAChC,oCAA8B;AAE9B,kCAAuC;AADvC,sCAAgC;AAQhC,kDAKE;AATF,6CAA8E"}
1
+ {"version":3,"file":"webview-helpers.d.ts","sourceRoot":"","sources":["../../lib/webview-helpers.js"],"names":[],"mappings":";;;;;;UA4Fc,MAAM;;;;aAEN,MAAM;;;;;;UA+FN,MAAM;;;;;aACN,MAAM;;;;;;;;;;WAIL,UAAa;;;;;;;0BAMb,MAAM,GAAC,MAAM;;;;;6BAEb,OAAO;;;;;;oCAER,OAAO;;;;;;yBAoKP,MAAM;;;;;6BACN,OAAO;;;;;yBAEP,MAAM;;;;;;oCAEN,OAAO;;;;;;UAOP,MAAM;;;;aACN,MAAM;;;;;;;;WAEL,UAAa;;;;;;UA6Ed,MAAM;;;;QACL,MAAM;;;;;;aAKN,WAAW;;;;;;;;;;;;;;;IAhK1B;;;;;;;;;;;OAWG;IACH,4DAYC;IAED;;;;;;OAMG;IACH,yIAyBC;IAED;;;;;;;;;;OAUG;IAEH;;;;;;;OAOG;IAEH;;;;;;;;;;;;;;;;;OAiBG;IACH,mLAmDC;IAED;;;;OAIG;IAEH;;;;;;;;;;;;OAYG;IAEH;;;;;;OAMG;IACH,6EAGC;IAED;;;;;;;;;OASG;IACH,yGA0FC;;AApkBD,sCAAgC;AAChC,oCAA8B;AAE9B,sCAAuC;AADvC,sCAAgC;AAQhC,kDAKE;AATF,6CAA8E"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-android-driver",
3
- "version": "5.14.5",
3
+ "version": "5.14.7",
4
4
  "description": "Android UiAutomator and Chrome support for Appium",
5
5
  "keywords": [
6
6
  "appium",
@@ -101,7 +101,7 @@
101
101
  "android-apidemos": "^4.1.0",
102
102
  "chai": "^4.1.2",
103
103
  "chai-as-promised": "^7.1.1",
104
- "conventional-changelog-conventionalcommits": "^6.0.0",
104
+ "conventional-changelog-conventionalcommits": "^7.0.1",
105
105
  "eslint": "^7.32.0",
106
106
  "eslint-config-prettier": "^8.5.0",
107
107
  "eslint-plugin-import": "^2.26.0",
@@ -112,7 +112,7 @@
112
112
  "mocha": "^10.0.0",
113
113
  "prettier": "^3.0.1",
114
114
  "rimraf": "^5.0.0",
115
- "semantic-release": "^20.0.2",
115
+ "semantic-release": "^21.1.0",
116
116
  "sinon": "^15.0.0",
117
117
  "ts-node": "^10.9.1",
118
118
  "typescript": "^5.1.6",