aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* Add lint rule to catch incorrect setColor callsTor Norbye2012-02-2110-17/+199
* Merge "Suppress support and location tracking for translation detector"Tor Norbye2012-02-215-77/+222
|\
| * Suppress support and location tracking for translation detectorTor Norbye2012-02-215-77/+222
* | Merge "Make API detector in XML files consider folder version"Tor Norbye2012-02-214-20/+55
|\ \ | |/ |/|
| * Make API detector in XML files consider folder versionTor Norbye2012-02-214-20/+55
* | Merge "Lint rule to catch edit-usage of TextViews (should be EditText)"Tor Norbye2012-02-219-6/+485
|\ \
| * | Lint rule to catch edit-usage of TextViews (should be EditText)Tor Norbye2012-02-219-6/+485
| |/
* | Merge "Use lint error mechanism for config issues like no classes found"Tor Norbye2012-02-216-13/+66
|\ \
| * | Use lint error mechanism for config issues like no classes foundTor Norbye2012-02-216-13/+66
| |/
* | Fix lint library project configuration handlingTor Norbye2012-02-213-2/+4
|/
* Merge "Lint rule checking that activities and services are registered"Tor Norbye2012-02-2119-2/+501
|\
| * Lint rule checking that activities and services are registeredTor Norbye2012-02-1619-2/+501
* | Add @android resource version checking to the lint API detectorTor Norbye2012-02-168-35/+159
|/
* Add suppress-scope handling for more XML detectorsTor Norbye2012-02-1620-73/+457
* Build fix: fix import packageTor Norbye2012-02-162-2/+4
* Add onClick check for lintTor Norbye2012-02-169-28/+521
* Tweak category orderTor Norbye2012-02-141-1/+1
* Fix HTML export category handlingTor Norbye2012-02-144-11/+14
* Merge "Add lint check for custom attributes in library projects"Tor Norbye2012-02-149-105/+319
|\
| * Add lint check for custom attributes in library projectsTor Norbye2012-02-149-105/+319
* | Fix JavaPerformanceDetector to only report enabled issuesTor Norbye2012-02-141-8/+17
|/
* Fix for lint cli relative output pathsTor Norbye2012-02-141-1/+4
* Warn when there are more uses sdk elements than oneTor Norbye2012-02-144-5/+88
* Add Java performance lint checksTor Norbye2012-02-1315-13/+653
* Merge "Add per-node ignore handling for more lint checks"Tor Norbye2012-02-133-8/+82
|\
| * Add per-node ignore handling for more lint checksTor Norbye2012-02-133-8/+82
* | Merge "Add Fatal severity"Tor Norbye2012-02-1311-12/+26
|\ \ | |/
| * Add Fatal severityTor Norbye2012-02-1311-12/+26
* | Merge "Add namespace-typo detector"Tor Norbye2012-02-138-1/+261
|\ \
| * | Add namespace-typo detectorTor Norbye2012-02-138-1/+261
* | | Merge "Add superclass support to Lint"Tor Norbye2012-02-1314-125/+359
|\ \ \ | | |/ | |/|
| * | Add superclass support to LintTor Norbye2012-02-1314-125/+359
* | | Merge "Make lint process Java jar dependencies"Tor Norbye2012-02-1313-22/+218
|\ \ \ | |/ /
| * | Make lint process Java jar dependenciesTor Norbye2012-02-1313-22/+218
| |/
* | Fix typo in security check (and add regression unit test)Tor Norbye2012-02-103-1/+34
|/
* Merge "Lint detector warning about missing <uses-sdk> min or target SDK setti...Tor Norbye2012-02-075-5/+126
|\
| * Lint detector warning about missing <uses-sdk> min or target SDK settingsTor Norbye2012-02-075-5/+126
* | Merge "Make the lint string-format check ignore date strings"Tor Norbye2012-02-075-47/+209
|\ \
| * | Make the lint string-format check ignore date stringsTor Norbye2012-02-075-47/+209
| |/
* | Merge "Suppress UselessLeaf warnings for root layouts"Tor Norbye2012-02-073-0/+17
|\ \
| * | Suppress UselessLeaf warnings for root layoutsTor Norbye2012-02-073-0/+17
| |/
* | Make ButtonOrder lint rule consider minSdk and targetSdk and v14Tor Norbye2012-02-074-49/+202
|/
* Add support for suppressing lint via XML attributesTor Norbye2012-02-0639-53/+258
* Update expected size icon detector to new action bar sizeTor Norbye2012-02-063-7/+12
* HTML report tweaksTor Norbye2012-02-063-53/+58
* New button-related lint checksTor Norbye2012-02-0613-1/+1272
* Merge "Add lint rule checking for showAsAction="always" in menus"Tor Norbye2012-02-069-1/+432
|\
| * Add lint rule checking for showAsAction="always" in menusTor Norbye2012-02-039-1/+432
* | Merge "The inefficient layout weights check only applies for horizontal Linea...Tor Norbye2012-02-065-3/+97
|\ \ | |/
| * The inefficient layout weights check only applies for horizontal LinearLayoutsTor Norbye2012-02-035-3/+97