Loading docs/html/guide/topics/manifest/uses-sdk-element.jd +40 −40 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ Versions dashboards page</a>.</p> <table> <tr><th>Platform Version</th><th>API Level</th><th>VERSION_CODE</th><th>Notes</th></tr> <tr><td><a href="{@docRoot}about/versions/android-4.2.html">Android 4.2</a></td> <tr><td><a href="{@docRoot}about/versions/android-4.2.html">Android 4.2, 4.2.2</a></td> <td><a href="{@docRoot}sdk/api_diff/17/changes.html" title="Diff Report">17</a></td> <td>{@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}</td> <td><a href="{@docRoot}about/versions/jelly-bean.html">Platform Loading docs/html/sdk/index.jd +15 −15 Original line number Diff line number Diff line Loading @@ -4,25 +4,25 @@ header.hide=1 page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. sdk.linux32_bundle_download=adt-bundle-linux-x86.zip sdk.linux32_bundle_bytes=418614971 sdk.linux32_bundle_checksum=24506708af221a887326c2a9ca9625dc sdk.linux32_bundle_download=adt-bundle-linux-x86-20130219.zip sdk.linux32_bundle_bytes=418664018 sdk.linux32_bundle_checksum=e56ebb5c8eb84eb3227cf7c255373f4b sdk.linux64_bundle_download=adt-bundle-linux-x86_64.zip sdk.linux64_bundle_bytes=418889835 sdk.linux64_bundle_checksum=464c1fbe92ea293d6b2292c27af5066a sdk.linux64_bundle_download=adt-bundle-linux-x86_64-20130219.zip sdk.linux64_bundle_bytes=418939098 sdk.linux64_bundle_checksum=90cb420934170787938d0477c1a83a7f sdk.mac64_bundle_download=adt-bundle-mac-x86_64.zip sdk.mac64_bundle_bytes=390649300 sdk.mac64_bundle_checksum=f557bc61a4bff466633037839771bffb sdk.mac64_bundle_download=adt-bundle-mac-x86_64-20130219.zip sdk.mac64_bundle_bytes=390697025 sdk.mac64_bundle_checksum=b768c28f380c1846479664c4790e9c53 sdk.win32_bundle_download=adt-bundle-windows-x86.zip sdk.win32_bundle_bytes=425429957 sdk.win32_bundle_checksum=cca97f12904774385a57d542e70a490f sdk.win32_bundle_download=adt-bundle-windows-x86-20130219.zip sdk.win32_bundle_bytes=425487608 sdk.win32_bundle_checksum=4a40039f28048e6d7b2440adf55b8321 sdk.win64_bundle_download=adt-bundle-windows-x86_64.zip sdk.win64_bundle_bytes=425553759 sdk.win64_bundle_checksum=c51679f4517e1c3ddefa1e662bbf17f6 sdk.win64_bundle_download=adt-bundle-windows-x86_64-20130219.zip sdk.win64_bundle_bytes=425611626 sdk.win64_bundle_checksum=891f79816b4d19042faab26d670f4f77 Loading docs/html/tools/extras/support-library.jd +26 −3 Original line number Diff line number Diff line Loading @@ -46,10 +46,33 @@ by the directory name, such as {@code v4/} and {@code v13/}.</p> <p>The sections below provide notes about successive releases of the Support Package, as denoted by revision number.</p> <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="" />Support Package, revision 12</a> <em>(February 2013)</em> </p> <div class="toggle-content-toggleme"> <dl> <dt>Changes for v4 support library:</dt> <dd> <ul> <li>Improved interaction behavior for {@link android.support.v4.view.ViewPager}.</li> <li>Fixed a bug that could cause {@link android.support.v4.view.ViewPager} to select the wrong page.</li> <li>Fixed use of {@link android.support.v4.view.ViewPager#removeView removeView()} method during layout for {@link android.support.v4.view.ViewPager}.</li> <li>Fixed issue with {@link android.support.v4.widget.SearchViewCompat} where using the back button to dismiss does not clear the search text. This fix only applies to host API levels 14 and higher.</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="" />Support Package, revision 11</a> <em>(November 2012)</em> </p> <div class="toggle-content-toggleme"> Loading Loading @@ -119,7 +142,7 @@ the Support Package, as denoted by revision number.</p> <dt>Changes for v4 support library:</dt> <dd> <ul> <li>Added support for notification features introduced in Android 4.1 (API Level 16) with <li>Added support for notification features introduced in Android 4.1 (API level 16) with additions to {@link android.support.v4.app.NotificationCompat}.</li> </ul> </dd> Loading Loading @@ -210,7 +233,7 @@ isActiveNetworkMetered()} method.</li> <li>Fixed intent flags for {@link android.app.PendingIntent} objects generated by {@link android.support.v4.app.TaskStackBuilder}.</li> <li>Removed unused attributes from the gridlayout library projects to make sure the library can be built with API Level 7 and higher.</li> the library can be built with API level 7 and higher.</li> <li>Added {@code .classpath} and {@code .project} files for the gridlayout library project.</li> </ul> Loading docs/html/tools/revisions/platforms.jd +18 −1 Original line number Diff line number Diff line Loading @@ -44,11 +44,28 @@ version.</p> SDK tools to revision 20 or later and restart the Android SDK Manager. If you do not, the Android 4.2 system components will not be available for download.</p> <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="" />Revision 2</a> <em>(February 2013)</em> </p> <div class="toggle-content-toggleme"> <p>Maintenance update. The system version is 4.2.2.</p> <dl> <dt>Dependencies:</dt> <dd>SDK Tools r21 or higher is required.</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="" />Revision 1</a> <em>(November 2012)</em> </p> Loading docs/html/tools/sdk/eclipse-adt.jd +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <li>Java 1.6 or higher is required for ADT 21.1.0.</li> <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 21.1.0.</li> <li>ADT 21.1.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21.1.0</a>. If you haven't already installed SDK Tools r21.1.0 into your SDK, use the Tools r21.1</a>. If you haven't already installed SDK Tools r21.1 into your SDK, use the Android SDK Manager to do so.</li> </ul> </dd> Loading Loading
docs/html/guide/topics/manifest/uses-sdk-element.jd +40 −40 Original line number Diff line number Diff line Loading @@ -228,7 +228,7 @@ Versions dashboards page</a>.</p> <table> <tr><th>Platform Version</th><th>API Level</th><th>VERSION_CODE</th><th>Notes</th></tr> <tr><td><a href="{@docRoot}about/versions/android-4.2.html">Android 4.2</a></td> <tr><td><a href="{@docRoot}about/versions/android-4.2.html">Android 4.2, 4.2.2</a></td> <td><a href="{@docRoot}sdk/api_diff/17/changes.html" title="Diff Report">17</a></td> <td>{@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}</td> <td><a href="{@docRoot}about/versions/jelly-bean.html">Platform Loading
docs/html/sdk/index.jd +15 −15 Original line number Diff line number Diff line Loading @@ -4,25 +4,25 @@ header.hide=1 page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. sdk.linux32_bundle_download=adt-bundle-linux-x86.zip sdk.linux32_bundle_bytes=418614971 sdk.linux32_bundle_checksum=24506708af221a887326c2a9ca9625dc sdk.linux32_bundle_download=adt-bundle-linux-x86-20130219.zip sdk.linux32_bundle_bytes=418664018 sdk.linux32_bundle_checksum=e56ebb5c8eb84eb3227cf7c255373f4b sdk.linux64_bundle_download=adt-bundle-linux-x86_64.zip sdk.linux64_bundle_bytes=418889835 sdk.linux64_bundle_checksum=464c1fbe92ea293d6b2292c27af5066a sdk.linux64_bundle_download=adt-bundle-linux-x86_64-20130219.zip sdk.linux64_bundle_bytes=418939098 sdk.linux64_bundle_checksum=90cb420934170787938d0477c1a83a7f sdk.mac64_bundle_download=adt-bundle-mac-x86_64.zip sdk.mac64_bundle_bytes=390649300 sdk.mac64_bundle_checksum=f557bc61a4bff466633037839771bffb sdk.mac64_bundle_download=adt-bundle-mac-x86_64-20130219.zip sdk.mac64_bundle_bytes=390697025 sdk.mac64_bundle_checksum=b768c28f380c1846479664c4790e9c53 sdk.win32_bundle_download=adt-bundle-windows-x86.zip sdk.win32_bundle_bytes=425429957 sdk.win32_bundle_checksum=cca97f12904774385a57d542e70a490f sdk.win32_bundle_download=adt-bundle-windows-x86-20130219.zip sdk.win32_bundle_bytes=425487608 sdk.win32_bundle_checksum=4a40039f28048e6d7b2440adf55b8321 sdk.win64_bundle_download=adt-bundle-windows-x86_64.zip sdk.win64_bundle_bytes=425553759 sdk.win64_bundle_checksum=c51679f4517e1c3ddefa1e662bbf17f6 sdk.win64_bundle_download=adt-bundle-windows-x86_64-20130219.zip sdk.win64_bundle_bytes=425611626 sdk.win64_bundle_checksum=891f79816b4d19042faab26d670f4f77 Loading
docs/html/tools/extras/support-library.jd +26 −3 Original line number Diff line number Diff line Loading @@ -46,10 +46,33 @@ by the directory name, such as {@code v4/} and {@code v13/}.</p> <p>The sections below provide notes about successive releases of the Support Package, as denoted by revision number.</p> <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="" />Support Package, revision 12</a> <em>(February 2013)</em> </p> <div class="toggle-content-toggleme"> <dl> <dt>Changes for v4 support library:</dt> <dd> <ul> <li>Improved interaction behavior for {@link android.support.v4.view.ViewPager}.</li> <li>Fixed a bug that could cause {@link android.support.v4.view.ViewPager} to select the wrong page.</li> <li>Fixed use of {@link android.support.v4.view.ViewPager#removeView removeView()} method during layout for {@link android.support.v4.view.ViewPager}.</li> <li>Fixed issue with {@link android.support.v4.widget.SearchViewCompat} where using the back button to dismiss does not clear the search text. This fix only applies to host API levels 14 and higher.</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="" />Support Package, revision 11</a> <em>(November 2012)</em> </p> <div class="toggle-content-toggleme"> Loading Loading @@ -119,7 +142,7 @@ the Support Package, as denoted by revision number.</p> <dt>Changes for v4 support library:</dt> <dd> <ul> <li>Added support for notification features introduced in Android 4.1 (API Level 16) with <li>Added support for notification features introduced in Android 4.1 (API level 16) with additions to {@link android.support.v4.app.NotificationCompat}.</li> </ul> </dd> Loading Loading @@ -210,7 +233,7 @@ isActiveNetworkMetered()} method.</li> <li>Fixed intent flags for {@link android.app.PendingIntent} objects generated by {@link android.support.v4.app.TaskStackBuilder}.</li> <li>Removed unused attributes from the gridlayout library projects to make sure the library can be built with API Level 7 and higher.</li> the library can be built with API level 7 and higher.</li> <li>Added {@code .classpath} and {@code .project} files for the gridlayout library project.</li> </ul> Loading
docs/html/tools/revisions/platforms.jd +18 −1 Original line number Diff line number Diff line Loading @@ -44,11 +44,28 @@ version.</p> SDK tools to revision 20 or later and restart the Android SDK Manager. If you do not, the Android 4.2 system components will not be available for download.</p> <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="" />Revision 2</a> <em>(February 2013)</em> </p> <div class="toggle-content-toggleme"> <p>Maintenance update. The system version is 4.2.2.</p> <dl> <dt>Dependencies:</dt> <dd>SDK Tools r21 or higher is required.</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="" />Revision 1</a> <em>(November 2012)</em> </p> Loading
docs/html/tools/sdk/eclipse-adt.jd +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <li>Java 1.6 or higher is required for ADT 21.1.0.</li> <li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 21.1.0.</li> <li>ADT 21.1.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK Tools r21.1.0</a>. If you haven't already installed SDK Tools r21.1.0 into your SDK, use the Tools r21.1</a>. If you haven't already installed SDK Tools r21.1 into your SDK, use the Android SDK Manager to do so.</li> </ul> </dd> Loading