1. dfe7233 Merge "27471: Lint check for match_parent vs fill_parent on older APIs" by Tor Norbye · 13 years ago
  2. 41d8e89 Merge "Fix 27966: Android lint null pointer crash" by Tor Norbye · 13 years ago
  3. 2a0a923 Merge "27629: DrawAllocation doesn't catch allocations done in View.layout()" by Tor Norbye · 13 years ago
  4. a3620f7 Add lint detector for Toast.makeText() without show() by Tor Norbye · 13 years ago
  5. 4dcc43b Add exported content provider check to registry by Jon Larimer · 13 years ago
  6. 2f65a66 Merge "Add content provider permission check" by Jon Larimer · 13 years ago
  7. 968bf02 27471: Lint check for match_parent vs fill_parent on older APIs by Tor Norbye · 13 years ago
  8. 798197f Fix 27966: Android lint null pointer crash by Tor Norbye · 13 years ago
  9. 38ea719 27629: DrawAllocation doesn't catch allocations done in View.layout() by Tor Norbye · 13 years ago
  10. ff2c433 Merge "27584: Detect misplaced <uses-library> manifest tag at build time" by Tor Norbye · 13 years ago
  11. 1a3672f Merge "27441: LINT: Incorrect WrongViewCast message" by Tor Norbye · 13 years ago
  12. 0325108 Add content provider permission check by Jon Larimer · 13 years ago
  13. a6bfeec 27441: LINT: Incorrect WrongViewCast message by Tor Norbye · 13 years ago
  14. 7b2c105 27584: Detect misplaced <uses-library> manifest tag at build time by Tor Norbye · 13 years ago
  15. 3520987 27613: Lint false alarm on android:enabled being deprecated by Tor Norbye · 13 years ago
  16. 7117fe5 Add guava dependency to test project by Tor Norbye · 13 years ago
  17. 1439126 Merge "Fix lint issues 27108, 27109 and 27110" by Tor Norbye · 13 years ago
  18. 8ed01fe Dynamically link Guava and ASM in lint jars by Tor Norbye · 13 years ago
  19. 381b3a4 Fix lint issues 27108, 27109 and 27110 by Tor Norbye · 13 years ago
  20. eed9455 Add getSharedPreferences to worldreadable/writable check by Jon Larimer · 13 years ago
  21. 4e38465 Added detection for the creation of world-readable files to lint by Sebastian Porst · 13 years ago
  22. fdb2d7d Added detection of android.webkit.WebSettings.setJavaScriptEnabled to the lint tool. by Sebastian Porst · 13 years ago
  23. 9af3fd6 Lint check tests: fix windows path separators. by Raphael · 13 years ago
  24. 9c08406 Merge "Update unit testcode to copy test files as binaries" by Tor Norbye · 13 years ago
  25. fd2f95c Update unit testcode to copy test files as binaries by Tor Norbye · 13 years ago
  26. 1d84af3 Fix issue 26663: Avoid rewriting memory mapped files on Windows by Tor Norbye · 13 years ago
  27. 3e75d4f Make GridLayout support work with the support library by Tor Norbye · 13 years ago
  28. aac85fe Fix the duplicate id detector by Tor Norbye · 13 years ago
  29. 9a654c3 Misc Lint Fixes by Tor Norbye · 13 years ago
  30. e68e166 Change lint error codes + Windows path fixes. by Raphael · 13 years ago
  31. 8e700cd Merge "Remove R.attr resources from UnusedResource detector (26174)" by Xavier Ducrohet · 13 years ago
  32. 04151c3 Update lint custom view rule to reflect new res-auto namespace by Tor Norbye · 13 years ago
  33. c266409 Remove R.attr resources from UnusedResource detector (26174) by Tor Norbye · 13 years ago
  34. 9f8d370 Fix outerclass handling for the @TargetApi annotation by Tor Norbye · 13 years ago
  35. 18f29f0 Merge "Add lint check for calling native wrapper class constructors" by Xavier Ducrohet · 13 years ago
  36. fd9fe37 Fix configuration information for library projects by Tor Norbye · 13 years ago
  37. 27e8b0b Add lint check for calling native wrapper class constructors by Tor Norbye · 13 years ago
  38. 8a74e94 Fix SuppressLint annotations in outer classes by Tor Norbye · 13 years ago
  39. 0fe590d Lint bug fixes by Tor Norbye · 13 years ago
  40. a5f1cdb Fix typo by Tor Norbye · 13 years ago
  41. f793d46 Merge "Lint API check should use main project's SDK version" by Tor Norbye · 13 years ago
  42. 55072ac Lint API check should use main project's SDK version by Tor Norbye · 13 years ago
  43. c8e42c3 Handle nulls from Element.getAttribute (fix for issue 25668) by Tor Norbye · 13 years ago
  44. eba6286 Wrong category metadata for the color detector by Tor Norbye · 13 years ago
  45. 7ebecc2 Add lint check for "old" proguard configurations with generic Android config by Tor Norbye · 13 years ago
  46. 47b83f5 Merge "Split ProGuard file into two halves" by Tor Norbye · 13 years ago
  47. 0439ffb Add lint rule to catch incorrect setColor calls by Tor Norbye · 13 years ago
  48. 8e85832 Merge "Suppress support and location tracking for translation detector" by Tor Norbye · 13 years ago
  49. 24bfdfb Merge "Make API detector in XML files consider folder version" by Tor Norbye · 13 years ago
  50. 70b12c9 Suppress support and location tracking for translation detector by Tor Norbye · 13 years ago
  51. 591b236 Merge "Lint rule to catch edit-usage of TextViews (should be EditText)" by Tor Norbye · 13 years ago
  52. a9d5ae4 Merge "Use lint error mechanism for config issues like no classes found" by Tor Norbye · 13 years ago
  53. f78bed2 Lint rule to catch edit-usage of TextViews (should be EditText) by Tor Norbye · 13 years ago
  54. 105dc49 Fix lint library project configuration handling by Tor Norbye · 13 years ago
  55. 0bf1b2c Split ProGuard file into two halves by Tor Norbye · 13 years ago
  56. e028195 Use lint error mechanism for config issues like no classes found by Tor Norbye · 13 years ago
  57. a241a4d Make API detector in XML files consider folder version by Tor Norbye · 13 years ago
  58. 556b907 Merge "Lint rule checking that activities and services are registered" by Tor Norbye · 13 years ago
  59. dc2b525 Add @android resource version checking to the lint API detector by Tor Norbye · 13 years ago
  60. 247b1d7 Lint rule checking that activities and services are registered by Tor Norbye · 13 years ago
  61. 2b0b5b7 Add suppress-scope handling for more XML detectors by Tor Norbye · 13 years ago
  62. 9a781bf Build fix: fix import package by Tor Norbye · 13 years ago
  63. 8f121f5 Add onClick check for lint by Tor Norbye · 13 years ago
  64. 6b5d68d Tweak category order by Tor Norbye · 13 years ago
  65. 0caf942 Fix HTML export category handling by Tor Norbye · 13 years ago
  66. 18326f1 Merge "Add lint check for custom attributes in library projects" by Tor Norbye · 13 years ago
  67. 8f0ee1e Add lint check for custom attributes in library projects by Tor Norbye · 13 years ago
  68. b7ec7e8 Fix JavaPerformanceDetector to only report enabled issues by Tor Norbye · 13 years ago
  69. ef6d36c Fix for lint cli relative output paths by Tor Norbye · 13 years ago
  70. 90e5a71 Warn when there are more uses sdk elements than one by Tor Norbye · 13 years ago
  71. ff16461 Add Java performance lint checks by Tor Norbye · 13 years ago
  72. b13f9f4 Merge "Add per-node ignore handling for more lint checks" by Tor Norbye · 13 years ago
  73. 1941c45 Merge "Add Fatal severity" by Tor Norbye · 13 years ago
  74. dfaee65 Merge "Add namespace-typo detector" by Tor Norbye · 13 years ago
  75. 58a1d94 Merge "Add superclass support to Lint" by Tor Norbye · 13 years ago
  76. c3d94e1 Merge "Make lint process Java jar dependencies" by Tor Norbye · 13 years ago
  77. f076326 Add per-node ignore handling for more lint checks by Tor Norbye · 13 years ago
  78. 5da3610 Add Fatal severity by Tor Norbye · 13 years ago
  79. 8c2598f Add superclass support to Lint by Tor Norbye · 13 years ago
  80. 3e10306 Make lint process Java jar dependencies by Tor Norbye · 13 years ago
  81. b89f2aa Add namespace-typo detector by Tor Norbye · 13 years ago
  82. e24ce0e Fix typo in security check (and add regression unit test) by Tor Norbye · 13 years ago
  83. 4dca141 Merge "Lint detector warning about missing <uses-sdk> min or target SDK settings" by Tor Norbye · 13 years ago
  84. 070948a Merge "Make the lint string-format check ignore date strings" by Tor Norbye · 13 years ago
  85. 0d5cdf2 Merge "Suppress UselessLeaf warnings for root layouts" by Tor Norbye · 13 years ago
  86. d726970 Lint detector warning about missing <uses-sdk> min or target SDK settings by Tor Norbye · 13 years ago
  87. be7c3d9 Suppress UselessLeaf warnings for root layouts by Tor Norbye · 13 years ago
  88. b115c0c Make the lint string-format check ignore date strings by Tor Norbye · 13 years ago
  89. a9b9ca7 Make ButtonOrder lint rule consider minSdk and targetSdk and v14 by Tor Norbye · 13 years ago
  90. 69067f3 Add support for suppressing lint via XML attributes by Tor Norbye · 13 years ago
  91. d2c5c66 Update expected size icon detector to new action bar size by Tor Norbye · 13 years ago
  92. fdb40f1 HTML report tweaks by Tor Norbye · 13 years ago
  93. 691cd5e New button-related lint checks by Tor Norbye · 13 years ago
  94. a9064b8 Merge "Add lint rule checking for showAsAction="always" in menus" by Tor Norbye · 13 years ago
  95. 3089e5c Merge "The inefficient layout weights check only applies for horizontal LinearLayouts" by Tor Norbye · 13 years ago
  96. a77c7c2 Merge "Fix type in Java parser interface" by Tor Norbye · 13 years ago
  97. fdd7eb0 SDK: verbose log for CommonXmlEditor. by Raphael · 13 years ago
  98. 4b6bc0c Add lint rule checking for showAsAction="always" in menus by Tor Norbye · 13 years ago
  99. 1f7f14f The inefficient layout weights check only applies for horizontal LinearLayouts by Tor Norbye · 13 years ago
  100. c4afe82 Fix type in Java parser interface by Tor Norbye · 13 years ago