aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/changes.txt
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-07-30 14:45:25 -0700
committerTor Norbye <tnorbye@google.com>2012-07-30 15:41:57 -0700
commit25fa37b4c9e6908bd1bdebcf255cc4e9e2c00d57 (patch)
treee1d6e0e95abe2c897f967b7e1619b200cf232880 /eclipse/changes.txt
parent627cba9137377a38d3523ac129f502281244b405 (diff)
downloadsdk-25fa37b4c9e6908bd1bdebcf255cc4e9e2c00d57.zip
sdk-25fa37b4c9e6908bd1bdebcf255cc4e9e2c00d57.tar.gz
sdk-25fa37b4c9e6908bd1bdebcf255cc4e9e2c00d57.tar.bz2
ADT 20.0.0 => 21.0.0 dev
Change-Id: Idde24b6b893d1029d48ba32766110a6a3cdf73c6
Diffstat (limited to 'eclipse/changes.txt')
-rw-r--r--eclipse/changes.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/eclipse/changes.txt b/eclipse/changes.txt
index 6e5bad5..aeec5cc 100644
--- a/eclipse/changes.txt
+++ b/eclipse/changes.txt
@@ -1,3 +1,22 @@
+21.0.0
+* Bug fixes.
+* JUnit test runner allows a test to be run on all devices
+* XML code completion can now complete (and show documentation for)
+ theme references, such as ?android:attr/dividerHeight
+* Improved flag and locale data in the configuration chooser
+* New lint checks:
+ * Find misspellings in English string files
+ * Detect certain types of wakelock mistakes leading to unnecessary
+ battery usage
+ * Find private key files placed in directories where they end up
+ getting bundled with the .apk
+ * Find usages of "dp" units with the font property textSize
+ * Find invalid selector files where a later state is fully covered
+ by an earlier state and is therefore unreachable
+ * Find incorrect use of the SecureRandom object (where it is
+ initialized with a fixed seed)
+ Various lint infrastructure improvements.
+
20.0.0
* A lot of bug fixes, performance fixes and memory fixes.
* Support for Eclipse 4.x.