1. 7905a13 Add lint check to ban use of @hide annotation by Tiem Song · 1 year, 3 months ago
  2. 9d65136 Disable lint bytecode verifier, update baselines by Alan Viverette · 1 year, 3 months ago
  3. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 5 months ago
  4. 2fb9760 Change CVF fix for parameter type implicit casting by Julia McClellan · 1 year, 4 months ago
  5. af75dae Lint check for CVF in implicit casts by Julia McClellan · 1 year, 4 months ago
  6. a1e6b25 Fix minor typos in thread.sleep lint tests by Tiem Song · 1 year, 4 months ago
  7. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  8. c73d3e8 Revert "Revert "Cast method call args in CVF fix if they don't match expected types"" by Julia McClellan · 1 year, 4 months ago
  9. 65920d3 Upgrade to AGP 8.0.0-beta03 by Aurimas Liutikas · 1 year, 4 months ago
  10. 52f8c9a Revert "Re-enable TestMode.SUPPRESSIBLE in ExperimentalPropertyAnnotationDetectorTest" by Aurimas Liutikas · 1 year, 4 months ago
  11. 02c9ddf Revert "Cast method call args in CVF fix if they don't match expected types" by Aurimas Liutikas · 1 year, 4 months ago
  12. 65323cc Revert "AGP 8.1.0-alpha03" by Aurimas Liutikas · 1 year, 4 months ago
  13. 5c4b8f5 Merge "Cast method call args in CVF fix if they don't match expected types" into androidx-main by Julia McClellan · 1 year, 4 months ago
  14. a2607f3 Merge "Re-enable TestMode.SUPPRESSIBLE in ExperimentalPropertyAnnotationDetectorTest" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  15. 47f52d1 Re-enable TestMode.SUPPRESSIBLE in ExperimentalPropertyAnnotationDetectorTest by Tiem Song · 1 year, 4 months ago
  16. 36f08d8 Cast method call args in CVF fix if they don't match expected types by Julia McClellan · 1 year, 4 months ago
  17. 5c9a35e Resolve deprecation warnings in CVF detector by Julia McClellan · 1 year, 4 months ago
  18. b919ed5 AGP 8.1.0-alpha03 by Jeff Gaston · 1 year, 5 months ago
  19. cddf00a Convert context.report to use Incident in lint-checks by Tiem Song · 1 year, 5 months ago
  20. 6f113e8 Use symbol name in Lint autofix detection by Tiem Song · 1 year, 5 months ago
  21. 91a2d70 Disable IMPORT_ALIAS lint test mode for testAnnotationUsageKt by Tiem Song · 1 year, 5 months ago
  22. ef5fb01 Kotlin 1.8.0 Rebase by Jim Sproch · 1 year, 7 months ago
  23. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  24. beb8222 Merge "Nullability updates for consistency with platform SDK" into androidx-main by Alan Viverette · 1 year, 7 months ago
  25. 472e3f0 Nullability updates for consistency with platform SDK by Alan Viverette · 1 year, 7 months ago
  26. 7a48ff1 Update JvmDefaultWithCompatibility lint check with excluded projects by Julia McClellan · 1 year, 8 months ago
  27. 39f2226 Upgrade to Android Gradle Plugin 8.0.0-alpha07 by Aurimas Liutikas · 1 year, 8 months ago
  28. d0c077b Lint check for adding JvmDefaultWithCompatibility annotation by Julia McClellan · 1 year, 8 months ago
  29. 9719ea5 Revert "Revert "Lint check that experimental annotations are correctly applied to Kotlin properties"" by Julia McClellan · 1 year, 8 months ago
  30. 2fecb97 Merge "Revert "Lint check that experimental annotations are correctly applied to Kotlin properties"" into androidx-main by Julia McClellan · 1 year, 8 months ago
  31. de91d58 Revert "Lint check that experimental annotations are correctly applied to Kotlin properties" by Julia McClellan · 1 year, 8 months ago
  32. ffa9207 Merge "Lint check that experimental annotations are correctly applied to Kotlin properties" into androidx-main by Julia McClellan · 1 year, 8 months ago
  33. f2dbfc7 Merge "Add range check test for BanUncheckedReflection lint" into androidx-main by Julia McClellan · 1 year, 8 months ago
  34. 3a49460 Merge "Use source set type from context in CVF lint" into androidx-main by Julia McClellan · 1 year, 8 months ago
  35. 531ee74 Use source set type from context in CVF lint by Julia McClellan · 1 year, 8 months ago
  36. 57e43cc Lint check that experimental annotations are correctly applied to Kotlin properties by Julia McClellan · 1 year, 11 months ago
  37. 79621ef Add range check test for BanUncheckedReflection lint by Julia McClellan · 1 year, 9 months ago
  38. d34ceae Reenable lint tests turned off for AGP upgrade by Julia McClellan · 1 year, 8 months ago
  39. d95f25a Merge "Upgrade to AGP 8.0.0-alpha05" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  40. fc859da Upgrade to AGP 8.0.0-alpha05 by Aurimas Liutikas · 1 year, 8 months ago
  41. 2ac882d Ignore lint tests blocking AGP upgrade by Julia McClellan · 1 year, 8 months ago
  42. 2a5f0e3 Merge "Allow DeprecatedSinceApi annotation to satisfy BanUncheckedReflection lint" into androidx-main by Julia McClellan · 1 year, 9 months ago
  43. 9fc30a7 Allow DeprecatedSinceApi annotation to satisfy BanUncheckedReflection lint by Julia McClellan · 1 year, 9 months ago
  44. 54945df Add go link for BanUncheckedReflection description by Tiem Song · 1 year, 9 months ago
  45. d63a967 Allow preceding if-with-return to satisfy BanUncheckedReflection by Julia McClellan · 1 year, 9 months ago
  46. f5ad6bc Workaround for SampledAnnotationDetector not seeing expect declarations by Louis Pullen-Freilich · 1 year, 9 months ago
  47. 92dc921 Check if CVF fix method already exists before adding it by Julia McClellan · 1 year, 10 months ago
  48. e092743 Find expected type for values used as method params in CVF fix by Julia McClellan · 1 year, 10 months ago
  49. bc7af6a3 Use the fully qualified type in the CVF auto-fix for a constructor call by Julia McClellan · 1 year, 10 months ago
  50. d549a32 Gradle edition: kotlin.RequiresOptIn is now enabled by default by Jim Sproch · 1 year, 10 months ago
  51. 78e227e Change return type in CVF lint fix to prevent invalid implicit casting by Julia McClellan · 1 year, 10 months ago
  52. c801282 Temporarily ignore one class verification failure lint test by Julia McClellan · 1 year, 10 months ago
  53. 007371d Use fully qualified class names in class verification failure autofix by Julia McClellan · 1 year, 11 months ago
  54. a12b802 Re-enable IllegalExperimentalApiUsage Lint check by Tiem Song · 1 year, 11 months ago
  55. ba6d01c Fix BanConcurrentHashMap lint for Kotlin fully-qualified usages and add tests for more cases by Julia McClellan · 2 years ago
  56. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years ago
  57. 425e95a Merge "Inline sample files for NullabilityAnnotationsDetectorTest" into androidx-main by Treehugger Robot · 2 years ago
  58. 162dbff Merge "Address lint issues in IdeaSuppressionDetectorTest" into androidx-main by Treehugger Robot · 2 years ago
  59. 8bf93e5 Merge "Temporarily disable IllegalExperimentalApiUsage lint check" into androidx-main by Treehugger Robot · 2 years ago
  60. efd647d Inline sample files for NullabilityAnnotationsDetectorTest by Tiem Song · 2 years ago
  61. 84e94aa Merge "Remove unused test resource file" into androidx-main by Treehugger Robot · 2 years ago
  62. 7a9ebb7 Address lint issues in IdeaSuppressionDetectorTest by Tiem Song · 2 years ago
  63. cd784f4 Merge "Address lint issues in BanConcurrentHashMapTest" into androidx-main by Tiem Song · 2 years ago
  64. b5c0075 Merge "Address lint issues related to PrivateConstructorForUtilityClassDetectorTest" into androidx-main by Tiem Song · 2 years ago
  65. c47d245 Remove unused test resource file by Tiem Song · 2 years ago
  66. 25f0827 Address Synchronized lint issues in lint-checks module by Tiem Song · 2 years ago
  67. 8dedc49 Temporarily disable IllegalExperimentalApiUsage lint check by Tiem Song · 2 years ago
  68. 7ee49ae Address lint issues in BanConcurrentHashMapTest by Tiem Song · 2 years ago
  69. cfac501 Address lint issues related to PrivateConstructorForUtilityClassDetectorTest by Tiem Song · 2 years ago
  70. 305c63a Address Nullability issue in NullabilityAnnotationsJava by Tiem Song · 2 years ago
  71. 40dee48 Create fixes for class verification failures with unusual receivers by Julia McClellan · 2 years ago
  72. 12b24e0 Merge "Create fix for class verification failure on method call to implicit this" into androidx-main by Julia McClellan · 2 years ago
  73. 0e5033b Create fix for class verification failure on method call to implicit this by Julia McClellan · 2 years ago
  74. f2f07aa Enable the IgnoreClassLevelDetector lint check for test files by Julia McClellan · 2 years ago
  75. 4a710009 Ensure class verification failure lint fix curly brackets are on different lines by Julia McClellan · 2 years, 1 month ago
  76. 2a2b1d9 Include fully-qualified class name when necessary in ClassVerificationFailure autofix by Julia McClellan · 2 years ago
  77. 16c82d6 Lint check for usages of @Ignore at the class level. by Julia McClellan · 2 years, 1 month ago
  78. 30d98f5 Merge "Add BanInlineOptIn to AndroidXIssueRegistry" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  79. f131240 Merge "Add NullabilityAnnotationsDetector to AndroidXIssueRegistry" into androidx-main by Julia McClellan · 2 years, 1 month ago
  80. 3692ed6 Add BanInlineOptIn to AndroidXIssueRegistry by Tiem Song · 2 years, 1 month ago
  81. a2dc6c6 Add NullabilityAnnotationsDetector to AndroidXIssueRegistry by Julia McClellan · 2 years, 1 month ago
  82. 443c0b4 Analyze JAR file path for Maven coordinates as fall back for getLibrary by Tiem Song · 2 years, 1 month ago
  83. 8d4a7e7 Merge "Lint check for usages of JetBrains nullability annotations in Java files." into androidx-main by Julia McClellan · 2 years, 1 month ago
  84. 699fec7 Lint check for usages of JetBrains nullability annotations in Java files. by Julia McClellan · 2 years, 1 month ago
  85. 85b4603 Shorten explanation for ClassVerificationFailureDetector by Julia McClellan · 2 years, 1 month ago
  86. 077e0c1 Generate lint report if an annotation's group can't be found by Tiem Song · 2 years, 1 month ago
  87. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 1 month ago
  88. 0c946fe Add list of allowable experimental notations by Tiem Song · 2 years, 1 month ago
  89. 8e27649 Fall back to obtaining the library from the JAR path during local analysis by Alan Viverette · 2 years, 2 months ago
  90. 490b336 Improve readability to BanInappropriateExperimentalUsage by Tiem Song · 2 years, 2 months ago
  91. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 5 months ago
  92. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  93. cde15ba Merge "Upgrade to AGP 7.3.0-alpha07" into androidx-main by Aurimas Liutikas · 2 years, 3 months ago
  94. 993585a Upgrade to AGP 7.3.0-alpha07 by Aurimas Liutikas · 2 years, 3 months ago
  95. 1db5b02 Clean up YuvImageOnePixelShiftQuirk javadoc to align with CameraXQuirksClassDetector rule by kailianc · 2 years, 3 months ago
  96. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  97. fbb17f3 Merge "Enable quirk detector for :camera:camera-viewfinder" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  98. 1eb6c52 Enable quirk detector for :camera:camera-viewfinder by kailianc · 2 years, 3 months ago
  99. 8467810 Don't allow @OptIn usage for inline methods by Tiem Song · 2 years, 4 months ago
  100. bc747dd Merge "Process androidx.annotation.OptIn in lint detector" into androidx-main by Tiem Song · 2 years, 4 months ago