Skip to content

Commit

Permalink
Add Samsung S8+ variant, fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell committed Oct 17, 2018
1 parent 64c476b commit 415bbb8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -96,6 +96,9 @@ node scripts/build.js --write

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

### 2018-10-17
- [Samsung S8+ variant](https://github.com/immersive-web/webvr-polyfill-dpdb/issues/41)

### 2018-03-14
- [iPhone X](https://github.com/immersive-web/webvr-polyfill-dpdb/pull/35)

Expand Down
19 changes: 18 additions & 1 deletion dpdb-formatted.json
@@ -1,6 +1,6 @@
{
"format": 1,
"last_updated": "2018-08-30T14:54:13Z",
"last_updated": "2018-10-17T15:31:16Z",
"devices": [
{
"type": "android",
Expand Down Expand Up @@ -1450,6 +1450,23 @@
"bw": 3,
"ac": 500
},
{
"type": "android",
"rules": [
{
"mdmh": "samsung/*/SM-G955F/*"
},
{
"ua": "SM-G955F"
}
],
"dpi": [
522.514,
525.762
],
"bw": 3,
"ac": 500
},
{
"type": "android",
"rules": [
Expand Down

0 comments on commit 415bbb8

Please sign in to comment.