From 0edf97f9adb6ba4176e5df5b7774619edc9c0836 Mon Sep 17 00:00:00 2001 From: Cheryl Potter Date: Mon, 30 Nov 2015 14:34:37 -0800 Subject: [PATCH] docs: 1.5.1 Android Studio release note and remove Mac security warning b/25933406 b/25993915 Change-Id: Ic27a9e3e30b68f199853bda08dde155c0b9d7d0c --- docs/html/sdk/index.jd | 32 ++++++++++++++-------------- docs/html/sdk/installing/index.jd | 8 +------ docs/html/tools/revisions/studio.jd | 33 ++++++++++++++++++++++++++++- 3 files changed, 49 insertions(+), 24 deletions(-) diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index f522b9a12b052..a32f0de9ee639 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.5.0.4 +studio.version=1.5.1.0 -studio.linux_bundle_download=android-studio-ide-141.2422023-linux.zip -studio.linux_bundle_bytes=380940715 -studio.linux_bundle_checksum=25f3b2b67641ef72e54d2c74cc69fde059630b50 +studio.linux_bundle_download=android-studio-ide-141.2456560-linux.zip +studio.linux_bundle_bytes=380943097 +studio.linux_bundle_checksum=b8460a2197abe26979d88e3b01b3c8bfd80a37db -studio.mac_bundle_download=android-studio-ide-141.2422023-mac.dmg -studio.mac_bundle_bytes=367454371 -studio.mac_bundle_checksum=9ff98b82e85081910d35b39342127cfc9071c08a +studio.mac_bundle_download=android-studio-ide-141.2456560-mac.dmg +studio.mac_bundle_bytes=367456698 +studio.mac_bundle_checksum=d0807423985757195ad5ae4717d580deeba1dbd8 -studio.win_bundle_download=android-studio-ide-141.2422023-windows.zip -studio.win_bundle_bytes=375657281 -studio.win_bundle_checksum=b427298bfc80b9f162fef3cba95a5775c86b4676 +studio.win_bundle_download=android-studio-ide-141.2456560-windows.zip +studio.win_bundle_bytes=375635150 +studio.win_bundle_checksum=64882fb967f960f2142de239200104cdc9b4c75b -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_bundle_exe_download=android-studio-bundle-141.2456560-windows.exe +studio.win_bundle_exe_bytes=1209163328 +studio.win_bundle_exe_checksum=6ffe608b1dd39041a578019eb3fedb5ee62ba545 -studio.win_notools_exe_download=android-studio-ide-141.2422023-windows.exe -studio.win_notools_exe_bytes=351441320 -studio.win_notools_exe_checksum=41933764d0f6d232cf8c123974c80fd400f0e6ea +studio.win_notools_exe_download=android-studio-ide-141.2456560-windows.exe +studio.win_notools_exe_bytes=351419656 +studio.win_notools_exe_checksum=8d016b90bf04ebac6ce548b1976b0c8a4f46b5f9 diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index 0375a2f37a998..1e732da7d8859 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -42,7 +42,7 @@ install instructions.

JDK 6 or higher (the JRE alone is not sufficient)—JDK 7 is required when developing for Android 5.0 and higher. To check if you have JDK installed (and which version), open a terminal and type javac -version. -If the JDK is not available or the version is lower than version 6, download the +If the JDK is not available or the version is lower than version 6, download the Java SE Development Kit 7.

@@ -90,12 +90,6 @@ where they are installed. For example:

  • Launch the {@code .dmg} file you just downloaded.
  • Drag and drop Android Studio into the Applications folder.
  • Open Android Studio and follow the setup wizard to install any necessary SDK tools. -

    - Depending on your security settings, when you attempt to open Android Studio, you might - see a warning that says the package is damaged and should be moved to the trash. If this - happens, go to System Preferences > Security & Privacy and under - Allow applications downloaded from, select Anywhere. - Then open Android Studio again.

  • diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd index dec9e4b311c70..f7353c620b114 100644 --- a/docs/html/tools/revisions/studio.jd +++ b/docs/html/tools/revisions/studio.jd @@ -42,6 +42,36 @@ Android Studio, as denoted by revision number.

    Android Studio v1.5.1 (December 2015) +

    +
    +

    Fixes and enhancements:

    +
      +
    • Fixed a rendering failure issue in the Layout Editor. + Issue: 194612
    • +
    • Added the ability to vary description manifest attributes by configuration. + Issue: 194705 +
    • +
    • Improved the contrast of the Android Studio Darcula appearance theme in Vector Asset Studio. + Issue: 191819 +
    • +
    • Added Help button support to Vector Asset Studio. +
    • +
    • Added support for the % operator for data binding. Issue: 194045 +
    • +
    • Fixed a case where launching an app for debugging resulted in the debugger connecting to the + wrong device. Issue: 195167 +
    • +
    • Fixed a null pointer exception that could occur when attempting to run an app in + certain scenarios. +
    • +
    +
    +
    + +
    +

    + Android Studio v1.5.0 (November 2015)

    @@ -52,7 +82,8 @@ Android Studio, as denoted by revision number.

    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 + Captures in the main window and double-click the file to view it. Click + Capture Analysis on the right. (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