1. 9e220c9 Merge "181820: Android Gradle plugin 1.3.0 breaks lint html reporting" into studio-1.3-dev by Tor Norbye · 9 years ago
  2. 2efa3ec 181820: Android Gradle plugin 1.3.0 breaks lint html reporting by Tor Norbye · 9 years ago
  3. 1ab7676 181789: Incorrect/inconsistent lint + documentation for Snackbar by Tor Norbye · 9 years ago
  4. e93ae40 180795: @SuppressLint("HandlerLeak") don't suppress lint by Tor Norbye · 9 years ago
  5. 27cd415 Make lint unit tests run within the IDE by Tor Norbye · 9 years ago
  6. 3e48358 Merge "180417: Code inspection does not work when a Lint spelling error occurs" into studio-1.4-dev by Tor Norbye · 9 years ago
  7. 5ca1c34 180417: Code inspection does not work when a Lint spelling error occurs by Tor Norbye · 9 years ago
  8. d25feb2 Use raw types with JavaVisitor#applicableSuperClasses by Tor Norbye · 9 years ago
  9. de73867 Add missing getFields() lookup from lint's resolved class by Tor Norbye · 9 years ago
  10. 6364770 Fix package check for ECJ resolved nodes by Tor Norbye · 9 years ago
  11. 52afeff Move lint tests into lint-test. by Chris Warrington · 9 years ago
  12. 7e07e92 Bug fix: when linting AndroidManiFest, try look up resource to get the string by xuyang · 9 years ago
  13. 4f21375 Merge "Bug fix: when linting AndroidManiFest, try look up resource to get the string" into studio-1.4-dev by Tor Norbye · 9 years ago
  14. f04c8ef Merge "Lint: Add support for looking up package element annotations" into studio-1.4-dev by Tor Norbye · 9 years ago
  15. 2674a95 resolve merge conflicts of ee1dd12 to studio-1.4-dev. by Tor Norbye · 9 years ago
  16. 3a45a10 Move lint issue registry check into builtin test by Tor Norbye · 9 years ago
  17. f019d2c Warn about suspicious XML namepspace and prefix combinations by Tor Norbye · 9 years ago
  18. 42108f0 Lint: Add support for looking up package element annotations by Tor Norbye · 9 years ago
  19. 428c3ac Merge "Add lint check for suspicious flag initialization syntax" into studio-1.4-dev by Tor Norbye · 9 years ago
  20. 17afff1 Unit test for negative and constant valued @IntRange/@Size by Tor Norbye · 9 years ago
  21. 65440cd Merge "Fix test breakage when running tests on newer JDK" into studio-1.3-dev by Tor Norbye · 9 years ago
  22. f9e62c9 Merge "178194: "Replace with specific version" quickfix not working in some cases" into studio-1.3-dev by Tor Norbye · 9 years ago
  23. a2487a1 Add lint check for suspicious flag initialization syntax by Tor Norbye · 9 years ago
  24. b9c52c4 Merge "Detect duplication in long constants too (only did int's)" into studio-1.4-dev by Tor Norbye · 9 years ago
  25. 128fae7 Only run intent test if the SDK annotations.zip is up to date by Tor Norbye · 9 years ago
  26. 33d08a1 Merge "Clean up use of deprecated JUnit apis." into studio-1.4-dev by Chris Warrington · 9 years ago
  27. b7d7a0f Clean up use of deprecated JUnit apis. by Chris Warrington · 9 years ago
  28. 66eddff Detect duplication in long constants too (only did int's) by Tor Norbye · 9 years ago
  29. d814f23 Merge "Warn about repeated constants in @IntDefs for flags too" into studio-1.4-dev by Tor Norbye · 9 years ago
  30. 44bf9ff Enable Jacoco for lint tests. by Chris Warrington · 9 years ago
  31. 6964fc3 Warn about repeated constants in @IntDefs for flags too by Tor Norbye · 9 years ago
  32. 6bc747e Track API changes by Tor Norbye · 9 years ago
  33. b14eca8 Merge "Support custom lint checks in the IDE" into studio-1.4-dev by Tor Norbye · 9 years ago
  34. 38e154b Merge "Make getParameterAnnotations() merge annotations from supers" into studio-1.4-dev by Tor Norbye · 9 years ago
  35. 63f58c3 Merge "Update the protection level for a few permissions" into studio-1.4-dev by Tor Norbye · 9 years ago
  36. dae3a8b Support for aged permissions by Tor Norbye · 9 years ago
  37. 134dfab Make getParameterAnnotations() merge annotations from supers by Tor Norbye · 9 years ago
  38. 8cce38c Update the protection level for a few permissions by Tor Norbye · 9 years ago
  39. a867be5 Bug fix: when linting AndroidManiFest, try look up resource to get the string by xuyang · 9 years ago
  40. 4eed454 Support custom lint checks in the IDE by Tor Norbye · 9 years ago
  41. 6037ae2 Expose intention/content provider permission checks with annotations by Tor Norbye · 9 years ago
  42. 9b47187 178144: Invalid resource types not flagged in enum constructors by Tor Norbye · 9 years ago
  43. 10225da Add lint check for unique @IntDef constants by Tor Norbye · 9 years ago
  44. 819cb59 Merge "Fix test breakage when running tests on newer JDK" into studio-1.3-dev by Tor Norbye · 9 years ago
  45. 81bbc4e 178194: "Replace with specific version" quickfix not working in some cases by Tor Norbye · 9 years ago
  46. 0df20be Fix test breakage when running tests on newer JDK by Tor Norbye · 9 years ago
  47. 49182e5 More style fixes. by Xavier Ducrohet · 9 years ago
  48. b9e126d fix misc style issues. by Xavier Ducrohet · 9 years ago
  49. 2eb5da4 Fix annotation attribute lookup. DO NOT MERGE by Tor Norbye · 9 years ago
  50. 3b2ed92 Intent and ContentResolver permission checks by Tor Norbye · 9 years ago
  51. 28f72ba Merge "Fix warnings (and a bug uncovered by warning)" into studio-1.3-dev by Tor Norbye · 9 years ago
  52. 67a87bb Merge "177381: RequiresPermission does not cascade" into studio-1.3-dev by Tor Norbye · 9 years ago
  53. de71d5e Merge "176321: Handle @ColorInt and @ColorRes checking for method results" into studio-1.3-dev by Tor Norbye · 9 years ago
  54. d54fc26 Extract @Keep annotations into ProGuard files by Tor Norbye · 9 years ago
  55. 60ca14b Fix warnings (and a bug uncovered by warning) by Tor Norbye · 9 years ago
  56. fd41e66 177381: RequiresPermission does not cascade by Tor Norbye · 9 years ago
  57. ea7dfbf 176321: Handle @ColorInt and @ColorRes checking for method results by Tor Norbye · 9 years ago
  58. a05cff6 Merge "176004: Lint's permission check should check protection level for user permissions" into studio-1.3-dev by Tor Norbye · 9 years ago
  59. c69b2e7 Merge "Update ECJ from 4.4 to 4.4.2." into studio-1.3-dev by Tor Norbye · 9 years ago
  60. 5c381a2 176004: Lint's permission check should check protection level for user permissions by Tor Norbye · 9 years ago
  61. 0dc7c2e Update ECJ from 4.4 to 4.4.2. by Tor Norbye · 9 years ago
  62. 717e61e simplified bintray plugin importation by Jerome Dochez · 9 years ago
  63. a60c10b Revert "Revert "Revert "Extract @Keep annotations into ProGuard files""" by Tor Norbye · 9 years ago
  64. 49ff2a8 Revert "Revert "Extract @Keep annotations into ProGuard files"" by Tor Norbye · 9 years ago
  65. 104fd0f Revert "Extract @Keep annotations into ProGuard files" by Tor Norbye · 9 years ago
  66. d61bfd0 Extract @Keep annotations into ProGuard files by Tor Norbye · 9 years ago
  67. c8c6b8f Bump up severity of call-super lint check from warning to error by Tor Norbye · 9 years ago
  68. 6da3770 Don't flag missing Android prefix errors when using data binding by Tor Norbye · 9 years ago
  69. d73788e Use targetSdkVersion feature level instead of API level by Tor Norbye · 9 years ago
  70. 4a65c2a Update dangerous permissions table for M by Tor Norbye · 9 years ago
  71. 2fad775 Add a lint rule to validate android:fullBackupContent descriptors by Tor Norbye · 9 years ago
  72. e8360de Add a call permission detector, and a thread access detector by Tor Norbye · 9 years ago
  73. 670be9f 175038: Wrong Lint Error for Multidex Support Library by Tor Norbye · 9 years ago
  74. 637e868 174964: Fix incorrect @CallSuper lint check to handle indirect super methods by Tor Norbye · 9 years ago
  75. a41a9f1 Merge "Allow annotation file to have .zip extension, not just .jar" into studio-1.3-dev by Tor Norbye · 9 years ago
  76. c7cf568 172268: Lint ArrayIndexOutOfBoundsException with gradle 2.2.1 and tools 1.1.+ by Tor Norbye · 9 years ago
  77. 16b108b Allow annotation file to have .zip extension, not just .jar by Tor Norbye · 9 years ago
  78. f0419d6 Misc lint bug fixes by Tor Norbye · 9 years ago
  79. 189ea1a Increase heap size for lint command line script by Tor Norbye · 9 years ago
  80. 411bf31 Merge "Refactor MergingException." into studio-1.3-dev by Chris Warrington · 9 years ago
  81. f05fc86 Fix bug in loop initialization by Andrew Shulaev · 9 years ago
  82. 2343d80 Refactor MergingException. by Chris Warrington · 9 years ago
  83. f142079 Merge "Make PositionXmlParser methods static." into studio-1.3-dev by Chris Warrington · 9 years ago
  84. 6bd578a Fix equality comparison for DefaultTypeDescriptor by Tor Norbye · 9 years ago
  85. ca41251 Make PositionXmlParser methods static. by Chris Warrington · 9 years ago
  86. 03a250a Merge "Update lint mock project with hardcoded plugin version" into studio-1.3-dev by Tor Norbye · 9 years ago
  87. 44c7d42 Unify implementations of SourcePosition (1st CL). by Chris Warrington · 9 years ago
  88. aab3b3d Update lint mock project with hardcoded plugin version by Tor Norbye · 9 years ago
  89. 3bdf51b Add lint check for app indexing api. by xuyang · 9 years ago
  90. c2e239c Use mockito instead of easy-mock in lint unit tests by Tor Norbye · 9 years ago
  91. cc71f87 Merge "Remove references to plugin version from tests." into studio-1.3-dev by Chris Warrington · 9 years ago
  92. 6661879 Merge "constants: Add constant for Parcel class." into studio-1.3-dev by Jens Ole Lauridsen · 9 years ago
  93. 3434545 Remove references to plugin version from tests. by Chris Warrington · 9 years ago
  94. db78981 constants: Add constant for Parcel class. by Jens Ole Lauridsen · 9 years ago
  95. 88f0fc8 upgraded to 1.3.0-alpha2 by Jerome Dochez · 9 years ago
  96. ad89bec Merge "Prevent validating issue id\'s before issue registry is ready" into studio-1.2-dev by Tor Norbye · 9 years ago
  97. f8e9eff Prevent validating issue id's before issue registry is ready by Tor Norbye · 9 years ago
  98. 4065f99 Separate out Lint unit testing support into separate library by Tor Norbye · 9 years ago
  99. e1a89cf 79066: UnusedResources does not consider references in /androidTest by Tor Norbye · 9 years ago
  100. 4893e77 Merge "Resource visibility lookup and lint check" into studio-1.3-dev by Tor Norbye · 9 years ago