[go: nahoru, domu]

  1. 4ca90be Upgrade to AGP 7.1.0-alpha08 by Aurimas Liutikas · 3 years ago
  2. 1e4ad0c Add more lint-check tests for Kotlin sources (part 2) by Tiem Song · 3 years, 1 month ago
  3. c9f23ed Add BanUncheckedReflection tests for Kotlin sources by Tiem Song · 3 years, 1 month ago
  4. 78273a3 Upgrade to AGP 7.1.0-alpha03 by Aurimas Liutikas · 3 years, 1 month ago
  5. 9424752 Revert "Add Vendor information to bundled lint checks" by Tiem Song · 3 years, 2 months ago
  6. bedf097 Add Vendor information to bundled lint checks by Tiem Song · 3 years, 2 months ago
  7. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 2 months ago
  8. 900a16f Re-enable ClassVerificationFailureDetectorTest by Alan Viverette · 3 years, 2 months ago
  9. ab6b7735 Merge "Ignore ClassVerificationFailureDectectorTest" into androidx-main by Ember Rose · 3 years, 2 months ago
  10. 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, 3 months ago
  11. 22d29dc Ignore ClassVerificationFailureDectectorTest by Ember Rose · 3 years, 2 months ago
  12. fd8be7a Merge "Remove unnecessary NewApi suppressions." into androidx-main by Alexander Dorokhine · 3 years, 2 months ago
  13. ca788f8 Remove unnecessary NewApi suppressions. by Alexander Dorokhine · 3 years, 2 months ago
  14. b3483fd Migrate miscellaneous libraries to use Gradle Version Catalogs by Aurimas Liutikas · 3 years, 3 months ago
  15. c8a26b8 Removes remaining androidx.ui references by Louis Pullen-Freilich · 3 years, 3 months ago
  16. fc1b453 Merge "Remove reformat from lint fix" into androidx-main by Alan Viverette · 3 years, 3 months ago
  17. bef338f temporarily disable :lint-checks:integration-tests:copyDebugAndroidLintReports by Jeff Gaston · 3 years, 3 months ago
  18. 89e07b9 Merge "Migrate a miscellaneous set of libraries to Gradle version catalogs" into androidx-main by Aurimas Liutikas · 3 years, 3 months ago
  19. 74d0ea5 Merge "Clean up TargetApiAnnotationUsageDetector, add lint fix" into androidx-main by Alan Viverette · 3 years, 3 months ago
  20. a1733e6 lint-checks integration-tests changing textOutput override to match lint default by Jeff Gaston · 3 years, 3 months ago
  21. db86257 Remove reformat from lint fix by Alan Viverette · 3 years, 3 months ago
  22. 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 3 years, 3 months ago
  23. e48ddab Clean up TargetApiAnnotationUsageDetector, add lint fix by Alan Viverette · 3 years, 3 months ago
  24. baae4170 Merge "Add integration tests for lint checks, unify under superclass" into androidx-main by Alan Viverette · 3 years, 3 months ago
  25. a068198 Lint fixes for AGP 7.1 alpha01 upgrade by Louis Pullen-Freilich · 3 years, 3 months ago
  26. b71ec7b Add integration tests for lint checks, unify under superclass by Alan Viverette · 3 years, 3 months ago
  27. 802403a Update lint baselines by Alan Viverette · 3 years, 3 months ago
  28. e238bad Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos by Jim Sproch · 3 years, 5 months ago
  29. 4411aa1 Update androidx to AGP 7.0-alpha15 by Alan Viverette · 3 years, 4 months ago
  30. 322bfd6 Update ClassVerificationFailureDetector to mirror changes in ApiDetector by Alan Viverette · 3 years, 4 months ago
  31. c671557 Don't flag private inner classes without constructors by Alan Viverette · 3 years, 4 months ago
  32. 38e497e Merge "Move stray lint-check tests into canonical tests directory" into androidx-main by Alan Viverette · 3 years, 3 months ago
  33. 845ba1f Move stray lint-check tests into canonical tests directory by Alan Viverette · 3 years, 4 months ago
  34. bb6c897 Add lint check for unsupported Intellij-specific suppression by Alan Viverette · 3 years, 4 months ago
  35. 028b023 Temporarily remove lint validation task by Alan Viverette · 3 years, 4 months ago
  36. 8a1e2e6 Fix validateLint task by Alan Viverette · 3 years, 4 months ago
  37. 887892c Merge "Don't generate empty lint baseline files" into androidx-main by Alan Viverette · 3 years, 4 months ago
  38. 14bd30d Workaround to always make validateLint pass on playground builds. by Dustin Lam · 3 years, 4 months ago
  39. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 4 months ago
  40. a022412 Add tests to ensure lint API versions are current by Alan Viverette · 3 years, 4 months ago
  41. 28cd7d1 Add Lintfix for simple class verification failure scenarios by Alan Viverette · 3 years, 4 months ago
  42. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 4 months ago
  43. d1436c2 Clean up lint issues in custom lint checks by Alan Viverette · 3 years, 4 months ago
  44. debabcb Upgrade to Android Studio 4.2.0-beta06 by Aurimas Liutikas · 3 years, 5 months ago
  45. 9d0d589 Use getSupportRoot over projectDir in lint-check test output normalization by Dustin Lam · 3 years, 5 months ago
  46. f3a0d6df Merge "Changes some correctness compose:ui lint checks to be warnings, not errors" into androidx-main by Louis Pullen-Freilich · 3 years, 5 months ago
  47. 4e82a6c Use projectOrArtifact for project deps in lint-checks for playground by Dustin Lam · 3 years, 5 months ago
  48. c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 3 years, 6 months ago
  49. e268c4c Fix cross-module detection of experimental annotation usage by Alan Viverette · 3 years, 6 months ago
  50. 1cbeb63 Merge "fix BanKeepAnnotation to detect usage of @Keep on a class that isn't referenced within the library" into androidx-main by Jeff Gaston · 3 years, 6 months ago
  51. 5eaf0b3 fix BanKeepAnnotation to detect usage of @Keep on a class that isn't referenced within the library by Jeff Gaston · 3 years, 6 months ago
  52. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  53. b932b1e AffectedModuleDetector.configureTaskGuard(":lint-checks:integration-tests:validateLint") by Jeff Gaston · 3 years, 6 months ago
  54. 1e5e786 Disable validateLint because it blocks presubmit by Sergey Vasilinets · 3 years, 6 months ago
  55. c6cf91b Integration test to confirm that Compose lint checks run by Jeff Gaston · 3 years, 6 months ago
  56. 8f29595 test project confirming that lint checks are running by Jeff Gaston · 3 years, 7 months ago
  57. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 7 months ago
  58. 97e2d3f Shorter summary for BanInappropriateExperimentalUsage by Jeff Gaston · 3 years, 10 months ago
  59. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 10 months ago
  60. b5a6b87 Ban inter-library Experimental/OptIn API usage from outside library group by Oussama Ben Abdelbaki · 3 years, 10 months ago
  61. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 10 months ago
  62. 1b88010 Merge "Adds enforcement for test runners, to prevent using test runners that do not enforce timeouts and are not in the allow list." into androidx-master-dev by Jelle Fresen · 3 years, 10 months ago
  63. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  64. 50e52e7 Adds enforcement for test runners, to prevent using test runners that do not enforce timeouts and are not in the allow list. by Louis Pullen-Freilich · 4 years ago
  65. cc52496 Formatting for ktlint 0.39.0 by Jeff Gaston · 4 years ago
  66. a95fc31 BanTargetApiAnnotation check now actually looks for the annotation by Oussama Ben Abdelbaki · 4 years ago
  67. b85dd5d Fix LintImplTrimIndent lint issue in UnsafeNewApiCallsDetector by Aurimas Liutikas · 4 years ago
  68. 3c96171 Merge changes Ia7230148,If20fa9fb into androidx-master-dev by Vadim Caen · 4 years ago
  69. 10954f4 Only highlight class name for PrivateConstructorForUtilityClass by Vadim Caen · 4 years ago
  70. c0ad5fa Merge "Spelling buf -> but" into androidx-master-dev by Treehugger Robot · 4 years ago
  71. 69d3a1a Spelling buf -> but by Jeff Gaston · 4 years ago
  72. 04fd461 Removing filepath from SampledAnnotationEnforcer message by Jeff Gaston · 4 years ago
  73. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years, 1 month ago
  74. ef53dc5 Merge "Remove empty baseline files" into androidx-master-dev by Treehugger Robot · 4 years ago
  75. 30216f2 Ban ConcurrentHashMap Usage by Oussama Ben Abdelbaki · 4 years, 2 months ago
  76. c3d1fd7 Remove empty baseline files by Oussama Ben Abdelbaki · 4 years ago
  77. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 4 years ago
  78. 6a800af Update to Studio 4.2 Canary 6 by Aurimas Liutikas · 4 years, 1 month ago
  79. 004c15d Exclude enums for Utility class lint check by Oussama Ben Abdelbaki · 4 years, 1 month ago
  80. d257853 Lint check to to detect utility classes and suggest making them by Oussama Ben Abdelbaki · 4 years, 2 months ago
  81. f378502 lint check to ban meta-data tags inside application tags in manifest by Oussama Ben Abdelbaki · 4 years, 2 months ago
  82. ce3f4fb Fix API versions for all issue registries. by Rahul Ravikumar · 4 years, 2 months ago
  83. 6b98755 Adds `generateDocs` flag to allow opting out for docs generation by Louis Pullen-Freilich · 4 years, 5 months ago
  84. feef695c Revert "Revert "Refactors sample module directory structure"" by Louis Pullen-Freilich · 4 years, 6 months ago
  85. 39594d7 Revert "Refactors sample module directory structure" by Sam Gilbert · 4 years, 6 months ago
  86. 80c5948 Refactors sample module directory structure by Louis Pullen-Freilich · 4 years, 6 months ago
  87. 8c7610e Updates SampledAnnotationEnforcer to handle module dependencies better by Louis Pullen-Freilich · 4 years, 6 months ago
  88. 3475009 Prepare for AGP 4.0 source incompatibilities. by Aurimas Liutikas · 4 years, 6 months ago
  89. 558d1c9 Reenable test-size lint rule for compose-runtime by Alexandre Elias · 4 years, 6 months ago
  90. 57d905b Fixes SampledAnnotationEnforcer looking through all children by Louis Pullen-Freilich · 4 years, 6 months ago
  91. 427c4f9 Merging lint-checks and ui-internal-lint-checks at build time by Jeff Gaston · 4 years, 7 months ago