aboutsummaryrefslogtreecommitdiffstats
path: root/lint/libs/lint_checks/src
Commit message (Expand)AuthorAgeFilesLines
...
* | 33792: UseCompoundDrawables incorrectly flags if scaleType is usedTor Norbye2012-07-021-0/+10
* | Fix lint attribute positions in the CLITor Norbye2012-07-021-1/+1
|/
* Add typo detectorTor Norbye2012-06-223-1/+731
* Launcher activities are not flagged as unprotected anymore if they are not pr...Sebastian Porst2012-06-151-1/+20
* Merge "Added lint checks for unprotected activities and export receivers, ana...Tor Norbye2012-06-132-25/+84
|\
| * Added lint checks for unprotected activities and export receivers, analogous ...Sebastian Porst2012-06-132-25/+84
* | Fix license headers.Tor Norbye2012-06-123-8/+10
|/
* Added detection code for malformed phone numbers that are passed to the SMS s...Sebastian Porst2012-06-122-1/+104
* Fix warningsTor Norbye2012-06-017-26/+39
* Fix nullness annotationsTor Norbye2012-05-3056-237/+271
* Add new lint check to ensure that Fragments are instantiatableTor Norbye2012-05-302-1/+170
* Lint infrastructure fixesTor Norbye2012-05-303-44/+15
* Fix interface method lookup in the API DetectorTor Norbye2012-05-222-5/+38
* 31592: "The <activity> xxx is not registered in the manifest"Tor Norbye2012-05-211-0/+11
* Add lint check for duplicate activity registrationsTor Norbye2012-05-162-1/+59
* Run lint on save in Java files, checking .java and .class filesTor Norbye2012-05-147-16/+13
* Find constructors in source file from class filesTor Norbye2012-05-092-55/+11
* Add lint rule looking for Handler leaksTor Norbye2012-05-082-1/+176
* Merge "Fix nested linear layout weights lint check"Tor Norbye2012-05-021-6/+5
|\
| * Fix nested linear layout weights lint checkTor Norbye2012-04-281-6/+5
* | Add lint check to make sure SharedPreference editors are committedTor Norbye2012-04-273-2/+180
|/
* Fix NPE in icon checkTor Norbye2012-04-271-0/+3
* Fix 29263: ExtraTranslation incorrectly flags string-arraysTor Norbye2012-04-231-0/+11
* Lint: Don't check match_parent versus fill_parent in api checkTor Norbye2012-04-091-15/+0
* Merge "28319: Lint ignores tools:ignore="InefficientWeight""Tor Norbye2012-04-051-1/+1
|\
| * 28319: Lint ignores tools:ignore="InefficientWeight"Tor Norbye2012-04-051-1/+1
* | Merge "28321: Lint didn't warn about "new Long(long)""Tor Norbye2012-04-051-5/+9
|\ \
| * | 28321: Lint didn't warn about "new Long(long)"Tor Norbye2012-04-051-5/+9
| |/
* | Fix issue 28201: Check API levels through static dispatch as wellTor Norbye2012-04-051-0/+3
|/
* Merge "27471: Lint check for match_parent vs fill_parent on older APIs"Tor Norbye2012-04-021-0/+16
|\
| * 27471: Lint check for match_parent vs fill_parent on older APIsTor Norbye2012-04-021-0/+16
* | 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-021-2/+46
|\ \
| * | 27629: DrawAllocation doesn't catch allocations done in View.layout()Tor Norbye2012-04-021-2/+46
| |/
* | Add lint detector for Toast.makeText() without show()Tor Norbye2012-04-022-1/+171
* | Add exported content provider check to registryJon Larimer2012-04-021-1/+2
* | Merge "Add content provider permission check"Jon Larimer2012-04-021-2/+66
|\ \ | |/ |/|
| * Add content provider permission checkJon Larimer2012-04-011-2/+66
* | Merge "27584: Detect misplaced <uses-library> manifest tag at build time"Tor Norbye2012-04-022-3/+56
|\ \ | |/ |/|
| * 27584: Detect misplaced <uses-library> manifest tag at build timeTor Norbye2012-03-232-3/+56
* | 27613: Lint false alarm on android:enabled being deprecatedTor Norbye2012-03-231-1/+4
|/
* Fix lint issues 27108, 27109 and 27110Tor Norbye2012-03-193-23/+30
* Add getSharedPreferences to worldreadable/writable checkJon Larimer2012-03-151-7/+13
* Added detection for the creation of world-readable files to lintSebastian Porst2012-03-152-3/+25
* Added detection of android.webkit.WebSettings.setJavaScriptEnabled to the lin...Sebastian Porst2012-03-142-1/+79
* 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-081-1/+1
* Fix the duplicate id detectorTor Norbye2012-03-071-243/+473
* Misc Lint FixesTor Norbye2012-03-065-15/+88