aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* Add an Import Existing wizardTor Norbye2012-06-113-26/+35
* Fix warningsTor Norbye2012-06-0120-59/+105
* Fix nullness annotationsTor Norbye2012-05-3073-300/+380
* Add new lint check to ensure that Fragments are instantiatableTor Norbye2012-05-3015-3/+273
* Lint infrastructure fixesTor Norbye2012-05-309-85/+263
* Fix interface method lookup in the API DetectorTor Norbye2012-05-223-5/+47
* 31592: "The <activity> xxx is not registered in the manifest"Tor Norbye2012-05-215-0/+47
* Add lint check for duplicate activity registrationsTor Norbye2012-05-164-1/+90
* Run lint on save in Java files, checking .java and .class filesTor Norbye2012-05-1411-24/+240
* Find constructors in source file from class filesTor Norbye2012-05-093-58/+88
* Add lint rule looking for Handler leaksTor Norbye2012-05-088-1/+240
* 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
|/