aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs
Commit message (Expand)AuthorAgeFilesLines
* 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-061-4/+3
|\ \ | |/
| * Fix type in Java parser interfaceTor Norbye2012-02-031-4/+3
* | SDK: verbose log for CommonXmlEditor.Raphael2012-02-061-1/+1
|/
* Disable String.format construction checkTor Norbye2012-02-033-8/+26
* Add lint abbreviation flagTor Norbye2012-02-025-4/+27
* Add Quickfix to add @TargetApi.Tor Norbye2012-02-023-6/+12
* A few simple name changesTor Norbye2012-02-028-20/+21
* Add has-autofix info to HTML reportTor Norbye2012-02-021-1/+42
* 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
|/
* Lint HTML improvementsTor Norbye2012-02-013-10/+50
* 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
* | 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
|/
* 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-303-6/+24
* 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
* Fix lint column offset handling, and add columns to API checkTor Norbye2012-01-305-13/+41
* API check hooked up to lintTor Norbye2012-01-2722-47365/+1691
* Fix bug in WrongViewCast detectorTor Norbye2012-01-263-1/+11
* Merge "Fix a few misc Lint issues"Tor Norbye2012-01-262-2/+36
|\
| * Fix a few misc Lint issuesTor Norbye2012-01-262-2/+36
* | Merge "Add file resource lookup to the Lint Client API"Tor Norbye2012-01-266-9/+90
|\ \
| * | Add file resource lookup to the Lint Client APITor Norbye2012-01-266-9/+90
| |/
* | Merge "Add quick fix for the UseCompoundDrawable lint warning"Tor Norbye2012-01-261-1/+3
|\ \ | |/ |/|
| * Add quick fix for the UseCompoundDrawable lint warningTor Norbye2012-01-231-1/+3
* | Merge "Add support for multi-pass lint checks, and chained locations"Tor Norbye2012-01-2615-192/+725
|\ \
| * | Add support for multi-pass lint checks, and chained locationsTor Norbye2012-01-2415-192/+725
| |/
* | First version of the ApiChecker.Xavier Ducrohet2012-01-265-0/+47581
|/
* Fix build.Tor Norbye2012-01-191-1/+1
* Check for custom views missing tool-friendly constructorsTor Norbye2012-01-199-0/+222
* Limit <FrameLayout> to <merge> lint check to included layoutsTor Norbye2012-01-198-38/+236
* Prevent cycles in layout editor (and detect with lint)Tor Norbye2012-01-173-1/+22
* Add lint warning for hardcoded debuggable attribute in manifest filesTor Norbye2012-01-125-0/+160
* Add annotations to the Lint APITor Norbye2012-01-1027-230/+542