1. df1256c Merge "Fix OnCreateDialogIncorrectCallback lint on empty java classes" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  2. 52b1661 Fix OnCreateDialogIncorrectCallback lint on empty java classes by Jeremy Woods · 3 years, 1 month ago
  3. 1f3f6c0 Merge "Have FragmentViewLifecycleOwner implement HasDefaultViewModelProviderFactory" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  4. b38c8100 Merge "Fix fragment result with parcelables" into androidx-main by Treehugger Robot · 3 years, 1 month ago
  5. 9732b80 Have FragmentViewLifecycleOwner implement HasDefaultViewModelProviderFactory by Sanura N'Jaka · 3 years, 1 month ago
  6. 98e0bfd Fix restoreBackStack() when saveBackStack() is pending by Ian Lake · 3 years, 1 month ago
  7. 4776f59 Fix fragment result with parcelables by Jeremy Woods · 3 years, 1 month ago
  8. 19cf489 Add restoreBackStack records to the back stack by Ian Lake · 3 years, 1 month ago
  9. 887892c Merge "Don't generate empty lint baseline files" into androidx-main by Alan Viverette · 3 years, 1 month ago
  10. 1912308 Merge "[GH] [Fragment] Add lint warning for calling setOnCancelListener and setOnDismissListener in onCreateDialog()" into androidx-main by Jeremy Woods · 3 years, 1 month ago
  11. b84932e Add an API to get the fragment that was most recently added by Sanura N'Jaka · 3 years, 2 months ago
  12. 95ca5e2 [GH] [Fragment] Add lint warning for calling setOnCancelListener and setOnDismissListener in onCreateDialog() by Merab Tato Kutalia · 3 years, 1 month ago
  13. 054934d Don't generate empty lint baseline files by Alan Viverette · 3 years, 1 month ago
  14. 07ca2b6 Document the no saved state case for restoreBackStack() by Ian Lake · 3 years, 1 month ago
  15. 3deeb20 Merge "Fix sharedElement transitions for ViewGroups" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  16. f8f1666 Fix sharedElement transitions for ViewGroups by Jeremy Woods · 3 years, 2 months ago
  17. 076c241 Merge "Fix window insets dispatch for API 29" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  18. ae19215 Fix window insets dispatch for API 29 by Jeremy Woods · 3 years, 2 months ago
  19. 7168d15 Fixed javaDoc for FragmentTransaction.setCustomAnimations by Sanura N'Jaka · 3 years, 2 months ago
  20. daee68d Merge "Moving test strings.xml files to donottranslate-strings.xml" into androidx-main by Jeff Gaston · 3 years, 2 months ago
  21. 2923f39 Move to targeting Java 8 for all androidx libraries by Aurimas Liutikas · 3 years, 2 months ago
  22. 8c82807 Moving test strings.xml files to donottranslate-strings.xml by Jeff Gaston · 3 years, 2 months ago
  23. 9bf4f7e Rename libs extra to excludes by Aurimas Liutikas · 3 years, 2 months ago
  24. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 2 months ago
  25. 31b10c2 Remove old state manager code from fragments by Jeremy Woods · 3 years, 2 months ago
  26. 692191c Merge "Look at DialogFragment inflated layout before the dialog's" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  27. b72c198 Look at DialogFragment inflated layout before the dialog's by Jeremy Woods · 3 years, 2 months ago
  28. bff148b Merge "Fix hide() transitions for new state manager" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  29. a8fe25b Merge "[GH] [Fragment] Add lint warning for calling LayoutInflater.from() in DialogFragment" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  30. f12ab22 Fix hide() transitions for new state manager by Jeremy Woods · 3 years, 2 months ago
  31. 1407ad3 Merge "Add new line to FragmentStore dump()" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  32. 53ef2a3 [GH] [Fragment] Add lint warning for calling LayoutInflater.from() in DialogFragment by Merab Tato Kutalia · 3 years, 2 months ago
  33. 78161c6 Add new line to FragmentStore dump() by Jeremy Woods · 3 years, 2 months ago
  34. 5e9ec57 [GH] [FragmentStrictMode] Make APIs public by Simon Schiller · 3 years, 2 months ago
  35. a07084a Merge "Yigit is the new Jake" into androidx-main by Alan Viverette · 3 years, 2 months ago
  36. d0604e2 Add compose:test-utils to FAN playgrounds by Dustin Lam · 3 years, 2 months ago
  37. 00e327d Merge "Fix popEnter animations when popping setPrimaryNavFragment" into androidx-main by Treehugger Robot · 3 years, 2 months ago
  38. 7a15383 Fix popEnter animations when popping setPrimaryNavFragment by Jeremy Woods · 3 years, 2 months ago
  39. 161a33e Ensure FragmentContainerView dispatches insets once by Jeremy Woods · 3 years, 2 months ago
  40. 307ff63 Yigit is the new Jake by Alan Viverette · 3 years, 2 months ago
  41. ce0a184 Merge "Save ViewModels when saving and restore the back stack" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  42. 3645a0d Save ViewModels when saving and restore the back stack by Ian Lake · 3 years, 3 months ago
  43. 210840d Merge "[GH] [FragmentStrictMode] Detect wrong Fragment container usage" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  44. df2d4fd [GH] [FragmentStrictMode] Detect wrong Fragment container usage by Simon Schiller · 3 years, 3 months ago
  45. 5104c7c Add the API to restore a saved back stack by Ian Lake · 3 years, 3 months ago
  46. cac5a59 Make saveBackStack() actually save the back stack state by Ian Lake · 3 years, 3 months ago
  47. 800b6a2 Centralize FragmentState storage in FragmentStore by Ian Lake · 3 years, 3 months ago
  48. 0c7f707 Merge "Add multidex to Fragment's androidTest" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  49. a2e1a07 Add multidex to Fragment's androidTest by Jeremy Woods · 3 years, 3 months ago
  50. 9719885 [GH] [FragmentStrictMode] Detect Fragment reuse by Simon Schiller · 3 years, 3 months ago
  51. 57ca221 [GH] [FragmentStrictMode] Detect <fragment> tag usage by Simon Schiller · 3 years, 3 months ago
  52. f796782 [GH] [FragmentStrictMode] Detect calls to Fragment#setTargetFragment by Simon Schiller · 3 years, 3 months ago
  53. 909ebda [GH] [FragmentStrictMode] Detect calls to Fragment#setRetainInstance by Simon Schiller · 3 years, 3 months ago
  54. 9f2cb33 Merge "Build infrastructure for collapsing transactions" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  55. 02fd9fa Merge "Update fragment activity and lifecycle dependencies" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  56. a7835d0 Build infrastructure for collapsing transactions by Ian Lake · 3 years, 3 months ago
  57. 253457c Update fragment activity and lifecycle dependencies by Jeremy Woods · 3 years, 3 months ago
  58. 1cd7174 Add tests for BackStackRecord.expandOps by Ian Lake · 3 years, 3 months ago
  59. 24d4177 Merge "Add playground OWNERS to FLAN playground settings.gradle" into androidx-main by Dustin Lam · 3 years, 3 months ago
  60. ea125e4 Add playground OWNERS to FLAN playground settings.gradle by Dustin Lam · 3 years, 3 months ago
  61. 4c702a9 Ensure fragments animate in the same direction by Jeremy Woods · 3 years, 3 months ago
  62. cb3b96b [GH] [FragmentStrictMode] Detect calls to Fragment#setUserVisibleHint by Simon Schiller · 3 years, 4 months ago
  63. a151b34 Merge "Add API to support Fragment performing Activity-transition" into androidx-main by Treehugger Robot · 3 years, 3 months ago
  64. 6ea4419 Add API to support Fragment performing Activity-transition by Ming-Shin Lu · 3 years, 5 months ago
  65. ae6aff9 Ensure Fragments do not clear view transitionNames by Jeremy Woods · 3 years, 4 months ago
  66. aa3f8b4 Merge "Fix fragment-ktx kdocs" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  67. 6dc219c Fix fragment-ktx kdocs by Jeremy Woods · 3 years, 4 months ago
  68. 6bb16db Merge "Let FragmentViewLifecycleOwner implement ViewModelStoreOwner" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  69. d938453 Let FragmentViewLifecycleOwner implement ViewModelStoreOwner by Ian Lake · 3 years, 4 months ago
  70. 39b483d [GH] Call FragmentStrictMode listeners on main thread of host by Simon Schiller · 3 years, 4 months ago
  71. 6e75af8 Add ActivityScenarioRule.withActivity by Ian Lake · 3 years, 4 months ago
  72. 8de21be Split BackStackRecordStateTest by Ian Lake · 3 years, 4 months ago
  73. 7f2434b Rename test suite to match class under test by Ian Lake · 3 years, 4 months ago
  74. 95cf51f Merge "Add infra for saving/restoring BackStackStates" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  75. f58adcc Merge "Add test for only doing a shared element return" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  76. 7cc56d8 Merge "Add @inheritDoc to override methods in FragmentActivity" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  77. 032e2b7 Add test for only doing a shared element return by Jeremy Woods · 3 years, 4 months ago
  78. f54b6d3 Add infra for saving/restoring BackStackStates by Ian Lake · 3 years, 4 months ago
  79. d38b06e Merge "Disallow retained fragments in saveBackStack()" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  80. 7db1719 Disallow retained fragments in saveBackStack() by Ian Lake · 3 years, 4 months ago
  81. 442657c Merge "Complete transitions if the container is not laid out" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  82. 65cabf4 Add @inheritDoc to override methods in FragmentActivity by Jeremy Woods · 3 years, 4 months ago
  83. e23260c Remove extra end brace from toString() by Jeremy Woods · 3 years, 4 months ago
  84. 081f27a Complete transitions if the container is not laid out by Jeremy Woods · 3 years, 4 months ago
  85. b5c3c20 Merge "Update signatures and baselines for metalava update" into androidx-main by Aurimas Liutikas · 3 years, 4 months ago
  86. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 4 months ago
  87. b8a124b Merge "Set ViewTree owners for dialogs in DialogFragment" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  88. cfc31d1 Merge "Invalidate menus on show/hide" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  89. 71725b8 Invalidate menus on show/hide by Jeremy Woods · 3 years, 4 months ago
  90. 75ee4a9 Set ViewTree owners for dialogs in DialogFragment by Jeremy Woods · 3 years, 4 months ago
  91. 740c3fb Merge "Only setFocusedView for entering fragments" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  92. 38d0ad0 Only setFocusedView for entering fragments by Jeremy Woods · 3 years, 4 months ago
  93. 35f3a84 Merge "Ensure inflated fragments that are recreated are shown" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  94. 9821a81 Ensure inflated fragments that are recreated are shown by Jeremy Woods · 3 years, 4 months ago
  95. 29d6ab4 Merge "Only run FragmentFinishEarlyTest on APIs 24+" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  96. b58388c Merge "Add BackStackState infrastructure" into androidx-main by Treehugger Robot · 3 years, 4 months ago
  97. f2b5ef1 Merge changes Idd47b840,I45a6e9f2 into androidx-main by Treehugger Robot · 3 years, 4 months ago
  98. fe00de0 Add BackStackState infrastructure by Ian Lake · 3 years, 4 months ago
  99. 7bd0547 Let FragmentState own instantiation of a fragment by Ian Lake · 3 years, 4 months ago
  100. d4c3a77 Merge "Fix inflating <fragment> tag without a container" into androidx-main by Treehugger Robot · 3 years, 4 months ago