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

Support Android 8.1.

This commit is contained in:
Simo Kinnunen 2017-12-06 14:22:31 +09:00
parent 845c9ab0ed
commit c4e39c9a11
4 changed files with 6 additions and 6 deletions

View file

@ -4,7 +4,7 @@
### Enhancements
- Android 8.1 Developer Preview 1 is now supported. Note that future preview versions may require more changes.
- Android 8.1 is now supported.
- 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 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
- Android
* Supports versions 2.3.3 (SDK level 10) to 8.1 Developer Preview 1 (SDK level 27)
* Supports versions 2.3.3 (SDK level 10) to 8.1 (SDK level 27)
* Supports Wear 5.1 (but not 5.0 due to missing permissions)
* Supports Fire OS, CyanogenMod, and other heavily Android based distributions
* `root` is **not** required for any current functionality

View file

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

View file

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