aboutsummaryrefslogtreecommitdiffstats
path: root/layoutopt
Commit message (Collapse)AuthorAgeFilesLines
* Fix HierarchyViewer's loupe mode. It was displaying black with 2.0+ devices.Romain Guy2010-03-161-3/+6
| | | | Change-Id: I645520ec8063efd522a5fecf3b0e204e8b94056e
* Update prebuilt Groovy JAR to 1.7.0Raphael2010-02-112-2/+2
| | | | | | Depends on Change Ie2684212 Change-Id: I3c269c7e972b8fcb207409732c450fab1544b508
* am 74d66e2d: am 5f225229: Merge "SDK Updater: Support post install script ↵Raphael Moll2010-01-291-1/+1
|\ | | | | | | | | | | | | | | | | for updating SDK Setup.exe." into eclair Merge commit '74d66e2d7f810028620f25c585a3f21e5ad1686b' * commit '74d66e2d7f810028620f25c585a3f21e5ad1686b': SDK Updater: Support post install script for updating SDK Setup.exe.
| * SDK Updater: Support post install script for updating SDK Setup.exe.Raphael2010-01-281-1/+1
| | | | | | | | | | | | | | | | | | The new post_tools_install.bat will be found in SDK/tools/lib. This also moves find_java.bat into the same lib folder. SDK Bug: 2404830 Change-Id: I84e3671918931079f296500e296ec1a55931b851
* | am 176573bf: am 912fa771: Merge "Windows SDK: use find_java.bat in all batch ↵Raphael Moll2010-01-281-1/+6
|\ \ | |/ | | | | | | | | | | | | | | wrappers." into eclair Merge commit '176573bfeb4c68d877a9de7f17a2ab33ddfb343f' * commit '176573bfeb4c68d877a9de7f17a2ab33ddfb343f': Windows SDK: use find_java.bat in all batch wrappers.
| * Windows SDK: use find_java.bat in all batch wrappers.Raphael2010-01-261-1/+6
| | | | | | | | | | | | SDK Bug: 2315813 Change-Id: If026d09f927b3d0b5707dfd08e1367e4ba2da28b
| * Deprecate fill_parent and introduce match_parent. (do not merge)Romain Guy2010-01-0813-71/+71
| | | | | | | | | | | | Bug: #2361749. Change-Id: I7a75cd7f0887dd8135c43f71d1b15165306bfa9b
* | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-0813-71/+71
| | | | | | | | Bug: #2361749.
* | Don't look for resources where there aren't any.Jean-Baptiste Queru2010-01-041-1/+1
|/ | | | | | This fixes "/bin/bash: line 0: cd: sdk/layoutopt/app/src/resources: No such file or directory" Change-Id: Id7598f93f19c9812c7d61ce8f7416e6ae3cd497b
* 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
| | | | Change-Id: I3a8b257025e74f6899233d9b99f7f86b5675e997
* Fix error in InefficientWeight rule. It would wrongly assume 0dip != 0dip.Romain Guy2009-10-062-1/+16
| | | | Change-Id: I2ab9b3c6b57744563c87cb8457c55afd0cbfcb57
* Merge change Id7515f9a into eclairAndroid (Google) Code Review2009-10-0618-238/+220
|\ | | | | | | | | * changes: New rules for layoutopt: IncorrectHeight/WidthIn[Horizontal]ScrollView, UselessView.
| * New rules for layoutopt: IncorrectHeight/WidthIn[Horizontal]ScrollView, ↵Romain Guy2009-10-0618-238/+220
| | | | | | | | | | | | | | | | | | | | UselessView. This change also refactors the uix library to remove an unnecessary class (LayoutNode.) The refactoring helps writing cleaner script by accessing only the node object instead of xml and node. This change also augment the capabilities of the node in Groovy scripts. Change-Id: Id7515f9a79826909834d82496a6d9dfbc19988ad
* | Fix NPE in layoutopt when trying to open non-XML files.Romain Guy2009-10-061-1/+1
|/ | | | Change-Id: I59900c35996ce4465e2ecfd2eb26a19e3fa66403
* Add 3 more rules to layoutopt/uix:Romain Guy2009-10-0511-22/+166
| | | | | | | | - InefficientWeight - NestedScrollingWidgets - TooManyChildren Change-Id: Ic8fe0b36e0a7cac523d223e5f8d96d7959919da6
* Only process XML files in layoutopt.Romain Guy2009-10-051-2/+2
| | | | Change-Id: I847109409601ccfbb10abff3b9972afdb3032821
* Add new rules to layoutopt: UseCompoundDrawables and UselessLayout.Romain Guy2009-10-059-8/+83
| | | | Change-Id: I5dfb2567d923da8442b1df1e703e4ebca6e9523b
* New layout optimization tool. Run layoutopt on the command line.Romain Guy2009-10-0527-0/+1857
Change-Id: I8e4697e19ca8a203dc8a41b464f7cb46d52184b0