diff options
Diffstat (limited to 'eclipse/changes.txt')
-rw-r--r-- | eclipse/changes.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse/changes.txt b/eclipse/changes.txt index bbe26de..5cb8245 100644 --- a/eclipse/changes.txt +++ b/eclipse/changes.txt @@ -1,3 +1,6 @@ +0.9.0 (work in progress) +- Support for SDK with multiple versions of the Android platform and vendor supplied add-ons. + 0.8.1: - Alternate Layout wizard. In the layout editor, the "create" button is now enabled, and allows to easily create alternate versions. @@ -5,6 +8,8 @@ - Export Wizard: To export an application for release, sign with a non debug key. Accessible from the export menu, from the Android Tools contextual menu, or from the overview page of the manifest editor. - New XML File Wizard: To easily create new XML resources file in the /res directory. - New checks on launch when attempting to debug on a device. +- Basic support for drag'n'drop in Graphical layout editor. You can add new items by drag'n'drop from the palette. There's is no support for moving/resizing yet. +- Undo/redo support in all XML form editors and Graphical layout editor. 0.8.0: |