aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* Lint check for valid class referencesTor Norbye2012-12-199-50/+369
* Look for missing commit calls on fragment managersTor Norbye2012-12-196-29/+191
* Lint: Flag using @dimen where not allowed in manifestTor Norbye2012-12-195-4/+161
* Make the run method of lint.Main public.Jonathan Rockway2012-12-171-1/+1
* Code cleanupTor Norbye2012-12-12111-576/+638
* Add lint recycle detectorTor Norbye2012-12-119-19/+737
* Merge "41154: Handle allowBackup properly for target < 4"Tor Norbye2012-12-102-1/+15
|\
| * 41154: Handle allowBackup properly for target < 4Tor Norbye2012-12-102-1/+15
* | Unit test fix: make tests more resilient to test jar locationTor Norbye2012-12-102-11/+16
|/
* Move lint unit tests into lint/cliTor Norbye2012-12-07540-18/+18
* Refactor lint folder structure.Xavier Ducrohet2012-12-06674-88/+34
* Findbugs cleanupTor Norbye2012-12-067-17/+10
* Fix gradle build of sdk libs by adding testutils.Xavier Ducrohet2012-12-061-0/+1
* Fix handling of custom namespace attributes in lintTor Norbye2012-12-046-25/+113
* 40876: Lint should flag "extension" pattern specifiers in SimpleDateFormatTor Norbye2012-12-035-22/+109
* Merge "Add override detector"Tor Norbye2012-12-039-2/+201
|\
| * Add override detectorTor Norbye2012-11-309-2/+201
* | Merge "API check: Only check calls and field accesses, not declarations"Tor Norbye2012-12-032-118/+64
|\ \ | |/
| * API check: Only check calls and field accesses, not declarationsTor Norbye2012-11-302-118/+64
* | Merge "Add tools:targetApi to control local minSdk (like @TargetApi)"Tor Norbye2012-12-035-5/+137
|\ \ | |/
| * Add tools:targetApi to control local minSdk (like @TargetApi)Tor Norbye2012-11-305-5/+137
* | Merge "Close resource"Tor Norbye2012-12-031-1/+10
|\ \
| * | Close resourceTor Norbye2012-12-031-1/+10
| |/
* | Fix typo in issue idTor Norbye2012-11-303-88/+88
|/
* Make inefficient weight detector identify more candidatesTor Norbye2012-11-295-5/+110
* Check for unsupported Java packagesTor Norbye2012-11-288-17/+480
* Add lint check ensuring that buttons in bars are borderlessTor Norbye2012-11-284-4/+186
* Don't report missing layout_width/height if set in themeTor Norbye2012-11-284-3/+115
* Merge "Add lint check for cut & paste errors in findViewById calls"Tor Norbye2012-11-288-37/+428
|\
| * Add lint check for cut & paste errors in findViewById callsTor Norbye2012-11-278-37/+428
* | Add support for specifying default language in res/valuesTor Norbye2012-11-2810-11/+131
* | Merge "Fix 40136: Lint "tools:ignore" does not work in xml"Tor Norbye2012-11-2813-7/+197
|\ \
| * | Fix 40136: Lint "tools:ignore" does not work in xmlTor Norbye2012-11-2813-9/+203
* | | Merge "Add sdktestutils package and consolidate some test utility code"Tor Norbye2012-11-285-128/+29
|\ \ \
| * | | Add sdktestutils package and consolidate some test utility codeTor Norbye2012-11-265-128/+29
| |/ /
* | | Merge "40424: Wakelock Release check not quite correct"Tor Norbye2012-11-284-0/+55
|\ \ \ | |_|/ |/| |
| * | 40424: Wakelock Release check not quite correctTor Norbye2012-11-264-0/+55
* | | Add lint launcher icon shape checkTor Norbye2012-11-274-2/+96
* | | Add lint comment checkerTor Norbye2012-11-274-1/+266
* | | Merge "Warn about custom namespaces on builtin tags"Tor Norbye2012-11-274-6/+44
|\ \ \
| * | | Warn about custom namespaces on builtin tagsTor Norbye2012-11-164-6/+44
* | | | Merge "Add lint check for making dynamic text views selectable"Tor Norbye2012-11-274-7/+58
|\ \ \ \ | |/ / /
| * | | Add lint check for making dynamic text views selectableTor Norbye2012-11-165-8/+59
* | | | Merge "Warn when mising contentDescription and hint"Tor Norbye2012-11-273-4/+39
|\ \ \ \ | |/ / /
| * | | Warn when mising contentDescription and hintTor Norbye2012-11-163-4/+39
* | | | Merge "Add lint warning for small text"Tor Norbye2012-11-274-6/+85
|\ \ \ \ | |/ / /
| * | | Add lint warning for small textTor Norbye2012-11-164-6/+85
* | | | Merge "39477: Detect mixing .png and .xml drawable assets"Tor Norbye2012-11-273-7/+130
|\ \ \ \ | |/ / /
| * | | 39477: Detect mixing .png and .xml drawable assetsTor Norbye2012-11-163-7/+130
* | | | Merge "Add lint detector finding duplicate resource definitions"Tor Norbye2012-11-273-1/+231
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |