diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index 0e3d94c085fbe..a9390b0dae809 100644 --- a/docs/html/tools/support-library/index.jd +++ b/docs/html/tools/support-library/index.jd @@ -36,8 +36,8 @@ page.title=Support Library

Including the Support Libraries in your Android project is considered a best practice for application developers, depending on the range of platform versions your app is targeting - and the APIs that it uses. Using the features the libraries provide can help you improve the look of your - application, increase performance and broaden the reach of your application to more users. + and the APIs that it uses. Using the features the libraries provide can help you improve the look + of your application, increase performance and broaden the reach of your application to more users. If you use the Android code template tools, you will notice that all the Android application templates include one or more of the Support Libraries by default.

@@ -59,9 +59,225 @@ page.title=Support Library

This section provides details about the Support Library package releases.

-

+

Android Support Library, revision 23.3.0 (April + 2016) +

+ +
+
+
+ Changes for v4 Support + Library: +
+ +
+
    +
  • Added AppLaunchChecker to help track how your app + has been launched by the user in the past. + hasStartedFromLauncher() lets you know if the user has + launched your app from the home screen before, or if it has only + been started by other means (for example, to view specific web + URLs). +
  • + +
  • Fixed a memory leak in + MediaBrowserServiceCompat.mConnections. (Issue + 205220) +
  • + +
  • Fixed issue where {@link android.support.v4.view.ViewPager} + does not account for page margins when flipping page. (Issue + 203816) +
  • +
  • {@link android.support.v4.app.Fragment#onRequestPermissionsResult + Fragment.onRequestPermissionsResult()} is now delivered to child + fragments. +
  • +
+
+ + +
+ Changes for v7 + appcompat library: +
+ +
+
    +
  • Fixed an issue in {@link + android.support.v7.widget.AppCompatSpinner} that could cause + multiple popups to appear. (Issue + 205052) +
  • + +
  • Fixed an issue with how borderless buttons were colored. + (Issue + 202967) +
  • + +
  • Fixed a compatibility issue between {@link + android.support.v7.app.AppCompatDialogFragment } and {@link + android.support.v7.app.AlertDialog}. (Issue + 204805) +
  • + +
  • Reverted changes to TintResources that were causing + memory and configuration issues. (Issue + 205236)
  • +
+
+ + +
+ Changes for v7 + mediarouter library: +
+ +
+
    +
  • Fixed {@link android.support.v7.app.MediaRouteControllerDialog} + volume slider’s behavior. (Issue + 202299) +
  • +
+
+ + +
+ Changes for v7 Preference + library: +
+ +
+
    +
  • Fixed issue where {@link + android.support.v7.preference.PreferenceFragmentCompat} would crash + if dividerHeight is specified. (Issue + 204778) +
  • +
+
+ + +
+ Changes for v7 + recyclerview library: +
+ +
+
    +
  • Fixed a bug where {@link + android.support.v7.widget.RecyclerView} would not invoke scroll + callbacks if the range of visible items shrank. (Issue + 200987) +
  • + +
  • Fixed a bug where {@link + android.support.v7.widget.RecyclerView} would freeze if it was in + linear layout, was weighted, and contained images. (Issue + 203276) +
  • + +
  • Fixed a crash in {@link + android.support.v7.widget.OrientationHelper#getStartAfterPadding + OrientationHelper.getStartAfterPadding()}. (Issue + 180521) +
  • + +
  • Fixed a crash with usages of + android:nestedScrollingEnabled. (Issue + 197932) +
  • +
+
+ + +
+ Changes for Design Support + Library: +
+ +
+
    +
  • Fixed a bug where a hidden bottom sheet would handle touch + events. (Issue + 203654) +
  • + +
  • Fixed a layout issue with BottomSheetBehavior when + fitsSystemWindows is true. (Issue + 203057) +
  • + +
  • Fixed an accessibility issue with {@link + android.support.design.widget.Snackbar}. (Issue + 182145) +
  • + +
  • Fixed a crash on {@link android.support.design.widget.Snackbar} + swipe. (Issue + 203924) +
  • + +
  • Fixed a bug in {@link + android.support.design.widget.AppBarLayout} with + enterAlways. (Issue + 203661) +
  • + +
  • Fixed a bug where {@link + android.support.design.widget.TextInputLayout} unnecessarily clears + {@link android.widget.EditText} object's background color filter. + (Issue + 203357) +
  • +
+
+ +
+
+
+ + +
+

+ Android Support Library, revision 23.2.1 (March 2016)

@@ -361,7 +577,7 @@ page.title=Support Library
- +

@@ -718,7 +934,7 @@ android {

- +