aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-04-05 08:59:12 -0700
committerTor Norbye <tnorbye@google.com>2011-04-05 09:03:12 -0700
commit3301b68e2c25ed654c282e699c98816d755c57b5 (patch)
treecb5814bc42a1113e9542f2d0faf94f7c680b8823
parent002cbf3f91089dcfdd643b05a2bda92d4f919ea6 (diff)
downloadsdk-3301b68e2c25ed654c282e699c98816d755c57b5.zip
sdk-3301b68e2c25ed654c282e699c98816d755c57b5.tar.gz
sdk-3301b68e2c25ed654c282e699c98816d755c57b5.tar.bz2
Update changes.txt for ADT 10 and 10.0.1
Change-Id: I8810fd34dc10c4e73787857b078aeac83f0857b1
-rw-r--r--changes.txt5
-rw-r--r--eclipse/changes.txt32
2 files changed, 37 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
index 970ba93..10aaadb 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,5 +1,10 @@
Change log for Android SDK Tools.
+Revision 10:
+- The tools now automatically generate Java Programming Language
+ source files (in the gen directory) and bytecode (in the res/raw
+ directory) from your native .rs files
+
Revision 9:
- Fix packaging issue that broke draw9patch
- Ant build rules will now check the Ant version and fail if it's older than 1.8
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