Skip to content

Commit

Permalink
Add Samsung Note 5 SM-N920P and Motorola G5 Plus. Fixes #26, #27
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell committed Sep 12, 2017
1 parent f3eb8f5 commit 3dcd8b7
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ node scripts/build.js --write

The following devices were added (and/or corrections made):

### 2017-09-12
- [Motorola G5 Plus](https://github.com/WebVRRocks/webvr-polyfill-dpdb/issues/27)
- [Samsung Note 5 (SM-N920P)](https://github.com/WebVRRocks/webvr-polyfill-dpdb/issues/26)

### 2017-08-27
- [Samsung S8](https://github.com/WebVRRocks/webvr-polyfill-dpdb/issues/25)
- [Lenovo Phab 2 Pro](https://github.com/WebVRRocks/webvr-polyfill-dpdb/issues/24)
Expand Down
36 changes: 35 additions & 1 deletion dpdb-formatted.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"format": 1,
"last_updated": "2017-08-27T14:39:31Z",
"last_updated": "2017-09-12T18:54:02Z",
"devices": [
{
"type": "android",
Expand Down Expand Up @@ -418,6 +418,23 @@
"bw": 3,
"ac": 500
},
{
"type": "android",
"rules": [
{
"mdmh": "motorola/*/G5/*"
},
{
"ua": "Moto G (5) Plus"
}
],
"dpi": [
403.4,
403
],
"bw": 3,
"ac": 1000
},
{
"type": "android",
"rules": [
Expand Down Expand Up @@ -1018,6 +1035,23 @@
"bw": 3,
"ac": 1000
},
{
"type": "android",
"rules": [
{
"mdmh": "samsung/*/SM-N920P/*"
},
{
"ua": "SM-N920P"
}
],
"dpi": [
386.3655,
390.144
],
"bw": 3,
"ac": 1000
},
{
"type": "android",
"rules": [
Expand Down
Loading

0 comments on commit 3dcd8b7

Please sign in to comment.