aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_api/src
Commit message (Expand)AuthorAgeFilesLines
* Remove source of prebuilts.Raphael Moll2013-02-0632-11976/+0
* Allow "all" to be used in the lint.xml file to match all issuesTor Norbye2013-01-281-0/+9
* Lint tweaksTor Norbye2013-01-222-10/+16
* Fix other file visitor to handle incremental analysis properlyTor Norbye2013-01-222-26/+92
* Add support for checking lint on other filesTor Norbye2013-01-147-9/+249
* Make resource folders customizeableTor Norbye2013-01-043-20/+22
* Code cleanupTor Norbye2013-01-021-2/+6
* Update fragment issue from warning to errorTor Norbye2013-01-021-3/+6
* 41753: Lint API Check: Consult source files for constantsTor Norbye2013-01-022-2/+9
* Prevent circular dependencies in library project dependenciesTor Norbye2012-12-214-8/+114
* Code cleanupTor Norbye2012-12-1219-158/+135
* Refactor lint folder structure.Xavier Ducrohet2012-12-0630-0/+0
* Findbugs cleanupTor Norbye2012-12-061-2/+2
* Add override detectorTor Norbye2012-11-302-1/+31
* Add tools:targetApi to control local minSdk (like @TargetApi)Tor Norbye2012-11-301-0/+36
* Make inefficient weight detector identify more candidatesTor Norbye2012-11-292-3/+51
* Add lint check for cut & paste errors in findViewById callsTor Norbye2012-11-271-0/+19
* Lint fix for AOSP unbundledTor Norbye2012-11-201-0/+4
* 39153: lint shows project folder instead of project nameTor Norbye2012-11-053-4/+40
* Fix handling of @SuppressLint on fieldsTor Norbye2012-10-182-10/+58
* 32849: Fix CRLF line ending handling in the partial formatterTor Norbye2012-10-171-0/+7
* Warn about potentially accidentally overriding methodsTor Norbye2012-10-162-1/+18
* Add lint support for checking frameworks/base/coreTor Norbye2012-10-164-2/+96
* Check notification and action bar iconsTor Norbye2012-10-052-35/+46
* Fix misc lint bugsTor Norbye2012-10-041-0/+17
* Cache applicable issue lists per scope setTor Norbye2012-09-271-6/+51
* 37733: TargetAPI doesn't fails to report unsupported APITor Norbye2012-09-252-3/+79
* Add labelFor lint checkTor Norbye2012-09-171-3/+4
* Code cleanupTor Norbye2012-09-172-8/+8
* Constants refactoring.Tor Norbye2012-09-139-478/+113
* Add unit test for lint CLITor Norbye2012-09-111-0/+12
* Don't report unused resources in projects with errorsTor Norbye2012-09-101-0/+25
* 36829: Unused resource check does not handle merged manifestsTor Norbye2012-09-062-1/+24
* 36951: Lint API Level Warnings for Enums are ConfusingTor Norbye2012-09-041-1/+13
* Add lint check for potential string locale errors (issue 36822)Tor Norbye2012-08-291-0/+4
* Fix property sheet value completionTor Norbye2012-08-271-0/+7
* Issue 34322: Fix handling of import statementsTor Norbye2012-08-271-0/+45
* Use simple markup for bold and monospace in lint issuesTor Norbye2012-08-231-0/+154
* Warn about non-recent targetSdkVersionsTor Norbye2012-08-233-0/+120
* Fix class to source mapping for the super() keywordTor Norbye2012-08-212-6/+67
* Refactor common.jarXavier Ducrohet2012-08-071-1/+1
* 35875: Lint too strict about translating strings by default.Tor Norbye2012-08-061-0/+37
* Merge "Allow lint cli --sources to specify a path, and use from ant lint"Tor Norbye2012-08-061-0/+37
|\
| * Allow lint cli --sources to specify a path, and use from ant lintTor Norbye2012-08-061-0/+37
* | Merge "Improve Maven defaults in lint"Tor Norbye2012-08-061-12/+38
|\ \ | |/
| * Improve Maven defaults in lintTor Norbye2012-08-061-12/+38
* | 35804: When importantForAccessibility="no" is set, don't warnTor Norbye2012-08-031-1/+4
|/
* Allow custom source and class foldersTor Norbye2012-08-021-0/+7
* Fix lint-on-save for .class file detectors in Java filesTor Norbye2012-08-014-8/+86
* 35588: @SuppressLint does not work on constructors in Java filesTor Norbye2012-07-271-0/+8