[go: nahoru, domu]

  1. 7f467ed Convert FragmentHostCallback to Kotlin by Ian Lake · 7 months ago
  2. 65836e2 Rename FragmentHostCallback.java to .kt by Ian Lake · 7 months ago
  3. f37eb98 Enforce that projects are in docs-tip-of-tree by Julia McClellan · 7 months ago
  4. a134e27 Avoid using UAST implementation by Jinseong Jeon · 7 months ago
  5. c92d1cd Remove no-op instances of RestrictedApi check suppression by Alan Viverette · 7 months ago
  6. 13e657a Initialize the back stack change listener on construction by Jeremy Woods · 7 months ago
  7. 0677261 Merge "Add additional support for BackStackChangedListeners" into androidx-main by Treehugger Robot · 7 months ago
  8. cc8546d Merge "Add Fragment.content extension" into androidx-main by Treehugger Robot · 7 months ago
  9. 561cb75 Add Fragment.content extension by Jeremy Woods · 7 months ago
  10. a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 7 months ago
  11. a066a43 Add Fragment Compose module in Androidx by Jeremy Woods · 7 months ago
  12. 6575e58 Merge changes from topic "dispatcher_kotlin" into androidx-main by Treehugger Robot · 7 months ago
  13. b337464 Merge "Fix the indentation in BackStackRecord" into androidx-main by Treehugger Robot · 7 months ago
  14. 77d43f3 Convert FragmentLifecycleCallbacksDispatcher to Kotlin by Jeremy Woods · 7 months ago
  15. c49efa8 Fix the indentation in BackStackRecord by Jeremy Woods · 7 months ago
  16. f77a300 Rename FragmentLifecycleCallbacksDispatcher.java to .kt by Jeremy Woods · 7 months ago
  17. 9056bb6 Merge "Revert "Disable flaky tests on API 30 caused by platform leaks"" into androidx-main by Treehugger Robot · 7 months ago
  18. c450327 Revert "Disable flaky tests on API 30 caused by platform leaks" by Jeremy Woods · 7 months ago
  19. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 7 months ago
  20. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 8 months ago
  21. e087db1 Merge changes from topic "314048186_experimental_lint_bugfix" into androidx-main by Treehugger Robot · 8 months ago
  22. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 8 months ago
  23. 7b6a6ad Merge "Fix typo" into androidx-main by Alan Viverette · 8 months ago
  24. 82d7c26 Fix typo by Alan Viverette · 8 months ago
  25. ee0da74 Add comment to build.gradle files by Tiem Song · 8 months ago
  26. 08421e1 Update to annotation-experimental compatible with K2 by Alan Viverette · 8 months ago
  27. 68550f4 Migrate to platform methods for deprecated ViewCompat APIs by Alan Viverette · 8 months ago
  28. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 8 months ago
  29. 771d338 Merge "Remove workaround for transition reparenting" into androidx-main by Treehugger Robot · 8 months ago
  30. b805737 Revert "Bumped agp to 8.3.0-alpha18 in androidx" by Aurimas Liutikas · 8 months ago
  31. eb3f0a4 Remove workaround for transition reparenting by Jeremy Woods · 8 months ago
  32. c6b792b Bumped agp to 8.3.0-alpha18 in androidx by Marcello Albano · 9 months ago
  33. 9712fad Merge "Disable flaky tests on API 30 caused by platform leaks" into androidx-main by Treehugger Robot · 8 months ago
  34. 1764ab9 Disable flaky tests on API 30 caused by platform leaks by Jeremy Woods · 8 months ago
  35. 3dd7c8e Remove unused completeSpecialEffect() method by Ian Lake · 8 months ago
  36. b3dae5e Remove @RequiresApi(16) by Sergey Vasilinetc · 8 months ago
  37. 214b871 Add additional support for BackStackChangedListeners by Jeremy Woods · 9 months ago
  38. f3708f8 Remove JELLY_BEAN mentions in *.kt files by Sergey Vasilinetc · 9 months ago
  39. ff6e33e5 Remove always true Build.VERSION.SDK_INT >= 19 if checks by Sergey Vasilinetc · 9 months ago
  40. 573d69d Remove always true Build.VERSION.SDK_INT >= 18 if checks by Sergey Vasilinetc · 9 months ago
  41. caa68d4 Remove no op SdkSuppress and non-applicable tests by Sergey Vasilinetc · 9 months ago
  42. 08d585a updated dependency api("androidx.activity:activity-ktx:1.8.1") by Prajakta Patil · 9 months ago
  43. 35e8982 FRAGMENT = "1.7.0-alpha07" api("androidx.activity:activity:1.8.1") by Prajakta Patil · 9 months ago
  44. 401b433 Restructure testDialogFragmentDismiss test by Jeremy Woods · 9 months ago
  45. 39f4ab0 Re-enable testDialogFragmentDismiss test on API 30 by Jeremy Woods · 9 months ago
  46. 7b0edaf Re-enable previously ignored fragment tests by Jeremy Woods · 9 months ago
  47. 9256ab4 Deprecate androidx.core.os.CancellationSignal by Alan Viverette · 10 months ago
  48. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 10 months ago
  49. acb4a2e Autogenerated suppression of test failures by Jeff Gaston · 10 months ago
  50. 3279445 [GH] Move playground projects into a separate folder by Yigit Boyar · 10 months ago
  51. d949529 Make ComponentActivity.onNewIntent take a non-null Intent by Ian Lake · 10 months ago
  52. 4e57779e Convert ComponentActivity to Kotlin by Ian Lake · 10 months ago
  53. 6a74b48 Convert Core ComponentActivity to Kotlin by Ian Lake · 10 months ago
  54. 7d68c05 Merge "Fix FragmentContainerView fragment initiation" into androidx-main by Treehugger Robot · 10 months ago
  55. 95c51e5 Fix FragmentContainerView fragment initiation by Clara Fok · 10 months ago
  56. 6899e10 Fix nested ViewModel not cleared by Clara Fok · 10 months ago
  57. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 10 months ago
  58. 8de49f4 Turn off leak detection for problem tests by Jeremy Woods · 10 months ago
  59. b794a4e Merge "Ensure solo shared element transitions do not cause crashes" into androidx-main by Treehugger Robot · 10 months ago
  60. eda11fe Ensure solo shared element transitions do not cause crashes by Jeremy Woods · 10 months ago
  61. 49f6bb1 [GH] Use projectOrArtifact for fragment playground by Dustin Lam · 10 months ago
  62. 37e2306 Merge "Fix RestrictedApiAndroidX in transition" into androidx-main by Yuichi Araki · 11 months ago
  63. c00a762 [GH] [Docs] fixes typo with viewModels extension by 杨加康 · 11 months ago
  64. 910e6e7 Fix RestrictedApiAndroidX in transition by Yuichi Araki · 11 months ago
  65. e395f84 @samples removing frameworks/support/ prefix by Jeff Gaston · 11 months ago
  66. e63042b Merge "TransitionSeekController.animateToStart() accepts reset Runnable" into androidx-main by George Mount · 11 months ago
  67. 1c89290 TransitionSeekController.animateToStart() accepts reset Runnable by George Mount · 11 months ago
  68. c14adc7 Include projects with dependencies in Playground by Yigit Boyar · 11 months ago
  69. 567b745 Add additional logging for transitions by Jeremy Woods · 11 months ago
  70. 41c6d82 Update Kitten app to support predictive back by Jeremy Woods · 11 months ago
  71. 392cb4e Set transition state after animateToStart by Jeremy Woods · 11 months ago
  72. 1d7fb65 Support predictive back for transitions in Fragments by Jeremy Woods · 1 year ago
  73. 13c9a65 Merge "Clean up isPendingExecute function" into androidx-main by Treehugger Robot · 12 months ago
  74. 794e184 Clean up isPendingExecute function by Jeremy Woods · 12 months ago
  75. ffb8d39 Ignore test for ensuring container change status by Jeremy Woods · 12 months ago
  76. 9c57d13 Ensure cancelled gestures are completed by fragments by Jeremy Woods · 12 months ago
  77. 2633644 Fix SpecialEffectControllerTest based on container changes by Jeremy Woods · 12 months ago
  78. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 12 months ago
  79. 760ef0b Prevent running Animations with Transitions by Jeremy Woods · 12 months ago
  80. a480b215 Merge "Fix fragment-ktx in playground builds" into androidx-main by Treehugger Robot · 12 months ago
  81. d5faf3c Merge "Fix issue with back while backstack is empty" into androidx-main by Treehugger Robot · 12 months ago
  82. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 12 months ago
  83. f0a9e95 Fix fragment-ktx in playground builds by Dustin Lam · 12 months ago
  84. 3a54dca Fix issue with back while backstack is empty by Jeremy Woods · 12 months ago
  85. dc0ea58 [GH] Use projectOrArtifact in fragment/fragment by Dustin Lam · 1 year ago
  86. 75d3a8d Remove cancellation signals in operations by Jeremy Woods · 1 year, 1 month ago
  87. 86bf2a2 Cancel Transition effects directly by Jeremy Woods · 1 year ago
  88. 5afa4d5 Cancel Anim effects directly by Jeremy Woods · 1 year, 1 month ago
  89. 5e019ea Merge "Remove redundant disabling of SyntheticAccessor check" into androidx-main by Treehugger Robot · 1 year ago
  90. a3d07f9 Remove redundant disabling of SyntheticAccessor check by Aurimas Liutikas · 1 year ago
  91. 9debedb Fix testOnBAckChangeCommittedReplacePop test by Jeremy Woods · 1 year ago
  92. d885a97 Merge "Initialize mBackStack immediately" into androidx-main by Jeremy Woods · 1 year ago
  93. bbf83e0 Merge "Change fragment to activity project dep" into androidx-main by Treehugger Robot · 1 year ago
  94. 6a71152 Initialize mBackStack immediately by Jeremy Woods · 1 year ago
  95. fb751bb Change fragment to activity project dep by Jeremy Woods · 1 year ago
  96. 2c1dce8 [GH] stop using buildSrc symlinks by Yigit Boyar · 1 year ago
  97. 45b68bb Fix an issue with popping the last back stack entry by Jeremy Woods · 1 year ago
  98. 4ae766e Turn predictive back gestures in fragment back on by Jeremy Woods · 1 year, 1 month ago
  99. 30706c9 Only seek back once the gesture is completed by Jeremy Woods · 1 year, 1 month ago
  100. 91c190c Remove Operation callbacks and use effects by Jeremy Woods · 1 year, 1 month ago