aboutsummaryrefslogtreecommitdiffstats
path: root/layoutopt
Commit message (Expand)AuthorAgeFilesLines
* Fix HierarchyViewer's loupe mode. It was displaying black with 2.0+ devices.Romain Guy2010-03-161-3/+6
* Update prebuilt Groovy JAR to 1.7.0Raphael2010-02-112-2/+2
* am 74d66e2d: am 5f225229: Merge "SDK Updater: Support post install script for...Raphael Moll2010-01-291-1/+1
|\
| * SDK Updater: Support post install script for updating SDK Setup.exe.Raphael2010-01-281-1/+1
* | am 176573bf: am 912fa771: Merge "Windows SDK: use find_java.bat in all batch ...Raphael Moll2010-01-281-1/+6
|\ \ | |/
| * Windows SDK: use find_java.bat in all batch wrappers.Raphael2010-01-261-1/+6
| * Deprecate fill_parent and introduce match_parent. (do not merge)Romain Guy2010-01-0813-71/+71
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-0813-71/+71
* | Don't look for resources where there aren't any.Jean-Baptiste Queru2010-01-041-1/+1
|/
* Fix layoutopt.bat to start layoutopt on Windows.Romain Guy2009-12-101-1/+1
* Fix the MergeRootFrameLayout rule by checking the presence of padding.Romain Guy2009-10-072-3/+22
* Fix error in InefficientWeight rule. It would wrongly assume 0dip != 0dip.Romain Guy2009-10-062-1/+16
* Merge change Id7515f9a into eclairAndroid (Google) Code Review2009-10-0618-238/+220
|\
| * New rules for layoutopt: IncorrectHeight/WidthIn[Horizontal]ScrollView, Usele...Romain Guy2009-10-0618-238/+220
* | Fix NPE in layoutopt when trying to open non-XML files.Romain Guy2009-10-061-1/+1
|/
* Add 3 more rules to layoutopt/uix:Romain Guy2009-10-0511-22/+166
* Only process XML files in layoutopt.Romain Guy2009-10-051-2/+2
* Add new rules to layoutopt: UseCompoundDrawables and UselessLayout.Romain Guy2009-10-059-8/+83
* New layout optimization tool. Run layoutopt on the command line.Romain Guy2009-10-0527-0/+1857