| Xavier Ducrohet | c688b4e | 2010-01-25 18:19:11 -0800 | [diff] [blame] | 1 | Change log for Android SDK Tools. |
| 2 | |
| Xavier Ducrohet | 593453d | 2011-01-16 15:32:41 -0800 | [diff] [blame] | 3 | Revision 9: |
| 4 | - Fix packaging issue that broke draw9patch |
| 5 | - Ant build rules will now check the Ant version and fail if it's older than 1.8 |
| 6 | - Fix "folder locked" errors when installing packages in SDK Manager on Windows. |
| 7 | - Support https proxy when installing from SDK Manager. |
| 8 | - SDK Manager now suggests to install missing base platform for add-ons. |
| Xavier Ducrohet | 88dcd9a | 2010-11-15 14:14:55 -0800 | [diff] [blame] | 9 | - Default proguard config file changes: |
| 10 | * ignore classes extending android.preference.Preference |
| 11 | * ignore classes extending android.app.backup.BackupAgentHelper |
| Xavier Ducrohet | 8152395 | 2010-12-10 14:02:31 -0800 | [diff] [blame] | 12 | - Ant lib rules now allow for overriding java.encoding, java.source, and java.target |
| 13 | - Default encoding for Ant javac is now UTF-8 |
| Xavier Ducrohet | 5e9522e | 2011-01-06 18:02:13 -0800 | [diff] [blame] | 14 | - Logcat view in DDMS now properly displays UTF-8 characters. |
| Xavier Ducrohet | 8152395 | 2010-12-10 14:02:31 -0800 | [diff] [blame] | 15 | |
| Xavier Ducrohet | 88dcd9a | 2010-11-15 14:14:55 -0800 | [diff] [blame] | 16 | |
| Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 17 | Revision 8: |
| Xavier Ducrohet | a89eaf9 | 2010-10-06 15:06:53 -0700 | [diff] [blame] | 18 | - New SDK component: platform-tools. This makes all platforms use the same |
| Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 19 | latest version of aapt/aidl/dx. |
| 20 | - Support for true debug build. No need to change the value of debuggable in |
| 21 | the Android Manifest. |
| 22 | "ant debug" will automatically insert debuggable==true, while "ant release" |
| 23 | will not. |
| Xavier Ducrohet | a89eaf9 | 2010-10-06 15:06:53 -0700 | [diff] [blame] | 24 | If debuggable=true is set, then "ant release" will actually do a debug build. |
| 25 | - Automatic Proguard support in release builds. Only need to have a proguard.config |
| 26 | property in default.properties that points to a proguard config file. |
| Xavier Ducrohet | ddfe279 | 2010-09-24 08:11:12 -0700 | [diff] [blame] | 27 | - new overridable Ant javac properties: java.encoding, java.source, and java.target |
| 28 | (default to "ascii", "1.5" and "1.5") |
| Xavier Ducrohet | fb8fb87 | 2010-09-07 13:18:31 -0700 | [diff] [blame] | 29 | |
| 30 | |
| Xavier Ducrohet | 1ae6d59 | 2010-05-18 12:23:39 -0700 | [diff] [blame] | 31 | Revision 7: |
| 32 | - Support for Ant rules provided by the Tools components (override the one in |
| 33 | the platform component) |
| Xavier Ducrohet | c7e2ff4 | 2010-07-02 10:39:07 -0700 | [diff] [blame] | 34 | - Added support for libraries with library dependencies. |
| Xavier Ducrohet | 6fcb974 | 2010-06-28 13:58:11 -0700 | [diff] [blame] | 35 | - Support for aidl files in library projects. |
| Xavier Ducrohet | 8de0ba7 | 2010-06-01 17:00:00 -0700 | [diff] [blame] | 36 | - Support for extension targets in Ant build to perform tasks between the |
| 37 | normal tasks: -pre-build, -pre-compile, -post-compile. |
| Xavier Ducrohet | 6fcb974 | 2010-06-28 13:58:11 -0700 | [diff] [blame] | 38 | - Headless SDK update. See 'android -h update sdk' for more info. |
| Xavier Ducrohet | e3c65f3 | 2010-06-09 01:34:19 +0200 | [diff] [blame] | 39 | - Fixed location control in DDMS to work in any locale not using '.' as a |
| 40 | decimal point. |
| Xavier Ducrohet | 1ae6d59 | 2010-05-18 12:23:39 -0700 | [diff] [blame] | 41 | |
| Xavier Ducrohet | 8de0ba7 | 2010-06-01 17:00:00 -0700 | [diff] [blame] | 42 | |
| 43 | Revision 6 (05/2010) |
| Xavier Ducrohet | eee4bf1 | 2010-03-17 11:47:43 -0700 | [diff] [blame] | 44 | - Support for library project to share code/resources among projects |
| 45 | - Updated Ant rules and custom tasks |
| 46 | - New "android create lib-project", "android update lib-project" actions. |
| 47 | - New parameter for "android update project" |
| Xavier Ducrohet | 1ae6d59 | 2010-05-18 12:23:39 -0700 | [diff] [blame] | 48 | |
| Xavier Ducrohet | eee4bf1 | 2010-03-17 11:47:43 -0700 | [diff] [blame] | 49 | |
| 50 | Revision 5 (03/2010): |
| Xavier Ducrohet | c688b4e | 2010-01-25 18:19:11 -0800 | [diff] [blame] | 51 | - AVD/SDK Manager: |
| Xavier Ducrohet | f89bdfe | 2010-01-29 13:53:40 -0800 | [diff] [blame] | 52 | - Fixed SSL download for the standalone version of the SDK Updater. |
| Xavier Ducrohet | aac1ef5 | 2010-02-02 13:34:18 -0800 | [diff] [blame] | 53 | - Fixed issue with 64bit JVM on windows. |
| Xavier Ducrohet | c688b4e | 2010-01-25 18:19:11 -0800 | [diff] [blame] | 54 | - Add support for samples components. |
| 55 | - improved support for dependency between components. |
| 56 | - AVDs now sorted by API level. |
| Xavier Ducrohet | aac1ef5 | 2010-02-02 13:34:18 -0800 | [diff] [blame] | 57 | - Prevent deletion of running AVDs. |
| 58 | - Settings are now automatically saved, no need to click Apply. |
| Xavier Ducrohet | c688b4e | 2010-01-25 18:19:11 -0800 | [diff] [blame] | 59 | - Emulator now requires sd card to be 9MB and above. |
| 60 | - Fixed layoutopt.bat to correctly execute on Windows. |
| 61 | |