1. 6aa28ef Merge "Remove DeleteMe.kt workaround" into androidx-main by Treehugger Robot · 1 year, 8 months ago
  2. 543b45c Fix transition seeking test causing failures by Jeremy Woods · 1 year, 8 months ago
  3. 9f99a4b Remove DeleteMe.kt workaround by Aurimas Liutikas · 1 year, 8 months ago
  4. 0e93962 Disable the last FragmentTransitionSupportTest test by Aurimas Liutikas · 1 year, 9 months ago
  5. 5dc0e1f Disable flaking FragmentTransitionSupportTest test by Aurimas Liutikas · 1 year, 9 months ago
  6. af4fad2 Disable flaking FragmentTransitionSupportTest by Aurimas Liutikas · 1 year, 9 months ago
  7. b27970e Merge "Fix issue with failing to cancel forward transitions" into androidx-main by Treehugger Robot · 1 year, 9 months ago
  8. 5fe62ad Fix issue with failing to cancel forward transitions by Jeremy Woods · 1 year, 9 months ago
  9. d6f0f00 Clean up .ignore files by Paul Duffin · 1 year, 9 months ago
  10. d0b4bad Disable flaking FragmentTransitionSeekingTest tests by Aurimas Liutikas · 1 year, 9 months ago
  11. c92d1cd Remove no-op instances of RestrictedApi check suppression by Alan Viverette · 1 year, 10 months ago
  12. c6dd58e Move transition library to 1.5.0-beta01 by George Mount · 1 year, 10 months ago
  13. 1c85189 Convert Consumer to Kotlin by Ian Lake · 1 year, 10 months ago
  14. 36de1fe Upgrade to AGP 8.3.0-beta01 by Aurimas Liutikas · 1 year, 10 months ago
  15. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 1 year, 10 months ago
  16. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 1 year, 10 months ago
  17. 1c98a8e Merge "Add comment to build.gradle files" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  18. ee0da74 Add comment to build.gradle files by Tiem Song · 1 year, 11 months ago
  19. 68550f4 Migrate to platform methods for deprecated ViewCompat APIs by Alan Viverette · 1 year, 11 months ago
  20. d941e7b Remove JELLY_BEAN* mentions from *.java and *.kt code by Sergey Vasilinetc · 1 year, 11 months ago
  21. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 1 year, 11 months ago
  22. b8d1334 Merge changes from topic "revert-2885948-agp-8.3.0-alpha18-NJADAFFZWH" into androidx-main by Aurimas Liutikas · 1 year, 11 months ago
  23. b805737 Revert "Bumped agp to 8.3.0-alpha18 in androidx" by Aurimas Liutikas · 1 year, 11 months ago
  24. 9096bcc Merge "Change order of listeners for seeking transitions." into androidx-main by George Mount · 1 year, 11 months ago
  25. 889b310 Change order of listeners for seeking transitions. by George Mount · 1 year, 11 months ago
  26. c6b792b Bumped agp to 8.3.0-alpha18 in androidx by Marcello Albano · 1 year, 11 months ago
  27. a4852d0 Remove @RequiresApi(18) by Sergey Vasilinetc · 2 years ago
  28. 8bad382 Remove KITKAT mentions in *.java files by Sergey Vasilinetc · 2 years ago
  29. ff6e33e5 Remove always true Build.VERSION.SDK_INT >= 19 if checks by Sergey Vasilinetc · 2 years ago
  30. 573d69d Remove always true Build.VERSION.SDK_INT >= 18 if checks by Sergey Vasilinetc · 2 years ago
  31. 3bfa5bd Remove always false Build.VERSION.SDK_INT < (15, 16, 17, 18) if checks by Sergey Vasilinetc · 2 years ago
  32. caa68d4 Remove no op SdkSuppress and non-applicable tests by Sergey Vasilinetc · 2 years ago
  33. 41b3c73 Merge "Fix animateToStart with Slide." into androidx-main by Treehugger Robot · 2 years ago
  34. e57dd5f Fix animateToStart with Slide. by George Mount · 2 years ago
  35. 9256ab4 Deprecate androidx.core.os.CancellationSignal by Alan Viverette · 2 years ago
  36. 0b8ce649 Fix Transition reentrancy problem. by George Mount · 2 years ago
  37. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 2 years, 1 month ago
  38. eda11fe Ensure solo shared element transitions do not cause crashes by Jeremy Woods · 2 years, 1 month ago
  39. 910e6e7 Fix RestrictedApiAndroidX in transition by Yuichi Araki · 2 years, 1 month ago
  40. 1c89290 TransitionSeekController.animateToStart() accepts reset Runnable by George Mount · 2 years, 2 months ago
  41. cc9f2f8 Transition listeners removed from parent removes from child. by George Mount · 2 years, 2 months ago
  42. 5af29f9 Ignore flaky replaceOperationWithTransitionsThenOnBackPressedTwice test by Jeremy Woods · 2 years, 2 months ago
  43. 392cb4e Set transition state after animateToStart by Jeremy Woods · 2 years, 2 months ago
  44. c250706 Actually turn on seeking for Androidx Transitions by Jeremy Woods · 2 years, 2 months ago
  45. 1d7fb65 Support predictive back for transitions in Fragments by Jeremy Woods · 2 years, 2 months ago
  46. 9446fd1 Merge "Fix slide interrupted position" into androidx-main by George Mount · 2 years, 3 months ago
  47. 1b7b319 Fix slide interrupted position by George Mount · 2 years, 3 months ago
  48. 03563df Pin core dep to 1.12 instead of 1.2 by Jeremy Woods · 2 years, 3 months ago
  49. 1e44dcd Pin Core dependency by natnaelbelay · 2 years, 3 months ago
  50. 48a33a9 Update lint baselines for forked RestrictedApi check by Alan Viverette · 2 years, 3 months ago
  51. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 2 years, 3 months ago
  52. 6655bff Change TransitionManager.seekTo() to createSeekController() by George Mount · 2 years, 4 months ago
  53. a691c2b Transition API changes from feedback by George Mount · 2 years, 4 months ago
  54. 5d37dd8 Merge "Add new lines at the end of of every kotlin file" into androidx-main by Aurimas Liutikas · 2 years, 4 months ago
  55. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 2 years, 4 months ago
  56. 2d0bac9 Replace usages of deprecated BuildCompat.isAtLeastU() et al by Alan Viverette · 2 years, 4 months ago
  57. de2e12b Fix flicker in AutoTransition by George Mount · 2 years, 5 months ago
  58. 91433b3 Use internal component ID for Transition by Alan Viverette · 2 years, 5 months ago
  59. 63b9b29 Add bug components to various OWNERS files that were missing them by Aurimas Liutikas · 2 years, 5 months ago
  60. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 2 years, 5 months ago
  61. b5029d2 Merge "Remove 0.0.0.txt API signatures" into androidx-main am: 2eb8589dad by Julia McClellan · 2 years, 5 months ago
  62. f13c691 Remove 0.0.0.txt API signatures by Julia McClellan · 2 years, 5 months ago
  63. 40397c1 Update API files for high-volume projects (n thru z) by Alan Viverette · 2 years, 6 months ago
  64. ca458cb Update API files for high-volume projects (n thru z) by Alan Viverette · 2 years, 6 months ago
  65. 55c7ab0 Merge "Opt-in n- thru t-prefixed projects to Suppress Compatibility migration" into androidx-main am: ed9751b8dd by Alan Viverette · 2 years, 6 months ago
  66. 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 2 years, 6 months ago
  67. 994fc04 Reorder methods in API files based on metalava update by Julia McClellan · 2 years, 6 months ago
  68. 3512804 Reorder methods in API files based on metalava update by Julia McClellan · 2 years, 6 months ago
  69. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 2 years, 6 months ago
  70. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 2 years, 6 months ago
  71. 4202d31 ktlintFormat for import-ordering rule by Jeff Gaston · 2 years, 6 months ago
  72. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 2 years, 6 months ago
  73. a46238ed Clean up component names, add build-time enforcement by Alan Viverette · 2 years, 6 months ago
  74. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 2 years, 6 months ago
  75. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 2 years, 6 months ago
  76. e4a1729 Merge "Remove empty AndroidManifest.xml files" into androidx-main am: bbb1a6f10c by Treehugger Robot · 2 years, 7 months ago
  77. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 2 years, 7 months ago
  78. 2537a11 Merge "Fix typo in TransitionSeekController" into androidx-platform-dev by Treehugger Robot · 2 years, 7 months ago
  79. 02582df Fix typo in TransitionSeekController by George Mount · 2 years, 7 months ago
  80. d054e7ce Fix Transition tests for API 18- by George Mount · 2 years, 7 months ago
  81. fbd3bf1 Merge "Add seek support for ChangeClipBounds" into androidx-platform-dev by Treehugger Robot · 2 years, 7 months ago
  82. e137cd7 Add seek support for ChangeClipBounds by George Mount · 2 years, 7 months ago
  83. 2a268e9 Make ChangeImageTransform and ChangeScroll as seekable. by George Mount · 2 years, 7 months ago
  84. a81d49a Merge "Add seekability to Visibility transitions" into androidx-platform-dev by George Mount · 2 years, 7 months ago
  85. 4d2bded Add Seekability to ChangeBounds transition by George Mount · 2 years, 7 months ago
  86. 503fa1a Add seekability to Visibility transitions by George Mount · 2 years, 7 months ago
  87. bc095f0 Add Transition direction to the TransitionListener by George Mount · 2 years, 7 months ago
  88. 805eabe Small fixes to transitions by George Mount · 2 years, 7 months ago
  89. 71f3b67 Merge "Begin adding seekability to Transitions." into androidx-platform-dev by Treehugger Robot · 2 years, 7 months ago
  90. abef07e Begin adding seekability to Transitions. by George Mount · 2 years, 7 months ago
  91. 6f2aeadd Suppress overridePendingTransition deprecation warnings. by Agostinho Junior · 2 years, 8 months ago
  92. e11a6ca Remove redundant usages of @hide javadoc tag in transition by Aurimas Liutikas · 2 years, 9 months ago
  93. 38763c1 Convert DefaultSpecialEffectsController to Kotlin by Ian Lake · 2 years, 9 months ago
  94. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 3 years ago
  95. 472e3f0 Nullability updates for consistency with platform SDK by Alan Viverette · 3 years ago
  96. b92c4c9 Updates Metalava from ab/8993580 by Louis Pullen-Freilich · 3 years, 3 months ago
  97. ffe724e Second lint baseline update after Lint Fixit by Tiem Song · 3 years, 4 months ago
  98. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 3 years, 5 months ago
  99. 6c29c68 Merge "Add nullability annotations to FragmentTransitionSupport" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  100. ba1e2bd Add nullability annotations to FragmentTransitionSupport by Jeremy Woods · 3 years, 5 months ago