[go: nahoru, domu]

  1. 2a2b1d9 Include fully-qualified class name when necessary in ClassVerificationFailure autofix by Julia McClellan · 2 years, 1 month ago
  2. 16c82d6 Lint check for usages of @Ignore at the class level. by Julia McClellan · 2 years, 1 month ago
  3. 30d98f5 Merge "Add BanInlineOptIn to AndroidXIssueRegistry" into androidx-main by Treehugger Robot · 2 years, 1 month ago
  4. f131240 Merge "Add NullabilityAnnotationsDetector to AndroidXIssueRegistry" into androidx-main by Julia McClellan · 2 years, 1 month ago
  5. 3692ed6 Add BanInlineOptIn to AndroidXIssueRegistry by Tiem Song · 2 years, 1 month ago
  6. a2dc6c6 Add NullabilityAnnotationsDetector to AndroidXIssueRegistry by Julia McClellan · 2 years, 1 month ago
  7. 443c0b4 Analyze JAR file path for Maven coordinates as fall back for getLibrary by Tiem Song · 2 years, 1 month ago
  8. 8d4a7e7 Merge "Lint check for usages of JetBrains nullability annotations in Java files." into androidx-main by Julia McClellan · 2 years, 1 month ago
  9. 699fec7 Lint check for usages of JetBrains nullability annotations in Java files. by Julia McClellan · 2 years, 2 months ago
  10. 85b4603 Shorten explanation for ClassVerificationFailureDetector by Julia McClellan · 2 years, 2 months ago
  11. 077e0c1 Generate lint report if an annotation's group can't be found by Tiem Song · 2 years, 2 months ago
  12. d71e56c Remove line and position from lint baselines by Alan Viverette · 2 years, 2 months ago
  13. 0c946fe Add list of allowable experimental notations by Tiem Song · 2 years, 2 months ago
  14. 8e27649 Fall back to obtaining the library from the JAR path during local analysis by Alan Viverette · 2 years, 2 months ago
  15. 490b336 Improve readability to BanInappropriateExperimentalUsage by Tiem Song · 2 years, 2 months ago
  16. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 6 months ago
  17. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  18. cde15ba Merge "Upgrade to AGP 7.3.0-alpha07" into androidx-main by Aurimas Liutikas · 2 years, 4 months ago
  19. 993585a Upgrade to AGP 7.3.0-alpha07 by Aurimas Liutikas · 2 years, 4 months ago
  20. 1db5b02 Clean up YuvImageOnePixelShiftQuirk javadoc to align with CameraXQuirksClassDetector rule by kailianc · 2 years, 4 months ago
  21. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 4 months ago
  22. fbb17f3 Merge "Enable quirk detector for :camera:camera-viewfinder" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  23. 1eb6c52 Enable quirk detector for :camera:camera-viewfinder by kailianc · 2 years, 4 months ago
  24. 8467810 Don't allow @OptIn usage for inline methods by Tiem Song · 2 years, 5 months ago
  25. bc747dd Merge "Process androidx.annotation.OptIn in lint detector" into androidx-main by Tiem Song · 2 years, 5 months ago
  26. 6d62f77 Process androidx.annotation.OptIn in lint detector by Tiem Song · 2 years, 5 months ago
  27. f81160c Merge "Upgrade to AGP 7.3.0-alpha03" into androidx-main by Aurimas Liutikas · 2 years, 5 months ago
  28. e720579 Merge "Add lint check for CameraX quirks" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  29. 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 2 years, 5 months ago
  30. 008fc44 Merge "Ensure that library services declare exported=true" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  31. 37e7243 Add lint check for CameraX quirks by kailianc · 2 years, 5 months ago
  32. abdba82 Ensure that library services declare exported=true by Tiem Song · 2 years, 5 months ago
  33. a2d5151 Merge "Convert context.report to use Incident in lint-checks" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  34. 9e073bdd Convert context.report to use Incident in lint-checks by Tiem Song · 2 years, 5 months ago
  35. 505209d Process @OptIn's markerClass for lint checks by Tiem Song · 2 years, 5 months ago
  36. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 8 months ago
  37. 4922ec2 Revert "Re-enable partial analysis in BanInappropriateExperimentalUsageTest" by Alan Viverette · 2 years, 5 months ago
  38. 499ba8a Re-enable partial analysis in BanInappropriateExperimentalUsageTest by Alan Viverette · 2 years, 5 months ago
  39. d643d06 Merge "Add Vendor information to bundled lint checks" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  40. 23e5145 Add Vendor information to bundled lint checks by Tiem Song · 2 years, 5 months ago
  41. 20b6936 Export and read in atomic library group data by Tiem Song · 2 years, 5 months ago
  42. 05ea63c Merge "Revert "Add checks to ensure atomic library groups are read in properly"" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  43. 25e909b Merge "Revert "Check if group is in the list of atomic library groups"" into androidx-main by Treehugger Robot · 2 years, 5 months ago
  44. c5446f8 Revert "Add checks to ensure atomic library groups are read in properly" by Tiem Song · 2 years, 5 months ago
  45. 1f92c89 Revert "Check if group is in the list of atomic library groups" by Tiem Song · 2 years, 5 months ago
  46. 5ca7c8e Merge "Check if group is in the list of atomic library groups" into androidx-main by Tiem Song · 2 years, 5 months ago
  47. cee4c60 Check if group is in the list of atomic library groups by Tiem Song · 2 years, 6 months ago
  48. db2ef01 Merge "Replace deprecated getAllAnnotation with getAnnotations" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  49. d2c1577 Add checks to ensure atomic library groups are read in properly by Tiem Song · 2 years, 7 months ago
  50. b76b26b Replace deprecated getAllAnnotation with getAnnotations by Tiem Song · 2 years, 6 months ago
  51. 08cef2f Upgrade to AGP 7.2.0-alpha07 by Aurimas Liutikas · 2 years, 6 months ago
  52. b452c47 Upgrade to AGP 7.2.0-alpha06 by Aurimas Liutikas · 2 years, 7 months ago
  53. dbeaff0 Disable non-sample lint checks for non-sample projects in sample lint tasks by Alan Viverette · 2 years, 8 months ago
  54. 9833449 Add handling for qualified expression auto-fix to VFY detector by Alan Viverette · 2 years, 8 months ago
  55. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 8 months ago
  56. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 9 months ago
  57. f4b128f Add comment for fetching parent class in ClassVerificationFailureDetector by Tiem Song · 2 years, 8 months ago
  58. 365844e Analyze entire class hierarchy for RequiresApi usage by Tiem Song · 2 years, 9 months ago
  59. c0fef3a Upgrade to Gradle 7.3-rc1 by Aurimas Liutikas · 2 years, 9 months ago
  60. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  61. be95eeb Unwrap call receiver to pass with test mode TestMode.PARENTHESIZED by Alan Viverette · 2 years, 9 months ago
  62. d907ccd Merge "Pull in ApiDetector changes into ClassVerificationFailureDetector" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  63. 72bcecb Merge changes Id4afb554,Ia54e557f into androidx-main by Treehugger Robot · 2 years, 9 months ago
  64. d8ac462 Merge "Revert "Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis""""" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  65. 6748087 Add test case for @Experimental Kotlin annotation usage by Tiem Song · 2 years, 9 months ago
  66. 2318805 Add ability to specify lint test modes during lint check by Tiem Song · 2 years, 9 months ago
  67. f092c3d Switching androidx.sh from running lintRelease back to lintDebug by Tiem Song · 2 years, 9 months ago
  68. 047464b Revert "Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis"""" by Louis Pullen-Freilich · 2 years, 9 months ago
  69. fcc574f Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis""" by Louis Pullen-Freilich · 2 years, 9 months ago
  70. 6a9b275 Reland of "Updates SampledAnnotationEnforcer to work with partial analysis"" by Louis Pullen-Freilich · 2 years, 9 months ago
  71. 76894c4 Pull in ApiDetector changes into ClassVerificationFailureDetector by Tiem Song · 2 years, 9 months ago
  72. bf494e1 Fix breakage in androidx-studio-integ branch by Alan Viverette · 2 years, 10 months ago
  73. 28a2563 Switching androidx.sh from running lintDebug to lintRelease by Jeff Gaston · 3 years, 2 months ago
  74. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 2 years, 11 months ago
  75. cb2034b Merge "Revert "Updates SampledAnnotationEnforcer to work with partial analysis"" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  76. 59b7cc2 Revert "Updates SampledAnnotationEnforcer to work with partial analysis" by Louis Pullen-Freilich · 2 years, 10 months ago
  77. b45b3b8 Merge "Updates SampledAnnotationEnforcer to work with partial analysis" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  78. 4ca90be Upgrade to AGP 7.1.0-alpha08 by Aurimas Liutikas · 2 years, 11 months ago
  79. 5c20253 Updates SampledAnnotationEnforcer to work with partial analysis by Louis Pullen-Freilich · 3 years ago
  80. 1e4ad0c Add more lint-check tests for Kotlin sources (part 2) by Tiem Song · 3 years ago
  81. c9f23ed Add BanUncheckedReflection tests for Kotlin sources by Tiem Song · 3 years ago
  82. 78273a3 Upgrade to AGP 7.1.0-alpha03 by Aurimas Liutikas · 3 years ago
  83. 9424752 Revert "Add Vendor information to bundled lint checks" by Tiem Song · 3 years ago
  84. bedf097 Add Vendor information to bundled lint checks by Tiem Song · 3 years ago
  85. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 1 month ago
  86. 900a16f Re-enable ClassVerificationFailureDetectorTest by Alan Viverette · 3 years, 1 month ago
  87. ab6b7735 Merge "Ignore ClassVerificationFailureDectectorTest" into androidx-main by Ember Rose · 3 years, 1 month ago
  88. cafae15 Moves Compose lint stubs and test utils to a new module, compose:lint:common-test and uses compiled stubs by Louis Pullen-Freilich · 3 years, 1 month ago
  89. 22d29dc Ignore ClassVerificationFailureDectectorTest by Ember Rose · 3 years, 1 month ago
  90. fd8be7a Merge "Remove unnecessary NewApi suppressions." into androidx-main by Alexander Dorokhine · 3 years, 1 month ago
  91. ca788f8 Remove unnecessary NewApi suppressions. by Alexander Dorokhine · 3 years, 1 month ago
  92. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 1 month ago
  93. c8a26b8 Removes remaining androidx.ui references by Louis Pullen-Freilich · 3 years, 1 month ago
  94. fc1b453 Merge "Remove reformat from lint fix" into androidx-main by Alan Viverette · 3 years, 1 month ago
  95. bef338f temporarily disable :lint-checks:integration-tests:copyDebugAndroidLintReports by Jeff Gaston · 3 years, 1 month ago
  96. 89e07b9 Merge "Migrate a miscellaneous set of libraries to Gradle version catalogs" into androidx-main by Aurimas Liutikas · 3 years, 1 month ago
  97. 74d0ea5 Merge "Clean up TargetApiAnnotationUsageDetector, add lint fix" into androidx-main by Alan Viverette · 3 years, 1 month ago
  98. a1733e6 lint-checks integration-tests changing textOutput override to match lint default by Jeff Gaston · 3 years, 1 month ago
  99. db86257 Remove reformat from lint fix by Alan Viverette · 3 years, 1 month ago
  100. 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 3 years, 1 month ago