From c112f62ff25beec11daba2626f7ff3c9f2acf688 Mon Sep 17 00:00:00 2001 From: Cheryl Potter Date: Fri, 13 Nov 2015 13:05:42 -0800 Subject: [PATCH] docs: Android Studio 1.5 release note and download links b/24804576 Change-Id: Id51f1afdcd32d540af886daee75a54d00c09a0de --- docs/html/sdk/index.jd | 32 ++++++++++----------- docs/html/tools/revisions/studio.jd | 55 ++++++++++++++++++++++++++++++++++++- 2 files changed, 70 insertions(+), 17 deletions(-) diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 1afb0fb77a58..f522b9a12b05 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 e2de5b941923..dec9e4b311c7 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:

+
    +
  • Added new Memory Monitor analysis abilities to Android Monitor. When you view an HPROF file + captured from this monitor, the display is now more helpful so you can more quickly locate + problems, such as memory leaks. To use this monitor, click Android Monitor at + the bottom of the main window. In Android Monitor, click the Memory tab. While + the monitor is running, click the Dump Java Heap icon, and then click + Captures in the main window and double-click the file to view it. (The + Android Device Monitor can't be running at the same time as Android Monitor.)
  • +
  • Added new deep link and app link support. The Code Editor can automatically create an + intent filter for deep linking in the 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. +
  • +
  • Added the ability to use short names when code-completing custom views in the Code Editor. +
  • +
  • Added support for more {@link android.graphics.drawable.VectorDrawable} elements to + Vector Asset Studio + for backward-compatibility. Vector Asset Studio can use these elements to convert vector + drawables into PNG raster images to use with Android 4.4 (API level 20) and lower. +
  • +
  • Added new 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. +
  • +
  • Added new 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. +
  • +
  • Fixed a number of stability issues. +
  • +
+
+
+ + +
+

+ Android Studio v1.4.1 (October 2015)

@@ -72,7 +125,7 @@ Android Studio, as denoted by revision number.

Issue: 187665 -
+
-- 2.11.0