1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Add Android 8.1 Developer Preview 1 support.

This commit is contained in:
Simo Kinnunen 2017-10-26 23:56:10 +09:00
parent c953779b98
commit 3b632b4314
4 changed files with 6 additions and 5 deletions

View file

@ -4,6 +4,7 @@
### Enhancements ### Enhancements
- Android 8.1 Developer Preview 1 is now supported. Note that future preview versions may require more changes.
- The network column in the device list is now based on a value that gets updated in real time. The format of the column has changed slightly due to this change. - The network column in the device list is now based on a value that gets updated in real time. The format of the column has changed slightly due to this change.
- The `--mute-master` option now accepts the values `never` (default), `inuse` (only when a device is being used), and `always` (mute pre-emptively during setup phase). For backwards compatibility, `--mute-master` with no value maps to `inuse`, and `--no-mute-master` to `never`. - The `--mute-master` option now accepts the values `never` (default), `inuse` (only when a device is being used), and `always` (mute pre-emptively during setup phase). For backwards compatibility, `--mute-master` with no value maps to `inuse`, and `--no-mute-master` to `never`.
- The battery level and battery temperature columns are now filterable with comparison operators. - The battery level and battery temperature columns are now filterable with comparison operators.

View file

@ -32,7 +32,7 @@ Please [contact us][contact-link] for sponsor arrangements. Both recurring and o
* OS support * OS support
- Android - Android
* Supports versions 2.3.3 (SDK level 10) to 8.0 (SDK level 26) * Supports versions 2.3.3 (SDK level 10) to 8.1 Developer Preview 1 (SDK level 27)
* Supports Wear 5.1 (but not 5.0 due to missing permissions) * Supports Wear 5.1 (but not 5.0 due to missing permissions)
* Supports Fire OS, CyanogenMod, and other heavily Android based distributions * Supports Fire OS, CyanogenMod, and other heavily Android based distributions
* `root` is **not** required for any current functionality * `root` is **not** required for any current functionality

View file

@ -61,7 +61,7 @@
"lodash": "^4.14.2", "lodash": "^4.14.2",
"markdown-serve": "^0.3.2", "markdown-serve": "^0.3.2",
"mime": "^1.3.4", "mime": "^1.3.4",
"minicap-prebuilt": "^2.0.0", "minicap-prebuilt": "^2.1.0",
"minimatch": "^3.0.3", "minimatch": "^3.0.3",
"minitouch-prebuilt": "^1.0.0", "minitouch-prebuilt": "^1.0.0",
"my-local-ip": "^1.0.0", "my-local-ip": "^1.0.0",

View file

@ -4280,9 +4280,9 @@ mimic-fn@^1.0.0:
version "1.1.0" version "1.1.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18" resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
minicap-prebuilt@^2.0.0: minicap-prebuilt@^2.1.0:
version "2.0.0" version "2.1.0"
resolved "https://registry.yarnpkg.com/minicap-prebuilt/-/minicap-prebuilt-2.0.0.tgz#e63fac85a2d59520811c3f676f3caad83e75d087" resolved "https://registry.yarnpkg.com/minicap-prebuilt/-/minicap-prebuilt-2.1.0.tgz#6c0ecd57786fd9227d60d91ae2e79fbb16b91a6e"
minimalistic-assert@^1.0.0: minimalistic-assert@^1.0.0:
version "1.0.0" version "1.0.0"