aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/changes.txt
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-07-19 14:21:18 -0700
committerXavier Ducrohet <xav@android.com>2010-07-19 14:21:18 -0700
commitbcaffb30bcf81f5f3209d66af5585f05bceea1e1 (patch)
treec7ea4464b167e8a3079cbe1cfbc075246a4a8fae /eclipse/changes.txt
parentbb37cd17df3fcf85c663f0dddba97ab563fb2148 (diff)
downloadsdk-bcaffb30bcf81f5f3209d66af5585f05bceea1e1.zip
sdk-bcaffb30bcf81f5f3209d66af5585f05bceea1e1.tar.gz
sdk-bcaffb30bcf81f5f3209d66af5585f05bceea1e1.tar.bz2
Disable setDerived(true) on linked library source folders.
It turns out it's a bad idea as the user will get a warning when editing the files in the linked folder. Eclipse documentation says that Team plug-ins should handle the linked folder and not add them to the repository. Change-Id: I1f439cf2007a730a4d857ff98283311b1cf36afd
Diffstat (limited to 'eclipse/changes.txt')
-rw-r--r--eclipse/changes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/changes.txt b/eclipse/changes.txt
index d3bab15..661faeb 100644
--- a/eclipse/changes.txt
+++ b/eclipse/changes.txt
@@ -1,8 +1,8 @@
0.9.8:
+- New Action "Rename Application Package" (under the "Android Tools" contextual menu) will do a full application package refatoring.
- Fixed issue with library project names containing characters that aren't compatible with Eclipse path variable. The link between the main project and the library would fail to create.
- Added support for library projects that don't have a source folder called "src". There is now support for any number of source folder, with no name restriction. They can even be in sub folder such as "src/java".
- Added support for libraries with library dependencies.
-- Library source folders linked into the main project are now properly set as derived to be ignored by Team plug-ins.
- added support for new resource qualifiers: car/desk, night/notnight and navexposed/navhidden
- added more device screen types for the layout editor. All screen resolution/density combinations from http://developer.android.com/guide/practices/screens_support.html#range is now available.