aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Add lint detector finding duplicate resource definitionsTor Norbye2012-11-163-1/+231
| |/
* | Merge "Lint fix for AOSP unbundled"Tor Norbye2012-11-201-0/+4
|\ \
| * | Lint fix for AOSP unbundledTor Norbye2012-11-201-0/+4
| |/
* | Merge "39758: lint gripes about an OK format string"Tor Norbye2012-11-204-5/+59
|\ \
| * | 39758: lint gripes about an OK format stringTor Norbye2012-11-204-5/+59
| |/
* | Merge "39601: PxUsage shouldn't flag 0px"Tor Norbye2012-11-202-2/+7
|\ \
| * | 39601: PxUsage shouldn't flag 0pxTor Norbye2012-11-202-2/+7
| |/
* | Issue 39599: Fix typo detector to handle escapesTor Norbye2012-11-204-13/+45
|/
* Merge "Make hardcoded text detector also check menu files"Tor Norbye2012-11-072-4/+37
|\
| * Make hardcoded text detector also check menu filesTor Norbye2012-11-072-4/+37
* | Refine labelFor check: don't warn when hint is setTor Norbye2012-11-072-0/+13
|/
* 39030: Incorrect NewAPI Lint warning: check local methodsTor Norbye2012-11-075-1/+92
* Merge "Make /sdcard detector also flag /data/data/ references"Tor Norbye2012-11-073-9/+39
|\
| * Make /sdcard detector also flag /data/data/ referencesTor Norbye2012-11-073-9/+39
* | Merge "39228: Validation for custom namespace in XMLs"Tor Norbye2012-11-073-0/+46
|\ \
| * | 39228: Validation for custom namespace in XMLsTor Norbye2012-11-023-0/+46
* | | Merge "38838: lint -fullpaths doesn't always work"Tor Norbye2012-11-072-0/+134
|\ \ \
| * | | 38838: lint -fullpaths doesn't always workTor Norbye2012-11-022-0/+134
| |/ /
* | | Merge "39134: forgot to call commit() after editing a SharedPreference"Tor Norbye2012-11-073-18/+176
|\ \ \
| * | | 39134: forgot to call commit() after editing a SharedPreferenceTor Norbye2012-10-313-18/+176
* | | | 39153: lint shows project folder instead of project nameTor Norbye2012-11-053-4/+40
| |_|/ |/| |
* | | Merge "Don't warn about missing classes before a build"Tor Norbye2012-11-022-1/+16
|\ \ \
| * | | Don't warn about missing classes before a buildTor Norbye2012-11-022-1/+16
| | |/ | |/|
* | | Additional fixes to filter out library project lint warningsTor Norbye2012-11-0215-12/+84
|/ /
* | Unit tests for ignoring missing densities via lint.xmlTor Norbye2012-11-014-8/+63