Skip to content

Commit e4f2031

Browse files
committed
docs: Release Notes for Android 4.0.3, ADT 16.0.1, Support lib r5-r6
Change-Id: Ia8e14c1ab4dad7c51677e759d10891bd75cbe7b1
1 parent 2e335cb commit e4f2031

File tree

4 files changed

+131
-29
lines changed

4 files changed

+131
-29
lines changed

docs/html/sdk/compatibility-library.jd

Lines changed: 86 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,62 @@ by the directory name, such as {@code v4/} and {@code v13/}.</p>
4646
the Support Package, as denoted by revision number.</p>
4747

4848

49-
5049
<div class="toggle-content open">
5150

5251
<p><a href="#" onclick="return toggleContent(this)">
5352
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" />
54-
Support Package, revision 4 (October 2011)
53+
Support Package, revision 6 (December 2011)
54+
</a></p>
55+
56+
<div class="toggle-content-toggleme" style="padding-left:2em">
57+
<dl>
58+
<dt>Changes for v4 support library:</dt>
59+
<dd>
60+
<ul>
61+
<li>Changes to ViewPager:
62+
<ul>
63+
<li>Added extra decorative view support for {@link android.support.v4.view.ViewPager}.
64+
Decorative views may be supplied as child views of a pager in XML layout.</li>
65+
<li>Added {@link android.support.v4.view.PagerAdapter#getPageTitle
66+
PagerAdapter.getPageTitle()} to supply title strings for pages, which defaults to no
67+
title for each page.</li>
68+
<li>Added {@link android.support.v4.view.PagerTitleStrip}, a non-interactive title
69+
strip, that can be added as a child of ViewPager. Developers can supply text
70+
appearance and color, as well as layout sizing and gravity information.</li>
71+
<li>Updated PagerAdapter methods to take ViewGroup objects, rather than View to avoid
72+
class casting in adapter implementations. For more information, see
73+
{@link android.support.v4.view.PagerAdapter}.</li>
74+
<li>Updated ViewPager to use Launcher Workspace-style fling behavior.</li>
75+
<li>Bug fixes for user interface interaction and test automation.</li>
76+
</ul>
77+
</li>
78+
79+
<li>Support for Fragments:
80+
<ul>
81+
<li>Changed {@code setStartDeferred()} method to {@link
82+
android.support.v4.app.Fragment#setUserVisibleHint}.</li>
83+
<li>Added deferred start for off-screen pages to improve performance.</li>
84+
</ul>
85+
</li>
86+
87+
<li>Support for Accessiblity APIs:
88+
<ul>
89+
<li>Updated {@link android.support.v4.view.AccessibilityDelegateCompat} methods
90+
to return empty lists instead of null.</li>
91+
<li>Added new APIs needed by the v4 samples.</li>
92+
</ul>
93+
</li>
94+
95+
</ul>
96+
</dd>
97+
</dl>
98+
</div>
99+
100+
<div class="toggle-content closed">
101+
102+
<p><a href="#" onclick="return toggleContent(this)">
103+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" />
104+
Support Package, revision 5 (December 2011)
55105
</a></p>
56106

57107
<div class="toggle-content-toggleme" style="padding-left:2em">
@@ -88,6 +138,36 @@ the Support Package, as denoted by revision number.</p>
88138
</ul>
89139
</li>
90140

141+
<li>Changes to <code>ViewPager</code>:
142+
<ul>
143+
<li>Added support for margins between pages.
144+
An optional {@link android.graphics.drawable.Drawable} can be provided
145+
to fill the margins.</li>
146+
<li>Added support for {@link android.widget.EdgeEffect}.</li>
147+
<li>Added support for keyboard navigation</li>
148+
<li>Added support to control how many pages are kept to either side
149+
of the current page.</li>
150+
<li>Improved touch physics.</li>
151+
<li>Bug fixes for user interface behavior.</li>
152+
</ul>
153+
</li>
154+
</ul>
155+
</dd>
156+
</dl>
157+
</div>
158+
159+
<div class="toggle-content closed">
160+
161+
<p><a href="#" onclick="return toggleContent(this)">
162+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" />
163+
Support Package, revision 4 (October 2011)
164+
</a></p>
165+
166+
<div class="toggle-content-toggleme" style="padding-left:2em">
167+
<dl>
168+
<dt>Changes for v4 support library:</dt>
169+
<dd>
170+
<ul>
91171
<li>Added <code>EdgeEffectCompat</code> to
92172
support {@link android.widget.EdgeEffect}.</li>
93173

@@ -106,19 +186,7 @@ the Support Package, as denoted by revision number.</p>
106186
<li>Various bug fixes.</li>
107187
</ul>
108188
</li>
109-
<li>Changes to <code>ViewPager</code>:
110-
<ul>
111-
<li>Added support for margins between pages.
112-
An optional {@link android.graphics.drawable.Drawable} can be provided
113-
to fill the margins.</li>
114-
<li>Added support for {@link android.widget.EdgeEffect}.</li>
115-
<li>Added support for keyboard navigation</li>
116-
<li>Added support to control how many pages are kept to either side
117-
of the current page.</li>
118-
<li>Improved touch physics.</li>
119-
</ul>
120-
</li>
121-
189+
122190
<li>Fixed a {@link android.content.Loader} bug that caused issues in
123191
canceling {@link android.os.AsyncTask}s when running on Froyo and older
124192
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
202270
<dd>
203271
<ul>
204272
<li>Support for fragment animations</li>
205-
<li>Fix {@code Fragment.onActivityResult()} bug</li>
273+
<li>Fix {@code android.support.v4.app.Fragment#onActivityResult Fragment.onActivityResult()}
274+
bug</li>
206275
</ul>
207276
</dd>
208277
</dl>
@@ -261,8 +330,7 @@ libs/} directory.
261330
</li>
262331
<li>Add the JAR to your project build path.
263332
<p>In Eclipse, right-click the JAR file in the Package Explorer, select <strong>Build
264-
Path</strong> &gt; <strong>Add to Build Path</strong>. You should then see the JAR file appear in a
265-
new directory called Referenced Libraries.</p>
333+
Path</strong> &gt; <strong>Add to Build Path</strong>.</p>
266334
</li>
267335
</ol>
268336

docs/html/sdk/eclipse-adt.jd

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
page.title=ADT Plugin for Eclipse
2-
adt.zip.version=16.0.0
3-
adt.zip.download=ADT-16.0.0.zip
4-
adt.zip.bytes=6999205
5-
adt.zip.checksum=b7e512572580291279469845386b31b6
2+
adt.zip.version=16.0.1
3+
adt.zip.download=ADT-16.0.1.zip
4+
adt.zip.bytes=7000078
5+
adt.zip.checksum=03a2a23650ddac128c8b9e8aaf0aa433
66

77
@jd:body
88

@@ -113,6 +113,39 @@ padding: .25em 1em;
113113
<a href="#" onclick="return toggleDiv(this)">
114114
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
115115
width="9px" />
116+
ADT 16.0.1</a> <em>(December 2011)</em>
117+
<div class="toggleme">
118+
<dl>
119+
<dt>Dependencies:</dt>
120+
121+
<dd>
122+
<ul>
123+
<li>Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.1.</li>
124+
<li>ADT 16.0.1 is designed for use with <a href="{@docRoot}sdk/tools-notes.html">SDK Tools
125+
r16</a>. If you haven't already installed SDK Tools r16 into your SDK, use the Android SDK
126+
Manager to do so.</li>
127+
</ul>
128+
</dd>
129+
130+
<dt>Bug fixes:</dt>
131+
<dd>
132+
<ul>
133+
<li>Fixed build issue where the 9-patch could be packaged as normal bitmap in some cases.</li>
134+
<li>Fixed minor issues in the <a href="http://tools.android.com/recent/lint">Lint</a>
135+
tool.</li>
136+
<li>Fixed minor issues in the SDK Manager.</li>
137+
</ul>
138+
</dd>
139+
</dl>
140+
141+
</div>
142+
</div>
143+
144+
145+
<div class="toggleable closed">
146+
<a href="#" onclick="return toggleDiv(this)">
147+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
148+
width="9px" />
116149
ADT 16.0.0</a> <em>(December 2011)</em>
117150
<div class="toggleme">
118151
<dl>
@@ -131,7 +164,7 @@ r16 into your SDK, use the Android SDK Manager to do so.</li>
131164
<dt>General improvements:</dt>
132165
<dd>
133166
<ul>
134-
<li>Added Lint tools to detect common errors in Android projects. (<a
167+
<li>Added Lint tool to detect common errors in Android projects. (<a
135168
href="http://tools.android.com/recent/lint">more info</a>)</li>
136169
</ul>
137170
</dd>

docs/html/sdk/sdk_toc.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r16</a> <span
154154
class="new">new!</span></li>
155155
<li><a href="<?cs var:toroot ?>sdk/win-usb.html">Google USB Driver, r4</a></li>
156-
<li><a href="<?cs var:toroot ?>sdk/compatibility-library.html">Support Package, r4</a>
156+
<li><a href="<?cs var:toroot ?>sdk/compatibility-library.html">Support Package, r6</a>
157157
<span class="new">new!</span></li>
158158
</ul>
159159
</li>
@@ -169,7 +169,7 @@
169169
<span style="display:none" class="zh-TW"></span>
170170
</h2>
171171
<ul>
172-
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 16.0.0
172+
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 16.0.1
173173
<span style="display:none" class="de"></span>
174174
<span style="display:none" class="es"></span>
175175
<span style="display:none" class="fr"></span>

docs/html/sdk/tools-notes.jd

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,11 @@ padding: .25em 1em;
9292
<dt>General notes:</dt>
9393
<dd>
9494
<ul>
95-
<li>Added Lint tools to detect common errors in Android projects. (<a
96-
href="http://tools.android.com/recent/lint">more info</a>)</li>
97-
<li>Added sensor emulation support, which allows the emulator to read sensor data from a
98-
physical Android device.</li>
95+
<li>Added Lint tools to detect common errors in Android projects.
96+
(<a href="http://tools.android.com/recent/lint">more info</a>)</li>
97+
<a>Added sensor emulation support, which allows the emulator to read sensor data from a
98+
physical Android device.
99+
(<a href="http://tools.android.com/recent/sensoremulation">more info</a>)</li>
99100
<li>Added support for using a webcam to emulate a camera on Mac OS X.</li>
100101
</ul>
101102
</dd>

0 commit comments

Comments
 (0)