aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_api/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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-018-26/+44
* 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
|\ \
| * | 27584: Detect misplaced <uses-library> manifest tag at build timeTor Norbye2012-03-231-0/+1
| |/
* | 27441: LINT: Incorrect WrongViewCast messageTor Norbye2012-03-231-4/+19
|/
* Fix lint issues 27108, 27109 and 27110Tor Norbye2012-03-192-33/+51
* Make GridLayout support work with the support libraryTor Norbye2012-03-081-0/+3
* Change lint error codes + Windows path fixes.Raphael2012-03-061-4/+29
* Update lint custom view rule to reflect new res-auto namespaceTor Norbye2012-03-011-0/+3
* Fix outerclass handling for the @TargetApi annotationTor Norbye2012-03-012-3/+5
* Fix configuration information for library projectsTor Norbye2012-02-285-7/+73
* Fix SuppressLint annotations in outer classesTor Norbye2012-02-242-1/+108
* Lint bug fixesTor Norbye2012-02-241-0/+115
* Lint API check should use main project's SDK versionTor Norbye2012-02-232-3/+2
* Add lint check for "old" proguard configurations with generic Android configTor Norbye2012-02-221-0/+2
* Merge "Split ProGuard file into two halves"Tor Norbye2012-02-223-15/+67
|\
| * Split ProGuard file into two halvesTor Norbye2012-02-213-15/+67
* | Add lint rule to catch incorrect setColor callsTor Norbye2012-02-214-10/+37
* | Merge "Make API detector in XML files consider folder version"Tor Norbye2012-02-211-0/+23
|\ \
| * | Make API detector in XML files consider folder versionTor Norbye2012-02-211-0/+23
* | | Merge "Lint rule to catch edit-usage of TextViews (should be EditText)"Tor Norbye2012-02-212-2/+27
|\ \ \
| * | | Lint rule to catch edit-usage of TextViews (should be EditText)Tor Norbye2012-02-212-2/+27
| |/ /
* | | Merge "Use lint error mechanism for config issues like no classes found"Tor Norbye2012-02-214-7/+47
|\ \ \
| * | | Use lint error mechanism for config issues like no classes foundTor Norbye2012-02-214-7/+47
| |/ /
* | | Fix lint library project configuration handlingTor Norbye2012-02-211-1/+1
|/ /
* | Merge "Lint rule checking that activities and services are registered"Tor Norbye2012-02-212-1/+30
|\ \ | |/ |/|
| * Lint rule checking that activities and services are registeredTor Norbye2012-02-162-1/+30