aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* Update SDK codebase to JDK 6Tor Norbye2011-12-2111-3/+47
* Merge "Add new lint rule looking for style definition cycles"Tor Norbye2011-12-204-0/+137
|\
| * Add new lint rule looking for style definition cyclesTor Norbye2011-12-204-0/+137
* | Merge "Fix Lint false positive for mixed XML/PNG Bitmap resource"Tor Norbye2011-12-205-14/+141
|\ \
| * | Fix Lint false positive for mixed XML/PNG Bitmap resourceTor Norbye2011-12-195-14/+141
| |/
* | Fix 23204: Lint false positive 'This TableRow view is useless'?Tor Norbye2011-12-193-2/+20
|/
* Merge "Fix <item> resource handling"Tor Norbye2011-12-191-21/+27
|\
| * Fix <item> resource handlingTor Norbye2011-12-161-21/+27
* | Handle lint input files with line ending errorsTor Norbye2011-12-172-1/+28
|/
* Memory fix for the lint cli driverTor Norbye2011-12-151-1/+18
* Merge "Fix 22848: Lint: Bogus suggestion and fix for flattening layout"Tor Norbye2011-12-133-9/+54
|\
| * Fix 22848: Lint: Bogus suggestion and fix for flattening layoutTor Norbye2011-12-133-9/+54
* | Clarify wording for the frame-to-merge-tag issueTor Norbye2011-12-131-3/+5
* | Merge "New lint rule for invalid @+id references"Tor Norbye2011-12-1310-2/+532
|\ \
| * | New lint rule for invalid @+id referencesTor Norbye2011-12-1310-2/+532
* | | Fix unused resource detector for R.attr resourcesTor Norbye2011-12-135-1/+46
| |/ |/|
* | Fix unused resource check to handle @string references in arraysTor Norbye2011-12-133-2/+23
|/
* A few misc lint fixesTor Norbye2011-12-0919-81/+169
* Add the Guava library to the toolsTor Norbye2011-12-0537-138/+144
* Add Java Classfile supportTor Norbye2011-12-0521-12/+875
* Lint infrastructure improvementsTor Norbye2011-12-0562-606/+1546
* Add flags to lint cli to turn off warnings, and turn on allTor Norbye2011-11-292-36/+118
* Merge "Don't flag selector states with custom attributes as unreachable"Xavier Ducrohet2011-11-283-0/+25
|\
| * Don't flag selector states with custom attributes as unreachableTor Norbye2011-11-283-0/+25
* | Special-case the drawable-nodpi folder in lint icon folder checksTor Norbye2011-11-282-8/+31
|/
* Fix string arrays incorrectly flagged as not localizedTor Norbye2011-11-285-0/+65
* Fix a few lint bugs reported by early access usersTor Norbye2011-11-2510-36/+82
* Add security detector for oversharing content providersTor Norbye2011-11-235-10/+100
* Add overdraw detectorTor Norbye2011-11-2332-20/+967
* Merge "Add lint support for fallback configurations"Tor Norbye2011-11-233-6/+50
|\
| * Add lint support for fallback configurationsTor Norbye2011-11-213-6/+50
* | Merge "Add package support for Rules API and Detector API"Tor Norbye2011-11-234-39/+119
|\ \
| * | Add package support for Rules API and Detector APITor Norbye2011-11-234-39/+119
| |/
* | Typography lint checkerTor Norbye2011-11-239-4/+641
* | Add new detectors for layout parameters and deprecationsTor Norbye2011-11-2114-7/+839
|/
* Merge "Add support for custom lint detectors"Tor Norbye2011-11-154-2/+107
|\
| * Add support for custom lint detectorsTor Norbye2011-11-154-2/+107
* | Add two new layout detectorsTor Norbye2011-11-146-12/+182
|/
* Tweak lint cli handlingTor Norbye2011-11-111-9/+49
* Minor lint tweaksTor Norbye2011-11-102-2/+6
* Fix path-to-file conversion methodTor Norbye2011-11-102-6/+11
* Fix bugs in unused resource detectorTor Norbye2011-11-095-30/+160
* Fix various lint bugsTor Norbye2011-11-098-24/+50
* Add gradual disclosure to the lint HTML reportTor Norbye2011-11-083-12/+91
* Add nodpi checkTor Norbye2011-11-087-52/+185
* Add duplicate icon detectorTor Norbye2011-11-088-15/+333
* Add lint check for accidental omission of android: prefixTor Norbye2011-11-0810-14/+339
* New lint icon detectorTor Norbye2011-11-077-0/+852
* Lint Architecture Changes: Configurations, Categories, etc.Tor Norbye2011-11-0754-1025/+2430
* Lint infrastructure fixesTor Norbye2011-11-0256-399/+1089