+
+ - 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.
+
+
+
+
+
+