* commit '378b25584f3ddeb242dfc3c9c161512a897cc0d8': docs: update dashboard
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 July 7, 2014.
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on August 12, 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 July 7, 2014.
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on August 12, 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%2C81.7%2C18.2&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%2C80.2%2C19.7&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>81.7%</td>
|
||||
<td>80.2%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3.0</th>
|
||||
<td>18.2%</td>
|
||||
<td>19.7%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on July 7, 2014</em></p>
|
||||
<p style="clear:both"><em>Data collected during a 7-day period ending on August 12, 2014</em></p>
|
||||
|
||||
|
||||
|
||||
@@ -164,7 +164,7 @@ uses.</p>
|
||||
var VERSION_DATA =
|
||||
[
|
||||
{
|
||||
"chart": "//chart.googleapis.com/chart?cht=p&chs=500x250&chf=bg%2Cs%2C00000000&chd=t%3A0.7%2C13.5%2C11.4%2C56.5%2C17.9&chco=c4df9b%2C6fad0c&chl=Froyo%7CGingerbread%7CIce%20Cream%20Sandwich%7CJelly%20Bean%7CKitKat",
|
||||
"chart": "//chart.googleapis.com/chart?cht=p&chs=500x250&chl=Froyo%7CGingerbread%7CIce%20Cream%20Sandwich%7CJelly%20Bean%7CKitKat&chd=t%3A0.7%2C13.6%2C10.6%2C54.2%2C20.9&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c",
|
||||
"data": [
|
||||
{
|
||||
"api": 8,
|
||||
@@ -174,32 +174,32 @@ var VERSION_DATA =
|
||||
{
|
||||
"api": 10,
|
||||
"name": "Gingerbread",
|
||||
"perc": "13.5"
|
||||
"perc": "13.6"
|
||||
},
|
||||
{
|
||||
"api": 15,
|
||||
"name": "Ice Cream Sandwich",
|
||||
"perc": "11.4"
|
||||
"perc": "10.6"
|
||||
},
|
||||
{
|
||||
"api": 16,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "27.8"
|
||||
"perc": "26.5"
|
||||
},
|
||||
{
|
||||
"api": 17,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "19.7"
|
||||
"perc": "19.8"
|
||||
},
|
||||
{
|
||||
"api": 18,
|
||||
"name": "Jelly Bean",
|
||||
"perc": "9.0"
|
||||
"perc": "7.9"
|
||||
},
|
||||
{
|
||||
"api": 19,
|
||||
"name": "KitKat",
|
||||
"perc": "17.9"
|
||||
"perc": "20.9"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -215,28 +215,28 @@ var SCREEN_DATA =
|
||||
"data": {
|
||||
"Large": {
|
||||
"hdpi": "0.6",
|
||||
"ldpi": "0.6",
|
||||
"mdpi": "4.5",
|
||||
"tvdpi": "1.7",
|
||||
"xhdpi": "0.6"
|
||||
"ldpi": "0.5",
|
||||
"mdpi": "4.2",
|
||||
"tvdpi": "1.6",
|
||||
"xhdpi": "0.5"
|
||||
},
|
||||
"Normal": {
|
||||
"hdpi": "34.5",
|
||||
"mdpi": "11.4",
|
||||
"xhdpi": "19.4",
|
||||
"xxhdpi": "15.3"
|
||||
"hdpi": "35.5",
|
||||
"mdpi": "11.8",
|
||||
"xhdpi": "18.4",
|
||||
"xxhdpi": "15.2"
|
||||
},
|
||||
"Small": {
|
||||
"ldpi": "6.8"
|
||||
"ldpi": "7.4"
|
||||
},
|
||||
"Xlarge": {
|
||||
"hdpi": "0.3",
|
||||
"mdpi": "3.9",
|
||||
"mdpi": "3.6",
|
||||
"xhdpi": "0.4"
|
||||
}
|
||||
},
|
||||
"densitychart": "//chart.googleapis.com/chart?cht=p&chs=400x250&chf=bg%2Cs%2C00000000&chd=t%3A7.4%2C19.8%2C1.7%2C35.4%2C20.4%2C15.3&chco=c4df9b%2C6fad0c&chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi",
|
||||
"layoutchart": "//chart.googleapis.com/chart?cht=p&chs=400x250&chf=bg%2Cs%2C00000000&chd=t%3A4.6%2C8.0%2C80.6%2C6.8&chco=c4df9b%2C6fad0c&chl=Xlarge%7CLarge%7CNormal%7CSmall"
|
||||
"densitychart": "//chart.googleapis.com/chart?cht=p&chs=400x250&chl=ldpi%7Cmdpi%7Ctvdpi%7Chdpi%7Cxhdpi%7Cxxhdpi&chd=t%3A7.9%2C19.6%2C1.6%2C36.4%2C19.3%2C15.2&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c",
|
||||
"layoutchart": "//chart.googleapis.com/chart?cht=p&chs=400x250&chl=Xlarge%7CLarge%7CNormal%7CSmall&chd=t%3A4.3%2C7.4%2C80.9%2C7.4&chf=bg%2Cs%2C00000000&chco=c4df9b%2C6fad0c"
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user