1. 442742c Merge "Document the RestrictTo annotation for visibility in Studio docs popup" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  2. 4e0d55a Refactor experimental annotation tests, increase use case coverage by Alan Viverette · 3 years, 5 months ago
  3. 522bd64 Document the RestrictTo annotation for visibility in Studio docs popup by Alan Viverette · 3 years, 5 months ago
  4. 5877718 Add UiContext annotation in jetpack by Charles Chen · 4 years ago
  5. 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
  6. c55cc17e Changes some correctness compose:ui lint checks to be warnings, not errors by Louis Pullen-Freilich · 3 years, 6 months ago
  7. dfc5204 Allow missing Deprecated and ReplaceWith annotations by Alan Viverette · 3 years, 7 months ago
  8. 1dfaf83 Merge "Create @GravityInt annotation" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  9. ef327b8 Merge "Deprecate @InspectableProperty" into androidx-main by Ember Rose · 3 years, 7 months ago
  10. cf2ec05 Deprecate @InspectableProperty by Ember Rose · 3 years, 7 months ago
  11. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 7 months ago
  12. a98c71e Create @GravityInt annotation by Ember Rose · 3 years, 7 months ago
  13. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  14. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  15. 13c3691 Move annotation-experimental to beta by Alan Viverette · 3 years, 8 months ago
  16. 053e7e6 Update androidx-master-dev references to new androidx-main branch by Alan Viverette · 3 years, 9 months ago
  17. 18277a1 Bump Core to 1.5.0-beta01 and Annotation to 1.2.0-beta01 by Nick Anthony · 3 years, 10 months ago
  18. 168e036 Remove -NewInference to start using NewInference. by Jim Sproch · 3 years, 10 months ago
  19. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  20. 74cc259 Migrate all projects with CompilationTarget.HOST to use LibraryType. by Owen Gray · 4 years ago
  21. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years ago
  22. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  23. 89b6048 Update annotation-experimental to support RequiresOptIn by Alan Viverette · 4 years ago
  24. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  25. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  26. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 4 years ago
  27. cc52496 Formatting for ktlint 0.39.0 by Jeff Gaston · 4 years ago
  28. 2e18d10 Merge "Add @DoNotInline annotation" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  29. d50d11e Add @DoNotInline annotation by Oussama Ben Abdelbaki · 4 years, 1 month ago
  30. 6cdb83e Enable new inference (for most modules) by Jim Sproch · 4 years, 1 month ago
  31. 6735e50 Use current.ignore for tracking API check exceptions by Alan Viverette · 4 years, 1 month ago
  32. 6770ea5 Remove stray signature files. by Aurimas Liutikas · 4 years, 2 months ago
  33. d257853 Lint check to to detect utility classes and suggest making them by Oussama Ben Abdelbaki · 4 years, 3 months ago
  34. afd4a79 Update to a new version of Metalava by Aurimas Liutikas · 4 years, 3 months ago
  35. ce3f4fb Fix API versions for all issue registries. by Rahul Ravikumar · 4 years, 3 months ago
  36. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 3 months ago
  37. 6e46ab2 Bump annotation version after release by Nick Anthony · 4 years, 4 months ago
  38. 62cc9c2 Add @ChecksSdkIntAtLeast annotation by Tor Norbye · 4 years, 5 months ago
  39. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 5 months ago
  40. 0b49223 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 4 years, 5 months ago
  41. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 5 months ago
  42. e0e830a Add documented to type-like and precondition annotations by Jake Wharton · 4 years, 5 months ago
  43. 9605ee3 Kotlin rebase by Jim Sproch · 4 years, 7 months ago
  44. a820bd9 Fix annotations.xml relative path in ProductionVisibility by Amaury Medeiros · 4 years, 5 months ago
  45. 6b98755 Adds `generateDocs` flag to allow opting out for docs generation by Louis Pullen-Freilich · 4 years, 6 months ago
  46. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 6 months ago
  47. fd22012 Fix doc typo by Oussama Ben Abdelbaki · 4 years, 6 months ago
  48. feef695c Revert "Revert "Refactors sample module directory structure"" by Louis Pullen-Freilich · 4 years, 6 months ago
  49. 39594d7 Revert "Refactors sample module directory structure" by Sam Gilbert · 4 years, 6 months ago
  50. 80c5948 Refactors sample module directory structure by Louis Pullen-Freilich · 4 years, 6 months ago
  51. 8c7610e Updates SampledAnnotationEnforcer to handle module dependencies better by Louis Pullen-Freilich · 4 years, 6 months ago
  52. bb9bd14 Don't publish experimental-lint by Alan Viverette · 4 years, 7 months ago
  53. abc17c1 Merge "Additional regression tests for static and inline usage" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  54. 669678a Merge "Ignore Proguard warnings for Kotlin meta-annotations" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  55. 96cb8bf Additional regression tests for static and inline usage by Alan Viverette · 5 years ago
  56. 2edfb19 Merge "Add missing `api` properties to IssueRegistries" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  57. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  58. 2830d71 Add missing `api` properties to IssueRegistries by Zac Sweers · 4 years, 8 months ago
  59. d879396 Update api lint baselines. by Aurimas Liutikas · 4 years, 8 months ago
  60. c78e441 Ignore Proguard warnings for Kotlin meta-annotations by Alan Viverette · 4 years, 8 months ago
  61. 07ff947 Add support for multiple marker classes by migrating to Kotlin by Alan Viverette · 4 years, 9 months ago
  62. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 10 months ago
  63. df1c340 Remove sdk dirs from lint detector tests by Matthew Fraschilla · 4 years, 10 months ago
  64. 30297cd Regenerate API signature files by Aurimas Liutikas · 4 years, 10 months ago
  65. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 10 months ago
  66. f14f38f Update api lint baseline files. by Aurimas Liutikas · 4 years, 10 months ago
  67. 9ec1090 Add missing 1.0.0 stable api docs to annotation-experimental by Dustin Lam · 4 years, 11 months ago
  68. 12685d8 Merge "Move annotation-experimental to 1.1.0-alpha01" into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  69. 0b58731 API lint check for the ArrayReturn is enabled for androidx by Sergey · 5 years ago
  70. f5445b3 Move annotation-experimental to 1.1.0-alpha01 by Nick Anthony · 5 years ago
  71. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 5 years ago
  72. 05f38f2 Migrate to using java-library plugin instead of java. by Aurimas Liutikas · 5 years ago
  73. 0bc38a3 Turn off ref docs for annotation-experimental-lint integration-tests by Nick Anthony · 5 years ago
  74. bbc309c Bump annotation-experimental to rc01 by Dustin Lam · 5 years ago
  75. 400408a Update benchmark and annotation-experimental to beta by Chris Craik · 5 years ago
  76. cd1aae0 Track experimental API surface by Alan Viverette · 5 years ago
  77. 55024ed Use ConstantEvaluator to ensure correct attribute extraction by Alan Viverette · 5 years ago
  78. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 5 years ago
  79. 06b4057 Fix broken link by Alex Saveau · 5 years ago
  80. 1dec094 Merge "Generate API files for Experimental annotation, fix API tracking" into androidx-master-dev by Rahul Ravikumar · 5 years ago
  81. 74c39ff Move annotation library to the standard directory. by Aurimas Liutikas · 5 years ago
  82. 62baf41 Generate API files for Experimental annotation, fix API tracking by Alan Viverette · 5 years ago
  83. d816e02 Merge changes from topic "exp_pkg_tests" into androidx-master-dev by Alan Viverette · 5 years ago
  84. f9515b1 Tabs! by Louis Pullen-Freilich · 5 years ago
  85. 04ae69b Add tests for package-level use of @Experimental annotation by Alan Viverette · 5 years ago
  86. 51cb682 Fix a bug with obtaining fully-qualified types from Kotlin code by Alan Viverette · 5 years ago
  87. 0262c2b Move Experimental annotation to androidx.annotation.experimental package by Alan Viverette · 5 years ago
  88. 7ed35cb Embed annotation-experimental project directly into test by Alan Viverette · 5 years ago
  89. 1a9ac2a Add linting for usage of Kotlin @Experimental from Java code by Alan Viverette · 5 years ago
  90. 3750379 Restructure tests, add tests for Kotlin usage of Java annotation by Alan Viverette · 5 years ago
  91. 4ca239d Add @Experimental annotation and Lint check by Alan Viverette · 5 years ago
  92. c416903 Adds @Sampled annotation and corresponding lint checks by Louis Pullen-Freilich · 5 years ago