1. 7dc5c84 Merge changes Icd63b447,Ibb1d51ea into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  2. 1e2d4c4 Move remaining attach logic to FragmentStateManager by Ian Lake · 4 years, 6 months ago
  3. 57f2f66 First draft of FragmentStateManager moveToExpectedState() by Ian Lake · 4 years, 6 months ago
  4. e1ea150 Merge "Fix NPE in FragmentManager moveToState when using Robolectric" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  5. e3aab37 Fix NPE in FragmentManager moveToState when using Robolectric by Jeremy Woods · 4 years, 7 months ago
  6. 537ecd3 Merge "Clear non-active retained fragments" into androidx-master-dev by Treehugger Robot · 4 years, 6 months ago
  7. 892d135 Asking metalava to filter restrictto scopes by Jeff Gaston · 4 years, 8 months ago
  8. cc1133c Merge "Move makeActive/Inactive entirely to FragmentStore" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  9. a48dae9 Clear non-active retained fragments by Ian Lake · 4 years, 7 months ago
  10. e673830 Merge "ComponentActivity and Fragment set ViewTreeLifecycleOwner" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  11. 792f47b Move makeActive/Inactive entirely to FragmentStore by Ian Lake · 4 years, 7 months ago
  12. 47fd275 ComponentActivity and Fragment set ViewTreeLifecycleOwner by Adam Powell · 4 years, 7 months ago
  13. 01b62a1 Merge "Adjust the default fragment transition presets" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  14. 0fb5fcd Adjust the default fragment transition presets by Jeremy Woods · 4 years, 7 months ago
  15. f2f95b3 Merge "Move add/removeRetainedFragment logic to non config" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  16. 8ee0ef3 Merge "Check for null host in FragmentManager toString()" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  17. d10ec06 Move add/removeRetainedFragment logic to non config by Ian Lake · 4 years, 7 months ago
  18. d73a0b6 Properly destroy non-config of <fragment> tag by Ian Lake · 4 years, 7 months ago
  19. 81bde0f Check for null host in FragmentManager toString() by Jeremy Woods · 4 years, 7 months ago
  20. fc25069 Merge "Fix the flaky FragmentTransition showHide test" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  21. 0454dde Explicitly pass nonConfig to FragmentStateManager by Ian Lake · 4 years, 7 months ago
  22. 5cdf77d Fix the flaky FragmentTransition showHide test by Jeremy Woods · 4 years, 7 months ago
  23. bf193f0 Merge "Remove FragmentContainer from loadAnimation" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  24. 62de689 Remove FragmentContainer from loadAnimation by Ian Lake · 4 years, 7 months ago
  25. 12b33f9 Retrieve lifecycle parameters from FragmentManager by Ian Lake · 4 years, 7 months ago
  26. a4659c8 Make mHost and mContainer private by Ian Lake · 4 years, 7 months ago
  27. 865390b Merge "Ignore flaky Fragment hide/show transition tests" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  28. 0689784 Ignore flaky Fragment hide/show transition tests by Jeremy Woods · 4 years, 7 months ago
  29. 4a2e625 Dispatch manager state changes to FragmentStateManagers by Ian Lake · 4 years, 7 months ago
  30. 39cf7c6 Merge "Deprecate Fragment ViewPager adapters" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  31. 4d4887b Deprecate Fragment ViewPager adapters by Jeremy Woods · 4 years, 7 months ago
  32. 43bb4ae Merge "Remove sdk dirs from lint detector tests" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  33. 6a298f9 Merge "Remove FragmentManager dependency from FragmentTransition" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  34. d69661a Merge "Fix hide Transitions with reordering" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  35. df1c340 Remove sdk dirs from lint detector tests by Matthew Fraschilla · 4 years, 7 months ago
  36. a39315b Fix hide Transitions with reordering by Jeremy Woods · 4 years, 7 months ago
  37. a2070a6 Remove FragmentManager dependency from FragmentTransition by Ian Lake · 4 years, 7 months ago
  38. c4fbc5d0 Move LogWriter to only consuming artifact by Jake Wharton · 4 years, 7 months ago
  39. 176318e Merge "Update api lint baseline." into androidx-master-dev by Aurimas Liutikas · 4 years, 7 months ago
  40. 3d54e25 Merge "Remove usages of mocks in FragmentStoreTest" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  41. 9268d14 Remove usages of mocks in FragmentStoreTest by Ian Lake · 4 years, 7 months ago
  42. 6566e92 Merge changes from topics "metalava_update_2", "metalava_update_3" into androidx-master-dev by Aurimas Liutikas · 4 years, 7 months ago
  43. 191097e Merge "Move active and added fragments to FragmentStore" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  44. a196ccd Update api lint baseline. by Aurimas Liutikas · 4 years, 7 months ago
  45. 30297cd Regenerate API signature files by Aurimas Liutikas · 4 years, 7 months ago
  46. fd68f92 Move active and added fragments to FragmentStore by Ian Lake · 4 years, 7 months ago
  47. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 7 months ago
  48. 5ab8980 Clarify set/getFragmentFactory Javadoc re: child fragments by Ian Lake · 4 years, 7 months ago
  49. aaa61e2 Merge "Revert "Ensure views are visible when popping a reordered hide"" into androidx-master-dev by Jeremy Woods · 4 years, 7 months ago
  50. 7b5e2aa Merge "Revert "Clean up new methods in FragmentTransition"" into androidx-master-dev by Jeremy Woods · 4 years, 7 months ago
  51. 16aa78c Revert "Clean up new methods in FragmentTransition" by Jeremy Woods · 4 years, 7 months ago
  52. 8f2c784 Revert "Ensure views are visible when popping a reordered hide" by Jeremy Woods · 4 years, 7 months ago
  53. 3cddb4c Merge "Deprecate setRetainInstance() method in Fragment" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  54. 8ab0709 Ensure childFragment get initState() called when parent destroyed by Jeremy Woods · 4 years, 7 months ago
  55. 6c30a4b Add tests on Activity callbacks and Fragment lifecycle by Ian Lake · 4 years, 7 months ago
  56. b146651 Ensure markState correctly nests stopped events by Ian Lake · 4 years, 7 months ago
  57. ac96379 Move initState() call into FragmentStateManager by Ian Lake · 4 years, 7 months ago
  58. c06fb9f Move <fragment> tag state handling to FragmentStateManager by Ian Lake · 4 years, 7 months ago
  59. 3872057 Merge "Keep FragmentManager state consistent with Transactions" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  60. 866bc14 Keep FragmentManager state consistent with Transactions by Jeremy Woods · 4 years, 8 months ago
  61. 7b60a383 Ensure FragmentTransitionAnimTest start animations by Jeremy Woods · 4 years, 8 months ago
  62. 517fcce Deprecate setRetainInstance() method in Fragment by Jeremy Woods · 4 years, 8 months ago
  63. ec0bc68 Add documentation for setRetainInstance by Jeremy Woods · 4 years, 8 months ago
  64. e216291 Merge "Improve documentation for behavior without setUserVisibleHint" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  65. 8e1c6d0 Improve documentation for behavior without setUserVisibleHint by Jeremy Woods · 4 years, 8 months ago
  66. 5bb5ed0 Merge "Add tests for fragment transition epicenter calculation" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  67. 4332a0a Merge "Fix incorrect lint explanation string formats" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  68. 98a643d Clean up new methods in FragmentTransition by Jeremy Woods · 4 years, 8 months ago
  69. eca0ef7 Fix incorrect lint explanation string formats by Matthew Fraschilla · 4 years, 8 months ago
  70. 616f2c0 Ensure views are visible when popping a reordered hide by Jeremy Woods · 4 years, 8 months ago
  71. fcaf036 Add tests for fragment transition epicenter calculation by Jeremy Woods · 4 years, 8 months ago
  72. cf08568 Fix fragment transition epicenter calculation by Anders Järleberg · 4 years, 8 months ago
  73. 9cee648 Merge "Publish Fragment-Testing lint checks" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  74. 7ea74fa Cleanup incorrect KDoc links by Matthew Fraschilla · 4 years, 8 months ago
  75. 4fead8c Publish Fragment-Testing lint checks by Matthew Fraschilla · 4 years, 8 months ago
  76. 202250c Merge "Replace null assertions with lateinit" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  77. 3f24fe7 Replace null assertions with lateinit by Matthew Fraschilla · 4 years, 8 months ago
  78. 79f7196 Add lint check for correct Fragment-Testing configuration by Matthew Fraschilla · 4 years, 8 months ago
  79. a2c0e25 Rename Fragment LifecycleObserver Detector by Matthew Fraschilla · 4 years, 8 months ago
  80. b9fe07c Add lint check for unsafe BackPressedDispatcher callback in Fragment by Matthew Fraschilla · 4 years, 8 months ago
  81. e0ca38d Fix deprecation errors in FragmentTabHost by Ian Lake · 4 years, 8 months ago
  82. 1e58d35 Merge "Add Fragment-Testing lint module" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  83. 6da9928 Suppress deprecated API usage in fragment by Ian Lake · 4 years, 8 months ago
  84. ceb1435 Add Fragment-Testing lint module by Matthew Fraschilla · 4 years, 8 months ago
  85. dcf2dbb Merge "Change LintFix to use property access syntax" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  86. 14a5852 Merge "Drop DialogFragment callbacks if Dialog is gone" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  87. ab415b8 Change LintFix to use property access syntax by Matthew Fraschilla · 4 years, 8 months ago
  88. ad4b896 Drop DialogFragment callbacks if Dialog is gone by Jeremy Woods · 4 years, 8 months ago
  89. 21e24a5 Remove view destroyed check in FragentTransitionAnimTest by Jeremy Woods · 4 years, 8 months ago
  90. cceff90 Merge "Ensure that FragmentContainerView executes commit" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  91. 696974a Merge "Add support for cyclic call graphs" into androidx-master-dev by Matthew Fraschilla · 4 years, 8 months ago
  92. 1cad37f Ensure that FragmentContainerView executes commit by Jeremy Woods · 4 years, 8 months ago
  93. 5d081db Add support for cyclic call graphs by Matthew Fraschilla · 4 years, 8 months ago
  94. 0943b95 Merge "Remove post from FragmentTransitionAnimTest" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  95. a4b1e1c Merge "Add support for class attribute in FragmentContainerView" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  96. 819ff2e Merge "Updated Fragment's onInflate() documentation" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  97. b7f4e64 Add support for class attribute in FragmentContainerView by Jeremy Woods · 4 years, 8 months ago
  98. d8dfb92 Remove post from FragmentTransitionAnimTest by Jeremy Woods · 4 years, 8 months ago
  99. 0925b43 Updated Fragment's onInflate() documentation by Jeremy Woods · 4 years, 8 months ago
  100. afc9bf6 Merge "Revert "Add Fragment LiveData check to IssueRegistry"" into androidx-master-dev by Matthew Fraschilla · 4 years, 8 months ago