[go: nahoru, domu]

  1. f3708f8 Remove JELLY_BEAN mentions in *.kt files by Sergey Vasilinetc · 9 months ago
  2. ff6e33e5 Remove always true Build.VERSION.SDK_INT >= 19 if checks by Sergey Vasilinetc · 9 months ago
  3. 573d69d Remove always true Build.VERSION.SDK_INT >= 18 if checks by Sergey Vasilinetc · 9 months ago
  4. caa68d4 Remove no op SdkSuppress and non-applicable tests by Sergey Vasilinetc · 9 months ago
  5. 35e8982 FRAGMENT = "1.7.0-alpha07" api("androidx.activity:activity:1.8.1") by Prajakta Patil · 9 months ago
  6. 401b433 Restructure testDialogFragmentDismiss test by Jeremy Woods · 9 months ago
  7. 39f4ab0 Re-enable testDialogFragmentDismiss test on API 30 by Jeremy Woods · 9 months ago
  8. 7b0edaf Re-enable previously ignored fragment tests by Jeremy Woods · 9 months ago
  9. 9256ab4 Deprecate androidx.core.os.CancellationSignal by Alan Viverette · 10 months ago
  10. acb4a2e Autogenerated suppression of test failures by Jeff Gaston · 10 months ago
  11. d949529 Make ComponentActivity.onNewIntent take a non-null Intent by Ian Lake · 10 months ago
  12. 4e57779e Convert ComponentActivity to Kotlin by Ian Lake · 10 months ago
  13. 6a74b48 Convert Core ComponentActivity to Kotlin by Ian Lake · 10 months ago
  14. 7d68c05 Merge "Fix FragmentContainerView fragment initiation" into androidx-main by Treehugger Robot · 10 months ago
  15. 95c51e5 Fix FragmentContainerView fragment initiation by Clara Fok · 10 months ago
  16. 6899e10 Fix nested ViewModel not cleared by Clara Fok · 10 months ago
  17. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 10 months ago
  18. 8de49f4 Turn off leak detection for problem tests by Jeremy Woods · 10 months ago
  19. eda11fe Ensure solo shared element transitions do not cause crashes by Jeremy Woods · 10 months ago
  20. e395f84 @samples removing frameworks/support/ prefix by Jeff Gaston · 11 months ago
  21. e63042b Merge "TransitionSeekController.animateToStart() accepts reset Runnable" into androidx-main by George Mount · 11 months ago
  22. 1c89290 TransitionSeekController.animateToStart() accepts reset Runnable by George Mount · 11 months ago
  23. 567b745 Add additional logging for transitions by Jeremy Woods · 11 months ago
  24. 392cb4e Set transition state after animateToStart by Jeremy Woods · 11 months ago
  25. 1d7fb65 Support predictive back for transitions in Fragments by Jeremy Woods · 1 year ago
  26. 13c9a65 Merge "Clean up isPendingExecute function" into androidx-main by Treehugger Robot · 12 months ago
  27. 794e184 Clean up isPendingExecute function by Jeremy Woods · 12 months ago
  28. ffb8d39 Ignore test for ensuring container change status by Jeremy Woods · 12 months ago
  29. 9c57d13 Ensure cancelled gestures are completed by fragments by Jeremy Woods · 12 months ago
  30. 2633644 Fix SpecialEffectControllerTest based on container changes by Jeremy Woods · 12 months ago
  31. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 12 months ago
  32. 760ef0b Prevent running Animations with Transitions by Jeremy Woods · 12 months ago
  33. d5faf3c Merge "Fix issue with back while backstack is empty" into androidx-main by Treehugger Robot · 12 months ago
  34. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 12 months ago
  35. 3a54dca Fix issue with back while backstack is empty by Jeremy Woods · 12 months ago
  36. dc0ea58 [GH] Use projectOrArtifact in fragment/fragment by Dustin Lam · 1 year ago
  37. 75d3a8d Remove cancellation signals in operations by Jeremy Woods · 1 year, 1 month ago
  38. 86bf2a2 Cancel Transition effects directly by Jeremy Woods · 1 year ago
  39. 5afa4d5 Cancel Anim effects directly by Jeremy Woods · 1 year, 1 month ago
  40. 5e019ea Merge "Remove redundant disabling of SyntheticAccessor check" into androidx-main by Treehugger Robot · 1 year ago
  41. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 1 year ago
  42. 9debedb Fix testOnBAckChangeCommittedReplacePop test by Jeremy Woods · 1 year ago
  43. d885a97 Merge "Initialize mBackStack immediately" into androidx-main by Jeremy Woods · 1 year ago
  44. 6a71152 Initialize mBackStack immediately by Jeremy Woods · 1 year ago
  45. fb751bb Change fragment to activity project dep by Jeremy Woods · 1 year ago
  46. 45b68bb Fix an issue with popping the last back stack entry by Jeremy Woods · 1 year ago
  47. 4ae766e Turn predictive back gestures in fragment back on by Jeremy Woods · 1 year, 1 month ago
  48. 30706c9 Only seek back once the gesture is completed by Jeremy Woods · 1 year, 1 month ago
  49. 91c190c Remove Operation callbacks and use effects by Jeremy Woods · 1 year, 1 month ago
  50. ab9a99e Start effects with Operations by Jeremy Woods · 1 year, 1 month ago
  51. f0f9d84 Allow SpecialEffectsController to handle commitEffects by Jeremy Woods · 1 year, 1 month ago
  52. 25bcd0d Add transition effect to operation effects by Jeremy Woods · 1 year, 1 month ago
  53. 357e115 Move starting transition code to onCommit by Jeremy Woods · 1 year, 1 month ago
  54. a19d4a3 Call onStart after collecting operations by Jeremy Woods · 1 year, 1 month ago
  55. 0f571c6 Immediately complete enter animations by Jeremy Woods · 1 year, 1 month ago
  56. d6a7bec Merge "Properly apply container changes on single operation" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  57. 7045263 Properly apply container changes on single operation by Jeremy Woods · 1 year, 1 month ago
  58. 4e6ba68 Revert "Do not add effects as part of OnCommit" by Jeremy Woods · 1 year, 1 month ago
  59. 3c4b06e Do not add effects as part of OnCommit by Jeremy Woods · 1 year, 1 month ago
  60. e1f2b39 Merge "Separate collecting and running effects" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  61. d8a02f2 Merge "Run TransitionEffect separately from the collection" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  62. 7194910 Merge "Split out Transition collection logic" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  63. 1284a8a Merge changes from topic "no_animation" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  64. 947406d Separate collecting and running effects by Jeremy Woods · 1 year, 1 month ago
  65. ad5cf2e Run TransitionEffect separately from the collection by Jeremy Woods · 1 year, 1 month ago
  66. e018f25 Split out Transition collection logic by Jeremy Woods · 1 year, 1 month ago
  67. c5c4586 Allow the operation to track container changes by Jeremy Woods · 1 year, 1 month ago
  68. 3e16b7e8b Introduce NoOpEffects in Fragments by Jeremy Woods · 1 year, 1 month ago
  69. 15d6c8d Pin Fragment Activity deps by Jeremy Woods · 1 year, 1 month ago
  70. 68584f7 Move DefaultSpecialEffectsController to Effects by Jeremy Woods · 1 year, 1 month ago
  71. 9b642a3 Merge "Fix OnBackStackChangedListenerTest without predictive back" into androidx-main by Treehugger Robot · 1 year, 1 month ago
  72. b14a781 Fix OnBackStackChangedListenerTest without predictive back by Jeremy Woods · 1 year, 1 month ago
  73. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  74. 513502c Update Metalava to tip-of-tree, add Clikt dependency by Alan Viverette · 1 year, 2 months ago
  75. 5fc4839 Merge "Add logs for FragmentManager OnBackPressedCallback" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  76. 9ae36f8 [GH] Fixes for GitHub playground by Dustin Lam · 1 year, 2 months ago
  77. f9610b7 Add logs for FragmentManager OnBackPressedCallback by Jeremy Woods · 1 year, 2 months ago
  78. 2a29c21 Merge "Temporariliy disable predictive back in fragments" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  79. 79c6dc8 Temporariliy disable predictive back in fragments by Jeremy Woods · 1 year, 2 months ago
  80. 6cfc825 Add experimental APIs to past signature files by Julia McClellan · 1 year, 2 months ago
  81. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 2 months ago
  82. d4fd48c Add logging around new predictive back behavior in fragments by Jeremy Woods · 1 year, 2 months ago
  83. 41b3f66 Replace BuildCompat.isAtLeastU and prerelease checks by Jeremy Woods · 1 year, 2 months ago
  84. b5029d2 Merge "Remove 0.0.0.txt API signatures" into androidx-main am: 2eb8589dad by Julia McClellan · 1 year, 2 months ago
  85. f13c691 Remove 0.0.0.txt API signatures by Julia McClellan · 1 year, 2 months ago
  86. d9ea029 Move to BackEventCompat from BackEvent by Jeremy Woods · 1 year, 3 months ago
  87. eb411c7 Add experimental API for enabling Preditive BAck by Jeremy Woods · 1 year, 3 months ago
  88. b384ccc Provide Fragment Predictive back support by Jeremy Woods · 1 year, 3 months ago
  89. d05ccdb Clear FragmentStore savedState on resume by Clara Fok · 1 year, 3 months ago
  90. 557cbee Merge "Rethrow BadParcelableException on view restore" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  91. 5dfaaa0 Rethrow BadParcelableException on view restore by Jeremy Woods · 1 year, 3 months ago
  92. 299c8e6 Merge "Ensure Special Effects Operations start once" into androidx-main by Treehugger Robot · 1 year, 3 months ago
  93. d4dcb3c Ensure Special Effects Operations start once by Jeremy Woods · 1 year, 3 months ago
  94. 3bcd14c Bolster up show/hide Animator test by Jeremy Woods · 1 year, 3 months ago
  95. 42d8e57 Clean up left behind logs and code by Jeremy Woods · 1 year, 3 months ago
  96. 4ddc425 Return an animatorSet from AnimationOrAnimator by Jeremy Woods · 1 year, 3 months ago
  97. a4e7e2b Opt-in d,e,f,g-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 3 months ago
  98. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 1 year, 3 months ago
  99. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 3 months ago
  100. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 3 months ago