aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* Merge "Lint detector warning about missing <uses-sdk> min or target SDK setti...Tor Norbye2012-02-075-5/+126
|\
| * Lint detector warning about missing <uses-sdk> min or target SDK settingsTor Norbye2012-02-075-5/+126
* | Merge "Make the lint string-format check ignore date strings"Tor Norbye2012-02-075-47/+209
|\ \
| * | Make the lint string-format check ignore date stringsTor Norbye2012-02-075-47/+209
| |/
* | Merge "Suppress UselessLeaf warnings for root layouts"Tor Norbye2012-02-073-0/+17
|\ \
| * | Suppress UselessLeaf warnings for root layoutsTor Norbye2012-02-073-0/+17
| |/
* | Make ButtonOrder lint rule consider minSdk and targetSdk and v14Tor Norbye2012-02-074-49/+202
|/
* Add support for suppressing lint via XML attributesTor Norbye2012-02-0639-53/+258
* Update expected size icon detector to new action bar sizeTor Norbye2012-02-063-7/+12
* HTML report tweaksTor Norbye2012-02-063-53/+58
* New button-related lint checksTor Norbye2012-02-0613-1/+1272
* Merge "Add lint rule checking for showAsAction="always" in menus"Tor Norbye2012-02-069-1/+432
|\
| * Add lint rule checking for showAsAction="always" in menusTor Norbye2012-02-039-1/+432
* | Merge "The inefficient layout weights check only applies for horizontal Linea...Tor Norbye2012-02-065-3/+97
|\ \ | |/
| * The inefficient layout weights check only applies for horizontal LinearLayoutsTor Norbye2012-02-035-3/+97
* | Merge "Fix type in Java parser interface"Tor Norbye2012-02-062-6/+4
|\ \ | |/
| * Fix type in Java parser interfaceTor Norbye2012-02-032-6/+4
* | SDK: verbose log for CommonXmlEditor.Raphael2012-02-061-1/+1
|/
* Disable String.format construction checkTor Norbye2012-02-033-8/+26
* Include .9.png files in HTML reportTor Norbye2012-02-031-2/+1
* Include suppress help in HTML report, and tweak CSSTor Norbye2012-02-033-21/+49
* Add lint abbreviation flagTor Norbye2012-02-029-42/+109
* Include disabled issue count in HTML summaryTor Norbye2012-02-021-5/+8
* Add --url none option to lint driver to turn off url mappingTor Norbye2012-02-021-11/+19
* Add Quickfix to add @TargetApi.Tor Norbye2012-02-023-6/+12
* A few simple name changesTor Norbye2012-02-029-25/+26
* Add has-autofix info to HTML reportTor Norbye2012-02-023-1/+57
* Skip android.support packages in AOSP buildsTor Norbye2012-02-026-2/+48
* Add marker resolution for adding @SuppressLint to Java filesTor Norbye2012-02-022-10/+14
* Merge "Regression test"Tor Norbye2012-02-021-0/+6
|\
| * Regression testTor Norbye2012-02-011-0/+6
* | Attempt to use a common filepath root as the relative dirTor Norbye2012-02-013-5/+137
* | Remove obsolete issue limitation description from UnusedResource detectorTor Norbye2012-02-011-10/+1
* | Include disabled checks in the HTML reportTor Norbye2012-02-012-54/+169
* | Add help topic for suppressing warningsTor Norbye2012-02-012-2/+71
|/
* Lint HTML improvementsTor Norbye2012-02-0111-201/+507
* Add @ApiTarget supportTor Norbye2012-01-316-2/+107
* Merge "Add @SuppressLint support for Java parse tree detectors"Tor Norbye2012-01-3110-10/+234
|\
| * Add @SuppressLint support for Java parse tree detectorsTor Norbye2012-01-3110-10/+234
* | Emit relative paths in multi-project HTML reportsTor Norbye2012-01-311-5/+20
* | Merge "Add @SuppressLint support for Java bytecode detectors"Tor Norbye2012-01-3117-184/+606
|\ \ | |/
| * Add @SuppressLint support for Java bytecode detectorsTor Norbye2012-01-3117-184/+606
* | Allow bitmaps in res/drawable/ when minSdk < 4Tor Norbye2012-01-312-1/+14
|/
* Write lint overview report for multi-reportTor Norbye2012-01-312-20/+177
* Find API database when running in AOSP build environment with SDKTor Norbye2012-01-311-0/+9
* Support Android source tree directly in lint project supportTor Norbye2012-01-301-0/+206
* Error messages for no-dpi warnings were tagged with the wrong issueTor Norbye2012-01-301-1/+1
* Add support for exporting one HTML report for each linted projectTor Norbye2012-01-309-199/+336
* Convert ApiCheck internal JVM signature to external in error messageTor Norbye2012-01-302-12/+12
* Add .jar support for bytecode checksTor Norbye2012-01-306-12/+125