1. 7e4b8e9 Fix nullness annotations by Tor Norbye · 12 years ago
  2. 10b84a1 Add new lint check to ensure that Fragments are instantiatable by Tor Norbye · 12 years ago
  3. 4ae3297 Lint infrastructure fixes by Tor Norbye · 12 years ago
  4. 74c48cc Fix interface method lookup in the API Detector by Tor Norbye · 12 years ago
  5. 4537b1f 31592: "The <activity> xxx is not registered in the manifest" by Tor Norbye · 12 years ago
  6. eeac31d Add lint check for duplicate activity registrations by Tor Norbye · 12 years ago
  7. d02dad9 Run lint on save in Java files, checking .java and .class files by Tor Norbye · 12 years ago
  8. 80bff12 Find constructors in source file from class files by Tor Norbye · 12 years ago
  9. 2dabeb3 Add lint rule looking for Handler leaks by Tor Norbye · 12 years ago
  10. 6f8f03c Merge "Fix nested linear layout weights lint check" by Tor Norbye · 12 years ago
  11. 69b7768 Fix nested linear layout weights lint check by Tor Norbye · 12 years ago
  12. 4656164 Add lint check to make sure SharedPreference editors are committed by Tor Norbye · 12 years ago
  13. 687a59b Fix NPE in icon check by Tor Norbye · 12 years ago
  14. 8eec933 Fix 29263: ExtraTranslation incorrectly flags string-arrays by Tor Norbye · 12 years ago
  15. a6800ac Lint: Don't check match_parent versus fill_parent in api check by Tor Norbye · 12 years ago
  16. 08bafdf Merge "28319: Lint ignores tools:ignore="InefficientWeight"" by Tor Norbye · 12 years ago
  17. b6cb615 Merge "28321: Lint didn't warn about "new Long(long)"" by Tor Norbye · 12 years ago
  18. 55ac65d Merge "Fix issue 28201: Check API levels through static dispatch as well" by Tor Norbye · 12 years ago
  19. 5e20417 28319: Lint ignores tools:ignore="InefficientWeight" by Tor Norbye · 12 years ago
  20. 711b5c3 Fix issue 28330: Gracefully handle corrupt .class files by Tor Norbye · 12 years ago
  21. f4cece2 28321: Lint didn't warn about "new Long(long)" by Tor Norbye · 12 years ago
  22. 844df91 Fix issue 28201: Check API levels through static dispatch as well by Tor Norbye · 12 years ago
  23. dfe7233 Merge "27471: Lint check for match_parent vs fill_parent on older APIs" by Tor Norbye · 12 years ago
  24. 41d8e89 Merge "Fix 27966: Android lint null pointer crash" by Tor Norbye · 12 years ago
  25. 2a0a923 Merge "27629: DrawAllocation doesn't catch allocations done in View.layout()" by Tor Norbye · 12 years ago
  26. a3620f7 Add lint detector for Toast.makeText() without show() by Tor Norbye · 12 years ago
  27. 4dcc43b Add exported content provider check to registry by Jon Larimer · 12 years ago
  28. 2f65a66 Merge "Add content provider permission check" by Jon Larimer · 12 years ago
  29. 968bf02 27471: Lint check for match_parent vs fill_parent on older APIs by Tor Norbye · 12 years ago
  30. 798197f Fix 27966: Android lint null pointer crash by Tor Norbye · 12 years ago
  31. 38ea719 27629: DrawAllocation doesn't catch allocations done in View.layout() by Tor Norbye · 12 years ago
  32. ff2c433 Merge "27584: Detect misplaced <uses-library> manifest tag at build time" by Tor Norbye · 12 years ago
  33. 1a3672f Merge "27441: LINT: Incorrect WrongViewCast message" by Tor Norbye · 12 years ago
  34. 0325108 Add content provider permission check by Jon Larimer · 12 years ago
  35. a6bfeec 27441: LINT: Incorrect WrongViewCast message by Tor Norbye · 12 years ago
  36. 7b2c105 27584: Detect misplaced <uses-library> manifest tag at build time by Tor Norbye · 12 years ago
  37. 3520987 27613: Lint false alarm on android:enabled being deprecated by Tor Norbye · 12 years ago
  38. 7117fe5 Add guava dependency to test project by Tor Norbye · 12 years ago
  39. 1439126 Merge "Fix lint issues 27108, 27109 and 27110" by Tor Norbye · 12 years ago
  40. 8ed01fe Dynamically link Guava and ASM in lint jars by Tor Norbye · 12 years ago
  41. 381b3a4 Fix lint issues 27108, 27109 and 27110 by Tor Norbye · 12 years ago
  42. eed9455 Add getSharedPreferences to worldreadable/writable check by Jon Larimer · 12 years ago
  43. 4e38465 Added detection for the creation of world-readable files to lint by Sebastian Porst · 12 years ago
  44. fdb2d7d Added detection of android.webkit.WebSettings.setJavaScriptEnabled to the lint tool. by Sebastian Porst · 12 years ago
  45. 9af3fd6 Lint check tests: fix windows path separators. by Raphael · 12 years ago
  46. 9c08406 Merge "Update unit testcode to copy test files as binaries" by Tor Norbye · 12 years ago
  47. fd2f95c Update unit testcode to copy test files as binaries by Tor Norbye · 12 years ago
  48. 1d84af3 Fix issue 26663: Avoid rewriting memory mapped files on Windows by Tor Norbye · 12 years ago
  49. 3e75d4f Make GridLayout support work with the support library by Tor Norbye · 12 years ago
  50. aac85fe Fix the duplicate id detector by Tor Norbye · 12 years ago
  51. 9a654c3 Misc Lint Fixes by Tor Norbye · 12 years ago
  52. e68e166 Change lint error codes + Windows path fixes. by Raphael · 12 years ago
  53. 8e700cd Merge "Remove R.attr resources from UnusedResource detector (26174)" by Xavier Ducrohet · 12 years ago
  54. 04151c3 Update lint custom view rule to reflect new res-auto namespace by Tor Norbye · 12 years ago
  55. c266409 Remove R.attr resources from UnusedResource detector (26174) by Tor Norbye · 12 years ago
  56. 9f8d370 Fix outerclass handling for the @TargetApi annotation by Tor Norbye · 12 years ago
  57. 18f29f0 Merge "Add lint check for calling native wrapper class constructors" by Xavier Ducrohet · 12 years ago
  58. fd9fe37 Fix configuration information for library projects by Tor Norbye · 12 years ago
  59. 27e8b0b Add lint check for calling native wrapper class constructors by Tor Norbye · 12 years ago
  60. 8a74e94 Fix SuppressLint annotations in outer classes by Tor Norbye · 12 years ago
  61. 0fe590d Lint bug fixes by Tor Norbye · 12 years ago
  62. a5f1cdb Fix typo by Tor Norbye · 12 years ago
  63. f793d46 Merge "Lint API check should use main project's SDK version" by Tor Norbye · 12 years ago
  64. 55072ac Lint API check should use main project's SDK version by Tor Norbye · 12 years ago
  65. c8e42c3 Handle nulls from Element.getAttribute (fix for issue 25668) by Tor Norbye · 12 years ago
  66. eba6286 Wrong category metadata for the color detector by Tor Norbye · 12 years ago
  67. 7ebecc2 Add lint check for "old" proguard configurations with generic Android config by Tor Norbye · 13 years ago
  68. 47b83f5 Merge "Split ProGuard file into two halves" by Tor Norbye · 12 years ago
  69. 0439ffb Add lint rule to catch incorrect setColor calls by Tor Norbye · 12 years ago
  70. 8e85832 Merge "Suppress support and location tracking for translation detector" by Tor Norbye · 12 years ago
  71. 24bfdfb Merge "Make API detector in XML files consider folder version" by Tor Norbye · 12 years ago
  72. 70b12c9 Suppress support and location tracking for translation detector by Tor Norbye · 12 years ago
  73. 591b236 Merge "Lint rule to catch edit-usage of TextViews (should be EditText)" by Tor Norbye · 12 years ago
  74. a9d5ae4 Merge "Use lint error mechanism for config issues like no classes found" by Tor Norbye · 12 years ago
  75. f78bed2 Lint rule to catch edit-usage of TextViews (should be EditText) by Tor Norbye · 12 years ago
  76. 105dc49 Fix lint library project configuration handling by Tor Norbye · 12 years ago
  77. 0bf1b2c Split ProGuard file into two halves by Tor Norbye · 13 years ago
  78. e028195 Use lint error mechanism for config issues like no classes found by Tor Norbye · 12 years ago
  79. a241a4d Make API detector in XML files consider folder version by Tor Norbye · 12 years ago
  80. 556b907 Merge "Lint rule checking that activities and services are registered" by Tor Norbye · 12 years ago
  81. dc2b525 Add @android resource version checking to the lint API detector by Tor Norbye · 12 years ago
  82. 247b1d7 Lint rule checking that activities and services are registered by Tor Norbye · 12 years ago
  83. 2b0b5b7 Add suppress-scope handling for more XML detectors by Tor Norbye · 12 years ago
  84. 9a781bf Build fix: fix import package by Tor Norbye · 12 years ago
  85. 8f121f5 Add onClick check for lint by Tor Norbye · 12 years ago
  86. 6b5d68d Tweak category order by Tor Norbye · 12 years ago
  87. 0caf942 Fix HTML export category handling by Tor Norbye · 12 years ago
  88. 18326f1 Merge "Add lint check for custom attributes in library projects" by Tor Norbye · 12 years ago
  89. 8f0ee1e Add lint check for custom attributes in library projects by Tor Norbye · 12 years ago
  90. b7ec7e8 Fix JavaPerformanceDetector to only report enabled issues by Tor Norbye · 12 years ago
  91. ef6d36c Fix for lint cli relative output paths by Tor Norbye · 12 years ago
  92. 90e5a71 Warn when there are more uses sdk elements than one by Tor Norbye · 12 years ago
  93. ff16461 Add Java performance lint checks by Tor Norbye · 12 years ago
  94. b13f9f4 Merge "Add per-node ignore handling for more lint checks" by Tor Norbye · 12 years ago
  95. 1941c45 Merge "Add Fatal severity" by Tor Norbye · 12 years ago
  96. dfaee65 Merge "Add namespace-typo detector" by Tor Norbye · 12 years ago
  97. 58a1d94 Merge "Add superclass support to Lint" by Tor Norbye · 12 years ago
  98. c3d94e1 Merge "Make lint process Java jar dependencies" by Tor Norbye · 12 years ago
  99. f076326 Add per-node ignore handling for more lint checks by Tor Norbye · 12 years ago
  100. 5da3610 Add Fatal severity by Tor Norbye · 12 years ago