Skip to content

Commit

Permalink
Merge pull request #183 from thoragio/master
Browse files Browse the repository at this point in the history
Add Pixel, S7 Edge, 6s+, clean up iOS doubles
  • Loading branch information
borismus committed Jan 5, 2017
2 parents 1047fd2 + ae45034 commit c828667
Showing 1 changed file with 35 additions and 26 deletions.
61 changes: 35 additions & 26 deletions src/dpdb/dpdb-cache.js
Expand Up @@ -43,6 +43,17 @@ var DPDB_CACHE = {
"ac": 1000
},

{
"type": "android",
"rules": [
{ "mdmh": "Google//Pixel XL/" },
{ "ua": "Pixel XL" }
],
"dpi": [537.9, 533],
"bw": 3,
"ac": 1000
},

{
"type": "android",
"rules": [
Expand Down Expand Up @@ -406,6 +417,17 @@ var DPDB_CACHE = {
"ac": 1000
},

{
"type": "android",
"rules": [
{ "mdmh": "motorola/*/G4/*" },
{ "ua": "Moto G (4)" }
],
"dpi": 401.0,
"bw": 4,
"ac": 1000
},

{
"type": "android",
"rules": [
Expand Down Expand Up @@ -813,6 +835,17 @@ var DPDB_CACHE = {
"ac": 1000
},

{
"type": "android",
"rules": [
{ "mdmh": "samsung/*/SM-G935F/*" },
{ "ua": "SM-G935F" }
],
"dpi": 534,
"bw": 3,
"ac": 500
},

{
"type": "android",
"rules": [
Expand Down Expand Up @@ -909,14 +942,6 @@ var DPDB_CACHE = {
"ac": 1000
},

{
"type": "ios",
"rules": [ { "res": [ 640, 960 ] } ],
"dpi": [ 325.1, 328.4 ],
"bw": 4,
"ac": 1000
},

{
"type": "ios",
"rules": [ { "res": [ 640, 1136 ] } ],
Expand All @@ -925,22 +950,6 @@ var DPDB_CACHE = {
"ac": 1000
},

{
"type": "ios",
"rules": [ { "res": [ 640, 1136 ] } ],
"dpi": [ 317.1, 320.2 ],
"bw": 3,
"ac": 1000
},

{
"type": "ios",
"rules": [ { "res": [ 750, 1334 ] } ],
"dpi": 326.4,
"bw": 4,
"ac": 1000
},

{
"type": "ios",
"rules": [ { "res": [ 750, 1334 ] } ],
Expand All @@ -959,8 +968,8 @@ var DPDB_CACHE = {

{
"type": "ios",
"rules": [ { "res": [ 1242, 2208 ] } ],
"dpi": [ 453.6, 458.4 ],
"rules": [ { "res": [ 1125, 2001 ] } ],
"dpi": [ 410.9, 415.4 ],
"bw": 4,
"ac": 1000
}
Expand Down

0 comments on commit c828667

Please sign in to comment.