diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 1afb0fb77a58a..f522b9a12b052 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -5,28 +5,28 @@ page.image=images/cards/android-studio_2x.png header.hide=1 page.metaDescription=Download the official Android IDE and developer tools to build apps for Android phones, tablets, wearables, TVs, and more. -studio.version=1.4.1.0 +studio.version=1.5.0.4 -studio.linux_bundle_download=android-studio-ide-141.2343393-linux.zip -studio.linux_bundle_bytes=381078272 -studio.linux_bundle_checksum=c38eb7afec75fe529efecd2f05500f1715e82cfe +studio.linux_bundle_download=android-studio-ide-141.2422023-linux.zip +studio.linux_bundle_bytes=380940715 +studio.linux_bundle_checksum=25f3b2b67641ef72e54d2c74cc69fde059630b50 -studio.mac_bundle_download=android-studio-ide-141.2343393-mac.dmg -studio.mac_bundle_bytes=364890127 -studio.mac_bundle_checksum=f99f7e4916b39d0248ab7278765d105a7ce342fb +studio.mac_bundle_download=android-studio-ide-141.2422023-mac.dmg +studio.mac_bundle_bytes=367454371 +studio.mac_bundle_checksum=9ff98b82e85081910d35b39342127cfc9071c08a -studio.win_bundle_download=android-studio-ide-141.2343393-windows.zip -studio.win_bundle_bytes=373749630 -studio.win_bundle_checksum=ac5eea9cdd0ec7f0321ad459c0420c5fa7e1b332 +studio.win_bundle_download=android-studio-ide-141.2422023-windows.zip +studio.win_bundle_bytes=375657281 +studio.win_bundle_checksum=b427298bfc80b9f162fef3cba95a5775c86b4676 -studio.win_bundle_exe_download=android-studio-bundle-141.2343393-windows.exe -studio.win_bundle_exe_bytes=1192115784 -studio.win_bundle_exe_checksum=de9e6172533fa02051efabb9ed3a485995582e13 +studio.win_bundle_exe_download=android-studio-bundle-141.2422023-windows.exe +studio.win_bundle_exe_bytes=1209184992 +studio.win_bundle_exe_checksum=e44c0c7fe53ca8e8a6f3b9bdc7551c3b8ee41f30 -studio.win_notools_exe_download=android-studio-ide-141.2343393-windows.exe -studio.win_notools_exe_bytes=348552720 -studio.win_notools_exe_checksum=227160920052916e538512f8ccbf49296bb2b1f2 +studio.win_notools_exe_download=android-studio-ide-141.2422023-windows.exe +studio.win_notools_exe_bytes=351441320 +studio.win_notools_exe_checksum=41933764d0f6d232cf8c123974c80fd400f0e6ea diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd index e2de5b9419230..dec9e4b311c70 100644 --- a/docs/html/tools/revisions/studio.jd +++ b/docs/html/tools/revisions/studio.jd @@ -42,6 +42,59 @@ Android Studio, as denoted by revision number.
Android Studio v1.5.0 (November 2015)
+
Fixes and enhancements:
+AndroidManifest.xml file. It can also
+ generate code to help you integrate with the
+ App Indexing API
+ in an activity in a Java file. A deep link testing feature
+ helps you verify that a specified deep link can launch an app. In the General
+ tab of the Run/Debug Configurations dialog, you can specify deep link launch
+ options. You can also test App Indexing API calls in an activity by using the Android Monitor
+ logcat display. The Android lint tool now has warnings for
+ certain issues involving deep links and the App Indexing API.
+ lint checks for Android TV and Android Auto to give you
+ immediate, actionable feedback in Android Studio, along with several quick fixes. For example,
+ for Android TV, it can report and provide a quick fix for permissions, unsupported hardware,
+ uses-feature element, and missing banner issues. For Android Auto, it can
+ validate the correct usage in the descriptor file referred from your
+ AndroidManifest.xml file, report if there isn't an intent filter for the
+ MediaBrowserService class, and identify certain voice actions issues.
+ lint checks for insecure broadcast receivers,
+ SSLCertificateSocketFactory and HostnameVerifier class uses, and
+ File.setReadable() and File.setWritable() calls. It also detects
+ invalid manifest resource lookups, especially for resources that vary by configuration.
+
+
Android Studio v1.4.1 (October 2015)