1. 20f7c62 Move ACTIVITY_CREATED to FragmentStateManager by Ian Lake · 4 years, 8 months ago
  2. 586ebfe Explicitly map Lifecycle.State values to Fragment state by Ian Lake · 4 years, 8 months ago
  3. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 4 years, 8 months ago
  4. b9f4432 Merge "Add Nullability annotations to non-public methods in FragmentManager" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  5. 75b7da5 Merge "Remove ReferenceEquality SuppressWarnings from FragmentManager" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  6. 7a9c18b Merge "Include fragment lint checks in fragment base module" into androidx-master-dev by Matthew Fraschilla · 4 years, 8 months ago
  7. c6d5117 Add Nullability annotations to non-public methods in FragmentManager by Jeremy Woods · 4 years, 8 months ago
  8. a39e53a Merge "Remove usage of restricted DebugUtils.buildShortClassTag" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  9. b7f0402 Remove ReferenceEquality SuppressWarnings from FragmentManager by Jeremy Woods · 4 years, 8 months ago
  10. de2740b Remove usage of restricted DebugUtils.buildShortClassTag by Ian Lake · 4 years, 8 months ago
  11. 47de792 Include fragment lint checks in fragment base module by Matthew Fraschilla · 4 years, 8 months ago
  12. 563af1b Merge "Fix error-prone issues in fragment" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  13. b507eba Fix error-prone issues in fragment by Jeremy Woods · 4 years, 8 months ago
  14. 4707481 Create lint warning for fragment tag by Matthew Fraschilla · 4 years, 8 months ago
  15. dbdc346 Merge changes If65bce1b,Id05f4e78,I4602a498 into androidx-master-dev by Ian Lake · 4 years, 8 months ago
  16. 669381d Move attach/detach to FragmentStateManager by Ian Lake · 4 years, 8 months ago
  17. bef266f Move create/destroy to FragmentStateManager by Ian Lake · 4 years, 8 months ago
  18. 0d32170b Move restoreState() out of moveToState() by Ian Lake · 4 years, 8 months ago
  19. 9e447b8 Create Fragment lint module by Matthew Fraschilla · 4 years, 8 months ago
  20. 33351dc Merge "Add documentation around setCustomAnimations" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  21. 46d5d63 Add documentation around setCustomAnimations by Jeremy Woods · 4 years, 8 months ago
  22. eae40cf Rename FragmentAnimationTests to Animation(s) instead of Animator(s) by Jeremy Woods · 4 years, 8 months ago
  23. 143fda9 Add Truth assertions for Fragment isAdded state by Matthew Fraschilla · 4 years, 8 months ago
  24. 359974e Move start/resume/pause/stop to FragmentStateManager by Ian Lake · 4 years, 8 months ago
  25. 46d30b3 Merge "Create Fragment Truth module" into androidx-master-dev by Matthew Fraschilla · 4 years, 8 months ago
  26. ef2b2b8 Create Fragment Truth module by Matthew Fraschilla · 4 years, 8 months ago
  27. 7b6df51 Remove duplicate dependencies by Matthew Fraschilla · 4 years, 8 months ago
  28. b49f81b Merge "Allow FragmentContainerView to call setLayoutTranstion below API 18" into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  29. e2e7b12 Remove Log.w usage in FragmentManager by Ian Lake · 4 years, 8 months ago
  30. 2882e14 Allow FragmentContainerView to call setLayoutTranstion below API 18 by Jeremy Woods · 4 years, 9 months ago
  31. 6f072e1c Beta: lifecycle, activity, fragment, transition by Ian Lake · 4 years, 8 months ago
  32. e8b3b27 Merge changes from topic "androidx_transitions" into androidx-master-dev by Ian Lake · 4 years, 8 months ago
  33. 5da219c Fix androidx transitions for Fragments by Jeremy Woods · 4 years, 9 months ago
  34. fb9531d setLayoutTransitionUnsupported add fails test by SatoShun · 4 years, 8 months ago
  35. 7df220f Merge "Use CancellationSignal instead of ExitAnimationCompleteMarker" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  36. 011d738 Merge "Fix FragmentAnimatorTest occasional timeout" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  37. 01f81f3 Use CancellationSignal instead of ExitAnimationCompleteMarker by Jeremy Woods · 4 years, 9 months ago
  38. bf405b8 Fix FragmentAnimatorTest occasional timeout by Matthew Fraschilla · 4 years, 9 months ago
  39. 61497f9 Have FragmentStateManager compute the Fragment's max state by Ian Lake · 4 years, 9 months ago
  40. 6cf9388 Fix flaky startOrderingAfterSave() test by Ian Lake · 4 years, 9 months ago
  41. eea06fb Merge "Simplify moveToState logic for detached fragments" into androidx-master-dev by Ian Lake · 4 years, 9 months ago
  42. f6472c5 Fix flaky drawDisappearingChildViewsFirst Test by Jeremy Woods · 4 years, 9 months ago
  43. d5e846b Simplify moveToState logic for detached fragments by Ian Lake · 4 years, 9 months ago
  44. 616839f @LargeTest FragmentContainerViewTest & UserVisibleHintTest by Ian Lake · 4 years, 9 months ago
  45. 4365cd2 Merge "Update versions after September 18th Release" into androidx-master-dev by Nick Anthony · 4 years, 9 months ago
  46. 09286e6 Update versions after September 18th Release by Nick Anthony · 4 years, 9 months ago
  47. ecb8e57 Add ordering test around setUserVisibleHint=false by Ian Lake · 4 years, 9 months ago
  48. 34a8629 Require FragmentContainerView with name has an id by Jeremy Woods · 4 years, 9 months ago
  49. f68a1e3 Allow support for name and tag in FragmentContainerView by Jeremy Woods · 4 years, 9 months ago
  50. 6527faa Merge "Ensure container is an instance of a ViewGroup before casting" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  51. bb8909f Move StrictFragment and TargetTracking to testutils by Jeremy Woods · 4 years, 9 months ago
  52. 1bad707 Ensure container is an instance of a ViewGroup before casting by Jeremy Woods · 4 years, 9 months ago
  53. 6e3bf26 Merge "Use Log.isLoggable() for FragmentManager debug logging" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  54. ec7241e Merge "Switch Fragment and Navigation to use Activity prebuilts" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  55. 5c7d127 Switch Fragment and Navigation to use Activity prebuilts by Ian Lake · 4 years, 9 months ago
  56. 0e8982a Merge "Deprecate Fragment getFragmentManager and requireFragmentManager" into androidx-master-dev by Treehugger Robot · 4 years, 9 months ago
  57. 230b313d Avoid calling onFindViewById() when fragment has no container by Jeremy Woods · 4 years, 9 months ago
  58. befac4b Use Log.isLoggable() for FragmentManager debug logging by Ian Lake · 4 years, 9 months ago