1. ece690f Revert "Pin all usages of androidx.core:core:1.1.0-rc to 1.1.0" by Nick Anthony · 5 years ago
  2. aa4d9f6 Pin all usages of androidx.core:core:1.1.0-rc to 1.1.0 by Nick Anthony · 5 years ago
  3. 1f7d5e1 Merge "Provide further documentation on FragmentContainerView" into androidx-master-dev by Treehugger Robot · 5 years ago
  4. a4eb805 Merge "Add 'fragment_' prefix to Fragment anim resources" into androidx-master-dev by Treehugger Robot · 5 years ago
  5. 8e37e3c Merge "Change TransitionFragment to use a real listener instead of mock" into androidx-master-dev by Treehugger Robot · 5 years ago
  6. 9294625 Provide further documentation on FragmentContainerView by Jeremy Woods · 5 years ago
  7. 59c0c9d Add 'fragment_' prefix to Fragment anim resources by Jeremy Woods · 5 years ago
  8. a8ab8e9 Merge "Fix spelling in FragmentViewTest" into androidx-master-dev by Treehugger Robot · 5 years ago
  9. aa2af3c Merge "Remove cancelled postponed transactions when popped" into androidx-master-dev by Treehugger Robot · 5 years ago
  10. e6ce39f Remove cancelled postponed transactions when popped by Ian Lake · 5 years ago
  11. 59ce289 Merge "Use AtomicInteger for tracking back stack index" into androidx-master-dev by Treehugger Robot · 5 years ago
  12. bf0c801 Fix spelling in FragmentViewTest by Jeremy Woods · 5 years ago
  13. 31fe52f Use AtomicInteger for tracking back stack index by Ian Lake · 5 years ago
  14. 977aa84 Deprecate Fragment breadcrumb related APIs by Ian Lake · 5 years ago
  15. 64018ab Remove unused mNextFragmentIndex by Ian Lake · 5 years ago
  16. 4484dd5 Change TransitionFragment to use a real listener instead of mock by Jeremy Woods · 5 years ago
  17. f441f19 Fix drawDisappearingChildViewsFirst Test by Jeremy Woods · 5 years ago
  18. 39473bf Add test for postponedEnterTransition with 0 duration by Jeremy Woods · 5 years ago
  19. 3f9632a Ensure postponedEnter with duration only starts once by Jeremy Woods · 5 years ago
  20. c5879ca Merge "Add optional Bundle to FragmentTransaction Class APIs" into androidx-master-dev by Treehugger Robot · 5 years ago
  21. ec64bbe Merge "Suppress unused variable Lint in FragmentLifecycleCallbacks" into androidx-master-dev by Treehugger Robot · 5 years ago
  22. 9bfc29b0 Add optional Bundle to FragmentTransaction Class APIs by Ian Lake · 5 years ago
  23. 71988b5 Suppress unused variable Lint in FragmentLifecycleCallbacks by Ian Lake · 5 years ago
  24. 75a483a Ensure Fragments that have views call onDestroyView before onDestroy by Jeremy Woods · 5 years ago
  25. 11b0996 Ensure that animations finish before dispatching destroying the view by Jeremy Woods · 5 years ago
  26. 93c2092 Fix typo in comment by Tiem Song · 5 years ago
  27. 3b685b4 Merge "Use framework interpolators for Fragment default transition animations" into androidx-master-dev by Treehugger Robot · 5 years ago
  28. d000646 Merge "Set mCurrentPrimaryItem to null it the current fragment is destroyed" into androidx-master-dev by Treehugger Robot · 5 years ago
  29. eb39fe2 Use framework interpolators for Fragment default transition animations by jbwoods · 5 years ago
  30. 6f1170f Set mCurrentPrimaryItem to null it the current fragment is destroyed by jbwoods · 5 years ago
  31. 5266f05 Merge "Make activity and fragment ktx mirror dependencies" into androidx-master-dev by Treehugger Robot · 5 years ago
  32. 2544b30 Make activity and fragment ktx mirror dependencies by Ian Lake · 5 years ago
  33. b4c4bac Merge "Add an explicit dependency on livedata" into androidx-master-dev by Treehugger Robot · 5 years ago
  34. 36308c3 Add an explicit dependency on livedata by Ian Lake · 5 years ago
  35. d575656 Merge "Fix NPE when combining pop with add transaction" into androidx-master-dev by Treehugger Robot · 5 years ago
  36. 0cd3b08 Fix NPE when combining pop with add transaction by jbwoods · 5 years ago
  37. c7782e3 Fall back to commitAllowingStateLoss() on ISE by Ian Lake · 5 years ago
  38. ed28c7d Make FragmentManager itself abstract by Ian Lake · 5 years ago
  39. 3d9f186 Move FragmentManager to FragmentManager.java by Ian Lake · 5 years ago
  40. 0b05db5 Combine FragmentManagerImpl and FragmentManager by Ian Lake · 5 years ago
  41. 502be81 Copy public Javadoc to FragmentManagerImpl by Ian Lake · 5 years ago
  42. 75fe241 Fix CheckStyle issues in Fragments by Ian Lake · 5 years ago
  43. 565495f Merge "Make execPendingActions package private" into androidx-master-dev by Treehugger Robot · 5 years ago
  44. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  45. 7118301 Make execPendingActions package private by Ian Lake · 5 years ago
  46. ebd9036 Merge "Allow add() or replace() that take a Class" into androidx-master-dev by Treehugger Robot · 5 years ago
  47. 73aa2de Merge "FragmentManagerImpl: synchronize on objects, not `this`" into androidx-master-dev by Ian Lake · 5 years ago
  48. 6b8bc20 Merge "Ensure FragmentContainerView passes down WindowInsets" into androidx-master-dev by Treehugger Robot · 5 years ago
  49. 2ab4ea1 FragmentManagerImpl: synchronize on objects, not `this` by Ian Lake · 5 years ago
  50. df2ebb7 Change default fragment animations by jbwoods · 5 years ago
  51. d46ea74 Ensure FragmentContainerView passes down WindowInsets by jbwoods · 5 years ago
  52. 7340dcd Deprecate setTransitionStyle in FragmentTransaction by jbwoods · 5 years ago
  53. df318e2 Allow add() or replace() that take a Class by Ian Lake · 5 years ago
  54. 8c0b78a Merge changes I607202a9,If3c79b5f into androidx-master-dev by Treehugger Robot · 5 years ago
  55. 85400ae Merge "Move to attrs.xml for <fragment> attributes" into androidx-master-dev by Treehugger Robot · 5 years ago
  56. 7449919 Reduce access modifiers in FragmentManagerImpl by Ian Lake · 5 years ago
  57. 78185cc Move <fragment> inflation to a separate class by Ian Lake · 5 years ago
  58. 437c7f6 Move to attrs.xml for <fragment> attributes by Ian Lake · 5 years ago
  59. 5c26346 Add @MainThread to Fragment lifecycle callbacks by Ian Lake · 5 years ago
  60. b3aa531 Increment alpha and beta versions of libraries releasing on July 2nd by Nick Anthony · 5 years ago
  61. c338d88 Add README.md for fragments by Ian Lake · 5 years ago
  62. 7104c8b Fix lint warnings in Fragments by Ian Lake · 5 years ago
  63. 60221f3 Merge "Draw exit animations first in FragmentContainerView" into androidx-master-dev by Treehugger Robot · 5 years ago
  64. 9a9a35a Merge changes from topic "ktlint_task" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  65. 05880e4 Fix all the ktlint issues in androidx project. by Aurimas Liutikas · 5 years ago
  66. a16c2dc Merge "Use ToT Lifecycle for activity and fragment, v2" into androidx-master-dev by Treehugger Robot · 5 years ago
  67. 2534c73 Draw exit animations first in FragmentContainerView by jbwoods · 5 years ago
  68. 7934811d Merge "Revert "Revert "Use custom Factory for FragmentFactoryHolderViewModel""" into androidx-master-dev by Treehugger Robot · 5 years ago
  69. 73a6643 Use ToT Lifecycle for activity and fragment, v2 by Ian Lake · 5 years ago
  70. 7b56dc7 Merge "Avoid grandchild Fragment animations running during parent Fragment transactions" into androidx-master-dev by Treehugger Robot · 5 years ago
  71. 44fc9ea Revert "Revert "Use custom Factory for FragmentFactoryHolderViewModel"" by Ian Lake · 5 years ago
  72. c53170c Avoid grandchild Fragment animations running during parent Fragment transactions by jbwoods · 5 years ago