Skip to content

Commit

Permalink
Updated minitouch to fix touch detection issues on Meizu Pro7 Plus.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed May 9, 2018
1 parent f5a6f87 commit 029efa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Updated [STFService.apk](https://github.com/openstf/STFService.apk) to fix an issue on high aspect ratio devices like the Mi Mix 2 where a portion of the screen may not have been visible.
- Updated [adbkit-apkreader](https://github.com/openstf/adbkit-apkreader) to resolve issues with certain APK files that were unparseable and therefore could not be installed. The issue was with long strings in the manifest file.
- Updated [minitouch](https://github.com/openstf/minitouch) to fix touch detection issues on Meizu Pro7 Plus.

## 3.3.0 (2018-03-25)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"mime": "^1.3.4",
"minicap-prebuilt": "^2.2.0",
"minimatch": "^3.0.3",
"minitouch-prebuilt": "^1.1.0",
"minitouch-prebuilt": "^1.2.0",
"my-local-ip": "^1.0.0",
"openid": "^2.0.1",
"passport": "^0.3.2",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4330,9 +4330,9 @@ minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"

minitouch-prebuilt@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/minitouch-prebuilt/-/minitouch-prebuilt-1.1.0.tgz#2e0e9a3ef7d7664253ce45ea8a6983cb6cc49475"
minitouch-prebuilt@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/minitouch-prebuilt/-/minitouch-prebuilt-1.2.0.tgz#e136fb2eb888d6f0283df173d444f1dfb7d9df31"

[email protected]:
version "0.5.0"
Expand Down

0 comments on commit 029efa8

Please sign in to comment.