aboutsummaryrefslogtreecommitdiffstats
path: root/lint
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix SuppressLint annotations in outer classesTor Norbye2012-02-2412-9/+222
* Lint bug fixesTor Norbye2012-02-246-107/+271
* Fix typoTor Norbye2012-02-232-9/+9
* Merge "Lint API check should use main project's SDK version"Tor Norbye2012-02-233-4/+3
|\
| * Lint API check should use main project's SDK versionTor Norbye2012-02-233-4/+3
* | Handle nulls from Element.getAttribute (fix for issue 25668)Tor Norbye2012-02-231-0/+4
|/
* Wrong category metadata for the color detectorTor Norbye2012-02-221-1/+1
* Add lint check for "old" proguard configurations with generic Android configTor Norbye2012-02-229-15/+254
* Merge "Split ProGuard file into two halves"Tor Norbye2012-02-226-18/+88
|\
| * Split ProGuard file into two halvesTor Norbye2012-02-216-18/+88
* | Add lint rule to catch incorrect setColor callsTor Norbye2012-02-2110-17/+199
* | Merge "Suppress support and location tracking for translation detector"Tor Norbye2012-02-215-77/+222
|\ \
| * | Suppress support and location tracking for translation detectorTor Norbye2012-02-215-77/+222
* | | Merge "Make API detector in XML files consider folder version"Tor Norbye2012-02-214-20/+55
|\ \ \ | |/ / |/| |
| * | Make API detector in XML files consider folder versionTor Norbye2012-02-214-20/+55
* | | Merge "Lint rule to catch edit-usage of TextViews (should be EditText)"Tor Norbye2012-02-219-6/+485
|\ \ \
| * | | Lint rule to catch edit-usage of TextViews (should be EditText)Tor Norbye2012-02-219-6/+485
| |/ /
* | | Merge "Use lint error mechanism for config issues like no classes found"Tor Norbye2012-02-216-13/+66
|\ \ \
| * | | Use lint error mechanism for config issues like no classes foundTor Norbye2012-02-216-13/+66
| |/ /
* | | Fix lint library project configuration handlingTor Norbye2012-02-213-2/+4
|/ /
* | Merge "Lint rule checking that activities and services are registered"Tor Norbye2012-02-2119-2/+501
|\ \ | |/ |/|