am 8e980c1e: Merge "docs: Release Notes for Android 4.0.3, ADT 16.0.1, Support lib r5-r6" into ics-mr1
* commit '8e980c1e4e86cb4c7ea679eba3cc01d64e323b26': docs: Release Notes for Android 4.0.3, ADT 16.0.1, Support lib r5-r6
This commit is contained in:
@@ -46,12 +46,62 @@ by the directory name, such as {@code v4/} and {@code v13/}.</p>
|
||||
the Support Package, as denoted by revision number.</p>
|
||||
|
||||
|
||||
|
||||
<div class="toggle-content open">
|
||||
|
||||
<p><a href="#" onclick="return toggleContent(this)">
|
||||
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" />
|
||||
Support Package, revision 4 (October 2011)
|
||||
Support Package, revision 6 (December 2011)
|
||||
</a></p>
|
||||
|
||||
<div class="toggle-content-toggleme" style="padding-left:2em">
|
||||
<dl>
|
||||
<dt>Changes for v4 support library:</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Changes to ViewPager:
|
||||
<ul>
|
||||
<li>Added extra decorative view support for {@link android.support.v4.view.ViewPager}.
|
||||
Decorative views may be supplied as child views of a pager in XML layout.</li>
|
||||
<li>Added {@link android.support.v4.view.PagerAdapter#getPageTitle
|
||||
PagerAdapter.getPageTitle()} to supply title strings for pages, which defaults to no
|
||||
title for each page.</li>
|
||||
<li>Added {@link android.support.v4.view.PagerTitleStrip}, a non-interactive title
|
||||
strip, that can be added as a child of ViewPager. Developers can supply text
|
||||
appearance and color, as well as layout sizing and gravity information.</li>
|
||||
<li>Updated PagerAdapter methods to take ViewGroup objects, rather than View to avoid
|
||||
class casting in adapter implementations. For more information, see
|
||||
{@link android.support.v4.view.PagerAdapter}.</li>
|
||||
<li>Updated ViewPager to use Launcher Workspace-style fling behavior.</li>
|
||||
<li>Bug fixes for user interface interaction and test automation.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>Support for Fragments:
|
||||
<ul>
|
||||
<li>Changed {@code setStartDeferred()} method to {@link
|
||||
android.support.v4.app.Fragment#setUserVisibleHint}.</li>
|
||||
<li>Added deferred start for off-screen pages to improve performance.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>Support for Accessiblity APIs:
|
||||
<ul>
|
||||
<li>Updated {@link android.support.v4.view.AccessibilityDelegateCompat} methods
|
||||
to return empty lists instead of null.</li>
|
||||
<li>Added new APIs needed by the v4 samples.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<div class="toggle-content closed">
|
||||
|
||||
<p><a href="#" onclick="return toggleContent(this)">
|
||||
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" />
|
||||
Support Package, revision 5 (December 2011)
|
||||
</a></p>
|
||||
|
||||
<div class="toggle-content-toggleme" style="padding-left:2em">
|
||||
@@ -88,6 +138,36 @@ the Support Package, as denoted by revision number.</p>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>Changes to <code>ViewPager</code>:
|
||||
<ul>
|
||||
<li>Added support for margins between pages.
|
||||
An optional {@link android.graphics.drawable.Drawable} can be provided
|
||||
to fill the margins.</li>
|
||||
<li>Added support for {@link android.widget.EdgeEffect}.</li>
|
||||
<li>Added support for keyboard navigation</li>
|
||||
<li>Added support to control how many pages are kept to either side
|
||||
of the current page.</li>
|
||||
<li>Improved touch physics.</li>
|
||||
<li>Bug fixes for user interface behavior.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<div class="toggle-content closed">
|
||||
|
||||
<p><a href="#" onclick="return toggleContent(this)">
|
||||
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" />
|
||||
Support Package, revision 4 (October 2011)
|
||||
</a></p>
|
||||
|
||||
<div class="toggle-content-toggleme" style="padding-left:2em">
|
||||
<dl>
|
||||
<dt>Changes for v4 support library:</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Added <code>EdgeEffectCompat</code> to
|
||||
support {@link android.widget.EdgeEffect}.</li>
|
||||
|
||||
@@ -106,19 +186,7 @@ the Support Package, as denoted by revision number.</p>
|
||||
<li>Various bug fixes.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Changes to <code>ViewPager</code>:
|
||||
<ul>
|
||||
<li>Added support for margins between pages.
|
||||
An optional {@link android.graphics.drawable.Drawable} can be provided
|
||||
to fill the margins.</li>
|
||||
<li>Added support for {@link android.widget.EdgeEffect}.</li>
|
||||
<li>Added support for keyboard navigation</li>
|
||||
<li>Added support to control how many pages are kept to either side
|
||||
of the current page.</li>
|
||||
<li>Improved touch physics.</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<li>Fixed a {@link android.content.Loader} bug that caused issues in
|
||||
canceling {@link android.os.AsyncTask}s when running on Froyo and older
|
||||
versions of the platform. The support
|
||||
@@ -202,7 +270,8 @@ Android 3.2 and higher (all other APIs in the v4 library are already available w
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Support for fragment animations</li>
|
||||
<li>Fix {@code Fragment.onActivityResult()} bug</li>
|
||||
<li>Fix {@code android.support.v4.app.Fragment#onActivityResult Fragment.onActivityResult()}
|
||||
bug</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
@@ -261,8 +330,7 @@ libs/} directory.
|
||||
</li>
|
||||
<li>Add the JAR to your project build path.
|
||||
<p>In Eclipse, right-click the JAR file in the Package Explorer, select <strong>Build
|
||||
Path</strong> > <strong>Add to Build Path</strong>. You should then see the JAR file appear in a
|
||||
new directory called Referenced Libraries.</p>
|
||||
Path</strong> > <strong>Add to Build Path</strong>.</p>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
page.title=ADT Plugin for Eclipse
|
||||
adt.zip.version=16.0.0
|
||||
adt.zip.download=ADT-16.0.0.zip
|
||||
adt.zip.bytes=6999205
|
||||
adt.zip.checksum=b7e512572580291279469845386b31b6
|
||||
adt.zip.version=16.0.1
|
||||
adt.zip.download=ADT-16.0.1.zip
|
||||
adt.zip.bytes=7000078
|
||||
adt.zip.checksum=03a2a23650ddac128c8b9e8aaf0aa433
|
||||
|
||||
@jd:body
|
||||
|
||||
@@ -113,6 +113,39 @@ padding: .25em 1em;
|
||||
<a href="#" onclick="return toggleDiv(this)">
|
||||
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
|
||||
width="9px" />
|
||||
ADT 16.0.1</a> <em>(December 2011)</em>
|
||||
<div class="toggleme">
|
||||
<dl>
|
||||
<dt>Dependencies:</dt>
|
||||
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.1.</li>
|
||||
<li>ADT 16.0.1 is designed for use with <a href="{@docRoot}sdk/tools-notes.html">SDK Tools
|
||||
r16</a>. If you haven't already installed SDK Tools r16 into your SDK, use the Android SDK
|
||||
Manager to do so.</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
<dt>Bug fixes:</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Fixed build issue where the 9-patch could be packaged as normal bitmap in some cases.</li>
|
||||
<li>Fixed minor issues in the <a href="http://tools.android.com/recent/lint">Lint</a>
|
||||
tool.</li>
|
||||
<li>Fixed minor issues in the SDK Manager.</li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="toggleable closed">
|
||||
<a href="#" onclick="return toggleDiv(this)">
|
||||
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
|
||||
width="9px" />
|
||||
ADT 16.0.0</a> <em>(December 2011)</em>
|
||||
<div class="toggleme">
|
||||
<dl>
|
||||
@@ -131,7 +164,7 @@ r16 into your SDK, use the Android SDK Manager to do so.</li>
|
||||
<dt>General improvements:</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Added Lint tools to detect common errors in Android projects. (<a
|
||||
<li>Added Lint tool to detect common errors in Android projects. (<a
|
||||
href="http://tools.android.com/recent/lint">more info</a>)</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
@@ -153,7 +153,7 @@ class="new">new!</span></li>
|
||||
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r16</a> <span
|
||||
class="new">new!</span></li>
|
||||
<li><a href="<?cs var:toroot ?>sdk/win-usb.html">Google USB Driver, r4</a></li>
|
||||
<li><a href="<?cs var:toroot ?>sdk/compatibility-library.html">Support Package, r4</a>
|
||||
<li><a href="<?cs var:toroot ?>sdk/compatibility-library.html">Support Package, r6</a>
|
||||
<span class="new">new!</span></li>
|
||||
</ul>
|
||||
</li>
|
||||
@@ -169,7 +169,7 @@ class="new">new!</span></li>
|
||||
<span style="display:none" class="zh-TW"></span>
|
||||
</h2>
|
||||
<ul>
|
||||
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 16.0.0
|
||||
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 16.0.1
|
||||
<span style="display:none" class="de"></span>
|
||||
<span style="display:none" class="es"></span>
|
||||
<span style="display:none" class="fr"></span>
|
||||
|
||||
@@ -92,10 +92,11 @@ padding: .25em 1em;
|
||||
<dt>General notes:</dt>
|
||||
<dd>
|
||||
<ul>
|
||||
<li>Added Lint tools to detect common errors in Android projects. (<a
|
||||
href="http://tools.android.com/recent/lint">more info</a>)</li>
|
||||
<li>Added sensor emulation support, which allows the emulator to read sensor data from a
|
||||
physical Android device.</li>
|
||||
<li>Added Lint tools to detect common errors in Android projects.
|
||||
(<a href="http://tools.android.com/recent/lint">more info</a>)</li>
|
||||
<a>Added sensor emulation support, which allows the emulator to read sensor data from a
|
||||
physical Android device.
|
||||
(<a href="http://tools.android.com/recent/sensoremulation">more info</a>)</li>
|
||||
<li>Added support for using a webcam to emulate a camera on Mac OS X.</li>
|
||||
</ul>
|
||||
</dd>
|
||||
|
||||
Reference in New Issue
Block a user