From 788b96f582801ffb9d5607c92bf9456427b1aeb7 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Wed, 11 May 2016 12:23:51 -0700 Subject: [PATCH] docs: Updated support library revision history for 23.4.0 See first comment for doc stage location. Support library 23.4.0 is already live, so I'll post the doc update as soon as we get it approved. bug: 28276098 Change-Id: I76816392661c1f57d4a0cb8ab44c08f8ab4225f4 --- docs/html/tools/support-library/index.jd | 129 +++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index 64d43b80975f..dfa8863812f1 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -185,6 +185,135 @@ page.title=Support Library

This section provides details about the Support Library package releases.

+

+ Android Support Library, revision 23.4.0 + (May 2016) +

+ +
+
+
+ Changes for v4 Support + Library: +
+ +
+
    +
  • Fixed issue where fragments were added in the wrong order. + (Issue + 206901) +
  • + +
  • Fixed issue where app bar wasn't drawn after being scrolled + offscreen. (Issue + 178037) +
  • +
+
+ +
+ Changes for v7 + appcompat library: +
+ +
+ +
+ +
+ Changes for Design Support + Library: +
+ +
+
    +
  • Fixed an issue where {@link + android.support.design.widget.TextInputLayout} doesn't clear error + tint after {@link + android.support.design.widget.TextInputLayout#setErrorEnabled + setErrorEnabled(false)} on API level 21 - 22 (Issue + 202829) +
  • + +
  • Fixed an issue where {@link + android.support.design.widget.FloatingActionButton} does not return + when animations are disabled. (Issue + 206416) +
  • + +
  • Fixed issue in {@link android.support.design.widget.AppBarLayout} + snap functionality when used with {@link + android.support.design.R.id#scroll}|{@link + android.support.design.R.id#enterAlways}|{@link + android.support.design.R.id#enterAlwaysCollapsed}|{@link + android.support.design.R.id#snap} scroll flags. + (Issue + 207398) +
  • +
+
+ +
+ Changes for Vector Drawable library: +
+ +
+
    +
  • Fixed a bug where + VectorDrawableCompat does not render correctly in + {@link android.widget.TextView} on API level 23. (Issue + 206227) +
  • +
+
+
+
+
+ + + + +