From 6170c00f05714499b8371d4c97c4a2612cd99f5b Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Wed, 18 Mar 2015 17:33:23 -0700 Subject: docs: studio 1.2 revision updates Change-Id: I3bf392596d418b3bba63bbcc09663f2d3f4d6e2a --- docs/html/tools/revisions/index.jd | 6 +++- docs/html/tools/revisions/studio.jd | 55 +++++++++++++++++++++++++++++++++++-- docs/html/tools/studio/index.jd | 2 +- 3 files changed, 58 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/html/tools/revisions/index.jd b/docs/html/tools/revisions/index.jd index 0e7ceef..0b8db83 100644 --- a/docs/html/tools/revisions/index.jd +++ b/docs/html/tools/revisions/index.jd @@ -6,4 +6,8 @@ page.noplus=1 an update at their own schedule, so some have their own set of release notes. You can find information about some of the packages in this section, including the core SDK Tools and the latest Platforms.

\ No newline at end of file +href="{@docRoot}tools/revisions/platforms.html">SDK Platforms. Release notes are also available +for Android developer tools, such as +Android Studio and the +Android Plugin for Gradle. +

diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd index 3982f2e..4f153e3 100644 --- a/docs/html/tools/revisions/studio.jd +++ b/docs/html/tools/revisions/studio.jd @@ -29,9 +29,9 @@ everything you need to begin developing Android apps:

For an introduction to Android Studio, read the Android Studio guide.

-

Periodic updates are pushed to Android Studio without requiring you to update. To -manually check for updates, select Help > Check for updates (on Mac, select -Android Studio > Check for updates).

+

Periodic updates are pushed to Android Studio without requiring you to update your Android +project. To manually check for updates, select Help > Check for updates (on Mac, +select Android Studio > Check for updates).

Revisions

@@ -43,6 +43,53 @@ Android Studio, as denoted by revision number.

Android Studio v1.2.0 (April 2015) +

+ +
+

Various fixes and enhancements:

+
    +
  • Updated the Android runtime window to include the + Memory Monitor tool + and added a tab for CPU performance monitoring.
  • +
  • Added a Captures tab in the left margin to display the captured memory and CPU + performance data files, such as CPU method tracking and memory heap snapshots.
  • +
  • Expanded annotation + support with additional metadata annotations and inferred nullability.
  • +
  • Enhanced the Translations Editor with additional support for Best Current Practice + (BCP) 47, which uses 3-letter language and region codes.
  • +
  • Integrated IntelliJ 14 and 14.1 features for improved code analysis and performance:
  • +
      +
    • Enhanced debugging to show inline values for variables and referring objects, + as well as perform inline evaluation of lambda and operator expressions.
    • +
    • Added code style detection for tab and indent sizes.
    • +
    • Added scratch files for code experiments and prototyping without project files.
    • +
    • Added the simultaneous insertion of opening and closing tags in HTML and XML files.
    • +
    • Added a built-in Java class decompiler so you can look at what’s inside a library + for which the source code is not available.
    • +
    +

    See + What's New in IntelliJ + for a complete description of the new features and enhancements.

    + +
  • Added additional Project Views + for Scratches, Project Files, Problems, Production, + and Tests to enhance project management and access.
  • +
  • Enhanced the File > Settings menu and dialogs for improved settings + access and management.
  • +
  • Added support for high-density displays for Windows and Linux.
  • +
  • Added support for 280 dpi resources in the res/drawable-280dpi/ folder. +
+ +
+
+ + + + +
+

+ Android Studio v1.1.0 (February 2015)

@@ -63,6 +110,7 @@ Android Studio, as denoted by revision number.

for region and language combinations, launcher icons, resource names, and other common code problems.
  • Added support for Best Current Practice (BCP) language tag 47.
  • +
    @@ -85,6 +133,7 @@ Android Studio, as denoted by revision number.

    updates, use File > Settings > Updates to change to the Stable update channel. + diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd index eaa96d3..b3d0ad7 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -244,7 +244,7 @@ Manager (HAXM) emulator accelerator and creates a default emulator for quick app -

    Memory Monitor

    +

    Memory Monitor

    Android Studio provides a memory monitor view so you can more easily monitor your app's memory usage to find deallocated objects, locate memory leaks and track the amount of memory the connected device is using. With your app running on a device or emulator, click the -- cgit v1.1