| Xavier Ducrohet | 484e7f3 | 2010-11-17 15:17:59 -0800 | [diff] [blame] | 1 | 9.0.0 |
| 2 | - Visual Layout Editor |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 3 | - Empty layouts with 0,0 size are now automatically expanded when |
| 4 | selected and during drag and drop |
| 5 | - Rendering target can now be changed from the default (project |
| 6 | target) |
| 7 | - When choosing resources for rendering, the API level is properly |
| 8 | handled |
| Tor Norbye | e14b92a | 2011-01-10 19:20:45 -0800 | [diff] [blame] | 9 | - Improved support for rendering <include> and <merge> views |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 10 | - "Extract as Include" refactoring to extract selected views into |
| 11 | a separate included layout. |
| 12 | - String and reference properties can be edited from the layout |
| 13 | editor's context menu |
| 14 | - Rewritten outline drag & drop handling, improved label colors |
| 15 | and content |
| 16 | - The generated XML will be better formatted. Full XML formatter |
| 17 | can be enabled in the preferences (under Android > Editors), but |
| 18 | will touch part of the XML that isn't modified. |
| 19 | - Automatic configuration of many widgets on drop, such as |
| 20 | automatically filling a TextView in a vertical LinearLayout, |
| 21 | adding rows to new tables, etc. |
| 22 | - Double click views to jump to the corresponding XML declaration, |
| 23 | or for included views, to the included layout file |
| Tor Norbye | 6f147bd | 2011-01-17 22:25:54 -0800 | [diff] [blame^] | 24 | - Improved support for various views (such as TabHosts and |
| 25 | SlidingDrawers) when rendered using Honeycomb |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 26 | - Go to Declaration hyperlinks for navigating from @resource |
| 27 | references to their XML declarations, from the manifest file to |
| 28 | activity and service classes, from Java access of resource R fields |
| 29 | to the XML declarations, etc. |
| Xavier Ducrohet | 5e9522e | 2011-01-06 18:02:13 -0800 | [diff] [blame] | 30 | - Logcat view in DDMS now properly displays UTF-8 characters. |
| 31 | |
| Xavier Ducrohet | 3e7d21a | 2010-12-07 12:16:53 -0800 | [diff] [blame] | 32 | 8.0.1: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 33 | - Fix compilation issue in Android projects referencing standard Java |
| 34 | projects. |
| Xavier Ducrohet | 3e7d21a | 2010-12-07 12:16:53 -0800 | [diff] [blame] | 35 | - Better error reporting when exporting applications for release. |
| 36 | |
| Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 37 | 8.0.0 |
| 38 | - New version number scheme following the SDK Tools revision number. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 39 | - Support for true debug build. No need to change the value of |
| 40 | debuggable in the Android Manifest. Incremental build will |
| 41 | automatically insert debuggable==true while using the "export |
| 42 | signed/unsigned application package" will not. If debuggable=true |
| 43 | is set, then release builds will actually do a debug build. |
| 44 | - Automatic Proguard support in release builds. Only need to have a |
| 45 | proguard.config property in default.properties that points to a |
| 46 | proguard config file. |
| 47 | - Completely rewritten Visual Layout Editor. This is very much a work |
| 48 | in progress. |
| 49 | - full drag and drop from palette to layout for all Layout |
| 50 | classes. |
| 51 | - Move widgets inside a Layout view, from one Layout view to |
| 52 | another and from one layout file to another. |
| Xavier Ducrohet | a15a4dd | 2010-10-18 14:22:33 -0700 | [diff] [blame] | 53 | - Contextual menu with enum/flag type properties. |
| 54 | - New zoom controls. |
| 55 | - New HierarchyViewer plug-in integrated in Eclipse. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 56 | - Android launch configurations don't recompile the whole workspace on |
| 57 | launch anymore. |
| Xavier Ducrohet | a15a4dd | 2010-10-18 14:22:33 -0700 | [diff] [blame] | 58 | - android.jar source and javadoc location can now be configured. |
| Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 59 | |
| Xavier Ducrohet | 6f43b41 | 2010-09-24 07:19:37 -0700 | [diff] [blame] | 60 | 0.9.9: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 61 | - Fix bug where ADT would delete the source folder of projects |
| 62 | imported from version control. |
| Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 63 | |
| Xavier Ducrohet | 6d092a4 | 2010-06-09 11:23:57 -0700 | [diff] [blame] | 64 | 0.9.8: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 65 | - New Action "Rename Application Package" (under the "Android Tools" |
| 66 | contextual menu) will do a full application package refatoring. |
| 67 | - Fixed issue with library project names containing characters that |
| 68 | aren't compatible with Eclipse path variable. The link between the |
| 69 | main project and the library would fail to create. |
| 70 | - Added support for library projects that don't have a source folder |
| 71 | called "src". There is now support for any number of source folder, |
| 72 | with no name restriction. They can even be in sub folder such as |
| 73 | "src/java". |
| Xavier Ducrohet | b4e4755 | 2010-07-01 18:01:43 -0700 | [diff] [blame] | 74 | - Added support for libraries with library dependencies. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 75 | - added support for new resource qualifiers: car/desk, night/notnight |
| 76 | and navexposed/navhidden |
| 77 | - Added more device screen types for the layout editor. All screen |
| 78 | resolution/density combinations from |
| 79 | http://developer.android.com/guide/practices/screens_support.html#range |
| 80 | is now available. |
| Xavier Ducrohet | 6d092a4 | 2010-06-09 11:23:57 -0700 | [diff] [blame] | 81 | |
| Xavier Ducrohet | eee4bf1 | 2010-03-17 11:47:43 -0700 | [diff] [blame] | 82 | 0.9.7: |
| 83 | - Support for library projects |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 84 | - Updated Property panel for Android project to edit library |
| 85 | dependencies. |
| Xavier Ducrohet | eee4bf1 | 2010-03-17 11:47:43 -0700 | [diff] [blame] | 86 | |
| Xavier Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 87 | 0.9.6: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 88 | - Editing default.properties outside of eclipse will automatically |
| 89 | update the project |
| 90 | - Fix issue when launching ADT the first time with the SDK Usage panel |
| 91 | that could create a deadlock between modal dialogs |
| 92 | - Launched applications from ADT now behave as if they were clicked |
| 93 | from the Home screen of the emulator. |
| Xavier Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 94 | - AVD creation dialog now enforce sd card of 9MB or higher |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 95 | - Fixed issue where add-on with no optional library would not show up |
| 96 | as valid targets for application launches. |
| 97 | - Loads the SDK content only when a project requires it. This will |
| 98 | make Eclipse use less resources when the SDK contains many versions |
| 99 | of Android. |
| Xavier Ducrohet | 244d181 | 2009-12-08 16:05:19 -0800 | [diff] [blame] | 100 | - DDMS plug-in now contains the Allocation Tracker view. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 101 | - Lots of fixes in the configuration selector of the Visual Layout |
| 102 | Editor. |
| 103 | - Explode mode in the Visual Layout Editor adds a margin to all layout |
| 104 | objects so that it's easier to see embedded layouts |
| 105 | - Outline mode in the Visual Layout Editor draws layout outline to |
| 106 | make it easier to see layout objects. |
| Xavier Ducrohet | e83bdbb | 2010-01-25 16:36:29 -0800 | [diff] [blame] | 107 | - Fixed issues with the New Project Wizard when selecting samples. |
| 108 | - Fixed possible crash when launching applications |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 109 | - New action in the Logcat view: "Go to problem" lets you go directly |
| 110 | from an exception trace output to the code. |
| Xavier Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 111 | |
| 112 | 0.9.5: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 113 | - Misc fixes in the SDK Updater |
| Xavier Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 114 | |
| Raphael | c70406f | 2009-10-02 19:41:49 -0700 | [diff] [blame] | 115 | 0.9.4: |
| 116 | - New "Create project from sample" choice in the New Project Wizard. |
| Xavier Ducrohet | 4055c2a | 2009-12-04 17:55:30 -0800 | [diff] [blame] | 117 | - Improvements to the SDK Updater. |
| 118 | - improvements to the AVD Manager (creation and launch dialogs) |
| 119 | - new configuration selector in the Graphical Layout Editor |
| Raphael | c70406f | 2009-10-02 19:41:49 -0700 | [diff] [blame] | 120 | |
| Xavier Ducrohet | c364a52 | 2009-08-25 20:01:56 -0700 | [diff] [blame] | 121 | 0.9.3: |
| Raphael | 7b9b3d1 | 2009-05-07 19:27:46 -0700 | [diff] [blame] | 122 | - New wizard to create Android JUnit Test Projects. |
| Xavier Ducrohet | ba7dd92 | 2009-07-22 17:39:44 -0700 | [diff] [blame] | 123 | - New AVD wizard. |
| 124 | - SDK Updater |
| Xavier Ducrohet | c364a52 | 2009-08-25 20:01:56 -0700 | [diff] [blame] | 125 | - zipalign support |
| Raphael | 7b9b3d1 | 2009-05-07 19:27:46 -0700 | [diff] [blame] | 126 | |
| Xavier Ducrohet | 679c1a8 | 2009-04-29 17:34:38 -0700 | [diff] [blame] | 127 | 0.9.1: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 128 | |
| 129 | - Added an AVD creation wizard to ADT. It is automatically displayed |
| 130 | during a launch if no compatible AVDs are found. |
| 131 | - Fixed issue with libs/ folder where files with no extension would |
| 132 | prevent the build from finishing. |
| 133 | - Improved error handling during the final steps of the build to mark |
| 134 | the project if an unexpected error prevent the build from finishing. |
| 135 | - Fixed issue when launching ADT on a clean install would trigger |
| 136 | org.eclipse.swt.SWTError: Not implemented [multiple displays]. |
| 137 | |
| Xavier Ducrohet | 679c1a8 | 2009-04-29 17:34:38 -0700 | [diff] [blame] | 138 | |
| 139 | |
| 140 | 0.9.0: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 141 | |
| 142 | - Projects now store generated Java files (R.java/Manifest.java and |
| 143 | output from aidl) in a 'gen' source folder. |
| 144 | - Support for the new Android SDK with support for multiple versions |
| 145 | of the Android platform and for vendor supplied add-ons. |
| 146 | * New Project Wizard lets you choose which platform/add-on to |
| 147 | target. |
| 148 | * Project properties (right click project in Package Explorer, |
| 149 | then "Properties"), lets you edit project target. |
| 150 | * New Launch configuration option to choose debug deployment |
| 151 | target. |
| 152 | - Ability to export multiple apk from one project, using resource |
| 153 | filters. See the 'android' property for Android projects. |
| 154 | - Support for running JUnit tests on a device/emulator from a new |
| 155 | "Android JUnit tests" launch configuration. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 156 | |
| 157 | 0.8.1: |
| 158 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 159 | - Alternate Layout wizard. In the layout editor, the "create" button |
| 160 | is now enabled to easily create alternate versions of the current |
| 161 | layout. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 162 | - Fixed issue with custom themes/styles in the layout editor. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 163 | - Export Wizard: To export an application for release, and sign it |
| 164 | with a non debug key. Accessible from the export menu, from the |
| 165 | Android Tools contextual menu, or from the overview page of the |
| 166 | manifest editor. |
| 167 | - New XML File Wizard: To easily create new XML resources file in the |
| 168 | /res directory. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 169 | - New checks on launch when attempting to debug on a device. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 170 | - Basic support for drag'n'drop in Graphical layout editor. You can |
| 171 | add new items by drag'n'drop from the palette. There is no support |
| 172 | for moving/resizing yet. |
| 173 | - Undo/redo support in all XML form editors and Graphical layout |
| 174 | editor. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 175 | |
| 176 | 0.8.0: |
| 177 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 178 | - Fixed issue with using custom classes implementing Parcelable in |
| 179 | aidl files. Right click the project and choose Android Tools > |
| 180 | Create aidl preprocess file for Parcelable Classes. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 181 | - Added Custom Themes to theme drop down in the layout editor. |
| 182 | - Customizable debug signing keystore path in preferences |
| 183 | - Customizable HOME package name. |
| 184 | |
| 185 | 0.7.1: |
| 186 | |
| 187 | - Layout Editor. |
| 188 | |
| 189 | 0.6.1: |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 190 | - Fixed install issue when project name contains spaces (requires new |
| 191 | emulator image) |
| 192 | - Fixed setup of the New class wizard in the manifest (when clicking |
| 193 | on "name" for a class attribute) in the cases where the class and |
| 194 | some of its parent packages were missing. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 195 | - Properly kill the application that is about to be reinstalled. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 196 | - Create missing android folder automatically when building |
| 197 | application (caused a signing error) |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 198 | - Manifest editor: support for uses-library node |
| 199 | - Fixed NPE in editors.xml.descriptors.XmlDescriptors.createPreference |
| 200 | - Fixed assert in MultiEditorPart.setActivePage |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 201 | - Fixed "connect to debugger" button in DeviceView. Also fixed support |
| 202 | for custom process names. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 203 | |
| 204 | 0.6.0: |
| 205 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 206 | - New launch option for activity. Can choose to launch default |
| 207 | activity (finds an activity configured to show up in the home |
| 208 | screen), or specific activity, or none. |
| 209 | - Normal java resources (non java files placed in package folders) are |
| 210 | now properly packaged in the final package, and can be accessed |
| 211 | through normal java API such as ClassLoader.getResourceAsStream() |
| 212 | - Launch configuration now has an option to wipe emulator data on |
| 213 | launch. This always asks for confirmation. |
| 214 | - Launch configuration now has an option to disable the boot |
| 215 | animation. This will let the emulator start faster on older |
| 216 | computers. |
| 217 | - Applications are now signed with a debug key (stored in |
| 218 | debug.keystore in ~/.android). |
| 219 | - Installation of application is now more robust and will notify of |
| 220 | installation failure. Also installation is blocking, removing issues |
| 221 | where ADT tried to launch the activity before the app was installed. |
| 222 | - Tree-based resource editor + content assist in XML editor for |
| 223 | layout, menu, preferences, values xml files. Work in progress... |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 224 | |
| 225 | |
| 226 | 0.4.0 (adt 0.4.0, ddms 0.3.0, editors 0.2.0, common 0.1.0) |
| 227 | |
| 228 | - New AndroidManifest editor. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 229 | - True multiple device support allowing debugging apps on several |
| 230 | device at the same time |
| 231 | - New launch modes for device selection: automatic will launch an |
| 232 | emulator if no device are present, automatically target the device |
| 233 | if only one exists, and prompt the user if 2+ are connected. Manual |
| 234 | mode always prompt the user. |
| 235 | - New classpath container remove the dependencies on the location of |
| 236 | android.jar making it easier to share a project through dsvn, cvs, |
| 237 | etc... You should fix your project (right click project, choose |
| 238 | Android > Fix Project properties) |
| 239 | - Fixed a case where pm would fail and would up end outputting the |
| 240 | "usage" text, which would in turn confuse the plugin during parsing. |
| 241 | - Fixed an issue with compiling aidl file when they import project |
| 242 | local files. |
| 243 | |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 244 | |
| 245 | 0.3.4 (adt 0.3.4, ddms 0.2.3, editors 0.1.0) |
| 246 | |
| 247 | Internal release only. |
| 248 | - Enabled device support. |
| 249 | |
| 250 | 0.3.3 (adt 0.3.3, ddms 0.2.3, editors 0.1.0) |
| 251 | |
| 252 | - Support for referenced projects. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 253 | - During launch, display if a package conflict occurs when the new |
| 254 | application is pushed onto the device. |
| 255 | - You can now change the font of the logcat view. Also indentation is |
| 256 | now properly displayed. |
| 257 | - Plugin generated files are now properly marked as derived. This will |
| 258 | make Team plugins ignore them. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 259 | |
| 260 | 0.3.2 |
| 261 | |
| 262 | - XML Highlighting for AndroidManifest.xml (requires WebTools WST plugin) |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 263 | - Custom java editor for R.java/Manifest.java to make those files non |
| 264 | editable. This is to replace the current locking mechanism which |
| 265 | causes issues on Mac OS. |
| 266 | - Fixed some issue in the "Restart adb" feature in the device view of |
| 267 | ddms. |
| 268 | - Better handling of aidl files and the java files generated from |
| 269 | them. |
| 270 | - Plugin now retries to launch the app on the emulator if it fails due |
| 271 | to timing issues. |
| 272 | - Skin dropdown in the Emulator/Target tabs is now build from the |
| 273 | content of the skin directory, to support developer made skins. |
| 274 | - Emulator control panel. This is a UI on top of the emulator |
| 275 | console. it allows you to change the state of the network and gsm |
| 276 | connection, and to initiate incoming voice call. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 277 | |
| 278 | 0.3.1 |
| 279 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 280 | - Fixed issue on winXP/Eclipse 3.2 where errors in the New Project |
| 281 | Wizard would not display. |
| 282 | - Added missing intent definition in the AndroidManifest.xml file |
| 283 | created by the New Project Wizard. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 284 | - Fixed possible NPE in the debug action from the Process View |
| 285 | - Support for Eclipse 3.4 |
| 286 | |
| 287 | 0.2.6 / 0.3.0 |
| 288 | |
| 289 | - New Project Wizard now makes it easy to open Android sample code |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 290 | - Plugin will output a warning if the build id of the device/emulator |
| 291 | does not match the sdk build id. |
| 292 | - Java/Debug/ddms perspective now contains direct menus to open some |
| 293 | of the ddms views, and to create a new android project. This will |
| 294 | require you to reset your perspectives. |
| 295 | - Error during builds now put an error marker on the project instead |
| 296 | of displaying an (annoying) dialog box. |
| 297 | - Custom builders now remember their build state when restarting |
| 298 | eclipse. |
| 299 | - Properly parse some aapt warnings and don't abort the build when |
| 300 | they happen. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 301 | - Abort launch and prompt the user if the project contains errors. |
| 302 | - New silent/normal/verbose build output. |
| 303 | |
| 304 | 0.2.5 |
| 305 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 306 | - Check compiler compliance level before compilation and abort if |
| 307 | different from 1.5 |
| 308 | - Fix Project Properties will fix the project compiler compliance if |
| 309 | needed. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 310 | - Fixed an issue with multiple source folders. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 311 | - Added support for new Manifest.java class (it is automatically |
| 312 | generated with R.java if the content of the AndroidManifest.xml |
| 313 | requires it) |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 314 | - Fixed an issue that could result in not packaging code changes. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 315 | - Automatic fix of the Launch Configurations when the java package in |
| 316 | the manifest is changed. Also improved Launch Config dialog and |
| 317 | error alert for erroneous activity names in the Launch |
| 318 | Configuration. |
| 319 | - Support for external jars that are not under the project root |
| 320 | directory. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 321 | - New projects have a default layout. |
| 322 | - Misc fixes for Windows support. |
| 323 | |
| 324 | 0.2.4 |
| 325 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 326 | - Fixed large resource corruption issue. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 327 | |
| 328 | 0.2.3 |
| 329 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 330 | - Fixed issue related to the integration of dx. |
| 331 | - Fixed issue related to the package generation that was modified for |
| 332 | windows support. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 333 | |
| 334 | 0.2.2 |
| 335 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 336 | - Changing the SDK location in the Preferences does not require to |
| 337 | restart Eclipse anymore. |
| 338 | - New SDK-Project sync mode in Android preference pane. Default value |
| 339 | set to true. If true, all android projects are automatically sync'ed |
| 340 | to the SDK defined in the preferences. |
| 341 | - Cases where no emulator is running but a dialog still says "An |
| 342 | emulator is running..." should be less frequent. |
| 343 | - Projects do not reference the standard desktop JRE anymore, as |
| 344 | android.zip contains the core java library. This will solve the case |
| 345 | where using a core class non present on the platform would not |
| 346 | generate a compilation error. |
| 347 | - Changing the package defined in the manifest now deletes the R.java |
| 348 | class from its previous location. This will require 1 build after |
| 349 | upgrading the plugin, before it works. |
| 350 | - Project selection in the Launch Config Dialog now only shows Android |
| 351 | projects. |
| 352 | - Launching a debug/run session now checks that the project uses the |
| 353 | SDK set in the preferences (This is for the non automatic sync |
| 354 | mode). |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 355 | - Removed obsolete wallpaper mode in the New Project Creation Wizard. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 356 | - dx (dalvik code conversion tool) now embedded instead of calling the |
| 357 | external version. |
| 358 | - Improvements in the parsing of the aapt errors. |
| 359 | - Some fixes for windows support. |
| 360 | |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 361 | |
| 362 | 0.2.1 |
| 363 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 364 | - Fixed bug in logcat search where invalid regexp would cause a crash |
| 365 | - Minor improvements to the build/launch process. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 366 | |
| 367 | 0.2.0 |
| 368 | |
| 369 | - Logcat view. |
| 370 | - File Explorer view. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 371 | - Custom options for emulator. In the Launch configuration dialog you |
| 372 | can specify custom command line emulator options. See |
| 373 | "emulator -help" for available options. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 374 | - Android Tools > Export Application Package is now implemented. |
| 375 | - Misc incremental builder fixes. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 376 | - Including static .jar files as library in your project will |
| 377 | automatically include them in the final APK. Warning: only the |
| 378 | .class content is included. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 379 | |
| 380 | 0.1.10 |
| 381 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 382 | - The res and assets folders now fully refresh before the build, |
| 383 | ensuring R.java and packaged resources are always up to date. This |
| 384 | can be disabled in the preferences under "Android" if this becomes |
| 385 | slow due to too many files. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 386 | |
| 387 | 0.1.9 |
| 388 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 389 | - New Action in the "Processes" view to debug an application that is |
| 390 | already running. The source project for this application MUST be |
| 391 | opened in the current workspace. |
| 392 | - Building the project now force refreshes the res folder. This should |
| 393 | help rebuilding the resources when only binary files were changed |
| 394 | from outside eclipse. |
| 395 | - Clean/full builds now compile all aidl files found in the build path |
| 396 | (previously only incremental builds would compile them). Also, misc |
| 397 | improvements to the incremental builders. |
| 398 | - Starting a run/debug session now asks to save the files and forces a |
| 399 | new build to ensure that the latest package is pushed on the device. |
| 400 | - Plugin should be less aggressive when waiting for the emulator to be |
| 401 | ready. This should translate in fewer failed launches. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 402 | |
| 403 | 0.1.8 |
| 404 | |
| 405 | - Fixed Debugger issue introduced in 0.1.6 |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 406 | - Added Log level preferences for DDMS. Look under Android > DDMS > |
| 407 | Advanced. Default error level is Error. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 408 | |
| 409 | 0.1.7 |
| 410 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 411 | - Fixed issue where java warnings wouldn't trigger a new package. Now |
| 412 | only errors stop the packaging like it should be. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 413 | - Added more error output in the console during launch. |
| 414 | |
| 415 | 0.1.6 |
| 416 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 417 | - New "Android" Console. It receives the error output from external |
| 418 | tools such and aidl, dx, and aapt (only when they can't be |
| 419 | parsed). Any error force the console to be displayed. |
| 420 | - The Activity Manager on the device/emulator now outputs some |
| 421 | messages in the "Android" console when asked to start an |
| 422 | activity. This should help you figure out what is wrong if the |
| 423 | application doesn't start. |
| 424 | - Fixed a case where the .apk file would be updated with broken |
| 425 | code. Now if there are java compile error, the .apk is not touched. |
| 426 | - Added support for manifest with non fully qualified activity java |
| 427 | name, yet not starting with a dot. |
| 428 | - Fixed creation of manifest files (through New Project wizard) to use |
| 429 | proper namespace for attributes. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 430 | - Better error reporting for namespace issue in the manifest. |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 431 | - "Reset Adb" action from the device view. Use this is the plugin |
| 432 | 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] | 433 | - New "ddms" Console which receives the standard output of ddms. |
| 434 | |
| 435 | 0.1.5 |
| 436 | |
| 437 | - Support for new activity declaration inside AndroidManifest.xml |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 438 | - fixed issue that prevented bin/ to be removed from the buildpath |
| 439 | when converting project. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 440 | |
| 441 | 0.1.4 |
| 442 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 443 | - Changes in the Manifest, now properly trigger a new package of the |
| 444 | resources. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 445 | |
| 446 | 0.1.3 |
| 447 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 448 | - Fixed the "fix project properties" action to remove old framework |
| 449 | libraries, just not add new ones. |
| The Android Open Source Project | 55a2c71 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 450 | |
| 451 | 0.1.2 |
| 452 | |
| Tor Norbye | 9f321db | 2011-01-10 19:45:35 -0800 | [diff] [blame] | 453 | - aidl builder. The Android Resources PreBuilder now also converts |
| 454 | aidl files into java files. |
| 455 | - New Project wizard now allows to make Wallpaper activities instead |
| 456 | of gadgets (which are obsolete.) |
| 457 | - Launch shortcuts. Right click in the package explorer allow you to |
| 458 | launch the application in debug or run mode directly without |
| 459 | creating launch configurations. |
| 460 | - New project wizard and Project conversion now sets up the java doc |
| 461 | path for android.zip |
| 462 | - Package builder now supports custom application assets placed in |
| 463 | assets/ (which is now created automatically by the New Project |
| 464 | Wizard). |
| 465 | - New action: Android Tools > Fix Project Properties, in the package |
| 466 | explorer contextual menu. This allows you to fix the framework path |
| 467 | (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] | 468 | |
| 469 | 0.1.1 |
| 470 | |
| 471 | - Fixed project convertor to add the framework library if missing. |
| 472 | |
| 473 | 0.1.0 |
| 474 | |
| 475 | - New project wizard. |
| 476 | - Python script-generated project convertor. |
| 477 | - Incremental builders. |
| 478 | - XML validation for resource files. |
| 479 | - Android Launch Configuration. |