blob: b06aa680425492d522f1ea17f4f7ccbaabf9a93d [file] [log] [blame]
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -08001Change log for Android SDK Tools.
2
Xavier Ducrohet81523952010-12-10 14:02:31 -08003Revision 10:
Xavier Ducrohet88dcd9a2010-11-15 14:14:55 -08004- Default proguard config file changes:
5 * ignore classes extending android.preference.Preference
6 * ignore classes extending android.app.backup.BackupAgentHelper
Xavier Ducrohet81523952010-12-10 14:02:31 -08007- Ant lib rules now allow for overriding java.encoding, java.source, and java.target
8- Default encoding for Ant javac is now UTF-8
9
10Revision 9:
11- fix packaging issue that broke draw9patch
12- Ant build rules will now check the Ant version
Xavier Ducrohet88dcd9a2010-11-15 14:14:55 -080013
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -070014Revision 8:
Xavier Ducroheta89eaf92010-10-06 15:06:53 -070015- New SDK component: platform-tools. This makes all platforms use the same
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -070016 latest version of aapt/aidl/dx.
17- Support for true debug build. No need to change the value of debuggable in
18 the Android Manifest.
19 "ant debug" will automatically insert debuggable==true, while "ant release"
20 will not.
Xavier Ducroheta89eaf92010-10-06 15:06:53 -070021 If debuggable=true is set, then "ant release" will actually do a debug build.
22- Automatic Proguard support in release builds. Only need to have a proguard.config
23 property in default.properties that points to a proguard config file.
Xavier Ducrohetddfe2792010-09-24 08:11:12 -070024- new overridable Ant javac properties: java.encoding, java.source, and java.target
25 (default to "ascii", "1.5" and "1.5")
Xavier Ducrohetfb8fb872010-09-07 13:18:31 -070026
27
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070028Revision 7:
29- Support for Ant rules provided by the Tools components (override the one in
30 the platform component)
Xavier Ducrohetc7e2ff42010-07-02 10:39:07 -070031- Added support for libraries with library dependencies.
Xavier Ducrohet6fcb9742010-06-28 13:58:11 -070032- Support for aidl files in library projects.
Xavier Ducrohet8de0ba72010-06-01 17:00:00 -070033- Support for extension targets in Ant build to perform tasks between the
34 normal tasks: -pre-build, -pre-compile, -post-compile.
Xavier Ducrohet6fcb9742010-06-28 13:58:11 -070035- Headless SDK update. See 'android -h update sdk' for more info.
Xavier Ducrohete3c65f32010-06-09 01:34:19 +020036- Fixed location control in DDMS to work in any locale not using '.' as a
37 decimal point.
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070038
Xavier Ducrohet8de0ba72010-06-01 17:00:00 -070039
40Revision 6 (05/2010)
Xavier Ducroheteee4bf12010-03-17 11:47:43 -070041- Support for library project to share code/resources among projects
42 - Updated Ant rules and custom tasks
43 - New "android create lib-project", "android update lib-project" actions.
44 - New parameter for "android update project"
Xavier Ducrohet1ae6d592010-05-18 12:23:39 -070045
Xavier Ducroheteee4bf12010-03-17 11:47:43 -070046
47Revision 5 (03/2010):
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080048- AVD/SDK Manager:
Xavier Ducrohetf89bdfe2010-01-29 13:53:40 -080049 - Fixed SSL download for the standalone version of the SDK Updater.
Xavier Ducrohetaac1ef52010-02-02 13:34:18 -080050 - Fixed issue with 64bit JVM on windows.
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080051 - Add support for samples components.
52 - improved support for dependency between components.
53 - AVDs now sorted by API level.
Xavier Ducrohetaac1ef52010-02-02 13:34:18 -080054 - Prevent deletion of running AVDs.
55 - Settings are now automatically saved, no need to click Apply.
Xavier Ducrohetc688b4e2010-01-25 18:19:11 -080056- Emulator now requires sd card to be 9MB and above.
57- Fixed layoutopt.bat to correctly execute on Windows.
58