blob: 99126864110a826dad435a9f9502de936ceeee0d [file] [log] [blame]
Xavier Ducrohet69a82902011-06-06 16:45:50 -0700112.0.0
2
Tor Norbye3dcfd762011-04-28 18:41:09 -0700311.0.0
4- Visual Refactoring:
5 - The new "Extract Style" refactoring pulls out style constants and
Tor Norbyee1777152011-05-25 15:50:53 -07006 defines them as style rules instead.
Tor Norbye3dcfd762011-04-28 18:41:09 -07007 - The new "Wrap in Container" refactoring surrounds the selected
8 views with a new layout, and transfers namespace and layout
9 parameters to the new parent
10 - The new "Change Widget Type" refactoring changes the type of the
11 selected views to a new type. (Also, a new selection context menu
12 in the visual layout editor makes it easy to select siblings as
13 well as views anywhere in the layout that have the same type).
14 - The new "Change Layout" refactoring changes layouts from one type
15 to another, and can also flatten a layout hierarchy.
16 - The "Extract as Include" refactoring now finds identical fragments
17 in other layouts and offers to combine all into a single include.
18 - There is a new Refactoring Quick Assistant which can be invoked
19 from the XML editor (with Ctrl-1) to apply any of the above
20 refactorings (and Extract String) to the current selection.
21- Visual Layout Editor:
22 - Improved "rendering fidelity": The layout preview has been
23 improved and should more closely match the rendering on actual
24 devices.
25 - The visual editor now previews ListViews at designtime. By
26 default, a two-line list item is shown, but with a context menu
27 you can pick any arbitrary layout to be used for the list items,
28 and you can also pick the header and footer layouts.
29 - The palette now supports "configurations" where a single view is
30 presented in various different configurations. For example, there
31 is a whole "Textfields" palette category where the EditText view
32 can be dragged in as a password field, an e-mail field, a phone
33 field, and so on. Similarly, TextViews are offered preconfigured
34 with large, normal and small theme sizes, and LinearLayouts are
35 offered both in horizontal and vertical configurations.
36 - The palette supports custom views, picking up any custom
37 implementations of the View class in your project source folders
38 or in included libraries, and these can be dragged into layouts.
Tor Norbyefb48dde2011-05-19 13:52:31 -070039 - Fragments support: Fragments are available in the palette, and in
40 the tool you can choose which layout to show rendered for a given
41 fragment tag. Go to declaration works for fragment classes.
Tor Norbye3dcfd762011-04-28 18:41:09 -070042 - The layout editor automatically applies a "zoom to fit" for newly
43 opened files as well as on device size and orientation changes to
44 ensure that large layouts are always fully visible unless you
45 manually zoom in.
46 - You can drop an "include" tag from the palette, which will pop up
47 a layout chooser, and the chosen layout is added as an include.
48 Similarly, dropping images or image buttons will pop up image
49 resource choosers to initialize the new image with.
50 - The configuration chooser now applies the "Render Target" and
51 "Locale" settings project wide, making it trivial to check the
52 layouts for different languages or render targets without having
53 to configure these individually for each layout.
54 - The layout editor is smarter about picking a default theme to
55 render a layout with, consulting factors like theme registrations
56 in the manifest, the SDK version, etc.
Tor Norbyefb48dde2011-05-19 13:52:31 -070057 - The layout editor is also smarter about picking a default
58 configuration to render a layout with, defaulting to the currently
59 visible configuration in the previous file. It also considers the
60 SDK target to determine whether to default to a tablet or phone
61 screen size.
62 - Basic focus support: The first text field dropped in a layout is
63 assigned focus, and there are "Request Focus" and "Clear Focus"
64 context menu items on text fields to change the focus.
Tor Norbye3dcfd762011-04-28 18:41:09 -070065- XML editors:
66 - Code completion has been significantly improved. It now works
67 within <style> elements, it completes dimensional units,
68 it sorts resource paths in values based on the attribute name,
69 etc. There are also many fixes to handle text replacement.
70 - AAPT errors are handled better. They are now underlined for the
71 relevant range in the editor, and a new quickfix makes it trivial
72 to create missing resources.
73 - Code completion for drawable, animation and color XML files.
74- DDMS:
75 - "New Folder" action in the File Explorer
76 - The screenshot dialog will add timestamps to the filenames, and
77 preserve the orientation on snapshot refresh
78- TraceView: Mouse-wheel zoom support in the timeline
79- The New Android Project wizard now supports Eclipse working sets
80- Most of the tools have improved integration with the Mac OSX
81 system menu bar.
82- Most of the tools have new launcher icons.
83
Tor Norbye3301b682011-04-05 08:59:12 -07008410.0.1
85- Temporary work-around to resolve the rare cases in which the layout
86 editor will not open.
87- Fix issue in which ADT 10.0.0 would install on Eclipse 3.4 and
88 lower, even though ADT requires Eclipse 3.5 or higher (as of
89 10.0.0).
90
9110.0.0
92- The tools now automatically generate Java Programming Language
93 source files (in the gen/ directory) and bytecode (in the res/raw/
94 directory) from your .rs files.
95- A Binary XML editor has been added.
96- Traceview is now integrated into the Eclipse UI.
97- The "Go To Declaration" feature for XML and .java files quickly show
98 all the matches in the project and allows you jump to specific items
99 such as string translations or onClick handlers.
100- The Resource Chooser can create items such as dimensions, integers,
101 ids, and booleans.
102- Improvements to the Visual Layout Editor:
103 - A new Palette with categories and rendering previews.
104 - A Layout Actions bar that provides quick access to common layout
105 operations.
106 - When the Android 3.0 rendering library is selected, layouts render
107 more like they do on devices. This includes rendering of status
108 and title bars to more accurately reflect the actual screen space
109 available to applications.
110 - Zoom improvements such as fit to view, persistent scale, and
111 keyboard access..
112 - Further improvements to <merge> layouts, as well as layouts with
113 gesture overlays.
114 - Improved rendering error diagnostics.
115
Xavier Ducrohet484e7f32010-11-17 15:17:59 -08001169.0.0
117- Visual Layout Editor
Tor Norbye9f321db2011-01-10 19:45:35 -0800118 - Empty layouts with 0,0 size are now automatically expanded when
119 selected and during drag and drop
120 - Rendering target can now be changed from the default (project
121 target)
122 - When choosing resources for rendering, the API level is properly
123 handled
Tor Norbyee14b92a2011-01-10 19:20:45 -0800124 - Improved support for rendering <include> and <merge> views
Tor Norbye9f321db2011-01-10 19:45:35 -0800125 - "Extract as Include" refactoring to extract selected views into
126 a separate included layout.
127 - String and reference properties can be edited from the layout
128 editor's context menu
129 - Rewritten outline drag & drop handling, improved label colors
130 and content
131 - The generated XML will be better formatted. Full XML formatter
132 can be enabled in the preferences (under Android > Editors), but
133 will touch part of the XML that isn't modified.
134 - Automatic configuration of many widgets on drop, such as
135 automatically filling a TextView in a vertical LinearLayout,
136 adding rows to new tables, etc.
137 - Double click views to jump to the corresponding XML declaration,
138 or for included views, to the included layout file
Tor Norbye6f147bd2011-01-17 22:25:54 -0800139 - Improved support for various views (such as TabHosts and
140 SlidingDrawers) when rendered using Honeycomb
Tor Norbye9f321db2011-01-10 19:45:35 -0800141- Go to Declaration hyperlinks for navigating from @resource
142 references to their XML declarations, from the manifest file to
143 activity and service classes, from Java access of resource R fields
144 to the XML declarations, etc.
Xavier Ducrohet5e9522e2011-01-06 18:02:13 -0800145- Logcat view in DDMS now properly displays UTF-8 characters.
146
Xavier Ducrohet3e7d21a2010-12-07 12:16:53 -08001478.0.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800148- Fix compilation issue in Android projects referencing standard Java
149 projects.
Xavier Ducrohet3e7d21a2010-12-07 12:16:53 -0800150- Better error reporting when exporting applications for release.
151
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -07001528.0.0
153- New version number scheme following the SDK Tools revision number.
Tor Norbye9f321db2011-01-10 19:45:35 -0800154- Support for true debug build. No need to change the value of
155 debuggable in the Android Manifest. Incremental build will
156 automatically insert debuggable==true while using the "export
157 signed/unsigned application package" will not. If debuggable=true
158 is set, then release builds will actually do a debug build.
159- Automatic Proguard support in release builds. Only need to have a
160 proguard.config property in default.properties that points to a
161 proguard config file.
162- Completely rewritten Visual Layout Editor. This is very much a work
163 in progress.
164 - full drag and drop from palette to layout for all Layout
165 classes.
166 - Move widgets inside a Layout view, from one Layout view to
167 another and from one layout file to another.
Xavier Ducroheta15a4dd2010-10-18 14:22:33 -0700168 - Contextual menu with enum/flag type properties.
169 - New zoom controls.
170- New HierarchyViewer plug-in integrated in Eclipse.
Tor Norbye9f321db2011-01-10 19:45:35 -0800171- Android launch configurations don't recompile the whole workspace on
172 launch anymore.
Xavier Ducroheta15a4dd2010-10-18 14:22:33 -0700173- android.jar source and javadoc location can now be configured.
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -0700174
Xavier Ducrohet6f43b412010-09-24 07:19:37 -07001750.9.9:
Tor Norbye9f321db2011-01-10 19:45:35 -0800176- Fix bug where ADT would delete the source folder of projects
177 imported from version control.
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -0700178
Xavier Ducrohet6d092a42010-06-09 11:23:57 -07001790.9.8:
Tor Norbye9f321db2011-01-10 19:45:35 -0800180- New Action "Rename Application Package" (under the "Android Tools"
181 contextual menu) will do a full application package refatoring.
182- Fixed issue with library project names containing characters that
183 aren't compatible with Eclipse path variable. The link between the
184 main project and the library would fail to create.
185- Added support for library projects that don't have a source folder
186 called "src". There is now support for any number of source folder,
187 with no name restriction. They can even be in sub folder such as
188 "src/java".
Xavier Ducrohetb4e47552010-07-01 18:01:43 -0700189- Added support for libraries with library dependencies.
Tor Norbye9f321db2011-01-10 19:45:35 -0800190- added support for new resource qualifiers: car/desk, night/notnight
191 and navexposed/navhidden
192- Added more device screen types for the layout editor. All screen
193 resolution/density combinations from
194 http://developer.android.com/guide/practices/screens_support.html#range
195 is now available.
Xavier Ducrohet6d092a42010-06-09 11:23:57 -0700196
Xavier Ducroheteee4bf12010-03-17 11:47:43 -07001970.9.7:
198- Support for library projects
Tor Norbye9f321db2011-01-10 19:45:35 -0800199- Updated Property panel for Android project to edit library
200 dependencies.
Xavier Ducroheteee4bf12010-03-17 11:47:43 -0700201
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -08002020.9.6:
Tor Norbye9f321db2011-01-10 19:45:35 -0800203- Editing default.properties outside of eclipse will automatically
204 update the project
205- Fix issue when launching ADT the first time with the SDK Usage panel
206 that could create a deadlock between modal dialogs
207- Launched applications from ADT now behave as if they were clicked
208 from the Home screen of the emulator.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800209- AVD creation dialog now enforce sd card of 9MB or higher
Tor Norbye9f321db2011-01-10 19:45:35 -0800210- Fixed issue where add-on with no optional library would not show up
211 as valid targets for application launches.
212- Loads the SDK content only when a project requires it. This will
213 make Eclipse use less resources when the SDK contains many versions
214 of Android.
Xavier Ducrohet244d1812009-12-08 16:05:19 -0800215- DDMS plug-in now contains the Allocation Tracker view.
Tor Norbye9f321db2011-01-10 19:45:35 -0800216- Lots of fixes in the configuration selector of the Visual Layout
217 Editor.
218- Explode mode in the Visual Layout Editor adds a margin to all layout
219 objects so that it's easier to see embedded layouts
220- Outline mode in the Visual Layout Editor draws layout outline to
221 make it easier to see layout objects.
Xavier Ducrohete83bdbb2010-01-25 16:36:29 -0800222- Fixed issues with the New Project Wizard when selecting samples.
223- Fixed possible crash when launching applications
Tor Norbye9f321db2011-01-10 19:45:35 -0800224- New action in the Logcat view: "Go to problem" lets you go directly
225 from an exception trace output to the code.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800226
2270.9.5:
Tor Norbye9f321db2011-01-10 19:45:35 -0800228- Misc fixes in the SDK Updater
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800229
Raphaelc70406f2009-10-02 19:41:49 -07002300.9.4:
231- New "Create project from sample" choice in the New Project Wizard.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800232- Improvements to the SDK Updater.
233- improvements to the AVD Manager (creation and launch dialogs)
234- new configuration selector in the Graphical Layout Editor
Raphaelc70406f2009-10-02 19:41:49 -0700235
Xavier Ducrohetc364a522009-08-25 20:01:56 -07002360.9.3:
Raphael7b9b3d12009-05-07 19:27:46 -0700237- New wizard to create Android JUnit Test Projects.
Xavier Ducrohetba7dd922009-07-22 17:39:44 -0700238- New AVD wizard.
239- SDK Updater
Xavier Ducrohetc364a522009-08-25 20:01:56 -0700240- zipalign support
Raphael7b9b3d12009-05-07 19:27:46 -0700241
Xavier Ducrohet679c1a82009-04-29 17:34:38 -07002420.9.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800243
244- Added an AVD creation wizard to ADT. It is automatically displayed
245 during a launch if no compatible AVDs are found.
246- Fixed issue with libs/ folder where files with no extension would
247 prevent the build from finishing.
248- Improved error handling during the final steps of the build to mark
249 the project if an unexpected error prevent the build from finishing.
250- Fixed issue when launching ADT on a clean install would trigger
251 org.eclipse.swt.SWTError: Not implemented [multiple displays].
252
Xavier Ducrohet679c1a82009-04-29 17:34:38 -0700253
254
2550.9.0:
Tor Norbye9f321db2011-01-10 19:45:35 -0800256
257- Projects now store generated Java files (R.java/Manifest.java and
258 output from aidl) in a 'gen' source folder.
259- Support for the new Android SDK with support for multiple versions
260 of the Android platform and for vendor supplied add-ons.
261 * New Project Wizard lets you choose which platform/add-on to
262 target.
263 * Project properties (right click project in Package Explorer,
264 then "Properties"), lets you edit project target.
265 * New Launch configuration option to choose debug deployment
266 target.
267- Ability to export multiple apk from one project, using resource
268 filters. See the 'android' property for Android projects.
269- Support for running JUnit tests on a device/emulator from a new
270 "Android JUnit tests" launch configuration.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800271
2720.8.1:
273
Tor Norbye9f321db2011-01-10 19:45:35 -0800274- Alternate Layout wizard. In the layout editor, the "create" button
275 is now enabled to easily create alternate versions of the current
276 layout.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800277- Fixed issue with custom themes/styles in the layout editor.
Tor Norbye9f321db2011-01-10 19:45:35 -0800278- Export Wizard: To export an application for release, and sign it
279 with a non debug key. Accessible from the export menu, from the
280 Android Tools contextual menu, or from the overview page of the
281 manifest editor.
282- New XML File Wizard: To easily create new XML resources file in the
283 /res directory.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800284- New checks on launch when attempting to debug on a device.
Tor Norbye9f321db2011-01-10 19:45:35 -0800285- Basic support for drag'n'drop in Graphical layout editor. You can
286 add new items by drag'n'drop from the palette. There is no support
287 for moving/resizing yet.
288- Undo/redo support in all XML form editors and Graphical layout
289 editor.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800290
2910.8.0:
292
Tor Norbye9f321db2011-01-10 19:45:35 -0800293- Fixed issue with using custom classes implementing Parcelable in
294 aidl files. Right click the project and choose Android Tools >
295 Create aidl preprocess file for Parcelable Classes.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800296- Added Custom Themes to theme drop down in the layout editor.
297- Customizable debug signing keystore path in preferences
298- Customizable HOME package name.
299
3000.7.1:
301
302- Layout Editor.
303
3040.6.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800305- Fixed install issue when project name contains spaces (requires new
306 emulator image)
307- Fixed setup of the New class wizard in the manifest (when clicking
308 on "name" for a class attribute) in the cases where the class and
309 some of its parent packages were missing.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800310- Properly kill the application that is about to be reinstalled.
Tor Norbye9f321db2011-01-10 19:45:35 -0800311- Create missing android folder automatically when building
312 application (caused a signing error)
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800313- Manifest editor: support for uses-library node
314- Fixed NPE in editors.xml.descriptors.XmlDescriptors.createPreference
315- Fixed assert in MultiEditorPart.setActivePage
Tor Norbye9f321db2011-01-10 19:45:35 -0800316- Fixed "connect to debugger" button in DeviceView. Also fixed support
317 for custom process names.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800318
3190.6.0:
320
Tor Norbye9f321db2011-01-10 19:45:35 -0800321- New launch option for activity. Can choose to launch default
322 activity (finds an activity configured to show up in the home
323 screen), or specific activity, or none.
324- Normal java resources (non java files placed in package folders) are
325 now properly packaged in the final package, and can be accessed
326 through normal java API such as ClassLoader.getResourceAsStream()
327- Launch configuration now has an option to wipe emulator data on
328 launch. This always asks for confirmation.
329- Launch configuration now has an option to disable the boot
330 animation. This will let the emulator start faster on older
331 computers.
332- Applications are now signed with a debug key (stored in
333 debug.keystore in ~/.android).
334- Installation of application is now more robust and will notify of
335 installation failure. Also installation is blocking, removing issues
336 where ADT tried to launch the activity before the app was installed.
337- Tree-based resource editor + content assist in XML editor for
338 layout, menu, preferences, values xml files. Work in progress...
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800339
340
3410.4.0 (adt 0.4.0, ddms 0.3.0, editors 0.2.0, common 0.1.0)
342
343- New AndroidManifest editor.
Tor Norbye9f321db2011-01-10 19:45:35 -0800344- True multiple device support allowing debugging apps on several
345 device at the same time
346- New launch modes for device selection: automatic will launch an
347 emulator if no device are present, automatically target the device
348 if only one exists, and prompt the user if 2+ are connected. Manual
349 mode always prompt the user.
350- New classpath container remove the dependencies on the location of
351 android.jar making it easier to share a project through dsvn, cvs,
352 etc... You should fix your project (right click project, choose
353 Android > Fix Project properties)
354- Fixed a case where pm would fail and would up end outputting the
355 "usage" text, which would in turn confuse the plugin during parsing.
356- Fixed an issue with compiling aidl file when they import project
357 local files.
358
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800359
3600.3.4 (adt 0.3.4, ddms 0.2.3, editors 0.1.0)
361
362Internal release only.
363- Enabled device support.
364
3650.3.3 (adt 0.3.3, ddms 0.2.3, editors 0.1.0)
366
367- Support for referenced projects.
Tor Norbye9f321db2011-01-10 19:45:35 -0800368- During launch, display if a package conflict occurs when the new
369 application is pushed onto the device.
370- You can now change the font of the logcat view. Also indentation is
371 now properly displayed.
372- Plugin generated files are now properly marked as derived. This will
373 make Team plugins ignore them.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800374
3750.3.2
376
377- XML Highlighting for AndroidManifest.xml (requires WebTools WST plugin)
Tor Norbye9f321db2011-01-10 19:45:35 -0800378- Custom java editor for R.java/Manifest.java to make those files non
379 editable. This is to replace the current locking mechanism which
380 causes issues on Mac OS.
381- Fixed some issue in the "Restart adb" feature in the device view of
382 ddms.
383- Better handling of aidl files and the java files generated from
384 them.
385- Plugin now retries to launch the app on the emulator if it fails due
386 to timing issues.
387- Skin dropdown in the Emulator/Target tabs is now build from the
388 content of the skin directory, to support developer made skins.
389- Emulator control panel. This is a UI on top of the emulator
390 console. it allows you to change the state of the network and gsm
391 connection, and to initiate incoming voice call.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800392
3930.3.1
394
Tor Norbye9f321db2011-01-10 19:45:35 -0800395- Fixed issue on winXP/Eclipse 3.2 where errors in the New Project
396 Wizard would not display.
397- Added missing intent definition in the AndroidManifest.xml file
398 created by the New Project Wizard.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800399- Fixed possible NPE in the debug action from the Process View
400- Support for Eclipse 3.4
401
4020.2.6 / 0.3.0
403
404- New Project Wizard now makes it easy to open Android sample code
Tor Norbye9f321db2011-01-10 19:45:35 -0800405- Plugin will output a warning if the build id of the device/emulator
406 does not match the sdk build id.
407- Java/Debug/ddms perspective now contains direct menus to open some
408 of the ddms views, and to create a new android project. This will
409 require you to reset your perspectives.
410- Error during builds now put an error marker on the project instead
411 of displaying an (annoying) dialog box.
412- Custom builders now remember their build state when restarting
413 eclipse.
414- Properly parse some aapt warnings and don't abort the build when
415 they happen.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800416- Abort launch and prompt the user if the project contains errors.
417- New silent/normal/verbose build output.
418
4190.2.5
420
Tor Norbye9f321db2011-01-10 19:45:35 -0800421- Check compiler compliance level before compilation and abort if
422 different from 1.5
423- Fix Project Properties will fix the project compiler compliance if
424 needed.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800425- Fixed an issue with multiple source folders.
Tor Norbye9f321db2011-01-10 19:45:35 -0800426- Added support for new Manifest.java class (it is automatically
427 generated with R.java if the content of the AndroidManifest.xml
428 requires it)
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800429- Fixed an issue that could result in not packaging code changes.
Tor Norbye9f321db2011-01-10 19:45:35 -0800430- Automatic fix of the Launch Configurations when the java package in
431 the manifest is changed. Also improved Launch Config dialog and
432 error alert for erroneous activity names in the Launch
433 Configuration.
434- Support for external jars that are not under the project root
435 directory.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800436- New projects have a default layout.
437- Misc fixes for Windows support.
438
4390.2.4
440
Tor Norbye9f321db2011-01-10 19:45:35 -0800441- Fixed large resource corruption issue.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800442
4430.2.3
444
Tor Norbye9f321db2011-01-10 19:45:35 -0800445- Fixed issue related to the integration of dx.
446- Fixed issue related to the package generation that was modified for
447 windows support.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800448
4490.2.2
450
Tor Norbye9f321db2011-01-10 19:45:35 -0800451- Changing the SDK location in the Preferences does not require to
452 restart Eclipse anymore.
453- New SDK-Project sync mode in Android preference pane. Default value
454 set to true. If true, all android projects are automatically sync'ed
455 to the SDK defined in the preferences.
456- Cases where no emulator is running but a dialog still says "An
457 emulator is running..." should be less frequent.
458- Projects do not reference the standard desktop JRE anymore, as
459 android.zip contains the core java library. This will solve the case
460 where using a core class non present on the platform would not
461 generate a compilation error.
462- Changing the package defined in the manifest now deletes the R.java
463 class from its previous location. This will require 1 build after
464 upgrading the plugin, before it works.
465- Project selection in the Launch Config Dialog now only shows Android
466 projects.
467- Launching a debug/run session now checks that the project uses the
468 SDK set in the preferences (This is for the non automatic sync
469 mode).
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800470- Removed obsolete wallpaper mode in the New Project Creation Wizard.
Tor Norbye9f321db2011-01-10 19:45:35 -0800471- dx (dalvik code conversion tool) now embedded instead of calling the
472 external version.
473- Improvements in the parsing of the aapt errors.
474- Some fixes for windows support.
475
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800476
4770.2.1
478
Tor Norbye9f321db2011-01-10 19:45:35 -0800479- Fixed bug in logcat search where invalid regexp would cause a crash
480- Minor improvements to the build/launch process.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800481
4820.2.0
483
484- Logcat view.
485- File Explorer view.
Tor Norbye9f321db2011-01-10 19:45:35 -0800486- Custom options for emulator. In the Launch configuration dialog you
487 can specify custom command line emulator options. See
488 "emulator -help" for available options.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800489- Android Tools > Export Application Package is now implemented.
490- Misc incremental builder fixes.
Tor Norbye9f321db2011-01-10 19:45:35 -0800491- Including static .jar files as library in your project will
492 automatically include them in the final APK. Warning: only the
493 .class content is included.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800494
4950.1.10
496
Tor Norbye9f321db2011-01-10 19:45:35 -0800497- The res and assets folders now fully refresh before the build,
498 ensuring R.java and packaged resources are always up to date. This
499 can be disabled in the preferences under "Android" if this becomes
500 slow due to too many files.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800501
5020.1.9
503
Tor Norbye9f321db2011-01-10 19:45:35 -0800504- New Action in the "Processes" view to debug an application that is
505 already running. The source project for this application MUST be
506 opened in the current workspace.
507- Building the project now force refreshes the res folder. This should
508 help rebuilding the resources when only binary files were changed
509 from outside eclipse.
510- Clean/full builds now compile all aidl files found in the build path
511 (previously only incremental builds would compile them). Also, misc
512 improvements to the incremental builders.
513- Starting a run/debug session now asks to save the files and forces a
514 new build to ensure that the latest package is pushed on the device.
515- Plugin should be less aggressive when waiting for the emulator to be
516 ready. This should translate in fewer failed launches.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800517
5180.1.8
519
520- Fixed Debugger issue introduced in 0.1.6
Tor Norbye9f321db2011-01-10 19:45:35 -0800521- Added Log level preferences for DDMS. Look under Android > DDMS >
522 Advanced. Default error level is Error.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800523
5240.1.7
525
Tor Norbye9f321db2011-01-10 19:45:35 -0800526- Fixed issue where java warnings wouldn't trigger a new package. Now
527 only errors stop the packaging like it should be.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800528- Added more error output in the console during launch.
529
5300.1.6
531
Tor Norbye9f321db2011-01-10 19:45:35 -0800532- New "Android" Console. It receives the error output from external
533 tools such and aidl, dx, and aapt (only when they can't be
534 parsed). Any error force the console to be displayed.
535- The Activity Manager on the device/emulator now outputs some
536 messages in the "Android" console when asked to start an
537 activity. This should help you figure out what is wrong if the
538 application doesn't start.
539- Fixed a case where the .apk file would be updated with broken
540 code. Now if there are java compile error, the .apk is not touched.
541- Added support for manifest with non fully qualified activity java
542 name, yet not starting with a dot.
543- Fixed creation of manifest files (through New Project wizard) to use
544 proper namespace for attributes.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800545- Better error reporting for namespace issue in the manifest.
Tor Norbye9f321db2011-01-10 19:45:35 -0800546- "Reset Adb" action from the device view. Use this is the plugin
547 tells you an emulator is running when there are none.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800548- New "ddms" Console which receives the standard output of ddms.
549
5500.1.5
551
552- Support for new activity declaration inside AndroidManifest.xml
Tor Norbye9f321db2011-01-10 19:45:35 -0800553- fixed issue that prevented bin/ to be removed from the buildpath
554 when converting project.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800555
5560.1.4
557
Tor Norbye9f321db2011-01-10 19:45:35 -0800558- Changes in the Manifest, now properly trigger a new package of the
559 resources.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800560
5610.1.3
562
Tor Norbye9f321db2011-01-10 19:45:35 -0800563- Fixed the "fix project properties" action to remove old framework
564 libraries, just not add new ones.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800565
5660.1.2
567
Tor Norbye9f321db2011-01-10 19:45:35 -0800568- aidl builder. The Android Resources PreBuilder now also converts
569 aidl files into java files.
570- New Project wizard now allows to make Wallpaper activities instead
571 of gadgets (which are obsolete.)
572- Launch shortcuts. Right click in the package explorer allow you to
573 launch the application in debug or run mode directly without
574 creating launch configurations.
575- New project wizard and Project conversion now sets up the java doc
576 path for android.zip
577- Package builder now supports custom application assets placed in
578 assets/ (which is now created automatically by the New Project
579 Wizard).
580- New action: Android Tools > Fix Project Properties, in the package
581 explorer contextual menu. This allows you to fix the framework path
582 (and its javadoc path) in case you change the sdk location.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800583
5840.1.1
585
586- Fixed project convertor to add the framework library if missing.
587
5880.1.0
589
590- New project wizard.
591- Python script-generated project convertor.
592- Incremental builders.
593- XML validation for resource files.
594- Android Launch Configuration.