1. 333395a Add support for package-level OptIn by Alan Viverette · 2 years, 6 months ago
  2. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 6 months ago
  3. 0610948 Make kotlinStdlib real dependency of annotation-experimental by Aurimas Liutikas · 2 years, 6 months ago
  4. ac2eb93 Check containing package for acceptance of experimentality by Alan Viverette · 2 years, 6 months ago
  5. 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 2 years, 7 months ago
  6. b5b224a Add support for detecting Java usages of experimental Kotlin properties by Alan Viverette · 2 years, 9 months ago
  7. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 10 months ago
  8. b0470e5 Upgrade to AGP 7.3.1-alpha01 by Aurimas Liutikas · 2 years, 7 months ago
  9. be4bfb1 Update lint and add Vendor information by Tiem Song · 2 years, 7 months ago
  10. d635f4d Add Suppress annotations to IssueRegistry implementations by Tiem Song · 2 years, 7 months ago
  11. 21946a2 Add @ReturnThis, @OpenForTesting, @EmptySuper and @DeprecatedSinceApi by Tor Norbye · 2 years, 8 months ago
  12. 08cef2f Upgrade to AGP 7.2.0-alpha07 by Aurimas Liutikas · 2 years, 8 months ago
  13. e1b4e86 Kotlin 1.6.0 by Jim Sproch · 3 years ago
  14. 92d3b23 Merge changes from topic "205026874_vfy_autofix" into androidx-main by Alan Viverette · 2 years, 10 months ago
  15. eb5063e Merge "Revert "Re-enable useKtExperimentalFromJava"" into androidx-main by Aurimas Liutikas · 2 years, 10 months ago
  16. 966e8c4 Revert "Re-enable useKtExperimentalFromJava" by Aurimas Liutikas · 2 years, 10 months ago
  17. 269c2f1 Fix expected fix output for ExperimentalDetectorTest by Alan Viverette · 2 years, 10 months ago
  18. a3fcee7 Merge "Re-enable useKtExperimentalFromJava" into androidx-main by Alan Viverette · 2 years, 10 months ago
  19. d6b4d04 Merge "Add auto-fix for invalid experimental usages" into androidx-main by Alan Viverette · 2 years, 10 months ago
  20. 37ed14d 'Update versions for release id 1637172000000 by Nick Anthony · 2 years, 10 months ago
  21. 105b1b8 Re-enable useKtExperimentalFromJava by Alan Viverette · 2 years, 11 months ago
  22. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 10 months ago
  23. 0dbd924 Add auto-fix for invalid experimental usages by Alan Viverette · 2 years, 10 months ago
  24. 5291633 Merge "Bump annotation-experimental to beta01" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  25. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 11 months ago
  26. 699585d Bump annotation-experimental to beta01 by Alan Viverette · 2 years, 10 months ago
  27. 727dc6b Upgrade to Metalava ab/7856580 by Aurimas Liutikas · 2 years, 10 months ago
  28. 7bfd1bb Revert "Upgrade to AGP 7.1.0-beta01." by Aurimas Liutikas · 2 years, 11 months ago
  29. eaad3e1 Upgrade to AGP 7.1.0-beta01. by Aurimas Liutikas · 2 years, 11 months ago
  30. 8f35f4f Migrate RestrictTo annotation to Kotlin by Aurimas Liutikas · 2 years, 11 months ago
  31. 928d4b6e Rename RestrictTo.java to RestrictTo.kt by Aurimas Liutikas · 2 years, 11 months ago
  32. 9aaf866 Merge "Avoid duplicate warning on Kotlin property access" into androidx-main by Treehugger Robot · 2 years, 11 months ago
  33. bcceba1 Merge "Update lint baselines to fix androidx-studio-integration" into androidx-main by Aurimas Liutikas · 2 years, 11 months ago
  34. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 11 months ago
  35. 692bdf8 Improve documentation formatting by Thales Lima · 2 years, 11 months ago
  36. 6fb1676 Avoid duplicate warning on Kotlin property access by Alan Viverette · 2 years, 11 months ago
  37. aebdfe7 'Update versions for release id 1632934800000 by Nick Anthony · 3 years ago
  38. c662d5c Merge "Move annotation to beta01" into androidx-main by Alan Viverette · 3 years ago
  39. 296c0bd Move annotation to beta01 by Alan Viverette · 3 years ago
  40. f787a86 Upgrade metalava to ab/7738715 by Aurimas Liutikas · 3 years ago
  41. fe9f07e Merge "Require 'message' field in @Discouraged" into androidx-main by Alan Viverette · 3 years ago
  42. e6b6083 Require 'message' field in @Discouraged by Kevin Jeon · 3 years ago
  43. bf494e1 Fix breakage in androidx-studio-integ branch by Alan Viverette · 3 years ago
  44. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 3 years, 1 month ago
  45. 4ca90be Upgrade to AGP 7.1.0-alpha08 by Aurimas Liutikas · 3 years, 1 month ago
  46. 1ddb6ed Update lint baselines based on tip of tree lint by Aurimas Liutikas · 3 years, 1 month ago
  47. 2996dc0 Detect method overrides in lambda expressions by Alan Viverette · 3 years, 2 months ago
  48. e737b22 Add support for detecting usages of annotations in overrides by Alan Viverette · 3 years, 2 months ago
  49. debe65f0 Eliminate duplicate reports, inspect called member's experimental scope by Alan Viverette · 3 years, 2 months ago
  50. c66c2a80 Add docs for project-wide opt-in, clean up strings by Alan Viverette · 3 years, 2 months ago
  51. 287e14a Merge "Revert "Add Vendor information to bundled lint checks"" into androidx-main by Tiem Song · 3 years, 2 months ago
  52. 9424752 Revert "Add Vendor information to bundled lint checks" by Tiem Song · 3 years, 2 months ago
  53. 2464eda Merge "Update to new version of metalava" into androidx-main by Aurimas Liutikas · 3 years, 2 months ago
  54. 5790b29 Update to new version of metalava by Aurimas Liutikas · 3 years, 3 months ago
  55. 159f5fe Merge "Add @Discouraged annotation" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  56. d91ed2d Add @Discouraged annotation by Kevin Jeon · 3 years, 4 months ago
  57. 5c05e73 Merge "Add Vendor information to bundled lint checks" into androidx-main by Tiem Song · 3 years, 2 months ago
  58. bedf097 Add Vendor information to bundled lint checks by Tiem Song · 3 years, 2 months ago
  59. e6b24ce Fix level extraction in ExperimentalDetector by Alan Viverette · 3 years, 2 months ago
  60. 9075182 Add support for opting in to annotations project-wide by Alan Viverette · 3 years, 2 months ago
  61. c73aa85 Update minimum lint version to 27.2.1 (API 8) by Alan Viverette · 3 years, 3 months ago
  62. 01d05de Run NewApi lint on tests by Alan Viverette · 3 years, 3 months ago
  63. 0044296 Migrate a miscellaneous set of libraries to Gradle version catalogs by Aurimas Liutikas · 3 years, 3 months ago
  64. c17630a Fix capitalization and decapitalization deprecations by Jim Sproch · 3 years, 3 months ago
  65. 0418fb4 Merge "Update lint baselines" into androidx-main by Alan Viverette · 3 years, 4 months ago
  66. 802403a Update lint baselines by Alan Viverette · 3 years, 4 months ago
  67. ed062b1 Stop using ConstantEvaluator, which doesn't work anymore for whatever reason by Alan Viverette · 3 years, 4 months ago
  68. fa7c1b4a Merge "Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  69. 1b7d92d According to Android Studio this is no longer needed by Aurimas Liutikas · 3 years, 4 months ago
  70. e238bad Upgrade to Kotlin 1.5.0, KSP to 1.5.0-1.0.0-alpha09 Test: bos by Jim Sproch · 3 years, 6 months ago
  71. 4411aa1 Update androidx to AGP 7.0-alpha15 by Alan Viverette · 3 years, 4 months ago
  72. 28da86a Merge "Add lint check for experimental annotation retention" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  73. 46ffbb5 Add lint check for experimental annotation retention by Alan Viverette · 3 years, 4 months ago
  74. a022412 Add tests to ensure lint API versions are current by Alan Viverette · 3 years, 4 months ago
  75. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 4 months ago
  76. 442742c Merge "Document the RestrictTo annotation for visibility in Studio docs popup" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  77. 4e0d55a Refactor experimental annotation tests, increase use case coverage by Alan Viverette · 3 years, 5 months ago
  78. 522bd64 Document the RestrictTo annotation for visibility in Studio docs popup by Alan Viverette · 3 years, 5 months ago
  79. 5877718 Add UiContext annotation in jetpack by Charles Chen · 4 years ago
  80. f3a0d6df Merge "Changes some correctness compose:ui lint checks to be warnings, not errors" into androidx-main by Louis Pullen-Freilich · 3 years, 6 months ago
  81. c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 3 years, 6 months ago
  82. dfc5204 Allow missing Deprecated and ReplaceWith annotations by Alan Viverette · 3 years, 6 months ago
  83. 1dfaf83 Merge "Create @GravityInt annotation" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  84. ef327b8 Merge "Deprecate @InspectableProperty" into androidx-main by Ember Rose · 3 years, 6 months ago
  85. cf2ec05 Deprecate @InspectableProperty by Ember Rose · 3 years, 6 months ago
  86. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 6 months ago
  87. a98c71e Create @GravityInt annotation by Ember Rose · 3 years, 7 months ago
  88. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  89. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  90. 13c3691 Move annotation-experimental to beta by Alan Viverette · 3 years, 8 months ago
  91. 053e7e6 Update androidx-master-dev references to new androidx-main branch by Alan Viverette · 3 years, 9 months ago
  92. 18277a1 Bump Core to 1.5.0-beta01 and Annotation to 1.2.0-beta01 by Nick Anthony · 3 years, 10 months ago
  93. 168e036 Remove -NewInference to start using NewInference. by Jim Sproch · 3 years, 9 months ago
  94. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 10 months ago
  95. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  96. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years ago
  97. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  98. 89b6048 Update annotation-experimental to support RequiresOptIn by Alan Viverette · 4 years ago
  99. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  100. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago