aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
|\ \ | |/
| * Add tools:targetApi to control local minSdk (like @TargetApi)Tor Norbye2012-11-305-5/+137
* | Merge "Close resource"Tor Norbye2012-12-031-1/+10
|\ \
| * | Close resourceTor Norbye2012-12-031-1/+10
| |/
* | Fix typo in issue idTor Norbye2012-11-303-88/+88
|/
* Make inefficient weight detector identify more candidatesTor Norbye2012-11-295-5/+110
* Check for unsupported Java packagesTor Norbye2012-11-288-17/+480
* Add lint check ensuring that buttons in bars are borderlessTor Norbye2012-11-284-4/+186
* Don't report missing layout_width/height if set in themeTor Norbye2012-11-284-3/+115