From 53b01dbb58604dcb7e76236c322941e08e12e047 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Thu, 21 Nov 2013 16:16:22 -0800 Subject: [PATCH] docs: Support Library 19.0.1 Release Notes Release notes for Support Library version releasing with the KitKat MR1 update. Change-Id: I6e2641e563772f93cc2f61ee7b466b0920209f77 --- docs/html/tools/support-library/index.jd | 43 ++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index dba4e7404151..389238f77ee2 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -62,6 +62,49 @@ page.title=Support Library

Android Support Library, revision 19.0.1 (December 2013) +

+
+
+
Changes for v4 support library:
+
+
    +
  • Improved {@link android.support.v4.print.PrintHelper} by adding asynchronous + handling of printing.
  • +
  • Fixed the {@link android.support.v4.widget.DrawerLayout} class approximation of + the {@link android.view.View#addChildrenForAccessibility addChildrenForAccessibility()} + method.
  • +
  • Fixed slide drawable mirroring in {@link + android.support.v4.app.ActionBarDrawerToggle}.
  • +
  • Fixed off-by-one issue when removing an item from a collection iterator.
  • +
+
+ +
Changes for v7 mediarouter library:
+
+
    +
  • Improved route identification by using full component name in the {@link + android.support.v7.media.MediaRouteProvider.ProviderMetadata}.
  • +
  • Updated {@link android.support.v7.app.MediaRouteChooserDialog} to hide disabled + routes.
  • +
+
+ +
Changes for v8 renderscript library:
+
+
    +
  • Added error propagation for the RenderScript thunking layer.
  • +
+
+ +
+
+
+ + +
+

+ Android Support Library, revision 19 (October 2013)

-- 2.11.0