From 292087f330d1a0b8c1b1101374554a9ee6960556 Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 12 Jul 2016 11:17:30 -0400 Subject: [PATCH 1/4] xxhdpi, xxxhdpi --- index.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 9a60de3..28f1f4b 100644 --- a/index.js +++ b/index.js @@ -156,7 +156,11 @@ var getPlatformSplashs = function() { { name:"screen-mdpi-portrait.png", width: 320, height: 470, density:"port-mdpi" }, // 480x800 { name:"screen-mdpi-landscape.png", width: 470, height: 320, density:"land-mdpi" }, // 800x480 { name:"screen-xhdpi-portrait.png", width: 720, height: 960, density:"port-xhdpi" }, // 720x1280 - { name:"screen-xhdpi-landscape.png", width: 960, height: 720, density:"land-xhdpi" } // 1280x720 + { name:"screen-xhdpi-landscape.png", width: 960, height: 720, density:"land-xhdpi" }, // 1280x720 + { name:"screen-xxhdpi-portrait.png", width: 960, height: 1600, density:"port-xxhdpi" }, // 960x1600 + { name:"screen-xxhdpi-landscape.png", width: 1600, height: 960, density:"land-xxhdpi" }, // 1600x960 + { name:"screen-xxxhdpi-portrait.png", width: 1280, height: 1920, density:"port-xxhdpi" }, // 1280x1920 + { name:"screen-xxxhdpi-landscape.png", width: 1920, height: 1280, density:"land-xxhdpi" } // 1920x1280 ] }); @@ -470,4 +474,4 @@ function generate(options) { module.exports = { generate: generate -}; \ No newline at end of file +}; From a71afc3a867599bd73cbc0c6161ed0f3c199b575 Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 12 Jul 2016 11:18:27 -0400 Subject: [PATCH 2/4] Revert "xxhdpi, xxxhdpi" This reverts commit 292087f330d1a0b8c1b1101374554a9ee6960556. --- index.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/index.js b/index.js index 28f1f4b..9a60de3 100644 --- a/index.js +++ b/index.js @@ -156,11 +156,7 @@ var getPlatformSplashs = function() { { name:"screen-mdpi-portrait.png", width: 320, height: 470, density:"port-mdpi" }, // 480x800 { name:"screen-mdpi-landscape.png", width: 470, height: 320, density:"land-mdpi" }, // 800x480 { name:"screen-xhdpi-portrait.png", width: 720, height: 960, density:"port-xhdpi" }, // 720x1280 - { name:"screen-xhdpi-landscape.png", width: 960, height: 720, density:"land-xhdpi" }, // 1280x720 - { name:"screen-xxhdpi-portrait.png", width: 960, height: 1600, density:"port-xxhdpi" }, // 960x1600 - { name:"screen-xxhdpi-landscape.png", width: 1600, height: 960, density:"land-xxhdpi" }, // 1600x960 - { name:"screen-xxxhdpi-portrait.png", width: 1280, height: 1920, density:"port-xxhdpi" }, // 1280x1920 - { name:"screen-xxxhdpi-landscape.png", width: 1920, height: 1280, density:"land-xxhdpi" } // 1920x1280 + { name:"screen-xhdpi-landscape.png", width: 960, height: 720, density:"land-xhdpi" } // 1280x720 ] }); @@ -474,4 +470,4 @@ function generate(options) { module.exports = { generate: generate -}; +}; \ No newline at end of file From b32ac3558b430bdb373a0eab8b6548985df12fe8 Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 12 Jul 2016 11:20:21 -0400 Subject: [PATCH 3/4] android support xxhdpi & xxxhdpi --- index.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 9a60de3..28f1f4b 100644 --- a/index.js +++ b/index.js @@ -156,7 +156,11 @@ var getPlatformSplashs = function() { { name:"screen-mdpi-portrait.png", width: 320, height: 470, density:"port-mdpi" }, // 480x800 { name:"screen-mdpi-landscape.png", width: 470, height: 320, density:"land-mdpi" }, // 800x480 { name:"screen-xhdpi-portrait.png", width: 720, height: 960, density:"port-xhdpi" }, // 720x1280 - { name:"screen-xhdpi-landscape.png", width: 960, height: 720, density:"land-xhdpi" } // 1280x720 + { name:"screen-xhdpi-landscape.png", width: 960, height: 720, density:"land-xhdpi" }, // 1280x720 + { name:"screen-xxhdpi-portrait.png", width: 960, height: 1600, density:"port-xxhdpi" }, // 960x1600 + { name:"screen-xxhdpi-landscape.png", width: 1600, height: 960, density:"land-xxhdpi" }, // 1600x960 + { name:"screen-xxxhdpi-portrait.png", width: 1280, height: 1920, density:"port-xxhdpi" }, // 1280x1920 + { name:"screen-xxxhdpi-landscape.png", width: 1920, height: 1280, density:"land-xxhdpi" } // 1920x1280 ] }); @@ -470,4 +474,4 @@ function generate(options) { module.exports = { generate: generate -}; \ No newline at end of file +}; From 846887c10cb999a2ad03472b89ee4c41ceea6605 Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 12 Jul 2016 12:00:26 -0400 Subject: [PATCH 4/4] updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e9cf6e6..0958ca9 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,14 @@ Include in your ```config.xml``` file: + + + +