aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* Merge "Update unit testcode to copy test files as binaries"Tor Norbye2012-03-091-30/+9
|\
| * Update unit testcode to copy test files as binariesTor Norbye2012-03-091-30/+9
* | Fix issue 26663: Avoid rewriting memory mapped files on WindowsTor Norbye2012-03-091-1/+5
|/
* Make GridLayout support work with the support libraryTor Norbye2012-03-082-1/+4
* Fix the duplicate id detectorTor Norbye2012-03-073-247/+532
* Misc Lint FixesTor Norbye2012-03-0614-53/+222
* Change lint error codes + Windows path fixes.Raphael2012-03-063-34/+147
* Merge "Remove R.attr resources from UnusedResource detector (26174)"Xavier Ducrohet2012-03-011-3/+4
|\
| * Remove R.attr resources from UnusedResource detector (26174)Tor Norbye2012-03-011-3/+4
* | Update lint custom view rule to reflect new res-auto namespaceTor Norbye2012-03-014-7/+46
|/
* Fix outerclass handling for the @TargetApi annotationTor Norbye2012-03-019-5/+108
* Merge "Add lint check for calling native wrapper class constructors"Xavier Ducrohet2012-02-284-5/+62
|\
| * Add lint check for calling native wrapper class constructorsTor Norbye2012-02-274-5/+62
* | Fix configuration information for library projectsTor Norbye2012-02-288-15/+81
|/
* Fix SuppressLint annotations in outer classesTor Norbye2012-02-2412-9/+222
* Lint bug fixesTor Norbye2012-02-246-107/+271
* Fix typoTor Norbye2012-02-232-9/+9
* Merge "Lint API check should use main project's SDK version"Tor Norbye2012-02-233-4/+3
|\
| * Lint API check should use main project's SDK versionTor Norbye2012-02-233-4/+3
* | Handle nulls from Element.getAttribute (fix for issue 25668)Tor Norbye2012-02-231-0/+4
|/
* Wrong category metadata for the color detectorTor Norbye2012-02-221-1/+1
* Add lint check for "old" proguard configurations with generic Android configTor Norbye2012-02-229-15/+254
* Merge "Split ProGuard file into two halves"Tor Norbye2012-02-226-18/+88
|\
| * Split ProGuard file into two halvesTor Norbye2012-02-216-18/+88
* | 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