blob: 20db4a58a0367f1d5ad47c1e652a62414468427a [file] [log] [blame]
Tor Norbyef0585b92011-08-19 19:00:45 -0700114.0.0 (In development)
Xavier Ducrohetbabf25c2011-02-14 15:52:12 -08002- Build system:
Tor Norbyef0585b92011-08-19 19:00:45 -07003 - (TODO: More info) Improved library projects
4 - Improved incremental builds
5 - Resource compilation is run much less frequently. It is no
6 longer run when strings are edited, or when layouts are edited
7 (unless a new id is introduced), and it is no longer run once
8 per library project (!)
9 - Resource compilation is no longer done for normal save
10 operations, only when running or debugging (option added in ADT
11 12 now on by default.)
12 - There is a new "PNG crunch cache", which means image crunching
13 is only done once, not once per build which is significant for
14 projects with many resources
15 - Incremental ant builds
Xavier Ducrohetbabf25c2011-02-14 15:52:12 -080016 - ADT now uses bin/classes to output the java compilation
17 and bin/ for Android specific classes. This will make bin show up
18 in the package explorer.
Tor Norbyef0585b92011-08-19 19:00:45 -070019- DDMS
20 - Brand new logcat view. Fixes bugs, displays and filters by
21 application names instead of just pids, fronts when application
22 runs.
23- XML Editing
24 - New XML formatter which formats all XML files according to the
25 standard Android coding style. The formatter can also reorder
26 attributes to follow the recommended order.
27 - Improved "smart indent": automatic indentation and un-indentation
28 when pressing Return in XML editors
29 - Go to Matching (Ctrl-Shift-P) in XML files can now jump between
30 opening and closing tags
31 - Changes made by the layout editor are automatically run through
32 the new XML formatter.
33 - Select Enclosing Element should now work on the Mac as well.
34- Java Editing
35 - Quickfix for extracting Strings when the caret is inside a String
36- Layout Editor
37 - New GridLayout support
38 - Tooltip feedback for resizing and dragging operations. For
39 example, when dragging in a relative layout, the proposed
40 constraints are shown, and when resizing the new dimensions are
41 shown.
42 - New "Remove Container" visual refactoring which removes the
43 children of a container up to the top level and transfers
44 namespace and layout attributes if necessary.
45 - Improved access to properties in the context menu: The most
46 frequently set attributes for each view are listed at the top of
47 the menu, and the properties menu offers access to the most
48 recently set attributes, attributes organized by their defining
49 view, and layout attributes only or all attributes alphabetically.
50 - The context menu now also contains pull-right menus for accessing
51 properties of the parents, which is useful when the children fully
52 cover the parent making it hard to select on its own.
53 - Ability to suppress rendering fidelity warnings.
54- Asset Studio integration: Wizard creation of launcher icons, menu
55 icons, tab icons, etc.
56- Many bug fixes, and some critical bug fixes on Linux
Xavier Ducrohetbabf25c2011-02-14 15:52:12 -080057
Tor Norbyef0585b92011-08-19 19:00:45 -07005813.0.0
59- Tools release only (command line tools)
60
6112.0.0 (July 6th, 2011)
Tor Norbye61be14c2011-06-13 13:22:32 -070062- Many bug fixes!
63- Visual Layout Editor:
64 - New RelativeLayout drop support with guideline suggestions for
65 attachments and cycle prevention.
66 - Resize support in most layouts. In LinearLayout, sizes are mapped
67 to weights. Guideline snapping to wrap_content and match_parent.
68 - Previews of drawables and colors in the resource chooser dialogs.
69 - Improved error messages and links for rendering errors, including
70 detection of misspellings of class names.
71- Build system: Delay post compiler phase until actual export or debug
72 to speed up interactive file saves. (This is off by default but can
73 be enabled in the ADT options panel.)
Xavier Ducrohet69a82902011-06-06 16:45:50 -070074
Tor Norbyef0585b92011-08-19 19:00:45 -07007511.0.0 (June 6th, 2011)
Tor Norbye3dcfd762011-04-28 18:41:09 -070076- Visual Refactoring:
77 - The new "Extract Style" refactoring pulls out style constants and
Tor Norbyee1777152011-05-25 15:50:53 -070078 defines them as style rules instead.
Tor Norbye3dcfd762011-04-28 18:41:09 -070079 - The new "Wrap in Container" refactoring surrounds the selected
80 views with a new layout, and transfers namespace and layout
81 parameters to the new parent
82 - The new "Change Widget Type" refactoring changes the type of the
83 selected views to a new type. (Also, a new selection context menu
84 in the visual layout editor makes it easy to select siblings as
85 well as views anywhere in the layout that have the same type).
86 - The new "Change Layout" refactoring changes layouts from one type
87 to another, and can also flatten a layout hierarchy.
88 - The "Extract as Include" refactoring now finds identical fragments
89 in other layouts and offers to combine all into a single include.
90 - There is a new Refactoring Quick Assistant which can be invoked
91 from the XML editor (with Ctrl-1) to apply any of the above
92 refactorings (and Extract String) to the current selection.
93- Visual Layout Editor:
94 - Improved "rendering fidelity": The layout preview has been
95 improved and should more closely match the rendering on actual
96 devices.
97 - The visual editor now previews ListViews at designtime. By
98 default, a two-line list item is shown, but with a context menu
99 you can pick any arbitrary layout to be used for the list items,
100 and you can also pick the header and footer layouts.
101 - The palette now supports "configurations" where a single view is
102 presented in various different configurations. For example, there
103 is a whole "Textfields" palette category where the EditText view
104 can be dragged in as a password field, an e-mail field, a phone
105 field, and so on. Similarly, TextViews are offered preconfigured
106 with large, normal and small theme sizes, and LinearLayouts are
107 offered both in horizontal and vertical configurations.
108 - The palette supports custom views, picking up any custom
109 implementations of the View class in your project source folders
110 or in included libraries, and these can be dragged into layouts.
Tor Norbyefb48dde2011-05-19 13:52:31 -0700111 - Fragments support: Fragments are available in the palette, and in
112 the tool you can choose which layout to show rendered for a given
113 fragment tag. Go to declaration works for fragment classes.
Tor Norbye3dcfd762011-04-28 18:41:09 -0700114 - The layout editor automatically applies a "zoom to fit" for newly
115 opened files as well as on device size and orientation changes to
116 ensure that large layouts are always fully visible unless you
117 manually zoom in.
118 - You can drop an "include" tag from the palette, which will pop up
119 a layout chooser, and the chosen layout is added as an include.
120 Similarly, dropping images or image buttons will pop up image
121 resource choosers to initialize the new image with.
122 - The configuration chooser now applies the "Render Target" and
123 "Locale" settings project wide, making it trivial to check the
124 layouts for different languages or render targets without having
125 to configure these individually for each layout.
126 - The layout editor is smarter about picking a default theme to
127 render a layout with, consulting factors like theme registrations
128 in the manifest, the SDK version, etc.
Tor Norbyefb48dde2011-05-19 13:52:31 -0700129 - The layout editor is also smarter about picking a default
130 configuration to render a layout with, defaulting to the currently
131 visible configuration in the previous file. It also considers the
132 SDK target to determine whether to default to a tablet or phone
133 screen size.
134 - Basic focus support: The first text field dropped in a layout is
135 assigned focus, and there are "Request Focus" and "Clear Focus"
136 context menu items on text fields to change the focus.
Tor Norbye3dcfd762011-04-28 18:41:09 -0700137- XML editors:
138 - Code completion has been significantly improved. It now works
139 within <style> elements, it completes dimensional units,
140 it sorts resource paths in values based on the attribute name,
141 etc. There are also many fixes to handle text replacement.
142 - AAPT errors are handled better. They are now underlined for the
143 relevant range in the editor, and a new quickfix makes it trivial
144 to create missing resources.
145 - Code completion for drawable, animation and color XML files.
146- DDMS:
147 - "New Folder" action in the File Explorer
148 - The screenshot dialog will add timestamps to the filenames, and
149 preserve the orientation on snapshot refresh
150- TraceView: Mouse-wheel zoom support in the timeline
151- The New Android Project wizard now supports Eclipse working sets
152- Most of the tools have improved integration with the Mac OSX
153 system menu bar.
154- Most of the tools have new launcher icons.
155
Tor Norbyef0585b92011-08-19 19:00:45 -070015610.0.1 (March, 2011)
Tor Norbye3301b682011-04-05 08:59:12 -0700157- Temporary work-around to resolve the rare cases in which the layout
158 editor will not open.
159- Fix issue in which ADT 10.0.0 would install on Eclipse 3.4 and
160 lower, even though ADT requires Eclipse 3.5 or higher (as of
161 10.0.0).
162
Tor Norbyef0585b92011-08-19 19:00:45 -070016310.0.0 (February 22nd, 2011)
Tor Norbye3301b682011-04-05 08:59:12 -0700164- The tools now automatically generate Java Programming Language
165 source files (in the gen/ directory) and bytecode (in the res/raw/
166 directory) from your .rs files.
167- A Binary XML editor has been added.
168- Traceview is now integrated into the Eclipse UI.
169- The "Go To Declaration" feature for XML and .java files quickly show
170 all the matches in the project and allows you jump to specific items
171 such as string translations or onClick handlers.
172- The Resource Chooser can create items such as dimensions, integers,
173 ids, and booleans.
174- Improvements to the Visual Layout Editor:
175 - A new Palette with categories and rendering previews.
176 - A Layout Actions bar that provides quick access to common layout
177 operations.
178 - When the Android 3.0 rendering library is selected, layouts render
179 more like they do on devices. This includes rendering of status
180 and title bars to more accurately reflect the actual screen space
181 available to applications.
182 - Zoom improvements such as fit to view, persistent scale, and
183 keyboard access..
184 - Further improvements to <merge> layouts, as well as layouts with
185 gesture overlays.
186 - Improved rendering error diagnostics.
187
Tor Norbyef0585b92011-08-19 19:00:45 -07001889.0.0 (January 26, 2011)
Xavier Ducrohet484e7f32010-11-17 15:17:59 -0800189- Visual Layout Editor
Tor Norbye9f321db2011-01-10 19:45:35 -0800190 - Empty layouts with 0,0 size are now automatically expanded when
191 selected and during drag and drop
192 - Rendering target can now be changed from the default (project
193 target)
194 - When choosing resources for rendering, the API level is properly
195 handled
Tor Norbyee14b92a2011-01-10 19:20:45 -0800196 - Improved support for rendering <include> and <merge> views
Tor Norbye9f321db2011-01-10 19:45:35 -0800197 - "Extract as Include" refactoring to extract selected views into
198 a separate included layout.
199 - String and reference properties can be edited from the layout
200 editor's context menu
201 - Rewritten outline drag & drop handling, improved label colors
202 and content
203 - The generated XML will be better formatted. Full XML formatter
204 can be enabled in the preferences (under Android > Editors), but
205 will touch part of the XML that isn't modified.
206 - Automatic configuration of many widgets on drop, such as
207 automatically filling a TextView in a vertical LinearLayout,
208 adding rows to new tables, etc.
209 - Double click views to jump to the corresponding XML declaration,
210 or for included views, to the included layout file
Tor Norbye6f147bd2011-01-17 22:25:54 -0800211 - Improved support for various views (such as TabHosts and
212 SlidingDrawers) when rendered using Honeycomb
Tor Norbye9f321db2011-01-10 19:45:35 -0800213- Go to Declaration hyperlinks for navigating from @resource
214 references to their XML declarations, from the manifest file to
215 activity and service classes, from Java access of resource R fields
216 to the XML declarations, etc.
Xavier Ducrohet5e9522e2011-01-06 18:02:13 -0800217- Logcat view in DDMS now properly displays UTF-8 characters.
218
Tor Norbyef0585b92011-08-19 19:00:45 -07002198.0.1 (October 2010)
Tor Norbye9f321db2011-01-10 19:45:35 -0800220- Fix compilation issue in Android projects referencing standard Java
221 projects.
Xavier Ducrohet3e7d21a2010-12-07 12:16:53 -0800222- Better error reporting when exporting applications for release.
223
Tor Norbyef0585b92011-08-19 19:00:45 -07002248.0.0 (October 2010)
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -0700225- New version number scheme following the SDK Tools revision number.
Tor Norbye9f321db2011-01-10 19:45:35 -0800226- Support for true debug build. No need to change the value of
227 debuggable in the Android Manifest. Incremental build will
228 automatically insert debuggable==true while using the "export
229 signed/unsigned application package" will not. If debuggable=true
230 is set, then release builds will actually do a debug build.
231- Automatic Proguard support in release builds. Only need to have a
232 proguard.config property in default.properties that points to a
233 proguard config file.
234- Completely rewritten Visual Layout Editor. This is very much a work
235 in progress.
236 - full drag and drop from palette to layout for all Layout
237 classes.
238 - Move widgets inside a Layout view, from one Layout view to
239 another and from one layout file to another.
Xavier Ducroheta15a4dd2010-10-18 14:22:33 -0700240 - Contextual menu with enum/flag type properties.
241 - New zoom controls.
242- New HierarchyViewer plug-in integrated in Eclipse.
Tor Norbye9f321db2011-01-10 19:45:35 -0800243- Android launch configurations don't recompile the whole workspace on
244 launch anymore.
Xavier Ducroheta15a4dd2010-10-18 14:22:33 -0700245- android.jar source and javadoc location can now be configured.
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -0700246
Xavier Ducrohet6f43b412010-09-24 07:19:37 -07002470.9.9:
Tor Norbye9f321db2011-01-10 19:45:35 -0800248- Fix bug where ADT would delete the source folder of projects
249 imported from version control.
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -0700250
Xavier Ducrohet6d092a42010-06-09 11:23:57 -07002510.9.8:
Tor Norbye9f321db2011-01-10 19:45:35 -0800252- New Action "Rename Application Package" (under the "Android Tools"
253 contextual menu) will do a full application package refatoring.
254- Fixed issue with library project names containing characters that
255 aren't compatible with Eclipse path variable. The link between the
256 main project and the library would fail to create.
257- Added support for library projects that don't have a source folder
258 called "src". There is now support for any number of source folder,
259 with no name restriction. They can even be in sub folder such as
260 "src/java".
Xavier Ducrohetb4e47552010-07-01 18:01:43 -0700261- Added support for libraries with library dependencies.
Tor Norbye9f321db2011-01-10 19:45:35 -0800262- added support for new resource qualifiers: car/desk, night/notnight
263 and navexposed/navhidden
264- Added more device screen types for the layout editor. All screen
265 resolution/density combinations from
266 http://developer.android.com/guide/practices/screens_support.html#range
267 is now available.
Xavier Ducrohet6d092a42010-06-09 11:23:57 -0700268
Xavier Ducroheteee4bf12010-03-17 11:47:43 -07002690.9.7:
270- Support for library projects
Tor Norbye9f321db2011-01-10 19:45:35 -0800271- Updated Property panel for Android project to edit library
272 dependencies.
Xavier Ducroheteee4bf12010-03-17 11:47:43 -0700273
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -08002740.9.6:
Tor Norbye9f321db2011-01-10 19:45:35 -0800275- Editing default.properties outside of eclipse will automatically
276 update the project
277- Fix issue when launching ADT the first time with the SDK Usage panel
278 that could create a deadlock between modal dialogs
279- Launched applications from ADT now behave as if they were clicked
280 from the Home screen of the emulator.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800281- AVD creation dialog now enforce sd card of 9MB or higher
Tor Norbye9f321db2011-01-10 19:45:35 -0800282- Fixed issue where add-on with no optional library would not show up
283 as valid targets for application launches.
284- Loads the SDK content only when a project requires it. This will
285 make Eclipse use less resources when the SDK contains many versions
286 of Android.
Xavier Ducrohet244d1812009-12-08 16:05:19 -0800287- DDMS plug-in now contains the Allocation Tracker view.
Tor Norbye9f321db2011-01-10 19:45:35 -0800288- Lots of fixes in the configuration selector of the Visual Layout
289 Editor.
290- Explode mode in the Visual Layout Editor adds a margin to all layout
291 objects so that it's easier to see embedded layouts
292- Outline mode in the Visual Layout Editor draws layout outline to
293 make it easier to see layout objects.
Xavier Ducrohete83bdbb2010-01-25 16:36:29 -0800294- Fixed issues with the New Project Wizard when selecting samples.
295- Fixed possible crash when launching applications
Tor Norbye9f321db2011-01-10 19:45:35 -0800296- New action in the Logcat view: "Go to problem" lets you go directly
297 from an exception trace output to the code.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800298
2990.9.5:
Tor Norbye9f321db2011-01-10 19:45:35 -0800300- Misc fixes in the SDK Updater
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800301
Raphaelc70406f2009-10-02 19:41:49 -07003020.9.4:
303- New "Create project from sample" choice in the New Project Wizard.
Xavier Ducrohet4055c2a2009-12-04 17:55:30 -0800304- Improvements to the SDK Updater.
305- improvements to the AVD Manager (creation and launch dialogs)
306- new configuration selector in the Graphical Layout Editor
Raphaelc70406f2009-10-02 19:41:49 -0700307
Xavier Ducrohetc364a522009-08-25 20:01:56 -07003080.9.3:
Raphael7b9b3d12009-05-07 19:27:46 -0700309- New wizard to create Android JUnit Test Projects.
Xavier Ducrohetba7dd922009-07-22 17:39:44 -0700310- New AVD wizard.
311- SDK Updater
Xavier Ducrohetc364a522009-08-25 20:01:56 -0700312- zipalign support
Raphael7b9b3d12009-05-07 19:27:46 -0700313
Xavier Ducrohet679c1a82009-04-29 17:34:38 -07003140.9.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800315
316- Added an AVD creation wizard to ADT. It is automatically displayed
317 during a launch if no compatible AVDs are found.
318- Fixed issue with libs/ folder where files with no extension would
319 prevent the build from finishing.
320- Improved error handling during the final steps of the build to mark
321 the project if an unexpected error prevent the build from finishing.
322- Fixed issue when launching ADT on a clean install would trigger
323 org.eclipse.swt.SWTError: Not implemented [multiple displays].
324
Xavier Ducrohet679c1a82009-04-29 17:34:38 -0700325
326
3270.9.0:
Tor Norbye9f321db2011-01-10 19:45:35 -0800328
329- Projects now store generated Java files (R.java/Manifest.java and
330 output from aidl) in a 'gen' source folder.
331- Support for the new Android SDK with support for multiple versions
332 of the Android platform and for vendor supplied add-ons.
333 * New Project Wizard lets you choose which platform/add-on to
334 target.
335 * Project properties (right click project in Package Explorer,
336 then "Properties"), lets you edit project target.
337 * New Launch configuration option to choose debug deployment
338 target.
339- Ability to export multiple apk from one project, using resource
340 filters. See the 'android' property for Android projects.
341- Support for running JUnit tests on a device/emulator from a new
342 "Android JUnit tests" launch configuration.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800343
3440.8.1:
345
Tor Norbye9f321db2011-01-10 19:45:35 -0800346- Alternate Layout wizard. In the layout editor, the "create" button
347 is now enabled to easily create alternate versions of the current
348 layout.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800349- Fixed issue with custom themes/styles in the layout editor.
Tor Norbye9f321db2011-01-10 19:45:35 -0800350- Export Wizard: To export an application for release, and sign it
351 with a non debug key. Accessible from the export menu, from the
352 Android Tools contextual menu, or from the overview page of the
353 manifest editor.
354- New XML File Wizard: To easily create new XML resources file in the
355 /res directory.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800356- New checks on launch when attempting to debug on a device.
Tor Norbye9f321db2011-01-10 19:45:35 -0800357- Basic support for drag'n'drop in Graphical layout editor. You can
358 add new items by drag'n'drop from the palette. There is no support
359 for moving/resizing yet.
360- Undo/redo support in all XML form editors and Graphical layout
361 editor.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800362
3630.8.0:
364
Tor Norbye9f321db2011-01-10 19:45:35 -0800365- Fixed issue with using custom classes implementing Parcelable in
366 aidl files. Right click the project and choose Android Tools >
367 Create aidl preprocess file for Parcelable Classes.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800368- Added Custom Themes to theme drop down in the layout editor.
369- Customizable debug signing keystore path in preferences
370- Customizable HOME package name.
371
3720.7.1:
373
374- Layout Editor.
375
3760.6.1:
Tor Norbye9f321db2011-01-10 19:45:35 -0800377- Fixed install issue when project name contains spaces (requires new
378 emulator image)
379- Fixed setup of the New class wizard in the manifest (when clicking
380 on "name" for a class attribute) in the cases where the class and
381 some of its parent packages were missing.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800382- Properly kill the application that is about to be reinstalled.
Tor Norbye9f321db2011-01-10 19:45:35 -0800383- Create missing android folder automatically when building
384 application (caused a signing error)
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800385- Manifest editor: support for uses-library node
386- Fixed NPE in editors.xml.descriptors.XmlDescriptors.createPreference
387- Fixed assert in MultiEditorPart.setActivePage
Tor Norbye9f321db2011-01-10 19:45:35 -0800388- Fixed "connect to debugger" button in DeviceView. Also fixed support
389 for custom process names.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800390
3910.6.0:
392
Tor Norbye9f321db2011-01-10 19:45:35 -0800393- New launch option for activity. Can choose to launch default
394 activity (finds an activity configured to show up in the home
395 screen), or specific activity, or none.
396- Normal java resources (non java files placed in package folders) are
397 now properly packaged in the final package, and can be accessed
398 through normal java API such as ClassLoader.getResourceAsStream()
399- Launch configuration now has an option to wipe emulator data on
400 launch. This always asks for confirmation.
401- Launch configuration now has an option to disable the boot
402 animation. This will let the emulator start faster on older
403 computers.
404- Applications are now signed with a debug key (stored in
405 debug.keystore in ~/.android).
406- Installation of application is now more robust and will notify of
407 installation failure. Also installation is blocking, removing issues
408 where ADT tried to launch the activity before the app was installed.
409- Tree-based resource editor + content assist in XML editor for
410 layout, menu, preferences, values xml files. Work in progress...
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800411
412
4130.4.0 (adt 0.4.0, ddms 0.3.0, editors 0.2.0, common 0.1.0)
414
415- New AndroidManifest editor.
Tor Norbye9f321db2011-01-10 19:45:35 -0800416- True multiple device support allowing debugging apps on several
417 device at the same time
418- New launch modes for device selection: automatic will launch an
419 emulator if no device are present, automatically target the device
420 if only one exists, and prompt the user if 2+ are connected. Manual
421 mode always prompt the user.
422- New classpath container remove the dependencies on the location of
423 android.jar making it easier to share a project through dsvn, cvs,
424 etc... You should fix your project (right click project, choose
425 Android > Fix Project properties)
426- Fixed a case where pm would fail and would up end outputting the
427 "usage" text, which would in turn confuse the plugin during parsing.
428- Fixed an issue with compiling aidl file when they import project
429 local files.
430
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800431
4320.3.4 (adt 0.3.4, ddms 0.2.3, editors 0.1.0)
433
434Internal release only.
435- Enabled device support.
436
4370.3.3 (adt 0.3.3, ddms 0.2.3, editors 0.1.0)
438
439- Support for referenced projects.
Tor Norbye9f321db2011-01-10 19:45:35 -0800440- During launch, display if a package conflict occurs when the new
441 application is pushed onto the device.
442- You can now change the font of the logcat view. Also indentation is
443 now properly displayed.
444- Plugin generated files are now properly marked as derived. This will
445 make Team plugins ignore them.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800446
4470.3.2
448
449- XML Highlighting for AndroidManifest.xml (requires WebTools WST plugin)
Tor Norbye9f321db2011-01-10 19:45:35 -0800450- Custom java editor for R.java/Manifest.java to make those files non
451 editable. This is to replace the current locking mechanism which
452 causes issues on Mac OS.
453- Fixed some issue in the "Restart adb" feature in the device view of
454 ddms.
455- Better handling of aidl files and the java files generated from
456 them.
457- Plugin now retries to launch the app on the emulator if it fails due
458 to timing issues.
459- Skin dropdown in the Emulator/Target tabs is now build from the
460 content of the skin directory, to support developer made skins.
461- Emulator control panel. This is a UI on top of the emulator
462 console. it allows you to change the state of the network and gsm
463 connection, and to initiate incoming voice call.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800464
4650.3.1
466
Tor Norbye9f321db2011-01-10 19:45:35 -0800467- Fixed issue on winXP/Eclipse 3.2 where errors in the New Project
468 Wizard would not display.
469- Added missing intent definition in the AndroidManifest.xml file
470 created by the New Project Wizard.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800471- Fixed possible NPE in the debug action from the Process View
472- Support for Eclipse 3.4
473
4740.2.6 / 0.3.0
475
476- New Project Wizard now makes it easy to open Android sample code
Tor Norbye9f321db2011-01-10 19:45:35 -0800477- Plugin will output a warning if the build id of the device/emulator
478 does not match the sdk build id.
479- Java/Debug/ddms perspective now contains direct menus to open some
480 of the ddms views, and to create a new android project. This will
481 require you to reset your perspectives.
482- Error during builds now put an error marker on the project instead
483 of displaying an (annoying) dialog box.
484- Custom builders now remember their build state when restarting
485 eclipse.
486- Properly parse some aapt warnings and don't abort the build when
487 they happen.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800488- Abort launch and prompt the user if the project contains errors.
489- New silent/normal/verbose build output.
490
4910.2.5
492
Tor Norbye9f321db2011-01-10 19:45:35 -0800493- Check compiler compliance level before compilation and abort if
494 different from 1.5
495- Fix Project Properties will fix the project compiler compliance if
496 needed.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800497- Fixed an issue with multiple source folders.
Tor Norbye9f321db2011-01-10 19:45:35 -0800498- Added support for new Manifest.java class (it is automatically
499 generated with R.java if the content of the AndroidManifest.xml
500 requires it)
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800501- Fixed an issue that could result in not packaging code changes.
Tor Norbye9f321db2011-01-10 19:45:35 -0800502- Automatic fix of the Launch Configurations when the java package in
503 the manifest is changed. Also improved Launch Config dialog and
504 error alert for erroneous activity names in the Launch
505 Configuration.
506- Support for external jars that are not under the project root
507 directory.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800508- New projects have a default layout.
509- Misc fixes for Windows support.
510
5110.2.4
512
Tor Norbye9f321db2011-01-10 19:45:35 -0800513- Fixed large resource corruption issue.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800514
5150.2.3
516
Tor Norbye9f321db2011-01-10 19:45:35 -0800517- Fixed issue related to the integration of dx.
518- Fixed issue related to the package generation that was modified for
519 windows support.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800520
5210.2.2
522
Tor Norbye9f321db2011-01-10 19:45:35 -0800523- Changing the SDK location in the Preferences does not require to
524 restart Eclipse anymore.
525- New SDK-Project sync mode in Android preference pane. Default value
526 set to true. If true, all android projects are automatically sync'ed
527 to the SDK defined in the preferences.
528- Cases where no emulator is running but a dialog still says "An
529 emulator is running..." should be less frequent.
530- Projects do not reference the standard desktop JRE anymore, as
531 android.zip contains the core java library. This will solve the case
532 where using a core class non present on the platform would not
533 generate a compilation error.
534- Changing the package defined in the manifest now deletes the R.java
535 class from its previous location. This will require 1 build after
536 upgrading the plugin, before it works.
537- Project selection in the Launch Config Dialog now only shows Android
538 projects.
539- Launching a debug/run session now checks that the project uses the
540 SDK set in the preferences (This is for the non automatic sync
541 mode).
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800542- Removed obsolete wallpaper mode in the New Project Creation Wizard.
Tor Norbye9f321db2011-01-10 19:45:35 -0800543- dx (dalvik code conversion tool) now embedded instead of calling the
544 external version.
545- Improvements in the parsing of the aapt errors.
546- Some fixes for windows support.
547
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800548
5490.2.1
550
Tor Norbye9f321db2011-01-10 19:45:35 -0800551- Fixed bug in logcat search where invalid regexp would cause a crash
552- Minor improvements to the build/launch process.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800553
5540.2.0
555
556- Logcat view.
557- File Explorer view.
Tor Norbye9f321db2011-01-10 19:45:35 -0800558- Custom options for emulator. In the Launch configuration dialog you
559 can specify custom command line emulator options. See
560 "emulator -help" for available options.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800561- Android Tools > Export Application Package is now implemented.
562- Misc incremental builder fixes.
Tor Norbye9f321db2011-01-10 19:45:35 -0800563- Including static .jar files as library in your project will
564 automatically include them in the final APK. Warning: only the
565 .class content is included.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800566
5670.1.10
568
Tor Norbye9f321db2011-01-10 19:45:35 -0800569- The res and assets folders now fully refresh before the build,
570 ensuring R.java and packaged resources are always up to date. This
571 can be disabled in the preferences under "Android" if this becomes
572 slow due to too many files.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800573
5740.1.9
575
Tor Norbye9f321db2011-01-10 19:45:35 -0800576- New Action in the "Processes" view to debug an application that is
577 already running. The source project for this application MUST be
578 opened in the current workspace.
579- Building the project now force refreshes the res folder. This should
580 help rebuilding the resources when only binary files were changed
581 from outside eclipse.
582- Clean/full builds now compile all aidl files found in the build path
583 (previously only incremental builds would compile them). Also, misc
584 improvements to the incremental builders.
585- Starting a run/debug session now asks to save the files and forces a
586 new build to ensure that the latest package is pushed on the device.
587- Plugin should be less aggressive when waiting for the emulator to be
588 ready. This should translate in fewer failed launches.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800589
5900.1.8
591
592- Fixed Debugger issue introduced in 0.1.6
Tor Norbye9f321db2011-01-10 19:45:35 -0800593- Added Log level preferences for DDMS. Look under Android > DDMS >
594 Advanced. Default error level is Error.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800595
5960.1.7
597
Tor Norbye9f321db2011-01-10 19:45:35 -0800598- Fixed issue where java warnings wouldn't trigger a new package. Now
599 only errors stop the packaging like it should be.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800600- Added more error output in the console during launch.
601
6020.1.6
603
Tor Norbye9f321db2011-01-10 19:45:35 -0800604- New "Android" Console. It receives the error output from external
605 tools such and aidl, dx, and aapt (only when they can't be
606 parsed). Any error force the console to be displayed.
607- The Activity Manager on the device/emulator now outputs some
608 messages in the "Android" console when asked to start an
609 activity. This should help you figure out what is wrong if the
610 application doesn't start.
611- Fixed a case where the .apk file would be updated with broken
612 code. Now if there are java compile error, the .apk is not touched.
613- Added support for manifest with non fully qualified activity java
614 name, yet not starting with a dot.
615- Fixed creation of manifest files (through New Project wizard) to use
616 proper namespace for attributes.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800617- Better error reporting for namespace issue in the manifest.
Tor Norbye9f321db2011-01-10 19:45:35 -0800618- "Reset Adb" action from the device view. Use this is the plugin
619 tells you an emulator is running when there are none.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800620- New "ddms" Console which receives the standard output of ddms.
621
6220.1.5
623
624- Support for new activity declaration inside AndroidManifest.xml
Tor Norbye9f321db2011-01-10 19:45:35 -0800625- fixed issue that prevented bin/ to be removed from the buildpath
626 when converting project.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800627
6280.1.4
629
Tor Norbye9f321db2011-01-10 19:45:35 -0800630- Changes in the Manifest, now properly trigger a new package of the
631 resources.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800632
6330.1.3
634
Tor Norbye9f321db2011-01-10 19:45:35 -0800635- Fixed the "fix project properties" action to remove old framework
636 libraries, just not add new ones.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800637
6380.1.2
639
Tor Norbye9f321db2011-01-10 19:45:35 -0800640- aidl builder. The Android Resources PreBuilder now also converts
641 aidl files into java files.
642- New Project wizard now allows to make Wallpaper activities instead
643 of gadgets (which are obsolete.)
644- Launch shortcuts. Right click in the package explorer allow you to
645 launch the application in debug or run mode directly without
646 creating launch configurations.
647- New project wizard and Project conversion now sets up the java doc
648 path for android.zip
649- Package builder now supports custom application assets placed in
650 assets/ (which is now created automatically by the New Project
651 Wizard).
652- New action: Android Tools > Fix Project Properties, in the package
653 explorer contextual menu. This allows you to fix the framework path
654 (and its javadoc path) in case you change the sdk location.
The Android Open Source Project55a2c712009-03-03 19:29:09 -0800655
6560.1.1
657
658- Fixed project convertor to add the framework library if missing.
659
6600.1.0
661
662- New project wizard.
663- Python script-generated project convertor.
664- Incremental builders.
665- XML validation for resource files.
666- Android Launch Configuration.