OSDN Git Service

Add support for data binding in the layout editor.
[android-x86/sdk.git] / changes.txt
1 Change log for Android SDK Tools.
2
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.
9 - Default proguard config file changes:
10    * ignore classes extending android.preference.Preference
11    * ignore classes extending android.app.backup.BackupAgentHelper
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
14 - Logcat view in DDMS now properly displays UTF-8 characters.
15
16
17 Revision 8:
18 - New SDK component: platform-tools. This makes all platforms use the same
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.
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.
27 - new overridable Ant javac properties: java.encoding, java.source, and java.target
28   (default to "ascii", "1.5" and "1.5")
29
30
31 Revision 7:
32 - Support for Ant rules provided by the Tools components (override the one in
33   the platform component)
34 - Added support for libraries with library dependencies.
35 - Support for aidl files in library projects.
36 - Support for extension targets in Ant build to perform tasks between the
37   normal tasks: -pre-build, -pre-compile, -post-compile.
38 - Headless SDK update. See 'android -h update sdk' for more info.
39 - Fixed location control in DDMS to work in any locale not using '.' as a
40   decimal point.
41
42
43 Revision 6 (05/2010)
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"
48
49
50 Revision 5 (03/2010):
51 - AVD/SDK Manager:
52         - Fixed SSL download for the standalone version of the SDK Updater.
53         - Fixed issue with 64bit JVM on windows.
54         - Add support for samples components.
55         - improved support for dependency between components.
56         - AVDs now sorted by API level.
57         - Prevent deletion of running AVDs.
58         - Settings are now automatically saved, no need to click Apply.
59 - Emulator now requires sd card to be 9MB and above.
60 - Fixed layoutopt.bat to correctly execute on Windows.
61