* commit 'dd57a6b24d819bbfd9d2422f52dfb0fe9d43b3e9': update device dashboard for June
This commit is contained in:
@ -64,7 +64,7 @@ Platform Versions</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on May 1, 2014.
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on June 4, 2014.
|
||||
<br/>Any versions with less than 0.1% distribution are not shown.</em>
|
||||
</p>
|
||||
|
||||
@ -95,7 +95,7 @@ Screens</a>.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on May 1, 2014.
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on June 4, 2014.
|
||||
<br/>Any screen configurations with less than 0.1% distribution are not shown.</em></p>
|
||||
|
||||
|
||||
@ -114,7 +114,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?chs=400x250&cht=p&chd=t%3A0.1%2C87.0%2C12.9&chf=bg%2Cs%2C00000000&chl=GL%201.1%20only%7CGL%202.0%7CGL%203.0&chco=c4df9b%2C6fad0c" />
|
||||
src="//chart.googleapis.com/chart?chs=400x250&cht=p&chd=t%3A0.1%2C83.6%2C16.3&chf=bg%2Cs%2C00000000&chl=GL%201.1%20only%7CGL%202.0%7CGL%203.0&chco=c4df9b%2C6fad0c" />
|
||||
|
||||
<p>To declare which version of OpenGL ES your application requires, you should use the {@code
|
||||
android:glEsVersion} attribute of the <a
|
||||
@ -136,17 +136,17 @@ uses.</p>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.0</th>
|
||||
<td>87.0%</td>
|
||||
<td>83.6%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3.0</th>
|
||||
<td>12.9%</td>
|
||||
<td>16.3%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on May 1, 2014</em></p>
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on June 4, 2014</em></p>
|
||||
|
||||
|
||||
|
||||
@ -164,47 +164,42 @@ uses.</p>
|
||||
var VERSION_DATA =
|
||||
[
|
||||
{
|
||||
"chart": "//chart.googleapis.com/chart?chs=500x250&cht=p&chd=t%3A1.0%2C16.2%2C0.1%2C13.4%2C60.8%2C8.5&chf=bg%2Cs%2C00000000&chl=Froyo%7CGingerbread%7CHoneycomb%7CIce%20Cream%20Sandwich%7CJelly%20Bean%7CKitKat&chco=c4df9b%2C6fad0c",
|
||||
"chart": "//chart.googleapis.com/chart?chl=Froyo%7CGingerbread%7CIce%20Cream%20Sandwich%7CJelly%20Bean%7CKitKat&chf=bg%2Cs%2C00000000&chd=t%3A0.8%2C14.9%2C12.3%2C58.4%2C13.6&chco=c4df9b%2C6fad0c&cht=p&chs=500x250",
|
||||
"data": [
|
||||
{
|
||||
"api": 8,
|
||||
"name": "Froyo",
|
||||
"perc": "1.0"
|
||||
"perc": "0.8"
|
||||
},
|
||||
{
|
||||
"api": 10,
|
||||
"name": "Gingerbread",
|
||||
"perc": "16.2"
|
||||
},
|
||||
{
|
||||
"api": 13,
|
||||
"name": "Honeycomb",
|
||||
"perc": "0.1"
|
||||
"perc": "14.9"
|
||||
},
|
||||
{
|
||||
"api": 15,
|
||||
"name": "Ice Cream Sandwich",
|
||||
"perc": "13.4"
|
||||
"perc": "12.3"
|
||||
},
|
||||
{
|
||||
"api": 16,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "33.5"
|
||||
"perc": "29.0"
|
||||
},
|
||||
{
|
||||
"api": 17,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "18.8"
|
||||
"perc": "19.1"
|
||||
},
|
||||
{
|
||||
"api": 18,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "8.5"
|
||||
"perc": "10.3"
|
||||
},
|
||||
{
|
||||
"api": 19,
|
||||
"name": "KitKat",
|
||||
"perc": "8.5"
|
||||
"perc": "13.6"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -226,23 +221,22 @@ var SCREEN_DATA =
|
||||
"xhdpi": "0.6"
|
||||
},
|
||||
"Normal": {
|
||||
"hdpi": "33.9",
|
||||
"mdpi": "12.5",
|
||||
"xhdpi": "19.9",
|
||||
"xxhdpi": "13.5"
|
||||
"hdpi": "34.2",
|
||||
"mdpi": "12.0",
|
||||
"xhdpi": "19.6",
|
||||
"xxhdpi": "14.6"
|
||||
},
|
||||
"Small": {
|
||||
"ldpi": "7.5"
|
||||
"ldpi": "7.2"
|
||||
},
|
||||
"Xlarge": {
|
||||
"hdpi": "0.3",
|
||||
"ldpi": "0.1",
|
||||
"mdpi": "4.2",
|
||||
"mdpi": "4.0",
|
||||
"xhdpi": "0.3"
|
||||
}
|
||||
},
|
||||
"densitychart": "//chart.googleapis.com/chart?chs=400x250&cht=p&chd=t%3A8.2%2C21.1%2C1.6%2C34.8%2C20.8%2C13.5&chf=bg%2Cs%2C00000000&chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chco=c4df9b%2C6fad0c",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chs=400x250&cht=p&chd=t%3A4.9%2C7.8%2C80.0%2C7.5&chf=bg%2Cs%2C00000000&chl=Xlarge%7CLarge%7CNormal%7CSmall&chco=c4df9b%2C6fad0c"
|
||||
"densitychart": "//chart.googleapis.com/chart?chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chf=bg%2Cs%2C00000000&chd=t%3A7.8%2C20.4%2C1.6%2C35.1%2C20.5%2C14.6&chco=c4df9b%2C6fad0c&cht=p&chs=400x250",
|
||||
"layoutchart": "//chart.googleapis.com/chart?chl=Xlarge%7CLarge%7CNormal%7CSmall&chf=bg%2Cs%2C00000000&chd=t%3A4.6%2C7.8%2C80.4%2C7.2&chco=c4df9b%2C6fad0c&cht=p&chs=400x250"
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user