From e4f2031758934625f7df5991ef96e369ac518ff0 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Thu, 15 Dec 2011 13:23:53 -0800 Subject: docs: Release Notes for Android 4.0.3, ADT 16.0.1, Support lib r5-r6 Change-Id: Ia8e14c1ab4dad7c51677e759d10891bd75cbe7b1 --- docs/html/sdk/compatibility-library.jd | 104 +++++++++++++++++++++++++++------ docs/html/sdk/eclipse-adt.jd | 43 ++++++++++++-- docs/html/sdk/sdk_toc.cs | 4 +- docs/html/sdk/tools-notes.jd | 9 +-- 4 files changed, 131 insertions(+), 29 deletions(-) (limited to 'docs') diff --git a/docs/html/sdk/compatibility-library.jd b/docs/html/sdk/compatibility-library.jd index 8b19fb47..0ef5770 100644 --- a/docs/html/sdk/compatibility-library.jd +++ b/docs/html/sdk/compatibility-library.jd @@ -46,12 +46,62 @@ by the directory name, such as {@code v4/} and {@code v13/}.

the Support Package, as denoted by revision number.

-

- Support Package, revision 4 (October 2011) + Support Package, revision 6 (December 2011) +

+ +
+
+
Changes for v4 support library:
+
+
    +
  • Changes to ViewPager: +
      +
    • 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.
    • +
    • Added {@link android.support.v4.view.PagerAdapter#getPageTitle + PagerAdapter.getPageTitle()} to supply title strings for pages, which defaults to no + title for each page.
    • +
    • 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.
    • +
    • 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}.
    • +
    • Updated ViewPager to use Launcher Workspace-style fling behavior.
    • +
    • Bug fixes for user interface interaction and test automation.
    • +
    +
  • + +
  • Support for Fragments: +
      +
    • Changed {@code setStartDeferred()} method to {@link + android.support.v4.app.Fragment#setUserVisibleHint}.
    • +
    • Added deferred start for off-screen pages to improve performance.
    • +
    +
  • + +
  • Support for Accessiblity APIs: +
      +
    • Updated {@link android.support.v4.view.AccessibilityDelegateCompat} methods + to return empty lists instead of null.
    • +
    • Added new APIs needed by the v4 samples.
    • +
    +
  • + +
+
+
+
+ +
+ +

+ + Support Package, revision 5 (December 2011)

@@ -88,6 +138,36 @@ the Support Package, as denoted by revision number.

+
  • Changes to ViewPager: +
      +
    • Added support for margins between pages. + An optional {@link android.graphics.drawable.Drawable} can be provided + to fill the margins.
    • +
    • Added support for {@link android.widget.EdgeEffect}.
    • +
    • Added support for keyboard navigation
    • +
    • Added support to control how many pages are kept to either side + of the current page.
    • +
    • Improved touch physics.
    • +
    • Bug fixes for user interface behavior.
    • +
    +
  • + + + +
    + +
    + +

    + + Support Package, revision 4 (October 2011) +

    + +
    +
    +
    Changes for v4 support library:
    +
    +
    • Added EdgeEffectCompat to support {@link android.widget.EdgeEffect}.
    • @@ -106,19 +186,7 @@ the Support Package, as denoted by revision number.

    • Various bug fixes.
    -
  • Changes to ViewPager: -
      -
    • Added support for margins between pages. - An optional {@link android.graphics.drawable.Drawable} can be provided - to fill the margins.
    • -
    • Added support for {@link android.widget.EdgeEffect}.
    • -
    • Added support for keyboard navigation
    • -
    • Added support to control how many pages are kept to either side - of the current page.
    • -
    • Improved touch physics.
    • -
    -
  • - +
  • 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
    • Support for fragment animations
    • -
    • Fix {@code Fragment.onActivityResult()} bug
    • +
    • Fix {@code android.support.v4.app.Fragment#onActivityResult Fragment.onActivityResult()} + bug
  • @@ -261,8 +330,7 @@ libs/} directory.
  • Add the JAR to your project build path.

    In Eclipse, right-click the JAR file in the Package Explorer, select Build -Path > Add to Build Path. You should then see the JAR file appear in a -new directory called Referenced Libraries.

    +Path > Add to Build Path.

  • diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index 2445bff..f15da78 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -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; +ADT 16.0.1 (December 2011) +
    +
    +
    Dependencies:
    + +
    +
      +
    • Eclipse Helios (Version 3.6) or higher is required for ADT 16.0.1.
    • +
    • ADT 16.0.1 is designed for use with SDK Tools + r16. If you haven't already installed SDK Tools r16 into your SDK, use the Android SDK + Manager to do so.
    • +
    +
    + +
    Bug fixes:
    +
    +
      +
    • Fixed build issue where the 9-patch could be packaged as normal bitmap in some cases.
    • +
    • Fixed minor issues in the Lint + tool.
    • +
    • Fixed minor issues in the SDK Manager.
    • +
    +
    +
    + +
    +
    + + +
    + + ADT 16.0.0 (December 2011)
    @@ -131,7 +164,7 @@ r16 into your SDK, use the Android SDK Manager to do so.
    General improvements:
    diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs index 791e7aa..9725876 100644 --- a/docs/html/sdk/sdk_toc.cs +++ b/docs/html/sdk/sdk_toc.cs @@ -153,7 +153,7 @@ class="new">new!
  • SDK Tools, r16 new!
  • Google USB Driver, r4
  • -
  • Support Package, r4 +
  • Support Package, r6 new!
  • @@ -169,7 +169,7 @@ class="new">new!