aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Guava from 10.0.1 to 13.0.1Tor Norbye2012-08-291-1/+1
* 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-235-0/+122
* Fix class to source mapping for the super() keywordTor Norbye2012-08-212-6/+67
* Refactor common.jarXavier Ducrohet2012-08-073-8/+10
* 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
* Improve handling of library projects in lintTor Norbye2012-07-242-1/+72
* Merge "Tweaks to the lint CLI offsets"Tor Norbye2012-07-231-1/+5
|\
| * Tweaks to the lint CLI offsetsTor Norbye2012-07-231-1/+5
* | 35049: @SuppressLint("NewApi") doesn't work on local variablesTor Norbye2012-07-231-0/+10
|/
* Add bytecode method call dispatch for lint rulesTor Norbye2012-07-237-25/+459
* 35054: lint reports resources as unused when used in pluralsTor Norbye2012-07-171-0/+1
* Add code completion and API checks for theme references (?attr)Tor Norbye2012-07-161-0/+1
* Improvements to bytecode-to-source offset computationTor Norbye2012-07-162-25/+253
* Prevent exceptions for invalid project definitionsTor Norbye2012-07-031-0/+3
* Merge "33985: Persistent errors in Java files"Tor Norbye2012-07-021-0/+5
|\
| * 33985: Persistent errors in Java filesTor Norbye2012-07-021-0/+5
* | 33792: UseCompoundDrawables incorrectly flags if scaleType is usedTor Norbye2012-07-021-0/+1
|/
* Add typo detectorTor Norbye2012-06-222-0/+33
* Add an Import Existing wizardTor Norbye2012-06-112-25/+35
* Fix warningsTor Norbye2012-06-019-26/+49
* Fix nullness annotationsTor Norbye2012-05-3014-35/+60
* Add new lint check to ensure that Fragments are instantiatableTor Norbye2012-05-302-2/+2
* Lint infrastructure fixesTor Norbye2012-05-305-39/+246
* Run lint on save in Java files, checking .java and .class filesTor Norbye2012-05-144-8/+227
* Find constructors in source file from class filesTor Norbye2012-05-091-3/+77
* Fix issue 28330: Gracefully handle corrupt .class filesTor Norbye2012-04-051-6/+26
* Merge "27471: Lint check for match_parent vs fill_parent on older APIs"Tor Norbye2012-04-021-3/+15
|\
| * 27471: Lint check for match_parent vs fill_parent on older APIsTor Norbye2012-04-021-3/+15
* | Merge "Add content provider permission check"Jon Larimer2012-04-021-0/+3
|\ \ | |/ |/|
| * Add content provider permission checkJon Larimer2012-04-011-0/+3
* | Merge "27584: Detect misplaced <uses-library> manifest tag at build time"Tor Norbye2012-04-021-0/+1
|\ \