aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-04-05 15:08:05 -0700
committerAndroid Code Review <code-review@android.com>2011-04-05 15:08:05 -0700
commit9386914670f158919a4fc4759da07b1c9f24d3ae (patch)
tree8f7b1a3ac7adf9942a100f4e7b22828db4c8977e /eclipse
parentfe0dd4c74297e3902d880dd6f981a2f8784e4973 (diff)
parent3301b68e2c25ed654c282e699c98816d755c57b5 (diff)
downloadsdk-9386914670f158919a4fc4759da07b1c9f24d3ae.zip
sdk-9386914670f158919a4fc4759da07b1c9f24d3ae.tar.gz
sdk-9386914670f158919a4fc4759da07b1c9f24d3ae.tar.bz2
Merge "Update changes.txt for ADT 10 and 10.0.1"
Diffstat (limited to 'eclipse')
-rw-r--r--eclipse/changes.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/eclipse/changes.txt b/eclipse/changes.txt
index 5c76898..617dbb2 100644
--- a/eclipse/changes.txt
+++ b/eclipse/changes.txt
@@ -1,3 +1,35 @@
+10.0.1
+- Temporary work-around to resolve the rare cases in which the layout
+ editor will not open.
+- Fix issue in which ADT 10.0.0 would install on Eclipse 3.4 and
+ lower, even though ADT requires Eclipse 3.5 or higher (as of
+ 10.0.0).
+
+10.0.0
+- The tools now automatically generate Java Programming Language
+ source files (in the gen/ directory) and bytecode (in the res/raw/
+ directory) from your .rs files.
+- A Binary XML editor has been added.
+- Traceview is now integrated into the Eclipse UI.
+- The "Go To Declaration" feature for XML and .java files quickly show
+ all the matches in the project and allows you jump to specific items
+ such as string translations or onClick handlers.
+- The Resource Chooser can create items such as dimensions, integers,
+ ids, and booleans.
+- Improvements to the Visual Layout Editor:
+ - A new Palette with categories and rendering previews.
+ - A Layout Actions bar that provides quick access to common layout
+ operations.
+ - When the Android 3.0 rendering library is selected, layouts render
+ more like they do on devices. This includes rendering of status
+ and title bars to more accurately reflect the actual screen space
+ available to applications.
+ - Zoom improvements such as fit to view, persistent scale, and
+ keyboard access..
+ - Further improvements to <merge> layouts, as well as layouts with
+ gesture overlays.
+ - Improved rendering error diagnostics.
+
9.0.0
- Visual Layout Editor
- Empty layouts with 0,0 size are now automatically expanded when