aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-13616-26853/+0
* SDK prebuilts: reorganize into tools/lib.Raphael Moll2013-03-063-3/+3
* Remove source of prebuilts.Raphael Moll2013-02-06118-38325/+0
* Change more SDK libs to prebuilts.Raphael Moll2013-02-063-32/+51
* Allow "all" to be used in the lint.xml file to match all issuesTor Norbye2013-01-281-0/+9
* Fix API check via support libraryTor Norbye2013-01-285-4/+49
* Merge "Add new lint Checks for manifest typos."Tor Norbye2013-01-2312-1/+574
|\
| * Add new lint Checks for manifest typos.Keiji Ariyama2013-01-2312-1/+574
* | Lint bug fixesTor Norbye2013-01-2215-69/+182
* | Lint tweaksTor Norbye2013-01-223-11/+40
* | Fix other file visitor to handle incremental analysis properlyTor Norbye2013-01-223-27/+99
* | Fix Eclipse classpath for projects moved to tools/base or swt.Raphael Moll2013-01-163-3/+3
|/
* 42798: lint miscounts String.format()Tor Norbye2013-01-154-3/+57
* Update Eclipse Add Target API annotations for new InlinedApi checkTor Norbye2013-01-141-0/+1
* Improve warning message when comment preceedes XML prologueTor Norbye2013-01-141-4/+16
* Add support for checking lint on other filesTor Norbye2013-01-1410-51/+269
* 27869: Don't require a LinearLayout orientation when style is setTor Norbye2013-01-142-1/+18
* Fix commit transation detectorTor Norbye2013-01-144-49/+81
* 42565: Lint reports Analytics resource as unusedTor Norbye2013-01-142-2/+30
* 42661: Split API check constant warnings into a separate issueTor Norbye2013-01-147-72/+273
* Api Detector: Flag style definitionsTor Norbye2013-01-144-24/+114
* Delete ALL the build.gradle from sdk.gitRaphael Moll2013-01-093-210/+0
* Make resource folders customizeableTor Norbye2013-01-048-32/+149
* Bug fix: Use JVM signature for custom viewsTor Norbye2013-01-031-2/+3
* Merge "27869: Lint rule for LinearLayout which doesn't specify orientation"Tor Norbye2013-01-033-7/+61
|\
| * 27869: Lint rule for LinearLayout which doesn't specify orientationTor Norbye2013-01-033-7/+61
* | Code cleanupTor Norbye2013-01-027-14/+32
|/
* Update fragment issue from warning to errorTor Norbye2013-01-024-12/+32
* 42173: New Lint Check: <Fragment> instead of <fragment>Tor Norbye2013-01-024-0/+154
* 42169: New Lint Check: ACQUIRE_CAUSES_WAKEUP with PARTIAL_WAKE_LOCKTor Norbye2013-01-024-6/+72
* 41753: Lint API Check: Consult source files for constantsTor Norbye2013-01-0210-24/+837
* Remove ExportedActivity checkJon Larimer2012-12-273-79/+0
* Prevent circular dependencies in library project dependenciesTor Norbye2012-12-216-12/+191
* Add lint check for suspicious onMeasure/onLayout/onDraw callsTor Norbye2012-12-216-4/+226
* Lint check for valid class referencesTor Norbye2012-12-199-50/+369
* Look for missing commit calls on fragment managersTor Norbye2012-12-196-29/+191
* Lint: Flag using @dimen where not allowed in manifestTor Norbye2012-12-195-4/+161
* Make the run method of lint.Main public.Jonathan Rockway2012-12-171-1/+1
* Code cleanupTor Norbye2012-12-12111-576/+638
* Add lint recycle detectorTor Norbye2012-12-119-19/+737
* Merge "41154: Handle allowBackup properly for target < 4"Tor Norbye2012-12-102-1/+15
|\
| * 41154: Handle allowBackup properly for target < 4Tor Norbye2012-12-102-1/+15
* | Unit test fix: make tests more resilient to test jar locationTor Norbye2012-12-102-11/+16
|/
* Move lint unit tests into lint/cliTor Norbye2012-12-07540-18/+18
* Refactor lint folder structure.Xavier Ducrohet2012-12-06674-88/+34
* Findbugs cleanupTor Norbye2012-12-067-17/+10
* Fix gradle build of sdk libs by adding testutils.Xavier Ducrohet2012-12-061-0/+1
* Fix handling of custom namespace attributes in lintTor Norbye2012-12-046-25/+113
* 40876: Lint should flag "extension" pattern specifiers in SimpleDateFormatTor Norbye2012-12-035-22/+109
* Merge "Add override detector"Tor Norbye2012-12-039-2/+201
|\