Lines Matching refs:in

17    * Aidl files from library projects are now in the import list.
23 * Fix Ant issues where some jar libraries in libs/ are not picked in some
35 pattern based searches in the Java code (such as the unused resource
39 check will properly handle resources declared in a library project
40 and referenced in a downstream project.
41 * Lint warnings can be suppressed in Java code with the new
42 @SuppressLint annotation, and in XML files with the new tools:
53 * Find typos in XML namespace declarations, as well as unused custom
54 namespace declarations and usages of custom namespaces in library
59 * Check dialog button order such that OK/Cancel are in the right
68 in published applications.
69 * Find errors in format strings. This includes inconsistencies
71 declared in XML and supplied in the String.format call in Java.
72 * Find incorrect casts in Java code where the cast is incompatible
73 with the view type declared in XML layouts.
74 * Find hardcoded references to "/sdcard" in Java code; these should
77 * Find "import android.R" statements in Java code, which can lead to
88 ids in the error message.
99 there (such as in layouts). This can identify accidentally
138 source files (in the gen directory) and bytecode (in the res/raw
144 - Fix "folder locked" errors when installing packages in SDK Manager on Windows.
152 - Logcat view in DDMS now properly displays UTF-8 characters.
158 - Support for true debug build. No need to change the value of debuggable in
163 - Automatic Proguard support in release builds. Only need to have a proguard.config
164 property in default.properties that points to a proguard config file.
170 - Support for Ant rules provided by the Tools components (override the one in
173 - Support for aidl files in library projects.
174 - Support for extension targets in Ant build to perform tasks between the
177 - Fixed location control in DDMS to work in any locale not using '.' as a