[go: nahoru, domu]

  1. b276649 Remove usage of legacy multidex by Aurimas Liutikas · 9 weeks ago
  2. edb111f Merge "No longer drop fragments not in container for predictive back" into androidx-main by Treehugger Robot · 10 weeks ago
  3. 0e93825 No longer drop fragments not in container for predictive back by Jeremy Woods · 10 weeks ago
  4. cf3d160 Upgrade lint and AGP used by lint check projects by Aurimas Liutikas · 10 weeks ago
  5. a18f72a Migrate to ktfmt 0.50 and remove our custom @sample hack by Omar Ismail · 2 months ago
  6. 0f07147 Remove ktlint disable/enable comments from codebase by Omar Ismail · 3 months ago
  7. 5c5419a Enable kotlin explicitApi for android projects by Aurimas Liutikas · 3 months ago
  8. 3762a3b Migrate fragment to ktfmt by Omar Ismail · 3 months ago
  9. 7244477 Replace buildType.all{} references to buildType.configureEach in build.gradle files by Omar Ismail · 3 months ago
  10. 279109d Execute OnBackStackChangeCancelled sooner by Jeremy Woods · 3 months ago
  11. 1686527 Merge "Ensure that all fragments are seekable to run preditive back" into androidx-main by Treehugger Robot · 3 months ago
  12. 86e6606 Rename publish = Publish.SNAPSHOT_AND_RELEASE to type = LibraryType.PublishedLibrary by Omar Ismail · 4 months ago
  13. fb6c110 Ensure that all fragments are seekable to run preditive back by Jeremy Woods · 3 months ago
  14. a45f2890 Add non-implicit wildcard bounds to signature files by Julia McClellan · 3 months ago
  15. 48585ef FRAGMENT = "1.8.0-beta01" Test: ./gradlew buildOnServer by Prajakta Patil · 4 months ago
  16. a3085e1e Set type to PUBLISHED_LIBRARY_ONLY_USED_BY_KOTLIN_CONSUMERS for published consumed only by Kotlin libs by Omar Ismail · 4 months ago
  17. d12a1d3 Update lint baseline after minSdkVersion 21 bump by Aurimas Liutikas · 4 months ago
  18. 8aaf581 Move ToT core deps to stable for libraries by Jeremy Woods · 5 months ago
  19. c885a11 Merge "Add logs for attempting to seek with only sharedElementTransition" into androidx-main by Treehugger Robot · 5 months ago
  20. 828c09c Merge "Fix transaction with non-seekable sharedElement" into androidx-main by Treehugger Robot · 5 months ago
  21. f967845 Add logs for attempting to seek with only sharedElementTransition by Jeremy Woods · 11 months ago
  22. 2e22fa5 Fix transaction with non-seekable sharedElement by Jeremy Woods · 5 months ago
  23. ffe9335 Create AndroidFragment to allow adding fragments in Compose by Jeremy Woods · 5 months ago
  24. ce4ff06 Update new OnBackStackChangedListener API docs by Jeremy Woods · 5 months ago
  25. acb4252 Update profileinstaller in androidx to 1.3.1 for U support by Chris Craik · 5 months ago
  26. af90a0f Use the underlying language, instead of sourcePsi by Jinseong Jeon · 5 months ago
  27. 98e7ce5a Remove sanura and aelias from OWNERS by Aurimas Liutikas · 6 months ago
  28. b27970e Merge "Fix issue with failing to cancel forward transitions" into androidx-main by Treehugger Robot · 6 months ago
  29. 19f1c45 Merge "Only wait to finish fragments in a container" into androidx-main by Treehugger Robot · 6 months ago
  30. 351e86f Only wait to finish fragments in a container by Jeremy Woods · 6 months ago
  31. 5fe62ad Fix issue with failing to cancel forward transitions by Jeremy Woods · 6 months ago
  32. d6f0f00 Clean up .ignore files by Paul Duffin · 6 months ago
  33. 72a3187 Move flaky shared element test to activity scenario by Jeremy Woods · 6 months ago
  34. 2f3ed4d Revert "Move flaky shared element test to activity scenario" by Jeremy Woods · 6 months ago
  35. 75d5778 Move flaky shared element test to activity scenario by Jeremy Woods · 6 months ago
  36. 3c86e9f Move DialogFragmentDismissTest to ActivityScenarioRule by Jeremy Woods · 6 months ago
  37. f062c00 Remove core test dep from fragment-testing by Jeremy Woods · 6 months ago
  38. f6e6c50 Removing ToT core dep in fragment-testing by Jeremy Woods · 6 months ago
  39. d00edba FRAGMENT = "1.7.0-beta01" Test: ./gradlew buildOnServer by Prajakta Patil · 6 months ago
  40. 7f467ed Convert FragmentHostCallback to Kotlin by Ian Lake · 7 months ago
  41. 65836e2 Rename FragmentHostCallback.java to .kt by Ian Lake · 7 months ago
  42. f37eb98 Enforce that projects are in docs-tip-of-tree by Julia McClellan · 7 months ago
  43. a134e27 Avoid using UAST implementation by Jinseong Jeon · 7 months ago
  44. c92d1cd Remove no-op instances of RestrictedApi check suppression by Alan Viverette · 7 months ago
  45. 13e657a Initialize the back stack change listener on construction by Jeremy Woods · 7 months ago
  46. 0677261 Merge "Add additional support for BackStackChangedListeners" into androidx-main by Treehugger Robot · 7 months ago
  47. cc8546d Merge "Add Fragment.content extension" into androidx-main by Treehugger Robot · 7 months ago
  48. 561cb75 Add Fragment.content extension by Jeremy Woods · 7 months ago
  49. a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 7 months ago
  50. a066a43 Add Fragment Compose module in Androidx by Jeremy Woods · 7 months ago
  51. 6575e58 Merge changes from topic "dispatcher_kotlin" into androidx-main by Treehugger Robot · 7 months ago
  52. b337464 Merge "Fix the indentation in BackStackRecord" into androidx-main by Treehugger Robot · 7 months ago
  53. 77d43f3 Convert FragmentLifecycleCallbacksDispatcher to Kotlin by Jeremy Woods · 7 months ago
  54. c49efa8 Fix the indentation in BackStackRecord by Jeremy Woods · 7 months ago
  55. f77a300 Rename FragmentLifecycleCallbacksDispatcher.java to .kt by Jeremy Woods · 7 months ago
  56. 9056bb6 Merge "Revert "Disable flaky tests on API 30 caused by platform leaks"" into androidx-main by Treehugger Robot · 7 months ago
  57. c450327 Revert "Disable flaky tests on API 30 caused by platform leaks" by Jeremy Woods · 7 months ago
  58. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 7 months ago
  59. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 8 months ago
  60. e087db1 Merge changes from topic "314048186_experimental_lint_bugfix" into androidx-main by Treehugger Robot · 8 months ago
  61. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 8 months ago
  62. 7b6a6ad Merge "Fix typo" into androidx-main by Alan Viverette · 8 months ago
  63. 82d7c26 Fix typo by Alan Viverette · 8 months ago
  64. ee0da74 Add comment to build.gradle files by Tiem Song · 8 months ago
  65. 08421e1 Update to annotation-experimental compatible with K2 by Alan Viverette · 8 months ago
  66. 68550f4 Migrate to platform methods for deprecated ViewCompat APIs by Alan Viverette · 8 months ago
  67. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 8 months ago
  68. 771d338 Merge "Remove workaround for transition reparenting" into androidx-main by Treehugger Robot · 8 months ago
  69. b805737 Revert "Bumped agp to 8.3.0-alpha18 in androidx" by Aurimas Liutikas · 8 months ago
  70. eb3f0a4 Remove workaround for transition reparenting by Jeremy Woods · 8 months ago
  71. c6b792b Bumped agp to 8.3.0-alpha18 in androidx by Marcello Albano · 9 months ago
  72. 9712fad Merge "Disable flaky tests on API 30 caused by platform leaks" into androidx-main by Treehugger Robot · 8 months ago
  73. 1764ab9 Disable flaky tests on API 30 caused by platform leaks by Jeremy Woods · 8 months ago
  74. 3dd7c8e Remove unused completeSpecialEffect() method by Ian Lake · 8 months ago
  75. b3dae5e Remove @RequiresApi(16) by Sergey Vasilinetc · 8 months ago
  76. 214b871 Add additional support for BackStackChangedListeners by Jeremy Woods · 9 months ago
  77. f3708f8 Remove JELLY_BEAN mentions in *.kt files by Sergey Vasilinetc · 9 months ago
  78. ff6e33e5 Remove always true Build.VERSION.SDK_INT >= 19 if checks by Sergey Vasilinetc · 9 months ago
  79. 573d69d Remove always true Build.VERSION.SDK_INT >= 18 if checks by Sergey Vasilinetc · 9 months ago
  80. caa68d4 Remove no op SdkSuppress and non-applicable tests by Sergey Vasilinetc · 9 months ago
  81. 08d585a updated dependency api("androidx.activity:activity-ktx:1.8.1") by Prajakta Patil · 9 months ago
  82. 35e8982 FRAGMENT = "1.7.0-alpha07" api("androidx.activity:activity:1.8.1") by Prajakta Patil · 9 months ago
  83. 401b433 Restructure testDialogFragmentDismiss test by Jeremy Woods · 9 months ago
  84. 39f4ab0 Re-enable testDialogFragmentDismiss test on API 30 by Jeremy Woods · 9 months ago
  85. 7b0edaf Re-enable previously ignored fragment tests by Jeremy Woods · 9 months ago
  86. 9256ab4 Deprecate androidx.core.os.CancellationSignal by Alan Viverette · 10 months ago
  87. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 10 months ago
  88. acb4a2e Autogenerated suppression of test failures by Jeff Gaston · 10 months ago
  89. 3279445 [GH] Move playground projects into a separate folder by Yigit Boyar · 10 months ago
  90. d949529 Make ComponentActivity.onNewIntent take a non-null Intent by Ian Lake · 10 months ago
  91. 4e57779e Convert ComponentActivity to Kotlin by Ian Lake · 10 months ago
  92. 6a74b48 Convert Core ComponentActivity to Kotlin by Ian Lake · 10 months ago
  93. 7d68c05 Merge "Fix FragmentContainerView fragment initiation" into androidx-main by Treehugger Robot · 10 months ago
  94. 95c51e5 Fix FragmentContainerView fragment initiation by Clara Fok · 10 months ago
  95. 6899e10 Fix nested ViewModel not cleared by Clara Fok · 10 months ago
  96. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 10 months ago
  97. 8de49f4 Turn off leak detection for problem tests by Jeremy Woods · 10 months ago
  98. b794a4e Merge "Ensure solo shared element transitions do not cause crashes" into androidx-main by Treehugger Robot · 10 months ago
  99. eda11fe Ensure solo shared element transitions do not cause crashes by Jeremy Woods · 10 months ago
  100. 49f6bb1 [GH] Use projectOrArtifact for fragment playground by Dustin Lam · 10 months ago