aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_checks/tests
Commit message (Expand)AuthorAgeFilesLines
* Refactor lint folder structure.Xavier Ducrohet2012-12-06537-20039/+0
* Fix handling of custom namespace attributes in lintTor Norbye2012-12-044-5/+91
* 40876: Lint should flag "extension" pattern specifiers in SimpleDateFormatTor Norbye2012-12-033-20/+66
* Merge "Add override detector"Tor Norbye2012-12-035-0/+86
|\
| * Add override detectorTor Norbye2012-11-305-0/+86
* | Merge "API check: Only check calls and field accesses, not declarations"Tor Norbye2012-12-031-82/+9
|\ \ | |/
| * API check: Only check calls and field accesses, not declarationsTor Norbye2012-11-301-82/+9
* | Merge "Add tools:targetApi to control local minSdk (like @TargetApi)"Tor Norbye2012-12-033-0/+48
|\ \ | |/
| * Add tools:targetApi to control local minSdk (like @TargetApi)Tor Norbye2012-11-303-0/+48
* | Fix typo in issue idTor Norbye2012-11-302-87/+87
|/
* Make inefficient weight detector identify more candidatesTor Norbye2012-11-292-0/+46
* Check for unsupported Java packagesTor Norbye2012-11-283-0/+69
* Add lint check ensuring that buttons in bars are borderlessTor Norbye2012-11-282-2/+89
* Don't report missing layout_width/height if set in themeTor Norbye2012-11-283-1/+39
* Merge "Add lint check for cut & paste errors in findViewById calls"Tor Norbye2012-11-283-1/+165
|\
| * Add lint check for cut & paste errors in findViewById callsTor Norbye2012-11-273-1/+165
* | Add support for specifying default language in res/valuesTor Norbye2012-11-287-5/+75
* | Merge "Fix 40136: Lint "tools:ignore" does not work in xml"Tor Norbye2012-11-288-3/+179
|\ \
| * | Fix 40136: Lint "tools:ignore" does not work in xmlTor Norbye2012-11-288-5/+185
* | | 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-283-0/+36
|\ \ \ | |_|/ |/| |
| * | 40424: Wakelock Release check not quite correctTor Norbye2012-11-263-0/+36
* | | Add lint launcher icon shape checkTor Norbye2012-11-272-0/+12
* | | Add lint comment checkerTor Norbye2012-11-272-0/+67
* | | Merge "Warn about custom namespaces on builtin tags"Tor Norbye2012-11-273-6/+26
|\ \ \
| * | | Warn about custom namespaces on builtin tagsTor Norbye2012-11-163-6/+26
* | | | Merge "Add lint check for making dynamic text views selectable"Tor Norbye2012-11-272-6/+21
|\ \ \ \ | |/ / /
| * | | Add lint check for making dynamic text views selectableTor Norbye2012-11-162-6/+21
* | | | Merge "Warn when mising contentDescription and hint"Tor Norbye2012-11-272-3/+8
|\ \ \ \ | |/ / /
| * | | Warn when mising contentDescription and hintTor Norbye2012-11-162-3/+8
* | | | Merge "Add lint warning for small text"Tor Norbye2012-11-272-1/+30
|\ \ \ \ | |/ / /
| * | | Add lint warning for small textTor Norbye2012-11-162-1/+30
* | | | Merge "39477: Detect mixing .png and .xml drawable assets"Tor Norbye2012-11-271-3/+21
|\ \ \ \ | |/ / /
| * | | 39477: Detect mixing .png and .xml drawable assetsTor Norbye2012-11-161-3/+21
* | | | Merge "Add lint detector finding duplicate resource definitions"Tor Norbye2012-11-271-0/+63
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Add lint detector finding duplicate resource definitionsTor Norbye2012-11-161-0/+63
| |/
* | Merge "39758: lint gripes about an OK format string"Tor Norbye2012-11-203-0/+39
|\ \
| * | 39758: lint gripes about an OK format stringTor Norbye2012-11-203-0/+39
| |/
* | Merge "39601: PxUsage shouldn't flag 0px"Tor Norbye2012-11-201-0/+5
|\ \
| * | 39601: PxUsage shouldn't flag 0pxTor Norbye2012-11-201-0/+5
| |/
* | Issue 39599: Fix typo detector to handle escapesTor Norbye2012-11-202-2/+7
|/
* Merge "Make hardcoded text detector also check menu files"Tor Norbye2012-11-071-2/+21
|\
| * Make hardcoded text detector also check menu filesTor Norbye2012-11-071-2/+21
* | Refine labelFor check: don't warn when hint is setTor Norbye2012-11-071-0/+9
|/
* 39030: Incorrect NewAPI Lint warning: check local methodsTor Norbye2012-11-074-1/+69
* Merge "Make /sdcard detector also flag /data/data/ references"Tor Norbye2012-11-072-2/+15
|\
| * Make /sdcard detector also flag /data/data/ referencesTor Norbye2012-11-072-2/+15
* | Merge "39228: Validation for custom namespace in XMLs"Tor Norbye2012-11-072-0/+26
|\ \
| * | 39228: Validation for custom namespace in XMLsTor Norbye2012-11-022-0/+26