1. a4e7e2b Opt-in d,e,f,g-prefixed projects to Suppress Compatibility migration by Alan Viverette · 2 years, 6 months ago
  2. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 2 years, 6 months ago
  3. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 2 years, 6 months ago
  4. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 2 years, 6 months ago
  5. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 2 years, 6 months ago
  6. 809bce6 Update versions for release id 1681923600000 by natnaelbelay · 2 years, 7 months ago
  7. f532322 Bump Fragment to 1.6.0-beta01 by Jeremy Woods · 2 years, 7 months ago
  8. 4080c22 Update OWNERS files by Aurimas Liutikas · 2 years, 9 months ago
  9. 7d333fc Merge "removing explicit setting of library groups" into androidx-main by Jeff Gaston · 3 years ago
  10. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 3 years ago
  11. 2e1976ff Update current API signature after Metalava update by Jinseong Jeon · 3 years ago
  12. 9520a9d Merge "Add a fragment-testing-manifest artifact." into androidx-main by Treehugger Robot · 3 years ago
  13. 144c512 Merge "Mark launchFragment as @Ignore" into androidx-main by Treehugger Robot · 3 years ago
  14. 1193227 Mark launchFragmentInContainer as @Ignore by Tiem Song · 3 years ago
  15. c3d72bf Mark launchFragment as @Ignore by Tiem Song · 3 years ago
  16. 0292adb Add a fragment-testing-manifest artifact. by Brett Chabot · 3 years ago
  17. cd2c501 Fix FragmentScenario java doc by Jeremy Woods · 3 years, 1 month ago
  18. 0ef548d Merge "Enable multidex for fragment-testing project" into androidx-main am: 5f2bfeab8b by Treehugger Robot · 3 years, 5 months ago
  19. 7d0d631 Enable multidex for fragment-testing project by Aurimas Liutikas · 3 years, 5 months ago
  20. cea7d45 Update versions for release id 1650474000000 by Nick Anthony · 3 years, 7 months ago
  21. 1ef39a8 Update versions for release id 1650474000000 by Nick Anthony · 3 years, 7 months ago
  22. 3a5c624 Merge "Update to Kotlin 1.6.20" into androidx-main am: 1f672764e6 by Aurimas Liutikas · 3 years, 7 months ago
  23. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 3 years, 7 months ago
  24. f1d1629 Move SavedState, Lifecycle, Activity, Fragment, and Nav to Beta01 by Jeremy Woods · 3 years, 7 months ago
  25. f6db431 Deprecate old Fragment Menu APIs by Sanura N'Jaka · 3 years, 8 months ago
  26. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 3 years, 8 months ago
  27. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 3 years, 10 months ago
  28. 0e1d658 Remove RestrictTo from internal items in navigation and fragment by Aurimas Liutikas · 4 years ago
  29. 84aea5a Change flans to ToT dependencies by Jeremy Woods · 4 years ago
  30. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 4 years, 1 month ago
  31. 6273a95 Revert^2 "Update metalava to ab/7813966" by Aurimas Liutikas · 4 years, 1 month ago
  32. 05ed6b4 Merge "Revert "Update metalava to ab/7813966"" into androidx-main by Aurimas Liutikas · 4 years, 1 month ago
  33. 1557f6f Revert "Update metalava to ab/7813966" by Aurimas Liutikas · 4 years, 1 month ago
  34. 3d843c9 Merge "Update metalava to ab/7813966" into androidx-main by Aurimas Liutikas · 4 years, 1 month ago
  35. 38ba3bd68 Update metalava to ab/7813966 by Aurimas Liutikas · 4 years, 1 month ago
  36. 6afe4f0 Update versions for release id 1635267600000 by Nick Anthony · 4 years, 1 month ago
  37. c241d08 Merge "Bump Fragment and Nav to beta" into androidx-main by Treehugger Robot · 4 years, 1 month ago
  38. 884d22e Bump Fragment and Nav to beta by Jeremy Woods · 4 years, 1 month ago
  39. 210f875 Update lint baselines once again. by Aurimas Liutikas · 4 years, 1 month ago
  40. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 4 years, 1 month ago
  41. 15d5a9d Introduce CreationExtras by Sergey Vasilinets · 4 years, 2 months ago
  42. 1504f31 Deprecate OnLifecycleEvent annotation by Sergey Vasilinets · 4 years, 3 months ago
  43. 927300f Rewrite ViewModelProvider to kotlin by Sergey Vasilinets · 4 years, 5 months ago
  44. bc1dbeb Migrate FLAN to use Gradle Version Catalogs by Aurimas Liutikas · 4 years, 6 months ago
  45. 054934d Don't generate empty lint baseline files by Alan Viverette · 4 years, 7 months ago
  46. 9bf4f7e Rename libs extra to excludes by Aurimas Liutikas · 4 years, 7 months ago
  47. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 4 years, 7 months ago
  48. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 4 years, 9 months ago
  49. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 4 years, 9 months ago
  50. f208704 [GH] Make FragmentScenario closeable by Simon Schiller · 4 years, 10 months ago
  51. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 4 years, 10 months ago
  52. 9cfc7dc8 Update @param syntax in kotlin to not use angle brackets by Owen Gray · 5 years ago
  53. 0f8ab2b Don't allow initializing FragmentScenario with DESTROYED by Jeremy Woods · 5 years ago
  54. 11ed4f0 Move FragmentScenario to Kotlin by Ian Lake · 5 years ago
  55. a3d4533 Update Fragments to 1.3.0-beta02 by Ian Lake · 5 years ago
  56. ef9ecd3 Convert fragment-ktx+testing to Kotlin Explicit API mode by Ian Lake · 5 years ago
  57. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 5 years ago
  58. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 5 years ago
  59. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 5 years ago
  60. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 5 years ago
  61. 845ea0a Formatting for ktlint 0.39.0 by Jeff Gaston · 5 years ago
  62. f913692 Move Fragment to 1.3.0-beta01 by Ian Lake · 5 years ago
  63. 6735e50 Use current.ignore for tracking API check exceptions by Alan Viverette · 5 years ago
  64. 23f4b08 Support setting the initial state in FragmentScenario by Ian Lake · 5 years ago
  65. 081112f Add FragmentScenario.withFragment for returning a result by Ian Lake · 5 years ago
  66. a149a7d Bump Activity and Fragment to alpha07 by Ian Lake · 5 years ago
  67. 1264c0d Remove warnings in FragmentScenario by Jeremy Woods · 5 years ago
  68. 87f4c98 Use setMaxLifecycle for FragmentScenario moveToState by Jeremy Woods · 5 years ago
  69. fa0bb11 Merge "Move coverage to only be enabled in CI." into androidx-master-dev by Treehugger Robot · 5 years ago
  70. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 5 years ago
  71. 4f4aed5 Regenerate old API files using new metalava. by Aurimas Liutikas · 5 years ago
  72. 3ec1672 Start tracking annotations that come from the classpath. by Aurimas Liutikas · 5 years ago
  73. e795d3e Revert "Revert "Bump Activity and Fragment to alpha06"" by Ian Lake · 5 years ago
  74. f71f885 Revert "Bump Activity and Fragment to alpha06" by Ian Lake · 6 years ago
  75. 40eb5e3 Bump Activity and Fragment to alpha06 by Ian Lake · 6 years ago
  76. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 6 years ago
  77. 662adba Bump Activity, Fragment, Lifecycle, Navigation versions by Ian Lake · 6 years ago
  78. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 6 years ago
  79. 5bc8b48 Re-enable overflow menu testing in FragmentScenario by Ian Lake · 6 years ago
  80. 8e78148 Bump Fragment version to 1.3.0-alpha04 by Jeremy Woods · 6 years ago
  81. 2cf4e03 Bump fragment to 1.3.0-alpha03 by Jeremy Woods · 6 years ago
  82. c7ab969 Use public API for compile dependency classpath. by Aurimas Liutikas · 6 years ago
  83. 5e3ad2f Add a @LayoutId constructor to DialogFragment by Ian Lake · 6 years ago
  84. 35cf90f4 Update LibraryVersions for Fragment 1.3.0-alpha02 by Ian Lake · 6 years ago
  85. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 6 years ago
  86. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 6 years ago
  87. 0e522bb Updates for latest metalava by Jeff Gaston · 6 years ago
  88. 892d135 Asking metalava to filter restrictto scopes by Jeff Gaston · 6 years ago
  89. a1fc67c Regenerate old API files. by Aurimas Liutikas · 6 years ago
  90. 4fead8c Publish Fragment-Testing lint checks by Matthew Fraschilla · 6 years ago
  91. 1c6ccfb Move lifecycle, activity, fragment, and navigation to alpha by Ian Lake · 6 years ago
  92. c378b9a Increment activity, fragment, lifecycle, transtion to rc01 by Nick Anthony · 6 years ago
  93. 7b6df51 Remove duplicate dependencies by Matthew Fraschilla · 6 years ago
  94. 6f072e1c Beta: lifecycle, activity, fragment, transition by Ian Lake · 6 years ago
  95. 09286e6 Update versions after September 18th Release by Nick Anthony · 6 years ago
  96. 1d4e691 Deprecate Fragment getFragmentManager and requireFragmentManager by Jeremy Woods · 6 years ago
  97. b08258a Update versions after September 5th release by Nick Anthony · 6 years ago
  98. cd1aae0 Track experimental API surface by Alan Viverette · 6 years ago
  99. 227bd94 Update versions after August 7th Release by Nick Anthony · 6 years ago
  100. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 6 years ago