* commit '4bc82dea43c3e60ce6ad244fdd6b8e61396b1118': dashboard update for 5/1
This commit is contained in:
@ -57,7 +57,7 @@ Platform Versions</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 14-day period ending on April 2, 2013.
|
||||
<p style="clear:both"><em>Data collected during a 14-day period ending on May 1, 2013.
|
||||
<br/>Any versions with less than 0.1% distribution are not shown.</em>
|
||||
</p>
|
||||
|
||||
@ -83,7 +83,7 @@ Screens</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 14-day period ending on April 2, 2013
|
||||
<p style="clear:both"><em>Data collected during a 14-day period ending on May 1, 2013
|
||||
<br/>Any screen configurations with less than 0.1% distribution are not shown.</em></p>
|
||||
|
||||
|
||||
@ -102,7 +102,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?cht=p&chs=400x250&chco=c4df9b,6fad0c&chl=GL%201.1%20only|GL%202.0%20%26%201.1&chd=t%3A0.3,99.7&chf=bg,s,00000000" />
|
||||
src="//chart.googleapis.com/chart?cht=p&chs=400x250&chco=c4df9b,6fad0c&chl=GL%201.1%20only|GL%202.0%20%26%201.1&chd=t%3A0.2,99.8&chf=bg,s,00000000" />
|
||||
|
||||
<p>To declare which version of OpenGL ES your application requires, you should use the {@code
|
||||
android:glEsVersion} attribute of the <a
|
||||
@ -120,17 +120,17 @@ uses.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1.1 only</th>
|
||||
<td>0.3%</td>
|
||||
<td>0.2%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.0 & 1.1</th>
|
||||
<td>99.7%</td>
|
||||
<td>99.8%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 14-day period ending on April 2, 2013</em></p>
|
||||
<p style="clear:both"><em>Data collected during a 14-day period ending on May 1, 2013</em></p>
|
||||
|
||||
|
||||
|
||||
@ -148,7 +148,7 @@ uses.</p>
|
||||
var VERSION_DATA =
|
||||
[
|
||||
{
|
||||
"chart": "//chart.googleapis.com/chart?chf=bg%2Cs%2C00000000&chd=t%3A1.8%2C4.0%2C39.8%2C0.2%2C29.3%2C25.0&chl=Eclair%7CFroyo%7CGingerbread%7CHoneycomb%7CIce%20Cream%20Sandwich%7CJelly%20Bean&chs=500x250&cht=p&chco=c4df9b%2C6fad0c",
|
||||
"chart": "//chart.googleapis.com/chart?chs=500x250&cht=p&chf=bg%2Cs%2C00000000&chd=t%3A1.8%2C3.7%2C38.5%2C0.1%2C27.5%2C28.4&chco=c4df9b%2C6fad0c&chl=Eclair%7CFroyo%7CGingerbread%7CHoneycomb%7CIce%20Cream%20Sandwich%7CJelly%20Bean",
|
||||
"data": [
|
||||
{
|
||||
"api": 4,
|
||||
@ -163,7 +163,7 @@ var VERSION_DATA =
|
||||
{
|
||||
"api": 8,
|
||||
"name": "Froyo",
|
||||
"perc": "4.0"
|
||||
"perc": "3.7"
|
||||
},
|
||||
{
|
||||
"api": 9,
|
||||
@ -173,27 +173,27 @@ var VERSION_DATA =
|
||||
{
|
||||
"api": 10,
|
||||
"name": "Gingerbread",
|
||||
"perc": "39.7"
|
||||
"perc": "38.4"
|
||||
},
|
||||
{
|
||||
"api": 13,
|
||||
"name": "Honeycomb",
|
||||
"perc": "0.2"
|
||||
"perc": "0.1"
|
||||
},
|
||||
{
|
||||
"api": 15,
|
||||
"name": "Ice Cream Sandwich",
|
||||
"perc": "29.3"
|
||||
"perc": "27.5"
|
||||
},
|
||||
{
|
||||
"api": 16,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "23.0"
|
||||
"perc": "26.1"
|
||||
},
|
||||
{
|
||||
"api": 17,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "2.0"
|
||||
"perc": "2.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -205,34 +205,35 @@ var VERSION_DATA =
|
||||
|
||||
var SCREEN_DATA =
|
||||
[
|
||||
|
||||
{
|
||||
"data": {
|
||||
"Large": {
|
||||
"hdpi": "0.5",
|
||||
"ldpi": "0.7",
|
||||
"mdpi": "2.7",
|
||||
"hdpi": "0.4",
|
||||
"ldpi": "0.6",
|
||||
"mdpi": "2.9",
|
||||
"tvdpi": "1.0",
|
||||
"xhdpi": "0.8"
|
||||
"xhdpi": "0.7"
|
||||
},
|
||||
"Normal": {
|
||||
"hdpi": "37.9",
|
||||
"hdpi": "37.3",
|
||||
"ldpi": "0.1",
|
||||
"mdpi": "16.1",
|
||||
"xhdpi": "25.0",
|
||||
"xxhdpi": "0.8"
|
||||
"xhdpi": "24.9",
|
||||
"xxhdpi": "1.3"
|
||||
},
|
||||
"Small": {
|
||||
"ldpi": "9.5"
|
||||
"ldpi": "9.8"
|
||||
},
|
||||
"Xlarge": {
|
||||
"hdpi": "0.1",
|
||||
"ldpi": "0.1",
|
||||
"mdpi": "4.6",
|
||||
"ldpi": "0.2",
|
||||
"mdpi": "4.5",
|
||||
"xhdpi": "0.1"
|
||||
}
|
||||
},
|
||||
"densitychart": "//chart.googleapis.com/chart?chf=bg%2Cs%2C00000000&chd=t%3A10.4%2C23.4%2C1.0%2C38.5%2C25.9%2C0.8&chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chs=400x250&cht=p&chco=c4df9b%2C6fad0c",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chf=bg%2Cs%2C00000000&chd=t%3A4.9%2C5.7%2C79.9%2C9.5&chl=Xlarge%7CLarge%7CNormal%7CSmall&chs=400x250&cht=p&chco=c4df9b%2C6fad0c"
|
||||
"densitychart": "//chart.googleapis.com/chart?chs=400x250&cht=p&chf=bg%2Cs%2C00000000&chd=t%3A10.7%2C23.5%2C1.0%2C37.8%2C25.7%2C1.3&chco=c4df9b%2C6fad0c&chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chs=400x250&cht=p&chf=bg%2Cs%2C00000000&chd=t%3A4.9%2C5.6%2C79.7%2C9.8&chco=c4df9b%2C6fad0c&chl=Xlarge%7CLarge%7CNormal%7CSmall"
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user