aboutsummaryrefslogtreecommitdiffstats
path: root/changes.txt
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2011-10-20 18:33:24 -0700
committerTor Norbye <tnorbye@google.com>2011-10-26 13:27:07 -0700
commita79073ec1fd16a0b1bd206416677e057483e85c5 (patch)
tree5b46cceba88a69ad6fbb2887cea84b3a4e20533a /changes.txt
parent6a32475b88d138562a0d19d94078ba83999baa75 (diff)
downloadsdk-a79073ec1fd16a0b1bd206416677e057483e85c5.zip
sdk-a79073ec1fd16a0b1bd206416677e057483e85c5.tar.gz
sdk-a79073ec1fd16a0b1bd206416677e057483e85c5.tar.bz2
Remove layoutopt; replaced by the more generic "lint" tool.
Change-Id: Ia6dc357106aa49fa5c27c6283eac62c4cc19967b
Diffstat (limited to 'changes.txt')
-rw-r--r--changes.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/changes.txt b/changes.txt
index fcb0f3c..af7bab8 100644
--- a/changes.txt
+++ b/changes.txt
@@ -1,5 +1,15 @@
Change log for Android SDK Tools.
+Revision 16:
+* New "lint" tool which scans Android project trees for potential
+ problems such as missing translations, duplicate ids between layouts
+ that include each other, using px instead of dp units, hardcoded
+ strings, missing contentDescriptions, obsolete Proguard
+ configuration files, etc. For a full list of available issues run
+ "lint --show" (and see eclipse/changes.txt for further details).
+* layoutopt was removed; its functionality is replaced by the new lint
+ tool
+
Revision 14:
- Build performance improvements: