From 40594d9833213c9b26ac572e82653bb6d10bf9ba Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Fri, 21 Mar 2014 11:57:59 -0700 Subject: docs: Added release notes for Support Library 19.1.0 Change-Id: I622bf7644051a01a23f31058a860d5df206b3a84 --- docs/html/tools/support-library/index.jd | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index 389238f..e905285 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -58,10 +58,36 @@ page.title=Support Library

This section provides details about the Support Library package releases.

-

Android Support Library, revision 19.1.0 (March 2014) +

+
+
+
Changes for v4 support library:
+
+
    +
  • Added the {@link android.support.v4.widget.SwipeRefreshLayout} class, + which enables users to refresh the contents of a view with a vertical + swipe gesture.
  • +
  • Fixed accessibility issues with navigation drawers.
  • +
+
+ +
Changes for v7 appcompat library:
+
+
    +
  • Fixed background issues with the action bar.
  • +
+
+
+
+
+ +
+

+ Android Support Library, revision 19.0.1 (December 2013)

-- cgit v1.1