aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs
Commit message (Expand)AuthorAgeFilesLines
* SDK: Delete projects moved to tools/base or tools/swt.Raphael Moll2013-03-1312-547/+0
* SDK prebuilts: reorganize into tools/lib.Raphael Moll2013-03-062-2/+2
* Remove source of prebuilts.Raphael Moll2013-02-06118-38325/+0
* Change more SDK libs to prebuilts.Raphael Moll2013-02-062-11/+31
* 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-281-4/+11
* Merge "Add new lint Checks for manifest typos."Tor Norbye2013-01-232-1/+138
|\
| * Add new lint Checks for manifest typos.Keiji Ariyama2013-01-232-1/+138
* | Lint bug fixesTor Norbye2013-01-229-69/+100
* | 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-162-2/+2
|/
* 42798: lint miscounts String.format()Tor Norbye2013-01-151-3/+14
* Update Eclipse Add Target API annotations for new InlinedApi checkTor Norbye2013-01-141-0/+1
* 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-141-1/+2
* Fix commit transation detectorTor Norbye2013-01-141-26/+26
* 42565: Lint reports Analytics resource as unusedTor Norbye2013-01-141-2/+19
* 42661: Split API check constant warnings into a separate issueTor Norbye2013-01-143-32/+202
* Api Detector: Flag style definitionsTor Norbye2013-01-141-24/+47
* Delete ALL the build.gradle from sdk.gitRaphael Moll2013-01-092-139/+0
* Make resource folders customizeableTor Norbye2013-01-046-28/+36
* 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-032-3/+57
|\
| * 27869: Lint rule for LinearLayout which doesn't specify orientationTor Norbye2013-01-032-3/+57
* | Code cleanupTor Norbye2013-01-022-3/+7
|/
* Update fragment issue from warning to errorTor Norbye2013-01-022-4/+8
* 42173: New Lint Check: <Fragment> instead of <fragment>Tor Norbye2013-01-022-0/+84
* 42169: New Lint Check: ACQUIRE_CAUSES_WAKEUP with PARTIAL_WAKE_LOCKTor Norbye2013-01-021-6/+39
* 41753: Lint API Check: Consult source files for constantsTor Norbye2013-01-025-14/+621
* Remove ExportedActivity checkJon Larimer2012-12-272-27/+0
* Prevent circular dependencies in library project dependenciesTor Norbye2012-12-214-8/+114
* Add lint check for suspicious onMeasure/onLayout/onDraw callsTor Norbye2012-12-213-4/+102
* Lint check for valid class referencesTor Norbye2012-12-193-40/+140
* Look for missing commit calls on fragment managersTor Norbye2012-12-192-27/+86
* Lint: Flag using @dimen where not allowed in manifestTor Norbye2012-12-192-4/+85
* Code cleanupTor Norbye2012-12-12100-497/+545
* Add lint recycle detectorTor Norbye2012-12-114-10/+493
* 41154: Handle allowBackup properly for target < 4Tor Norbye2012-12-101-1/+2
* Move lint unit tests into lint/cliTor Norbye2012-12-07537-20021/+0
* Refactor lint folder structure.Xavier Ducrohet2012-12-06656-68/+28
* 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
|\
| * Add override detectorTor Norbye2012-11-309-2/+201
* | Merge "API check: Only check calls and field accesses, not declarations"Tor Norbye2012-12-032-118/+64
|\ \ | |/
| * API check: Only check calls and field accesses, not declarationsTor Norbye2012-11-302-118/+64
* | Merge "Add tools:targetApi to control local minSdk (like @TargetApi)"Tor Norbye2012-12-035-5/+137
|\ \ | |/