1. b55fe68 Ignore Animations/Animator when Transitions run by Ian Lake · 3 years, 10 months ago
  2. 380481b Avoid calling execute in layout / draw passes by Ian Lake · 3 years, 10 months ago
  3. 5849d46 Merge "Fix disallowing transition overlap" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  4. b1fda6ac6 Merge "Run scheduleRemoveTargets directly against shared element" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  5. 9c1d622 Fix disallowing transition overlap by Ian Lake · 3 years, 10 months ago
  6. 4897708 Run scheduleRemoveTargets directly against shared element by Ian Lake · 3 years, 10 months ago
  7. e2b702e Merge "Remove options extra from fillInIntent" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  8. b55933b Remove options extra from fillInIntent by Jeremy Woods · 3 years, 10 months ago
  9. 5d11382 Simplify OnContextAvailableListener interface by Ian Lake · 3 years, 10 months ago
  10. 8c6081e Enable the new state manager by default by Ian Lake · 3 years, 10 months ago
  11. 281235d Ensure that cancelled operations have no lifecycle impact by Ian Lake · 3 years, 10 months ago
  12. 67ea65b Parameterize tests to use both old and new state manager by Ian Lake · 3 years, 10 months ago
  13. c4e66e2 Change reordering parameter from boolean to sealed class by Ian Lake · 3 years, 10 months ago
  14. 68785f1 Re-map shared element transitions for multiple transactions by Ian Lake · 3 years, 10 months ago
  15. 1052c36 Restore the focused view after special effects complete by Ian Lake · 3 years, 10 months ago
  16. 552a2f3 Fix transitions with hide() by Ian Lake · 3 years, 10 months ago
  17. 0f65ad7 Merge "Remove ConcurrentHashMap usages in FragmentManager" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  18. c3b591c Remove ConcurrentHashMap usages in FragmentManager by Jeremy Woods · 3 years, 10 months ago
  19. 4dd2809 Merge "Throw error when registering for activity result after onCreate()" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  20. 7b3348c7 Merge "Fix removeThenAddBeforeTransitionFinishes()" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  21. bcff8bd Throw error when registering for activity result after onCreate() by Jeremy Woods · 3 years, 11 months ago
  22. 25619f8 Fix removeThenAddBeforeTransitionFinishes() by Ian Lake · 3 years, 10 months ago
  23. beb3842 Clarify enableNewStateManager documentation by Ian Lake · 3 years, 10 months ago
  24. 688f0dd Update language to comply with Android's inclusive language guidance by Ian Lake · 3 years, 11 months ago
  25. d5f84f8 Merge "Fix tests failing when using reordered transactions" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  26. f90440e Fix tests failing when using reordered transactions by Ian Lake · 3 years, 11 months ago
  27. 175fad0 Ensure fragment views are re-added to the container by Jeremy Woods · 3 years, 11 months ago
  28. 4a69769 Merge "Fix tests failing when using ordered transactions" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  29. f0e3b40 Merge "Use setSharedElementTargets to set shared element targets" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  30. b89f21e Fix tests failing when using ordered transactions by Ian Lake · 3 years, 11 months ago
  31. 73eb68c Use setSharedElementTargets to set shared element targets by Ian Lake · 3 years, 11 months ago
  32. b68ab81 Merge "Ensure ActivityResultLauncher can be launched in onCreate" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  33. f218a64 Merge "Fix shared element names when popping" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  34. 870bed9 Merge "Fix postponeDoesNotAllowReentrancy() with state manager" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  35. aa4cf01 Fix shared element names when popping by Ian Lake · 3 years, 11 months ago
  36. d1b80f0 Fix postponeDoesNotAllowReentrancy() with state manager by Ian Lake · 3 years, 11 months ago
  37. 7164cd5 Merge "Ensure fragments can startIntentSenderForResult with options" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  38. 355ef32 Ensure fragments can startIntentSenderForResult with options by Jeremy Woods · 3 years, 11 months ago
  39. 0ae3637 Ensure ActivityResultLauncher can be launched in onCreate by Jeremy Woods · 3 years, 11 months ago
  40. 1c8e89e Fix PostponedTransitionTests for state manager by Ian Lake · 3 years, 11 months ago
  41. 19f45aa Wait for initial animations before continuing tests by Ian Lake · 3 years, 11 months ago
  42. 78f6c01 Fix replacePostponedFragment() test with state manager by Ian Lake · 3 years, 11 months ago
  43. 9cf490f Force complete special effects on state changes by Ian Lake · 3 years, 11 months ago
  44. d0e8440 Only call executeOperations with a non-empty list by Ian Lake · 3 years, 11 months ago
  45. df1b650 Properly clean up transition targets by Ian Lake · 3 years, 11 months ago
  46. 781397d Handle Fragments that manually set themselves to INVISIBLE by Ian Lake · 3 years, 11 months ago
  47. d471ae7 Merge multiple operations on the same fragment by Ian Lake · 3 years, 11 months ago
  48. 86fa376 Merge "Add a hook that fires before the Activity's super.onCreate()" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  49. d5ab9fe Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  50. b50d500 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  51. 2d027ce Use a more inclusive term in fragment lint check by Aurimas Liutikas · 3 years, 11 months ago
  52. f158ed8 Merge "Revert "Update POM URL to point to specific release"" into androidx-master-dev by Aurimas Liutikas · 3 years, 11 months ago
  53. 6355e3b Revert "Update POM URL to point to specific release" by Aurimas Liutikas · 3 years, 11 months ago
  54. 78c124c Merge "Update POM URL to point to specific release" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  55. 74be2fe Merge "Add experimental API for enabling FragmentStateManager" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  56. 4ea7d82 Ensure fragments move to the expected state in op order by Ian Lake · 3 years, 11 months ago
  57. a719fba Add experimental API for enabling FragmentStateManager by Ian Lake · 3 years, 11 months ago
  58. 865cee4 Update POM URL to point to specific release by Alex Saveau · 4 years ago
  59. b4a3fe1 Add a hook that fires before the Activity's super.onCreate() by Ian Lake · 3 years, 11 months ago