aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix nested linear layout weights lint check"Tor Norbye2012-05-024-11/+53
|\
| * Fix nested linear layout weights lint checkTor Norbye2012-04-284-11/+53
* | Add lint check to make sure SharedPreference editors are committedTor Norbye2012-04-275-2/+274
|/
* Fix NPE in icon checkTor Norbye2012-04-271-0/+3
* Fix 29263: ExtraTranslation incorrectly flags string-arraysTor Norbye2012-04-234-0/+39
* Lint: Don't check match_parent versus fill_parent in api checkTor Norbye2012-04-092-16/+0
* Merge "28319: Lint ignores tools:ignore="InefficientWeight""Tor Norbye2012-04-053-1/+32
|\
| * 28319: Lint ignores tools:ignore="InefficientWeight"Tor Norbye2012-04-053-1/+32
* | Merge "28321: Lint didn't warn about "new Long(long)""Tor Norbye2012-04-052-5/+10
|\ \
| * | 28321: Lint didn't warn about "new Long(long)"Tor Norbye2012-04-052-5/+10
| |/
* | Merge "Fix issue 28201: Check API levels through static dispatch as well"Tor Norbye2012-04-054-0/+41
|\ \
| * | Fix issue 28201: Check API levels through static dispatch as wellTor Norbye2012-04-054-0/+41
| |/
* | Fix issue 28330: Gracefully handle corrupt .class filesTor Norbye2012-04-053-8/+37
|/
* Merge "27471: Lint check for match_parent vs fill_parent on older APIs"Tor Norbye2012-04-024-10/+39
|\
| * 27471: Lint check for match_parent vs fill_parent on older APIsTor Norbye2012-04-024-10/+39
* | Merge "Fix 27966: Android lint null pointer crash"Tor Norbye2012-04-021-1/+1
|\ \
| * | Fix 27966: Android lint null pointer crashTor Norbye2012-04-021-1/+1
| |/
* | Merge "27629: DrawAllocation doesn't catch allocations done in View.layout()"Tor Norbye2012-04-022-2/+74
|\ \
| * | 27629: DrawAllocation doesn't catch allocations done in View.layout()Tor Norbye2012-04-022-2/+74
| |/
* | Add lint detector for Toast.makeText() without show()Tor Norbye2012-04-024-1/+242
* | Add exported content provider check to registryJon Larimer2012-04-021-1/+2
* | Merge "Add content provider permission check"Jon Larimer2012-04-025-2/+160
|\ \ | |/ |/|
| * Add content provider permission checkJon Larimer2012-04-015-2/+160
* | Merge "27584: Detect misplaced <uses-library> manifest tag at build time"Tor Norbye2012-04-025-3/+108
|\ \
| * | 27584: Detect misplaced <uses-library> manifest tag at build timeTor Norbye2012-03-235-3/+108
* | | Merge "27441: LINT: Incorrect WrongViewCast message"Tor Norbye2012-04-025-4/+71
|\ \ \ | |_|/ |/| |
| * | 27441: LINT: Incorrect WrongViewCast messageTor Norbye2012-03-235-4/+71
| |/
* | 27613: Lint false alarm on android:enabled being deprecatedTor Norbye2012-03-232-3/+6
|/
* Add guava dependency to test projectTor Norbye2012-03-191-1/+1
* Merge "Fix lint issues 27108, 27109 and 27110"Tor Norbye2012-03-1911-56/+132
|\
| * Fix lint issues 27108, 27109 and 27110Tor Norbye2012-03-1911-56/+132
* | Dynamically link Guava and ASM in lint jarsTor Norbye2012-03-193-6/+3
|/
* Add getSharedPreferences to worldreadable/writable checkJon Larimer2012-03-153-9/+26
* Added detection for the creation of world-readable files to lintSebastian Porst2012-03-154-5/+30
* Added detection of android.webkit.WebSettings.setJavaScriptEnabled to the lin...Sebastian Porst2012-03-144-1/+133
* Lint check tests: fix windows path separators.Raphael2012-03-121-2/+13
* Merge "Update unit testcode to copy test files as binaries"Tor Norbye2012-03-091-30/+9
|\
| * Update unit testcode to copy test files as binariesTor Norbye2012-03-091-30/+9
* | Fix issue 26663: Avoid rewriting memory mapped files on WindowsTor Norbye2012-03-091-1/+5
|/
* Make GridLayout support work with the support libraryTor Norbye2012-03-082-1/+4
* Fix the duplicate id detectorTor Norbye2012-03-073-247/+532
* Misc Lint FixesTor Norbye2012-03-0614-53/+222
* Change lint error codes + Windows path fixes.Raphael2012-03-063-34/+147
* Merge "Remove R.attr resources from UnusedResource detector (26174)"Xavier Ducrohet2012-03-011-3/+4
|\
| * Remove R.attr resources from UnusedResource detector (26174)Tor Norbye2012-03-011-3/+4
* | Update lint custom view rule to reflect new res-auto namespaceTor Norbye2012-03-014-7/+46
|/
* Fix outerclass handling for the @TargetApi annotationTor Norbye2012-03-019-5/+108
* Merge "Add lint check for calling native wrapper class constructors"Xavier Ducrohet2012-02-284-5/+62
|\
| * Add lint check for calling native wrapper class constructorsTor Norbye2012-02-274-5/+62
* | Fix configuration information for library projectsTor Norbye2012-02-288-15/+81
|/