aboutsummaryrefslogtreecommitdiffstats
path: root/layoutopt
Commit message (Expand)AuthorAgeFilesLines
* 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