blob: 17c43fd890e1a763f4f89eeb28e7bd0bc0d71ae7 [file] [log] [blame]
Tor Norbye3dcfd762011-04-28 18:41:09 -0700111.0.0
2- Visual Refactoring:
3 - The new "Extract Style" refactoring pulls out style constants and
4 defines them as style rules intead.
5 - The new "Wrap in Container" refactoring surrounds the selected
6 views with a new layout, and transfers namespace and layout
7 parameters to the new parent
8 - The new "Change Widget Type" refactoring changes the type of the
9 selected views to a new type. (Also, a new selection context menu
10 in the visual layout editor makes it easy to select siblings as
11 well as views anywhere in the layout that have the same type).
12 - The new "Change Layout" refactoring changes layouts from one type
13 to another, and can also flatten a layout hierarchy.
14 - The "Extract as Include" refactoring now finds identical fragments
15 in other layouts and offers to combine all into a single include.
16 - There is a new Refactoring Quick Assistant which can be invoked
17 from the XML editor (with Ctrl-1) to apply any of the above
18 refactorings (and Extract String) to the current selection.
19- Visual Layout Editor:
20 - Improved "rendering fidelity": The layout preview has been
21 improved and should more closely match the rendering on actual
22 devices.
23 - The visual editor now previews ListViews at designtime. By
24 default, a two-line list item is shown, but with a context menu
25 you can pick any arbitrary layout to be used for the list items,
26 and you can also pick the header and footer layouts.
27 - The palette now supports "configurations" where a single view is
28 presented in various different configurations. For example, there
29 is a whole "Textfields" palette category where the EditText view
30 can be dragged in as a password field, an e-mail field, a phone
31 field, and so on. Similarly, TextViews are offered preconfigured
32 with large, normal and small theme sizes, and LinearLayouts are
33 offered both in horizontal and vertical configurations.
34 - The palette supports custom views, picking up any custom
35 implementations of the View class in your project source folders
36 or in included libraries, and these can be dragged into layouts.
37 - The layout editor automatically applies a "zoom to fit" for newly
38 opened files as well as on device size and orientation changes to
39 ensure that large layouts are always fully visible unless you
40 manually zoom in.
41 - You can drop an "include" tag from the palette, which will pop up
42 a layout chooser, and the chosen layout is added as an include.
43 Similarly, dropping images or image buttons will pop up image
44 resource choosers to initialize the new image with.
45 - The configuration chooser now applies the "Render Target" and
46 "Locale" settings project wide, making it trivial to check the
47 layouts for different languages or render targets without having
48 to configure these individually for each layout.
49 - The layout editor is smarter about picking a default theme to
50 render a layout with, consulting factors like theme registrations
51 in the manifest, the SDK version, etc.
52- XML editors:
53 - Code completion has been significantly improved. It now works
54 within <style> elements, it completes dimensional units,
55 it sorts resource paths in values based on the attribute name,
56 etc. There are also many fixes to handle text replacement.
57 - AAPT errors are handled better. They are now underlined for the
58 relevant range in the editor, and a new quickfix makes it trivial
59 to create missing resources.
60 - Code completion for drawable, animation and color XML files.
61- DDMS:
62 - "New Folder" action in the File Explorer
63 - The screenshot dialog will add timestamps to the filenames, and
64 preserve the orientation on snapshot refresh
65- TraceView: Mouse-wheel zoom support in the timeline
66- The New Android Project wizard now supports Eclipse working sets
67- Most of the tools have improved integration with the Mac OSX
68 system menu bar.
69- Most of the tools have new launcher icons.
70
Tor Norbye3301b682011-04-05 08:59:12 -07007110.0.1
72- Temporary work-around to resolve the rare cases in which the layout
73 editor will not open.
74- Fix issue in which ADT 10.0.0 would install on Eclipse 3.4 and
75 lower, even though ADT requires Eclipse 3.5 or higher (as of
76 10.0.0).
77
7810.0.0
79- The tools now automatically generate Java Programming Language
80 source files (in the gen/ directory) and bytecode (in the res/raw/
81 directory) from your .rs files.
82- A Binary XML editor has been added.
83- Traceview is now integrated into the Eclipse UI.
84- The "Go To Declaration" feature for XML and .java files quickly show
85 all the matches in the project and allows you jump to specific items
86 such as string translations or onClick handlers.
87- The Resource Chooser can create items such as dimensions, integers,
88 ids, and booleans.
89- Improvements to the Visual Layout Editor:
90 - A new Palette with categories and rendering previews.
91 - A Layout Actions bar that provides quick access to common layout
92 operations.
93 - When the Android 3.0 rendering library is selected, layouts render
94 more like they do on devices. This includes rendering of status
95 and title bars to more accurately reflect the actual screen space
96 available to applications.
97 - Zoom improvements such as fit to view, persistent scale, and
98 keyboard access..
99 - Further improvements to <merge> layouts, as well as layouts with
100 gesture overlays.
101 - Improved rendering error diagnostics.
102
Xavier Ducrohet484e7f32010-11-17 15:17:59 -08001039.0.0
104- Visual Layout Editor
Tor Norbye9f321db2011-01-10 19:45:35 -0800105 - Empty layouts with 0,0 size are now automatically expanded when
106 selected and during drag and drop
107 - Rendering target can now be changed from the default (project
108 target)
109 - When choosing resources for rendering, the API level is properly
110 handled
Tor Norbyee14b92a2011-01-10 19:20:45 -0800111 - Improved support for rendering <include> and <merge> views
Tor Norbye9f321db2011-01-10 19:45:35 -0800112 - "Extract as Include" refactoring to extract selected views into
113 a separate included layout.
114 - String and reference properties can be edited from the layout
115 editor's context menu
116 - Rewritten outline drag & drop handling, improved label colors
117 and content
118 - The generated XML will be better formatted. Full XML formatter
119 can be enabled in the preferences (under Android > Editors), but
120 will touch part of the XML that isn't modified.
121 - Automatic configuration of many widgets on drop, such as
122 automatically filling a TextView in a vertical LinearLayout,
123 adding rows to new tables, etc.
124 - Double click views to jump to the corresponding XML declaration,
125 or for included views, to the included layout file
Tor Norbye6f147bd2011-01-17 22:25:54 -0800126 - Improved support for various views (such as TabHosts and
127 SlidingDrawers) when rendered using Honeycomb
Tor Norbye9f321db2011-01-10 19:45:35 -0800128- Go to Declaration hyperlinks for navigating from @resource
129 references to their XML declarations, from the manifest file to
130 activity and service classes, from Java access of resource R fields
131 to the XML declarations, etc.
Xavier Ducrohet5e9522e2011-01-06 18:02:13 -0800132- Logcat view in DDMS now properly displays UTF-8 characters.
133
Xavier Ducrohet3e7d21a2010-12-07 12:16:53 -08001348.0.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800135- Fix compilation issue in Android projects referencing standard Java
136 projects.
Xavier Ducrohet3e7d21a2010-12-07 12:16:53 -0800137- Better error reporting when exporting applications for release.
138
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -07001398.0.0
140- New version number scheme following the SDK Tools revision number.
Tor Norbye9f321db2011-01-10 19:45:35 -0800141- Support for true debug build. No need to change the value of
142 debuggable in the Android Manifest. Incremental build will
143 automatically insert debuggable==true while using the "export
144 signed/unsigned application package" will not. If debuggable=true
145 is set, then release builds will actually do a debug build.
146- Automatic Proguard support in release builds. Only need to have a
147 proguard.config property in default.properties that points to a
148 proguard config file.
149- Completely rewritten Visual Layout Editor. This is very much a work
150 in progress.
151 - full drag and drop from palette to layout for all Layout
152 classes.
153 - Move widgets inside a Layout view, from one Layout view to
154 another and from one layout file to another.
Xavier Ducroheta15a4dd2010-10-18 14:22:33 -0700155 - Contextual menu with enum/flag type properties.
156 - New zoom controls.
157- New HierarchyViewer plug-in integrated in Eclipse.
Tor Norbye9f321db2011-01-10 19:45:35 -0800158- Android launch configurations don't recompile the whole workspace on
159 launch anymore.
Xavier Ducroheta15a4dd2010-10-18 14:22:33 -0700160- android.jar source and javadoc location can now be configured.
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -0700161
Xavier Ducrohet6f43b412010-09-24 07:19:37 -07001620.9.9:
Tor Norbye9f321db2011-01-10 19:45:35 -0800163- Fix bug where ADT would delete the source folder of projects
164 imported from version control.
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -0700165
Xavier Ducrohet6d092a42010-06-09 11:23:57 -07001660.9.8:
Tor Norbye9f321db2011-01-10 19:45:35 -0800167- New Action "Rename Application Package" (under the "Android Tools"
168 contextual menu) will do a full application package refatoring.
169- Fixed issue with library project names containing characters that
170 aren't compatible with Eclipse path variable. The link between the
171 main project and the library would fail to create.
172- Added support for library projects that don't have a source folder
173 called "src". There is now support for any number of source folder,
174 with no name restriction. They can even be in sub folder such as
175 "src/java".
Xavier Ducrohetb4e47552010-07-01 18:01:43 -0700176- Added support for libraries with library dependencies.
Tor Norbye9f321db2011-01-10 19:45:35 -0800177- added support for new resource qualifiers: car/desk, night/notnight
178 and navexposed/navhidden
179- Added more device screen types for the layout editor. All screen
180 resolution/density combinations from
181 http://developer.android.com/guide/practices/screens_support.html#range
182 is now available.
Xavier Ducrohet6d092a42010-06-09 11:23:57 -0700183
Xavier Ducroheteee4bf12010-03-17 11:47:43 -07001840.9.7:
185- Support for library projects
Tor Norbye9f321db2011-01-10 19:45:35 -0800186- Updated Property panel for Android project to edit library
187 dependencies.
Xavier Ducroheteee4bf12010-03-17 11:47:43 -0700188
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -08001890.9.6:
Tor Norbye9f321db2011-01-10 19:45:35 -0800190- Editing default.properties outside of eclipse will automatically
191 update the project
192- Fix issue when launching ADT the first time with the SDK Usage panel
193 that could create a deadlock between modal dialogs
194- Launched applications from ADT now behave as if they were clicked
195 from the Home screen of the emulator.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800196- AVD creation dialog now enforce sd card of 9MB or higher
Tor Norbye9f321db2011-01-10 19:45:35 -0800197- Fixed issue where add-on with no optional library would not show up
198 as valid targets for application launches.
199- Loads the SDK content only when a project requires it. This will
200 make Eclipse use less resources when the SDK contains many versions
201 of Android.
Xavier Ducrohet244d1812009-12-08 16:05:19 -0800202- DDMS plug-in now contains the Allocation Tracker view.
Tor Norbye9f321db2011-01-10 19:45:35 -0800203- Lots of fixes in the configuration selector of the Visual Layout
204 Editor.
205- Explode mode in the Visual Layout Editor adds a margin to all layout
206 objects so that it's easier to see embedded layouts
207- Outline mode in the Visual Layout Editor draws layout outline to
208 make it easier to see layout objects.
Xavier Ducrohete83bdbb2010-01-25 16:36:29 -0800209- Fixed issues with the New Project Wizard when selecting samples.
210- Fixed possible crash when launching applications
Tor Norbye9f321db2011-01-10 19:45:35 -0800211- New action in the Logcat view: "Go to problem" lets you go directly
212 from an exception trace output to the code.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800213
2140.9.5:
Tor Norbye9f321db2011-01-10 19:45:35 -0800215- Misc fixes in the SDK Updater
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800216
Raphaelc70406f2009-10-02 19:41:49 -07002170.9.4:
218- New "Create project from sample" choice in the New Project Wizard.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800219- Improvements to the SDK Updater.
220- improvements to the AVD Manager (creation and launch dialogs)
221- new configuration selector in the Graphical Layout Editor
Raphaelc70406f2009-10-02 19:41:49 -0700222
Xavier Ducrohetc364a522009-08-25 20:01:56 -07002230.9.3:
Raphael7b9b3d12009-05-07 19:27:46 -0700224- New wizard to create Android JUnit Test Projects.
Xavier Ducrohetba7dd922009-07-22 17:39:44 -0700225- New AVD wizard.
226- SDK Updater
Xavier Ducrohetc364a522009-08-25 20:01:56 -0700227- zipalign support
Raphael7b9b3d12009-05-07 19:27:46 -0700228
Xavier Ducrohet679c1a82009-04-29 17:34:38 -07002290.9.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800230
231- Added an AVD creation wizard to ADT. It is automatically displayed
232 during a launch if no compatible AVDs are found.
233- Fixed issue with libs/ folder where files with no extension would
234 prevent the build from finishing.
235- Improved error handling during the final steps of the build to mark
236 the project if an unexpected error prevent the build from finishing.
237- Fixed issue when launching ADT on a clean install would trigger
238 org.eclipse.swt.SWTError: Not implemented [multiple displays].
239
Xavier Ducrohet679c1a82009-04-29 17:34:38 -0700240
241
2420.9.0:
Tor Norbye9f321db2011-01-10 19:45:35 -0800243
244- Projects now store generated Java files (R.java/Manifest.java and
245 output from aidl) in a 'gen' source folder.
246- Support for the new Android SDK with support for multiple versions
247 of the Android platform and for vendor supplied add-ons.
248 * New Project Wizard lets you choose which platform/add-on to
249 target.
250 * Project properties (right click project in Package Explorer,
251 then "Properties"), lets you edit project target.
252 * New Launch configuration option to choose debug deployment
253 target.
254- Ability to export multiple apk from one project, using resource
255 filters. See the 'android' property for Android projects.
256- Support for running JUnit tests on a device/emulator from a new
257 "Android JUnit tests" launch configuration.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800258
2590.8.1:
260
Tor Norbye9f321db2011-01-10 19:45:35 -0800261- Alternate Layout wizard. In the layout editor, the "create" button
262 is now enabled to easily create alternate versions of the current
263 layout.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800264- Fixed issue with custom themes/styles in the layout editor.
Tor Norbye9f321db2011-01-10 19:45:35 -0800265- Export Wizard: To export an application for release, and sign it
266 with a non debug key. Accessible from the export menu, from the
267 Android Tools contextual menu, or from the overview page of the
268 manifest editor.
269- New XML File Wizard: To easily create new XML resources file in the
270 /res directory.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800271- New checks on launch when attempting to debug on a device.
Tor Norbye9f321db2011-01-10 19:45:35 -0800272- Basic support for drag'n'drop in Graphical layout editor. You can
273 add new items by drag'n'drop from the palette. There is no support
274 for moving/resizing yet.
275- Undo/redo support in all XML form editors and Graphical layout
276 editor.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800277
2780.8.0:
279
Tor Norbye9f321db2011-01-10 19:45:35 -0800280- Fixed issue with using custom classes implementing Parcelable in
281 aidl files. Right click the project and choose Android Tools >
282 Create aidl preprocess file for Parcelable Classes.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800283- Added Custom Themes to theme drop down in the layout editor.
284- Customizable debug signing keystore path in preferences
285- Customizable HOME package name.
286
2870.7.1:
288
289- Layout Editor.
290
2910.6.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800292- Fixed install issue when project name contains spaces (requires new
293 emulator image)
294- Fixed setup of the New class wizard in the manifest (when clicking
295 on "name" for a class attribute) in the cases where the class and
296 some of its parent packages were missing.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800297- Properly kill the application that is about to be reinstalled.
Tor Norbye9f321db2011-01-10 19:45:35 -0800298- Create missing android folder automatically when building
299 application (caused a signing error)
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800300- Manifest editor: support for uses-library node
301- Fixed NPE in editors.xml.descriptors.XmlDescriptors.createPreference
302- Fixed assert in MultiEditorPart.setActivePage
Tor Norbye9f321db2011-01-10 19:45:35 -0800303- Fixed "connect to debugger" button in DeviceView. Also fixed support
304 for custom process names.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800305
3060.6.0:
307
Tor Norbye9f321db2011-01-10 19:45:35 -0800308- New launch option for activity. Can choose to launch default
309 activity (finds an activity configured to show up in the home
310 screen), or specific activity, or none.
311- Normal java resources (non java files placed in package folders) are
312 now properly packaged in the final package, and can be accessed
313 through normal java API such as ClassLoader.getResourceAsStream()
314- Launch configuration now has an option to wipe emulator data on
315 launch. This always asks for confirmation.
316- Launch configuration now has an option to disable the boot
317 animation. This will let the emulator start faster on older
318 computers.
319- Applications are now signed with a debug key (stored in
320 debug.keystore in ~/.android).
321- Installation of application is now more robust and will notify of
322 installation failure. Also installation is blocking, removing issues
323 where ADT tried to launch the activity before the app was installed.
324- Tree-based resource editor + content assist in XML editor for
325 layout, menu, preferences, values xml files. Work in progress...
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800326
327
3280.4.0 (adt 0.4.0, ddms 0.3.0, editors 0.2.0, common 0.1.0)
329
330- New AndroidManifest editor.
Tor Norbye9f321db2011-01-10 19:45:35 -0800331- True multiple device support allowing debugging apps on several
332 device at the same time
333- New launch modes for device selection: automatic will launch an
334 emulator if no device are present, automatically target the device
335 if only one exists, and prompt the user if 2+ are connected. Manual
336 mode always prompt the user.
337- New classpath container remove the dependencies on the location of
338 android.jar making it easier to share a project through dsvn, cvs,
339 etc... You should fix your project (right click project, choose
340 Android > Fix Project properties)
341- Fixed a case where pm would fail and would up end outputting the
342 "usage" text, which would in turn confuse the plugin during parsing.
343- Fixed an issue with compiling aidl file when they import project
344 local files.
345
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800346
3470.3.4 (adt 0.3.4, ddms 0.2.3, editors 0.1.0)
348
349Internal release only.
350- Enabled device support.
351
3520.3.3 (adt 0.3.3, ddms 0.2.3, editors 0.1.0)
353
354- Support for referenced projects.
Tor Norbye9f321db2011-01-10 19:45:35 -0800355- During launch, display if a package conflict occurs when the new
356 application is pushed onto the device.
357- You can now change the font of the logcat view. Also indentation is
358 now properly displayed.
359- Plugin generated files are now properly marked as derived. This will
360 make Team plugins ignore them.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800361
3620.3.2
363
364- XML Highlighting for AndroidManifest.xml (requires WebTools WST plugin)
Tor Norbye9f321db2011-01-10 19:45:35 -0800365- Custom java editor for R.java/Manifest.java to make those files non
366 editable. This is to replace the current locking mechanism which
367 causes issues on Mac OS.
368- Fixed some issue in the "Restart adb" feature in the device view of
369 ddms.
370- Better handling of aidl files and the java files generated from
371 them.
372- Plugin now retries to launch the app on the emulator if it fails due
373 to timing issues.
374- Skin dropdown in the Emulator/Target tabs is now build from the
375 content of the skin directory, to support developer made skins.
376- Emulator control panel. This is a UI on top of the emulator
377 console. it allows you to change the state of the network and gsm
378 connection, and to initiate incoming voice call.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800379
3800.3.1
381
Tor Norbye9f321db2011-01-10 19:45:35 -0800382- Fixed issue on winXP/Eclipse 3.2 where errors in the New Project
383 Wizard would not display.
384- Added missing intent definition in the AndroidManifest.xml file
385 created by the New Project Wizard.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800386- Fixed possible NPE in the debug action from the Process View
387- Support for Eclipse 3.4
388
3890.2.6 / 0.3.0
390
391- New Project Wizard now makes it easy to open Android sample code
Tor Norbye9f321db2011-01-10 19:45:35 -0800392- Plugin will output a warning if the build id of the device/emulator
393 does not match the sdk build id.
394- Java/Debug/ddms perspective now contains direct menus to open some
395 of the ddms views, and to create a new android project. This will
396 require you to reset your perspectives.
397- Error during builds now put an error marker on the project instead
398 of displaying an (annoying) dialog box.
399- Custom builders now remember their build state when restarting
400 eclipse.
401- Properly parse some aapt warnings and don't abort the build when
402 they happen.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800403- Abort launch and prompt the user if the project contains errors.
404- New silent/normal/verbose build output.
405
4060.2.5
407
Tor Norbye9f321db2011-01-10 19:45:35 -0800408- Check compiler compliance level before compilation and abort if
409 different from 1.5
410- Fix Project Properties will fix the project compiler compliance if
411 needed.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800412- Fixed an issue with multiple source folders.
Tor Norbye9f321db2011-01-10 19:45:35 -0800413- Added support for new Manifest.java class (it is automatically
414 generated with R.java if the content of the AndroidManifest.xml
415 requires it)
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800416- Fixed an issue that could result in not packaging code changes.
Tor Norbye9f321db2011-01-10 19:45:35 -0800417- Automatic fix of the Launch Configurations when the java package in
418 the manifest is changed. Also improved Launch Config dialog and
419 error alert for erroneous activity names in the Launch
420 Configuration.
421- Support for external jars that are not under the project root
422 directory.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800423- New projects have a default layout.
424- Misc fixes for Windows support.
425
4260.2.4
427
Tor Norbye9f321db2011-01-10 19:45:35 -0800428- Fixed large resource corruption issue.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800429
4300.2.3
431
Tor Norbye9f321db2011-01-10 19:45:35 -0800432- Fixed issue related to the integration of dx.
433- Fixed issue related to the package generation that was modified for
434 windows support.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800435
4360.2.2
437
Tor Norbye9f321db2011-01-10 19:45:35 -0800438- Changing the SDK location in the Preferences does not require to
439 restart Eclipse anymore.
440- New SDK-Project sync mode in Android preference pane. Default value
441 set to true. If true, all android projects are automatically sync'ed
442 to the SDK defined in the preferences.
443- Cases where no emulator is running but a dialog still says "An
444 emulator is running..." should be less frequent.
445- Projects do not reference the standard desktop JRE anymore, as
446 android.zip contains the core java library. This will solve the case
447 where using a core class non present on the platform would not
448 generate a compilation error.
449- Changing the package defined in the manifest now deletes the R.java
450 class from its previous location. This will require 1 build after
451 upgrading the plugin, before it works.
452- Project selection in the Launch Config Dialog now only shows Android
453 projects.
454- Launching a debug/run session now checks that the project uses the
455 SDK set in the preferences (This is for the non automatic sync
456 mode).
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800457- Removed obsolete wallpaper mode in the New Project Creation Wizard.
Tor Norbye9f321db2011-01-10 19:45:35 -0800458- dx (dalvik code conversion tool) now embedded instead of calling the
459 external version.
460- Improvements in the parsing of the aapt errors.
461- Some fixes for windows support.
462
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800463
4640.2.1
465
Tor Norbye9f321db2011-01-10 19:45:35 -0800466- Fixed bug in logcat search where invalid regexp would cause a crash
467- Minor improvements to the build/launch process.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800468
4690.2.0
470
471- Logcat view.
472- File Explorer view.
Tor Norbye9f321db2011-01-10 19:45:35 -0800473- Custom options for emulator. In the Launch configuration dialog you
474 can specify custom command line emulator options. See
475 "emulator -help" for available options.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800476- Android Tools > Export Application Package is now implemented.
477- Misc incremental builder fixes.
Tor Norbye9f321db2011-01-10 19:45:35 -0800478- Including static .jar files as library in your project will
479 automatically include them in the final APK. Warning: only the
480 .class content is included.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800481
4820.1.10
483
Tor Norbye9f321db2011-01-10 19:45:35 -0800484- The res and assets folders now fully refresh before the build,
485 ensuring R.java and packaged resources are always up to date. This
486 can be disabled in the preferences under "Android" if this becomes
487 slow due to too many files.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800488
4890.1.9
490
Tor Norbye9f321db2011-01-10 19:45:35 -0800491- New Action in the "Processes" view to debug an application that is
492 already running. The source project for this application MUST be
493 opened in the current workspace.
494- Building the project now force refreshes the res folder. This should
495 help rebuilding the resources when only binary files were changed
496 from outside eclipse.
497- Clean/full builds now compile all aidl files found in the build path
498 (previously only incremental builds would compile them). Also, misc
499 improvements to the incremental builders.
500- Starting a run/debug session now asks to save the files and forces a
501 new build to ensure that the latest package is pushed on the device.
502- Plugin should be less aggressive when waiting for the emulator to be
503 ready. This should translate in fewer failed launches.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800504
5050.1.8
506
507- Fixed Debugger issue introduced in 0.1.6
Tor Norbye9f321db2011-01-10 19:45:35 -0800508- Added Log level preferences for DDMS. Look under Android > DDMS >
509 Advanced. Default error level is Error.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800510
5110.1.7
512
Tor Norbye9f321db2011-01-10 19:45:35 -0800513- Fixed issue where java warnings wouldn't trigger a new package. Now
514 only errors stop the packaging like it should be.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800515- Added more error output in the console during launch.
516
5170.1.6
518
Tor Norbye9f321db2011-01-10 19:45:35 -0800519- New "Android" Console. It receives the error output from external
520 tools such and aidl, dx, and aapt (only when they can't be
521 parsed). Any error force the console to be displayed.
522- The Activity Manager on the device/emulator now outputs some
523 messages in the "Android" console when asked to start an
524 activity. This should help you figure out what is wrong if the
525 application doesn't start.
526- Fixed a case where the .apk file would be updated with broken
527 code. Now if there are java compile error, the .apk is not touched.
528- Added support for manifest with non fully qualified activity java
529 name, yet not starting with a dot.
530- Fixed creation of manifest files (through New Project wizard) to use
531 proper namespace for attributes.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800532- Better error reporting for namespace issue in the manifest.
Tor Norbye9f321db2011-01-10 19:45:35 -0800533- "Reset Adb" action from the device view. Use this is the plugin
534 tells you an emulator is running when there are none.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800535- New "ddms" Console which receives the standard output of ddms.
536
5370.1.5
538
539- Support for new activity declaration inside AndroidManifest.xml
Tor Norbye9f321db2011-01-10 19:45:35 -0800540- fixed issue that prevented bin/ to be removed from the buildpath
541 when converting project.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800542
5430.1.4
544
Tor Norbye9f321db2011-01-10 19:45:35 -0800545- Changes in the Manifest, now properly trigger a new package of the
546 resources.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800547
5480.1.3
549
Tor Norbye9f321db2011-01-10 19:45:35 -0800550- Fixed the "fix project properties" action to remove old framework
551 libraries, just not add new ones.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800552
5530.1.2
554
Tor Norbye9f321db2011-01-10 19:45:35 -0800555- aidl builder. The Android Resources PreBuilder now also converts
556 aidl files into java files.
557- New Project wizard now allows to make Wallpaper activities instead
558 of gadgets (which are obsolete.)
559- Launch shortcuts. Right click in the package explorer allow you to
560 launch the application in debug or run mode directly without
561 creating launch configurations.
562- New project wizard and Project conversion now sets up the java doc
563 path for android.zip
564- Package builder now supports custom application assets placed in
565 assets/ (which is now created automatically by the New Project
566 Wizard).
567- New action: Android Tools > Fix Project Properties, in the package
568 explorer contextual menu. This allows you to fix the framework path
569 (and its javadoc path) in case you change the sdk location.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800570
5710.1.1
572
573- Fixed project convertor to add the framework library if missing.
574
5750.1.0
576
577- New project wizard.
578- Python script-generated project convertor.
579- Incremental builders.
580- XML validation for resource files.
581- Android Launch Configuration.