aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_api/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Add @android resource version checking to the lint API detectorTor Norbye2012-02-162-4/+19
|/
* Add onClick check for lintTor Norbye2012-02-162-2/+107
* Tweak category orderTor Norbye2012-02-141-1/+1
* Fix HTML export category handlingTor Norbye2012-02-141-9/+9
* Add lint check for custom attributes in library projectsTor Norbye2012-02-141-0/+1
* Merge "Add Fatal severity"Tor Norbye2012-02-131-2/+7
|\
| * Add Fatal severityTor Norbye2012-02-131-2/+7
* | Merge "Add namespace-typo detector"Tor Norbye2012-02-131-1/+5
|\ \
| * | Add namespace-typo detectorTor Norbye2012-02-131-1/+5
* | | Merge "Add superclass support to Lint"Tor Norbye2012-02-132-78/+195
|\ \ \ | | |/ | |/|
| * | Add superclass support to LintTor Norbye2012-02-132-78/+195
* | | Merge "Make lint process Java jar dependencies"Tor Norbye2012-02-136-20/+164
|\ \ \ | |/ /
| * | Make lint process Java jar dependenciesTor Norbye2012-02-136-20/+164
| |/
* | Fix typo in security check (and add regression unit test)Tor Norbye2012-02-101-1/+1
|/
* Add support for suppressing lint via XML attributesTor Norbye2012-02-063-1/+96
* New button-related lint checksTor Norbye2012-02-063-1/+75
* Add lint rule checking for showAsAction="always" in menusTor Norbye2012-02-031-0/+5
* Fix type in Java parser interfaceTor Norbye2012-02-031-4/+3
* Add lint abbreviation flagTor Norbye2012-02-022-1/+20
* Add Quickfix to add @TargetApi.Tor Norbye2012-02-021-1/+3
* A few simple name changesTor Norbye2012-02-026-14/+15
* Add marker resolution for adding @SuppressLint to Java filesTor Norbye2012-02-022-10/+14
* Attempt to use a common filepath root as the relative dirTor Norbye2012-02-012-5/+88
* Lint HTML improvementsTor Norbye2012-02-013-10/+50
* Add @ApiTarget supportTor Norbye2012-01-311-1/+1
* Add @SuppressLint support for Java parse tree detectorsTor Norbye2012-01-313-2/+158
* Add @SuppressLint support for Java bytecode detectorsTor Norbye2012-01-314-43/+224
* Support Android source tree directly in lint project supportTor Norbye2012-01-301-0/+206
* Add support for exporting one HTML report for each linted projectTor Norbye2012-01-301-0/+16
* Add .jar support for bytecode checksTor Norbye2012-01-303-12/+101
* Fix lint column offset handling, and add columns to API checkTor Norbye2012-01-302-0/+22
* API check hooked up to lintTor Norbye2012-01-272-7/+30
* Fix bug in WrongViewCast detectorTor Norbye2012-01-262-1/+9
* Add file resource lookup to the Lint Client APITor Norbye2012-01-263-2/+50
* Add support for multi-pass lint checks, and chained locationsTor Norbye2012-01-2410-72/+361
* Limit <FrameLayout> to <merge> lint check to included layoutsTor Norbye2012-01-192-0/+33
* Add lint warning for hardcoded debuggable attribute in manifest filesTor Norbye2012-01-121-0/+1
* Add annotations to the Lint APITor Norbye2012-01-1027-230/+542
* Add lint checks: String format, Casts, Security, Imports, /sdcardTor Norbye2012-01-091-0/+2
* Lint Java source supportTor Norbye2012-01-096-10/+1474
* Lint Library SupportTor Norbye2012-01-0611-59/+387
* Fix locale handling of uppercase/lowercaseTor Norbye2012-01-061-1/+3
* Update SDK codebase to JDK 6Tor Norbye2011-12-213-0/+3
* Fix Lint false positive for mixed XML/PNG Bitmap resourceTor Norbye2011-12-192-1/+16
* New lint rule for invalid @+id referencesTor Norbye2011-12-132-0/+62
* A few misc lint fixesTor Norbye2011-12-093-34/+128
* Add the Guava library to the toolsTor Norbye2011-12-0527-125/+124
* Add Java Classfile supportTor Norbye2011-12-053-11/+195
* Lint infrastructure improvementsTor Norbye2011-12-0518-193/+917
* Add flags to lint cli to turn off warnings, and turn on allTor Norbye2011-11-291-5/+9