1. 13c9a65 Merge "Clean up isPendingExecute function" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  2. 794e184 Clean up isPendingExecute function by Jeremy Woods · 1 year, 1 month ago
  3. ffb8d39 Ignore test for ensuring container change status by Jeremy Woods · 1 year, 1 month ago
  4. 9c57d13 Ensure cancelled gestures are completed by fragments by Jeremy Woods · 1 year, 1 month ago
  5. 2633644 Fix SpecialEffectControllerTest based on container changes by Jeremy Woods · 1 year, 1 month ago
  6. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 1 year, 1 month ago
  7. 760ef0b Prevent running Animations with Transitions by Jeremy Woods · 1 year, 1 month ago
  8. a480b215 Merge "Fix fragment-ktx in playground builds" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  9. d5faf3c Merge "Fix issue with back while backstack is empty" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  10. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 1 year, 1 month ago
  11. f0a9e95 Fix fragment-ktx in playground builds by Dustin Lam · 1 year, 1 month ago
  12. 3a54dca Fix issue with back while backstack is empty by Jeremy Woods · 1 year, 1 month ago
  13. dc0ea58 [GH] Use projectOrArtifact in fragment/fragment by Dustin Lam · 1 year, 1 month ago
  14. 75d3a8d Remove cancellation signals in operations by Jeremy Woods · 1 year, 1 month ago
  15. 86bf2a2 Cancel Transition effects directly by Jeremy Woods · 1 year, 1 month ago
  16. 5afa4d5 Cancel Anim effects directly by Jeremy Woods · 1 year, 1 month ago
  17. 5e019ea Merge "Remove redundant disabling of SyntheticAccessor check" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  18. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 1 year, 1 month ago
  19. 9debedb Fix testOnBAckChangeCommittedReplacePop test by Jeremy Woods · 1 year, 1 month ago
  20. d885a97 Merge "Initialize mBackStack immediately" into androidx-main by Jeremy Woods · 1 year, 1 month ago
  21. bbf83e0 Merge "Change fragment to activity project dep" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  22. 6a71152 Initialize mBackStack immediately by Jeremy Woods · 1 year, 1 month ago
  23. fb751bb Change fragment to activity project dep by Jeremy Woods · 1 year, 1 month ago
  24. 2c1dce8 [GH] stop using buildSrc symlinks by Yigit Boyar · 1 year, 1 month ago
  25. 45b68bb Fix an issue with popping the last back stack entry by Jeremy Woods · 1 year, 1 month ago
  26. 4ae766e Turn predictive back gestures in fragment back on by Jeremy Woods · 1 year, 1 month ago
  27. 30706c9 Only seek back once the gesture is completed by Jeremy Woods · 1 year, 1 month ago
  28. 91c190c Remove Operation callbacks and use effects by Jeremy Woods · 1 year, 1 month ago
  29. ab9a99e Start effects with Operations by Jeremy Woods · 1 year, 1 month ago
  30. f0f9d84 Allow SpecialEffectsController to handle commitEffects by Jeremy Woods · 1 year, 1 month ago
  31. 25bcd0d Add transition effect to operation effects by Jeremy Woods · 1 year, 1 month ago
  32. 357e115 Move starting transition code to onCommit by Jeremy Woods · 1 year, 1 month ago
  33. a19d4a3 Call onStart after collecting operations by Jeremy Woods · 1 year, 2 months ago
  34. 0f571c6 Immediately complete enter animations by Jeremy Woods · 1 year, 2 months ago
  35. d6a7bec Merge "Properly apply container changes on single operation" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  36. 7045263 Properly apply container changes on single operation by Jeremy Woods · 1 year, 2 months ago
  37. bf576aa Merge "Fix NPE in DoubleTransitionBugFragment" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  38. 4e6ba68 Revert "Do not add effects as part of OnCommit" by Jeremy Woods · 1 year, 2 months ago
  39. bfd1beb Fix NPE in DoubleTransitionBugFragment by prosixe · 1 year, 2 months ago
  40. 3c4b06e Do not add effects as part of OnCommit by Jeremy Woods · 1 year, 2 months ago
  41. e1f2b39 Merge "Separate collecting and running effects" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  42. d8a02f2 Merge "Run TransitionEffect separately from the collection" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  43. 7194910 Merge "Split out Transition collection logic" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  44. 1284a8a Merge changes from topic "no_animation" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  45. 947406d Separate collecting and running effects by Jeremy Woods · 1 year, 2 months ago
  46. ad5cf2e Run TransitionEffect separately from the collection by Jeremy Woods · 1 year, 2 months ago
  47. e018f25 Split out Transition collection logic by Jeremy Woods · 1 year, 2 months ago
  48. c5c4586 Allow the operation to track container changes by Jeremy Woods · 1 year, 2 months ago
  49. 3e16b7e8b Introduce NoOpEffects in Fragments by Jeremy Woods · 1 year, 2 months ago
  50. 15d6c8d Pin Fragment Activity deps by Jeremy Woods · 1 year, 2 months ago
  51. 68584f7 Move DefaultSpecialEffectsController to Effects by Jeremy Woods · 1 year, 2 months ago
  52. 9b642a3 Merge "Fix OnBackStackChangedListenerTest without predictive back" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  53. b14a781 Fix OnBackStackChangedListenerTest without predictive back by Jeremy Woods · 1 year, 2 months ago
  54. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  55. 513502c Update Metalava to tip-of-tree, add Clikt dependency by Alan Viverette · 1 year, 3 months ago
  56. 170f5f7 Merge "Add bug components to various OWNERS files that were missing them" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  57. 63b9b29 Add bug components to various OWNERS files that were missing them by Aurimas Liutikas · 1 year, 3 months ago
  58. 5fc4839 Merge "Add logs for FragmentManager OnBackPressedCallback" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  59. 9ae36f8 [GH] Fixes for GitHub playground by Dustin Lam · 1 year, 3 months ago
  60. f9610b7 Add logs for FragmentManager OnBackPressedCallback by Jeremy Woods · 1 year, 3 months ago
  61. 2a29c21 Merge "Temporariliy disable predictive back in fragments" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  62. 79c6dc8 Temporariliy disable predictive back in fragments by Jeremy Woods · 1 year, 3 months ago
  63. 6cfc825 Add experimental APIs to past signature files by Julia McClellan · 1 year, 3 months ago
  64. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 3 months ago
  65. d4fd48c Add logging around new predictive back behavior in fragments by Jeremy Woods · 1 year, 3 months ago
  66. 41b3f66 Replace BuildCompat.isAtLeastU and prerelease checks by Jeremy Woods · 1 year, 3 months ago
  67. b5029d2 Merge "Remove 0.0.0.txt API signatures" into androidx-main am: 2eb8589dad by Julia McClellan · 1 year, 3 months ago
  68. f13c691 Remove 0.0.0.txt API signatures by Julia McClellan · 1 year, 3 months ago
  69. de70093 Merge "Remove custom sourcesets in fragment testapp" into androidx-main am: b6b2ef9f58 by Treehugger Robot · 1 year, 3 months ago
  70. 507bb41 Remove custom sourcesets in fragment testapp by Aurimas Liutikas · 1 year, 4 months ago
  71. d9ea029 Move to BackEventCompat from BackEvent by Jeremy Woods · 1 year, 4 months ago
  72. eb411c7 Add experimental API for enabling Preditive BAck by Jeremy Woods · 1 year, 4 months ago
  73. b384ccc Provide Fragment Predictive back support by Jeremy Woods · 1 year, 4 months ago
  74. bb53749 Remove nesting of resource directories in fragment integration test app by Aurimas Liutikas · 1 year, 4 months ago
  75. d05ccdb Clear FragmentStore savedState on resume by Clara Fok · 1 year, 4 months ago
  76. 557cbee Merge "Rethrow BadParcelableException on view restore" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  77. 5dfaaa0 Rethrow BadParcelableException on view restore by Jeremy Woods · 1 year, 4 months ago
  78. 299c8e6 Merge "Ensure Special Effects Operations start once" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  79. d4dcb3c Ensure Special Effects Operations start once by Jeremy Woods · 1 year, 4 months ago
  80. 3bcd14c Bolster up show/hide Animator test by Jeremy Woods · 1 year, 4 months ago
  81. 42d8e57 Clean up left behind logs and code by Jeremy Woods · 1 year, 4 months ago
  82. 4ddc425 Return an animatorSet from AnimationOrAnimator by Jeremy Woods · 1 year, 4 months ago
  83. 8c42240 Update current API signatures after Metalava update by Jinseong Jeon · 1 year, 4 months ago
  84. a4e7e2b Opt-in d,e,f,g-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 4 months ago
  85. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 4 months ago
  86. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 4 months ago
  87. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 4 months ago
  88. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  89. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 4 months ago
  90. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 4 months ago
  91. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 4 months ago
  92. 78b298d Update the Fragment integration app by Jeremy Woods · 1 year, 5 months ago
  93. 251cbde Bump Fragment and Navigation Activity deps by Jeremy Woods · 1 year, 5 months ago
  94. d3071bf Add CHANGELOG files for fragment and navigation by Jeremy Woods · 1 year, 5 months ago
  95. 5281fd1 Poll last ActivityResult request by sanura · 1 year, 5 months ago
  96. 7b70603 Dispatch onBackStackChange callbacks to the correct records by Jeremy Woods · 1 year, 5 months ago
  97. 809bce6 Update versions for release id 1681923600000 by natnaelbelay · 1 year, 5 months ago
  98. fceab4a Update API lint baselines, current/beta API w/ Metalava update by Jinseong Jeon · 1 year, 5 months ago
  99. b70b1f8 Disable flaky or failing tests by Alan Viverette · 1 year, 5 months ago
  100. 77b4d57 Merge "Ensure postponed fragments don't leak with multiple calls" into androidx-main by Treehugger Robot · 1 year, 5 months ago