mirror of
https://github.com/openstf/stf
synced 2025-10-06 12:00:08 +02:00
Add Android 8.1 Developer Preview 1 support.
This commit is contained in:
parent
c953779b98
commit
3b632b4314
4 changed files with 6 additions and 5 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
### 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 `--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.
|
||||
|
|
|
@ -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.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 Fire OS, CyanogenMod, and other heavily Android based distributions
|
||||
* `root` is **not** required for any current functionality
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
"lodash": "^4.14.2",
|
||||
"markdown-serve": "^0.3.2",
|
||||
"mime": "^1.3.4",
|
||||
"minicap-prebuilt": "^2.0.0",
|
||||
"minicap-prebuilt": "^2.1.0",
|
||||
"minimatch": "^3.0.3",
|
||||
"minitouch-prebuilt": "^1.0.0",
|
||||
"my-local-ip": "^1.0.0",
|
||||
|
|
|
@ -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.0.0:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/minicap-prebuilt/-/minicap-prebuilt-2.0.0.tgz#e63fac85a2d59520811c3f676f3caad83e75d087"
|
||||
minicap-prebuilt@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/minicap-prebuilt/-/minicap-prebuilt-2.1.0.tgz#6c0ecd57786fd9227d60d91ae2e79fbb16b91a6e"
|
||||
|
||||
minimalistic-assert@^1.0.0:
|
||||
version "1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue