diff options
Diffstat (limited to 'docs/html/tools/support-library')
| -rw-r--r-- | docs/html/tools/support-library/index.jd | 43 | ||||
| -rw-r--r-- | docs/html/tools/support-library/setup.jd | 8 |
2 files changed, 51 insertions, 0 deletions
diff --git a/docs/html/tools/support-library/index.jd b/docs/html/tools/support-library/index.jd index dba4e74..389238f 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 <div class="toggle-content opened"> <p><a href="#" onclick="return toggleContent(this)"> <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" alt="" +/>Android Support Library, revision 19.0.1</a> <em>(December 2013)</em> + </p> + <div class="toggle-content-toggleme"> + <dl> + <dt>Changes for v4 support library:</dt> + <dd> + <ul> + <li>Improved {@link android.support.v4.print.PrintHelper} by adding asynchronous + handling of printing.</li> + <li>Fixed the {@link android.support.v4.widget.DrawerLayout} class approximation of + the {@link android.view.View#addChildrenForAccessibility addChildrenForAccessibility()} + method.</li> + <li>Fixed slide drawable mirroring in {@link + android.support.v4.app.ActionBarDrawerToggle}.</li> + <li>Fixed off-by-one issue when removing an item from a collection iterator.</li> + </ul> + </dd> + + <dt>Changes for v7 mediarouter library:</dt> + <dd> + <ul> + <li>Improved route identification by using full component name in the {@link + android.support.v7.media.MediaRouteProvider.ProviderMetadata}.</li> + <li>Updated {@link android.support.v7.app.MediaRouteChooserDialog} to hide disabled + routes.</li> + </ul> + </dd> + + <dt>Changes for v8 renderscript library:</dt> + <dd> + <ul> + <li>Added error propagation for the RenderScript thunking layer.</li> + </ul> + </dd> + + </dl> + </div> +</div> + + +<div class="toggle-content closed"> + <p><a href="#" onclick="return toggleContent(this)"> + <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt="" />Android Support Library, revision 19</a> <em>(October 2013)</em> </p> <div class="toggle-content-toggleme"> diff --git a/docs/html/tools/support-library/setup.jd b/docs/html/tools/support-library/setup.jd index 2d2065a..2325a13 100644 --- a/docs/html/tools/support-library/setup.jd +++ b/docs/html/tools/support-library/setup.jd @@ -206,6 +206,14 @@ project</a> based on the support library code:</p> <li>In the properties window, click <strong>OK</strong>.</li> </ol> +<p class="note"> + <strong>Note:</strong> If you are using the {@code android-support-v7-mediarouter} support + library, you should note that it depends on the {@code android-support-v7-appcompat} library. + In order for the v7 mediarouter library to compile, you must import both library projects into + your development workspace. Then follow the procedure above to add the v7 appcompat project as a + library to the v7 mediarouter library project. +</p> + </div> </div> |
