aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_checks/src/com/android
Commit message (Expand)AuthorAgeFilesLines
* Refactor lint folder structure.Xavier Ducrohet2012-12-0682-24299/+0
* Findbugs cleanupTor Norbye2012-12-066-15/+8
* Fix handling of custom namespace attributes in lintTor Norbye2012-12-042-20/+22
* 40876: Lint should flag "extension" pattern specifiers in SimpleDateFormatTor Norbye2012-12-032-2/+43
* Merge "Add override detector"Tor Norbye2012-12-032-1/+84
|\
| * Add override detectorTor Norbye2012-11-302-1/+84
* | Merge "API check: Only check calls and field accesses, not declarations"Tor Norbye2012-12-031-36/+55
|\ \ | |/
| * API check: Only check calls and field accesses, not declarationsTor Norbye2012-11-301-36/+55
* | Merge "Add tools:targetApi to control local minSdk (like @TargetApi)"Tor Norbye2012-12-031-5/+53
|\ \ | |/
| * Add tools:targetApi to control local minSdk (like @TargetApi)Tor Norbye2012-11-301-5/+53
* | Merge "Close resource"Tor Norbye2012-12-031-1/+10
|\ \
| * | Close resourceTor Norbye2012-12-031-1/+10
| |/
* | Fix typo in issue idTor Norbye2012-11-301-1/+1
|/
* Make inefficient weight detector identify more candidatesTor Norbye2012-11-291-2/+13
* Check for unsupported Java packagesTor Norbye2012-11-285-17/+411
* Add lint check ensuring that buttons in bars are borderlessTor Norbye2012-11-282-2/+97
* Don't report missing layout_width/height if set in themeTor Norbye2012-11-281-2/+76
* Merge "Add lint check for cut & paste errors in findViewById calls"Tor Norbye2012-11-284-36/+244
|\
| * Add lint check for cut & paste errors in findViewById callsTor Norbye2012-11-274-36/+244
* | Add support for specifying default language in res/valuesTor Norbye2012-11-283-6/+56
* | Merge "Fix 40136: Lint "tools:ignore" does not work in xml"Tor Norbye2012-11-285-4/+18
|\ \
| * | Fix 40136: Lint "tools:ignore" does not work in xmlTor Norbye2012-11-285-4/+18
* | | Merge "40424: Wakelock Release check not quite correct"Tor Norbye2012-11-281-0/+19
|\ \ \ | |_|/ |/| |
| * | 40424: Wakelock Release check not quite correctTor Norbye2012-11-261-0/+19
* | | Add lint launcher icon shape checkTor Norbye2012-11-272-2/+84
* | | Add lint comment checkerTor Norbye2012-11-272-1/+199
* | | Merge "Warn about custom namespaces on builtin tags"Tor Norbye2012-11-271-0/+18
|\ \ \
| * | | Warn about custom namespaces on builtin tagsTor Norbye2012-11-161-0/+18
* | | | Merge "Add lint check for making dynamic text views selectable"Tor Norbye2012-11-272-1/+37
|\ \ \ \ | |/ / /
| * | | Add lint check for making dynamic text views selectableTor Norbye2012-11-163-2/+38
* | | | Merge "Warn when mising contentDescription and hint"Tor Norbye2012-11-271-1/+31
|\ \ \ \ | |/ / /
| * | | Warn when mising contentDescription and hintTor Norbye2012-11-161-1/+31
* | | | Merge "Add lint warning for small text"Tor Norbye2012-11-272-5/+55
|\ \ \ \ | |/ / /
| * | | Add lint warning for small textTor Norbye2012-11-162-5/+55
* | | | Merge "39477: Detect mixing .png and .xml drawable assets"Tor Norbye2012-11-272-4/+109
|\ \ \ \ | |/ / /
| * | | 39477: Detect mixing .png and .xml drawable assetsTor Norbye2012-11-162-4/+109
* | | | Merge "Add lint detector finding duplicate resource definitions"Tor Norbye2012-11-272-1/+168
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Add lint detector finding duplicate resource definitionsTor Norbye2012-11-162-1/+168
| |/
* | Merge "39758: lint gripes about an OK format string"Tor Norbye2012-11-201-5/+20
|\ \
| * | 39758: lint gripes about an OK format stringTor Norbye2012-11-201-5/+20
| |/
* | Merge "39601: PxUsage shouldn't flag 0px"Tor Norbye2012-11-201-2/+2
|\ \
| * | 39601: PxUsage shouldn't flag 0pxTor Norbye2012-11-201-2/+2
| |/
* | Issue 39599: Fix typo detector to handle escapesTor Norbye2012-11-202-11/+38
|/
* Merge "Make hardcoded text detector also check menu files"Tor Norbye2012-11-071-2/+16
|\
| * Make hardcoded text detector also check menu filesTor Norbye2012-11-071-2/+16
* | Refine labelFor check: don't warn when hint is setTor Norbye2012-11-071-0/+4
|/
* 39030: Incorrect NewAPI Lint warning: check local methodsTor Norbye2012-11-071-0/+23
* Merge "Make /sdcard detector also flag /data/data/ references"Tor Norbye2012-11-071-7/+24
|\
| * Make /sdcard detector also flag /data/data/ referencesTor Norbye2012-11-071-7/+24
* | Merge "39228: Validation for custom namespace in XMLs"Tor Norbye2012-11-071-0/+20
|\ \