• Home
  • Raw
  • Download

Lines Matching refs:to

4 - Emergency fix to new project templates.
29 * ProGuard updated to version 4.7. In addition to many new features,
30 this will fix the "Conversion to Dalvik format failed with error 1"
36 check) have been rewritten to use the more accurate Java parse
47 annotation to specify local overrides for conditionally loaded
57 elements, or which fail to declare minSdkVersion or
63 * Check menus to ensure that they are using "ifRoom" instead of
67 elements. This can lead to accidentally leaving debug information
74 * Find hardcoded references to "/sdcard" in Java code; these should
77 * Find "import android.R" statements in Java code, which can lead to
80 to security problems)
81 * Find references to private resources (which can lead to runtime
89 * Finds method calls to java.lang.Math where a float variable is
90 cast to a double and/or the return value is cast to a float, and
93 * Finds calls to a getter on the same class where a field could be
96 this can lead to subtle bugs (and lint was fixed to properly use
100 malformed documents which happen to be valid XML, such as a
102 * Find style references which lead to cycles, such as extending
118 * resource compilation and packaging now properly use dependency to only
146 - SDK Manager now suggests to install missing base platform for add-ons.
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.
166 (default to "ascii", "1.5" and "1.5")
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
182 - Support for library project to share code/resources among projects
196 - Settings are now automatically saved, no need to click Apply.
197 - Emulator now requires sd card to be 9MB and above.
198 - Fixed layoutopt.bat to correctly execute on Windows.