| Xavier Ducrohet | 69a8290 | 2011-06-06 16:45:50 -0700 | [diff] [blame^] | 1 | 12.0.0 |
| 2 | |
| Tor Norbye | 3dcfd76 | 2011-04-28 18:41:09 -0700 | [diff] [blame] | 3 | 11.0.0 |
| 4 | - Visual Refactoring: |
| 5 | - The new "Extract Style" refactoring pulls out style constants and |
| Tor Norbye | e177715 | 2011-05-25 15:50:53 -0700 | [diff] [blame] | 6 | defines them as style rules instead. |
| Tor Norbye | 3dcfd76 | 2011-04-28 18:41:09 -0700 | [diff] [blame] | 7 | - 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 Norbye | fb48dde | 2011-05-19 13:52:31 -0700 | [diff] [blame] | 39 | - 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 Norbye | 3dcfd76 | 2011-04-28 18:41:09 -0700 | [diff] [blame] | 42 | - 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 Norbye | fb48dde | 2011-05-19 13:52:31 -0700 | [diff] [blame] | 57 | - 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 Norbye | 3dcfd76 | 2011-04-28 18:41:09 -0700 | [diff] [blame] | 65 | - 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 Norbye | 3301b68 | 2011-04-05 08:59:12 -0700 | [diff] [blame] | 84 | 10.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 | |
| 91 | 10.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 Ducrohet | 484e7f3 | 2010-11-17 15:17:59 -0800 | [diff] [blame] | 116 | 9.0.0 |
| 117 | - Visual Layout Editor |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 118 | - 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 Norbye | e14b92a | 2011-01-10 19:20:45 -0800 | [diff] [blame] | 124 | - Improved support for rendering <include> and <merge> views |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 125 | - "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 Norbye | 6f147bd | 2011-01-17 22:25:54 -0800 | [diff] [blame] | 139 | - Improved support for various views (such as TabHosts and |
| 140 | SlidingDrawers) when rendered using Honeycomb |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 141 | - 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 Ducrohet | 5e9522e | 2011-01-06 18:02:13 -0800 | [diff] [blame] | 145 | - Logcat view in DDMS now properly displays UTF-8 characters. |
| 146 | |
| Xavier Ducrohet | 3e7d21a | 2010-12-07 12:16:53 -0800 | [diff] [blame] | 147 | 8.0.1: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 148 | - Fix compilation issue in Android projects referencing standard Java |
| 149 | projects. |
| Xavier Ducrohet | 3e7d21a | 2010-12-07 12:16:53 -0800 | [diff] [blame] | 150 | - Better error reporting when exporting applications for release. |
| 151 | |
| Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 152 | 8.0.0 |
| 153 | - New version number scheme following the SDK Tools revision number. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 154 | - 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 Ducrohet | a15a4dd | 2010-10-18 14:22:33 -0700 | [diff] [blame] | 168 | - Contextual menu with enum/flag type properties. |
| 169 | - New zoom controls. |
| 170 | - New HierarchyViewer plug-in integrated in Eclipse. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 171 | - Android launch configurations don't recompile the whole workspace on |
| 172 | launch anymore. |
| Xavier Ducrohet | a15a4dd | 2010-10-18 14:22:33 -0700 | [diff] [blame] | 173 | - android.jar source and javadoc location can now be configured. |
| Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 174 | |
| Xavier Ducrohet | 6f43b41 | 2010-09-24 07:19:37 -0700 | [diff] [blame] | 175 | 0.9.9: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 176 | - Fix bug where ADT would delete the source folder of projects |
| 177 | imported from version control. |
| Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 178 | |
| Xavier Ducrohet | 6d092a4 | 2010-06-09 11:23:57 -0700 | [diff] [blame] | 179 | 0.9.8: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 180 | - 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 Ducrohet | b4e4755 | 2010-07-01 18:01:43 -0700 | [diff] [blame] | 189 | - Added support for libraries with library dependencies. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 190 | - 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 Ducrohet | 6d092a4 | 2010-06-09 11:23:57 -0700 | [diff] [blame] | 196 | |
| Xavier Ducrohet | eee4bf1 | 2010-03-17 11:47:43 -0700 | [diff] [blame] | 197 | 0.9.7: |
| 198 | - Support for library projects |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 199 | - Updated Property panel for Android project to edit library |
| 200 | dependencies. |
| Xavier Ducrohet | eee4bf1 | 2010-03-17 11:47:43 -0700 | [diff] [blame] | 201 | |
| Xavier Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 202 | 0.9.6: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 203 | - 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 Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 209 | - AVD creation dialog now enforce sd card of 9MB or higher |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 210 | - 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 Ducrohet | 244d181 | 2009-12-08 16:05:19 -0800 | [diff] [blame] | 215 | - DDMS plug-in now contains the Allocation Tracker view. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 216 | - 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 Ducrohet | e83bdbb | 2010-01-25 16:36:29 -0800 | [diff] [blame] | 222 | - Fixed issues with the New Project Wizard when selecting samples. |
| 223 | - Fixed possible crash when launching applications |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 224 | - New action in the Logcat view: "Go to problem" lets you go directly |
| 225 | from an exception trace output to the code. |
| Xavier Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 226 | |
| 227 | 0.9.5: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 228 | - Misc fixes in the SDK Updater |
| Xavier Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 229 | |
| Raphael | c70406f | 2009-10-02 19:41:49 -0700 | [diff] [blame] | 230 | 0.9.4: |
| 231 | - New "Create project from sample" choice in the New Project Wizard. |
| Xavier Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 232 | - Improvements to the SDK Updater. |
| 233 | - improvements to the AVD Manager (creation and launch dialogs) |
| 234 | - new configuration selector in the Graphical Layout Editor |
| Raphael | c70406f | 2009-10-02 19:41:49 -0700 | [diff] [blame] | 235 | |
| Xavier Ducrohet | c364a52 | 2009-08-25 20:01:56 -0700 | [diff] [blame] | 236 | 0.9.3: |
| Raphael | 7b9b3d1 | 2009-05-07 19:27:46 -0700 | [diff] [blame] | 237 | - New wizard to create Android JUnit Test Projects. |
| Xavier Ducrohet | ba7dd92 | 2009-07-22 17:39:44 -0700 | [diff] [blame] | 238 | - New AVD wizard. |
| 239 | - SDK Updater |
| Xavier Ducrohet | c364a52 | 2009-08-25 20:01:56 -0700 | [diff] [blame] | 240 | - zipalign support |
| Raphael | 7b9b3d1 | 2009-05-07 19:27:46 -0700 | [diff] [blame] | 241 | |
| Xavier Ducrohet | 679c1a8 | 2009-04-29 17:34:38 -0700 | [diff] [blame] | 242 | 0.9.1: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 243 | |
| 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 Ducrohet | 679c1a8 | 2009-04-29 17:34:38 -0700 | [diff] [blame] | 253 | |
| 254 | |
| 255 | 0.9.0: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 256 | |
| 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 271 | |
| 272 | 0.8.1: |
| 273 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 274 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 277 | - Fixed issue with custom themes/styles in the layout editor. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 278 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 284 | - New checks on launch when attempting to debug on a device. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 285 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 290 | |
| 291 | 0.8.0: |
| 292 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 293 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 296 | - 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 | |
| 300 | 0.7.1: |
| 301 | |
| 302 | - Layout Editor. |
| 303 | |
| 304 | 0.6.1: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 305 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 310 | - Properly kill the application that is about to be reinstalled. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 311 | - Create missing android folder automatically when building |
| 312 | application (caused a signing error) |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 313 | - Manifest editor: support for uses-library node |
| 314 | - Fixed NPE in editors.xml.descriptors.XmlDescriptors.createPreference |
| 315 | - Fixed assert in MultiEditorPart.setActivePage |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 316 | - Fixed "connect to debugger" button in DeviceView. Also fixed support |
| 317 | for custom process names. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 318 | |
| 319 | 0.6.0: |
| 320 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 321 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 339 | |
| 340 | |
| 341 | 0.4.0 (adt 0.4.0, ddms 0.3.0, editors 0.2.0, common 0.1.0) |
| 342 | |
| 343 | - New AndroidManifest editor. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 344 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 359 | |
| 360 | 0.3.4 (adt 0.3.4, ddms 0.2.3, editors 0.1.0) |
| 361 | |
| 362 | Internal release only. |
| 363 | - Enabled device support. |
| 364 | |
| 365 | 0.3.3 (adt 0.3.3, ddms 0.2.3, editors 0.1.0) |
| 366 | |
| 367 | - Support for referenced projects. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 368 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 374 | |
| 375 | 0.3.2 |
| 376 | |
| 377 | - XML Highlighting for AndroidManifest.xml (requires WebTools WST plugin) |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 378 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 392 | |
| 393 | 0.3.1 |
| 394 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 395 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 399 | - Fixed possible NPE in the debug action from the Process View |
| 400 | - Support for Eclipse 3.4 |
| 401 | |
| 402 | 0.2.6 / 0.3.0 |
| 403 | |
| 404 | - New Project Wizard now makes it easy to open Android sample code |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 405 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 416 | - Abort launch and prompt the user if the project contains errors. |
| 417 | - New silent/normal/verbose build output. |
| 418 | |
| 419 | 0.2.5 |
| 420 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 421 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 425 | - Fixed an issue with multiple source folders. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 426 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 429 | - Fixed an issue that could result in not packaging code changes. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 430 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 436 | - New projects have a default layout. |
| 437 | - Misc fixes for Windows support. |
| 438 | |
| 439 | 0.2.4 |
| 440 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 441 | - Fixed large resource corruption issue. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 442 | |
| 443 | 0.2.3 |
| 444 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 445 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 448 | |
| 449 | 0.2.2 |
| 450 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 451 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 470 | - Removed obsolete wallpaper mode in the New Project Creation Wizard. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 471 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 476 | |
| 477 | 0.2.1 |
| 478 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 479 | - Fixed bug in logcat search where invalid regexp would cause a crash |
| 480 | - Minor improvements to the build/launch process. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 481 | |
| 482 | 0.2.0 |
| 483 | |
| 484 | - Logcat view. |
| 485 | - File Explorer view. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 486 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 489 | - Android Tools > Export Application Package is now implemented. |
| 490 | - Misc incremental builder fixes. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 491 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 494 | |
| 495 | 0.1.10 |
| 496 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 497 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 501 | |
| 502 | 0.1.9 |
| 503 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 504 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 517 | |
| 518 | 0.1.8 |
| 519 | |
| 520 | - Fixed Debugger issue introduced in 0.1.6 |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 521 | - Added Log level preferences for DDMS. Look under Android > DDMS > |
| 522 | Advanced. Default error level is Error. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 523 | |
| 524 | 0.1.7 |
| 525 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 526 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 528 | - Added more error output in the console during launch. |
| 529 | |
| 530 | 0.1.6 |
| 531 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 532 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 545 | - Better error reporting for namespace issue in the manifest. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 546 | - "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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 548 | - New "ddms" Console which receives the standard output of ddms. |
| 549 | |
| 550 | 0.1.5 |
| 551 | |
| 552 | - Support for new activity declaration inside AndroidManifest.xml |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 553 | - fixed issue that prevented bin/ to be removed from the buildpath |
| 554 | when converting project. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 555 | |
| 556 | 0.1.4 |
| 557 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 558 | - Changes in the Manifest, now properly trigger a new package of the |
| 559 | resources. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 560 | |
| 561 | 0.1.3 |
| 562 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 563 | - Fixed the "fix project properties" action to remove old framework |
| 564 | libraries, just not add new ones. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 565 | |
| 566 | 0.1.2 |
| 567 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 568 | - 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 Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 583 | |
| 584 | 0.1.1 |
| 585 | |
| 586 | - Fixed project convertor to add the framework library if missing. |
| 587 | |
| 588 | 0.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. |