1. d5e5f4d Bump Fragment to 1.5 stable by Jeremy Woods · 2 years ago
  2. 70c414a Allow negative view ids in fragmentContainerView by Jeremy Woods · 2 years, 5 months ago
  3. 249865a Fix default factory for lazy viewModels by Jeremy Woods · 2 years, 5 months ago
  4. 9bda870 Fix exitTransition with hide and transition group true by Jeremy Woods · 2 years, 11 months ago
  5. b3a4d38 resolve Coastguard cherrypick merge conflict for change: 1764985 by Jeremy Woods · 2 years, 11 months ago
  6. 7faf1d8 Always call noteStateNotSaved() first in FragmentActivity by Ian Lake · 3 years ago
  7. 192384e Fix conflicts between remove by pop and hide by Jeremy Woods · 3 years ago
  8. 9f7c7f1 Fix fragment transitions in new state manager by Jeremy Woods · 3 years ago
  9. 3d5122f Have FragmentViewLifecycleOwner implement HasDefaultViewModelProviderFactory by Sanura N'Jaka · 3 years, 1 month ago
  10. 066824e Fix fragment result with parcelables by Jeremy Woods · 3 years, 1 month ago
  11. 91b728b Fix window insets dispatch for API 29 by Jeremy Woods · 3 years, 1 month ago
  12. fc0fd87 Fix sharedElement transitions for ViewGroups by Jeremy Woods · 3 years, 2 months ago
  13. e311150 Fixed javaDoc for FragmentTransaction.setCustomAnimations by Sanura N'Jaka · 3 years, 1 month ago
  14. a12bda4 Look at DialogFragment inflated layout before the dialog's by Jeremy Woods · 3 years, 2 months ago
  15. 4c5442a Fix hide() transitions for new state manager by Jeremy Woods · 3 years, 2 months ago
  16. b1ee1f8 Add new line to FragmentStore dump() by Jeremy Woods · 3 years, 2 months ago
  17. ad2bc1e Fix popEnter animations when popping setPrimaryNavFragment by Jeremy Woods · 3 years, 2 months ago
  18. 3f99664 Ensure FragmentContainerView dispatches insets once by Jeremy Woods · 3 years, 2 months ago
  19. 93127a3 Let FragmentViewLifecycleOwner implement ViewModelStoreOwner by Ian Lake · 3 years, 3 months ago
  20. 359e0b3 resolve Coastguard cherrypick merge conflict for change: 1639407 by Jeremy Woods · 3 years, 3 months ago
  21. c230315f Ensure fragments animate in the same direction by Jeremy Woods · 3 years, 3 months ago
  22. 71e976d Ensure Fragments do not clear view transitionNames by Jeremy Woods · 3 years, 3 months ago
  23. 587cd19 Fix fragment-ktx kdocs by Jeremy Woods · 3 years, 3 months ago
  24. bae3563 Make fragment depend on Activity 1.2.1 by Jeremy Woods · 3 years, 3 months ago
  25. fbc02ec Add @inheritDoc to override methods in FragmentActivity by Jeremy Woods · 3 years, 3 months ago
  26. 4bceba6 Complete transitions if the container is not laid out by Jeremy Woods · 3 years, 4 months ago
  27. f9d91aa Remove extra end brace from toString() by Jeremy Woods · 3 years, 3 months ago
  28. ada448e Set ViewTree owners for dialogs in DialogFragment by Jeremy Woods · 3 years, 4 months ago
  29. a9b2767 Invalidate menus on show/hide by Jeremy Woods · 3 years, 4 months ago
  30. 798b053 Only setFocusedView for entering fragments by Jeremy Woods · 3 years, 4 months ago
  31. b8edbe1 Ensure inflated fragments that are recreated are shown by Jeremy Woods · 3 years, 4 months ago
  32. 4b96e00 Fix inflating <fragment> tag without a container by Jeremy Woods · 3 years, 4 months ago
  33. 1dac8db Ensure layout inflater uses proper FragmentStateManager by Jeremy Woods · 3 years, 4 months ago
  34. 4f08af8 Reset Fragment's default VM factory after removal by Ian Lake · 3 years, 4 months ago
  35. 407a3d2 Ensure fragments inflated using <fragment> tag are RESUMED by Jeremy Woods · 3 years, 4 months ago
  36. b4fe1cc Bump Fragment to 1.3.0 stable by Jeremy Woods · 3 years, 4 months ago
  37. fff9465 Ensure FragmentContainerView handles animators by Jeremy Woods · 3 years, 5 months ago
  38. d865efd Save dialog state as not showing by Jeremy Woods · 3 years, 5 months ago
  39. 9124e46 Fix visual artifacts when using hide by Jeremy Woods · 3 years, 5 months ago
  40. ad0eeb9 Ignore special effects for views not attachedToWindow by Jeremy Woods · 3 years, 5 months ago
  41. eda2bdb Only destroy the view lifecycle if it has been created by Jeremy Woods · 3 years, 5 months ago
  42. ab2e8be Move fragment release branch to prebuilt dependencies by Ian Lake · 3 years, 5 months ago
  43. 6970bb6 Ensure only transitioning fragments are made disappearing by Ian Lake · 3 years, 6 months ago
  44. 152bdd0 Fix direct transition from VIEW_CREATED to CREATED by Ian Lake · 3 years, 6 months ago
  45. 7c079b3 Ensure we restore focus on Fragment root view by Jeremy Woods · 3 years, 6 months ago
  46. 1fa73cb Move viewLifecycleOwner to CREATED during onSaveInstanceState() by Ian Lake · 4 years, 2 months ago
  47. f72ab66 Ensure that markState() handles overridden getLifecycle() by Ian Lake · 4 years, 2 months ago
  48. f8075e3 Ensure child fragments consider parent menu visibility by Jeremy Woods · 4 years, 2 months ago
  49. d548ebf Allow obfuscation of kept Fragments by Ian Lake · 4 years, 3 months ago
  50. 60f7c74 Disable FragmentLifecycle lint for DialogFragment by Jeremy Woods · 4 years, 3 months ago
  51. bb33dc2 Use cloneInContext for DialogFragment's layoutInflater by Ian Lake · 4 years, 3 months ago
  52. bd2b1a4 Allow calling getLayoutInflater in onCreateDialog by Jeremy Woods · 4 years, 3 months ago
  53. 9fde5f1 Fix warnings in DialogFragment by Jeremy Woods · 4 years, 3 months ago
  54. 139ee7c Fix for lint UseRequireInsteadOfGet false positives by Rahul Ravikumar · 4 years, 4 months ago
  55. adcecf3 Ensure conditional keep only keeps what is necessary by Ian Lake · 4 years, 4 months ago
  56. d4d393d Fix FragmentContainerView errors in layout preview by Jeremy Woods · 4 years, 4 months ago
  57. 9598eb9 Fix typo in FragmentContainerView docs by Jeremy Woods · 4 years, 4 months ago
  58. eee61d7 Fix typo in FragmentContainerView docs by Jeremy Woods · 4 years, 5 months ago
  59. 0ec82ec Add lint for LiveData.observe() extension function by Jeremy Woods · 4 years, 4 months ago
  60. 194c06d0 Add "require___()" lint check for Fragments by Zac Sweers · 4 years, 5 months ago
  61. f153eef Fix incorrect lint explanation string formats by Matthew Fraschilla · 4 years, 7 months ago
  62. db5a7a1 Publish Fragment-Testing lint checks by Matthew Fraschilla · 4 years, 8 months ago
  63. 697fe5d Replace null assertions with lateinit by Matthew Fraschilla · 4 years, 8 months ago
  64. 22f1278 Add lint check for correct Fragment-Testing configuration by Matthew Fraschilla · 4 years, 8 months ago
  65. ca80a84 Rename Fragment LifecycleObserver Detector by Matthew Fraschilla · 4 years, 8 months ago
  66. f3615f2 Add lint check for unsafe BackPressedDispatcher callback in Fragment by Matthew Fraschilla · 4 years, 8 months ago
  67. d3abe60 Add Fragment-Testing lint module by Matthew Fraschilla · 4 years, 8 months ago
  68. 587ab6c Avoid R8 warnings on Fragment ProGuard file by Ian Lake · 4 years, 4 months ago
  69. b27fe92 Update dependency to ViewModel SavedState 2.2.0 by Ian Lake · 4 years, 4 months ago
  70. 4f0c09d Keep the Fragment default constructor if the class is kept by Ian Lake · 4 years, 5 months ago
  71. 88b9ad8 Ensure StrictFragment does not ascend state with destroyed activity by Jeremy Woods · 4 years, 6 months ago
  72. 6cd52d0 Ensure onInflate is always called before Fragment is attached by Jeremy Woods · 4 years, 5 months ago
  73. 6569ce3 Check for null host in FragmentManager toString() by Jeremy Woods · 4 years, 6 months ago
  74. 3ae7bb4 Ensure findFragment works with <fragment> tag by Jeremy Woods · 4 years, 5 months ago
  75. 2b4baa0 Avoid try/catching exceptions in FragmentPagerAdapters by Jeremy Woods · 4 years, 5 months ago
  76. 9057711 Update Fragment to 1.2.0 stable by Ian Lake · 4 years, 5 months ago
  77. 52c5cbd Properly destroy non-config of <fragment> tag by Ian Lake · 4 years, 6 months ago
  78. 0c34acb Dispatch manager state changes to FragmentStateManagers by Ian Lake · 4 years, 6 months ago
  79. 98a22ff Remove usages of mocks in FragmentStoreTest by Ian Lake · 4 years, 7 months ago
  80. eaef1a0 Move active and added fragments to FragmentStore by Ian Lake · 4 years, 7 months ago
  81. 7ff5c28 Update fragment to 1.2.0-rc05 by Ian Lake · 4 years, 6 months ago
  82. 51813e9 Fix NPE in FragmentManager moveToState when using Robolectric by Jeremy Woods · 4 years, 6 months ago
  83. 54a2b67 Move Fragment to 1.2.0-rc04 by Ian Lake · 4 years, 6 months ago
  84. fcb360f Adjust the default fragment transition presets by Jeremy Woods · 4 years, 6 months ago
  85. 0754f64 Fix hide Transitions with reordering by Jeremy Woods · 4 years, 7 months ago
  86. 00c5c14 Update Fragment activity and lifecyle dependencies by Ian Lake · 4 years, 7 months ago
  87. 8564860 Clarify set/getFragmentFactory Javadoc re: child fragments by Ian Lake · 4 years, 7 months ago
  88. c2f2245 Revert "Ensure views are visible when popping a reordered hide" by Jeremy Woods · 4 years, 7 months ago
  89. 8b6869e Revert "Clean up new methods in FragmentTransition" by Jeremy Woods · 4 years, 7 months ago
  90. 84cc240 Ensure childFragment get initState() called when parent destroyed by Jeremy Woods · 4 years, 7 months ago
  91. ddf1f06 Ensure markState correctly nests stopped events by Ian Lake · 4 years, 7 months ago
  92. f1b6bce Move initState() call into FragmentStateManager by Ian Lake · 4 years, 7 months ago
  93. d7f5e82 Move <fragment> tag state handling to FragmentStateManager by Ian Lake · 4 years, 7 months ago
  94. 20e50bd Update Fragments to 1.2.0-rc03 by Ian Lake · 4 years, 7 months ago
  95. 4a58b19 Keep FragmentManager state consistent with Transactions by Jeremy Woods · 4 years, 7 months ago
  96. 3009553 Improve documentation for behavior without setUserVisibleHint by Jeremy Woods · 4 years, 7 months ago
  97. 7aa5352 Add tests for fragment transition epicenter calculation by Jeremy Woods · 4 years, 8 months ago
  98. 9d875c7 Clean up new methods in FragmentTransition by Jeremy Woods · 4 years, 7 months ago
  99. 71c74e1 Ensure views are visible when popping a reordered hide by Jeremy Woods · 4 years, 7 months ago
  100. daa892e Update fragment to 1.2.0-rc02 and pin deps to lifecycle 2.2.0-rc02 by Nick Anthony · 4 years, 7 months ago