am 97a1173b: docs: March 2015 Dashboard update
* commit '97a1173b63be900ab5aed694e8022c60f3817fa0': docs: March 2015 Dashboard update
This commit is contained in:
@@ -57,7 +57,7 @@ Platform Versions</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on February 2, 2015.
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on March 2, 2015.
|
||||
<br/>Any versions with less than 0.1% distribution are not shown.</em>
|
||||
</p>
|
||||
|
||||
@@ -88,7 +88,7 @@ Screens</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on February 2, 2015.
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on March 2, 2015.
|
||||
|
||||
<br/>Any screen configurations with less than 0.1% distribution are not shown.</em></p>
|
||||
|
||||
@@ -108,7 +108,7 @@ support for any lower version (for example, support for version 2.0 also implies
|
||||
|
||||
|
||||
<img alt="" style="float:right"
|
||||
src="//chart.googleapis.com/chart?chl=GL%202.0%7CGL%203.0&chf=bg%2Cs%2C00000000&chd=t%3A68.9%2C31.1&chco=c4df9b%2C6fad0c&cht=p&chs=400x250" />
|
||||
src="//chart.googleapis.com/chart?chl=GL%202.0%7CGL%203.0&chf=bg%2Cs%2C00000000&chd=t%3A67.5%2C32.5&chco=c4df9b%2C6fad0c&cht=p&chs=400x250" />
|
||||
|
||||
|
||||
<p>To declare which version of OpenGL ES your application requires, you should use the {@code
|
||||
@@ -127,17 +127,17 @@ uses.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.0</td>
|
||||
<td>68.9%</td>
|
||||
<td>67.5%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3.0</td>
|
||||
<td>31.1%</td>
|
||||
<td>32.5%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on February 2, 2015</em></p>
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on March 2, 2015</em></p>
|
||||
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ uses.</p>
|
||||
var VERSION_DATA =
|
||||
[
|
||||
{
|
||||
"chart": "//chart.googleapis.com/chart?chf=bg%2Cs%2C00000000&chd=t%3A0.4%2C7.4%2C6.4%2C44.5%2C39.7%2C1.6&chco=c4df9b%2C6fad0c&chl=Froyo%7CGingerbread%7CIce%20Cream%20Sandwich%7CJelly%20Bean%7CKitKat%7CLollipop&chs=500x250&cht=p",
|
||||
"chart": "//chart.googleapis.com/chart?chl=Froyo%7CGingerbread%7CIce%20Cream%20Sandwich%7CJelly%20Bean%7CKitKat%7CLollipop&chco=c4df9b%2C6fad0c&chd=t%3A0.4%2C6.9%2C5.9%2C42.6%2C40.9%2C3.3&chf=bg%2Cs%2C00000000&chs=500x250&cht=p",
|
||||
"data": [
|
||||
{
|
||||
"api": 8,
|
||||
@@ -165,37 +165,37 @@ var VERSION_DATA =
|
||||
{
|
||||
"api": 10,
|
||||
"name": "Gingerbread",
|
||||
"perc": "7.4"
|
||||
"perc": "6.9"
|
||||
},
|
||||
{
|
||||
"api": 15,
|
||||
"name": "Ice Cream Sandwich",
|
||||
"perc": "6.4"
|
||||
"perc": "5.9"
|
||||
},
|
||||
{
|
||||
"api": 16,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "18.4"
|
||||
"perc": "17.3"
|
||||
},
|
||||
{
|
||||
"api": 17,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "19.8"
|
||||
"perc": "19.4"
|
||||
},
|
||||
{
|
||||
"api": 18,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "6.3"
|
||||
"perc": "5.9"
|
||||
},
|
||||
{
|
||||
"api": 19,
|
||||
"name": "KitKat",
|
||||
"perc": "39.7"
|
||||
"perc": "40.9"
|
||||
},
|
||||
{
|
||||
"api": 21,
|
||||
"name": "Lollipop",
|
||||
"perc": "1.6"
|
||||
"perc": "3.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -210,18 +210,18 @@ var SCREEN_DATA =
|
||||
"hdpi": "0.6",
|
||||
"ldpi": "0.5",
|
||||
"mdpi": "5.1",
|
||||
"tvdpi": "2.2",
|
||||
"tvdpi": "2.3",
|
||||
"xhdpi": "0.6"
|
||||
},
|
||||
"Normal": {
|
||||
"hdpi": "38.3",
|
||||
"mdpi": "8.7",
|
||||
"hdpi": "38.7",
|
||||
"mdpi": "8.4",
|
||||
"tvdpi": "0.1",
|
||||
"xhdpi": "18.8",
|
||||
"xxhdpi": "15.9"
|
||||
"xhdpi": "18.9",
|
||||
"xxhdpi": "15.8"
|
||||
},
|
||||
"Small": {
|
||||
"ldpi": "4.8"
|
||||
"ldpi": "4.6"
|
||||
},
|
||||
"Xlarge": {
|
||||
"hdpi": "0.3",
|
||||
@@ -229,8 +229,8 @@ var SCREEN_DATA =
|
||||
"xhdpi": "0.6"
|
||||
}
|
||||
},
|
||||
"densitychart": "//chart.googleapis.com/chart?chf=bg%2Cs%2C00000000&chd=t%3A5.3%2C17.3%2C2.3%2C39.2%2C20.0%2C15.9&chco=c4df9b%2C6fad0c&chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chs=400x250&cht=p",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chf=bg%2Cs%2C00000000&chd=t%3A4.4%2C9.0%2C81.8%2C4.8&chco=c4df9b%2C6fad0c&chl=Xlarge%7CLarge%7CNormal%7CSmall&chs=400x250&cht=p"
|
||||
"densitychart": "//chart.googleapis.com/chart?chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chco=c4df9b%2C6fad0c&chd=t%3A5.1%2C17.0%2C2.4%2C39.6%2C20.1%2C15.8&chf=bg%2Cs%2C00000000&chs=400x250&cht=p",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chl=Xlarge%7CLarge%7CNormal%7CSmall&chco=c4df9b%2C6fad0c&chd=t%3A4.4%2C9.1%2C81.9%2C4.6&chf=bg%2Cs%2C00000000&chs=400x250&cht=p"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user