1. fa0bb11 Merge "Move coverage to only be enabled in CI." into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  2. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 4 years, 6 months ago
  3. 79fc883 Always verifyAndClear each transition in tests by Ian Lake · 4 years, 4 months ago
  4. 5b1bdc8 Convert getBoundsOnScreen(View) into Kotlin property by Ian Lake · 4 years, 4 months ago
  5. 992af3f Track entering and exiting Views separately in tests by Ian Lake · 4 years, 4 months ago
  6. ca98f33 Simplify Transition's verifyAndClearTransition() by Ian Lake · 4 years, 4 months ago
  7. 2b94eb3 Fix transition api_lint.ignore by Ian Lake · 4 years, 5 months ago
  8. fa97c2e Merge "Revert "Use core:core-animation in transition"" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  9. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 5 months ago
  10. ecd6311 Revert "Use core:core-animation in transition" by Yuichi Araki · 4 years, 5 months ago
  11. 0b49223 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 4 years, 5 months ago
  12. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 5 months ago
  13. 2eb8e9f Use core:core-animation in transition by Yuichi Araki · 4 years, 5 months ago
  14. 6baae02 Improve suppressLayout test by Yuichi Araki · 4 years, 6 months ago
  15. cf0fb61 Set targetSdkVersion to API 29. by Aurimas Liutikas · 4 years, 6 months ago
  16. 94b1fca Fix flaky EpicenterTest by Yuichi Araki · 4 years, 6 months ago
  17. f323230 Fix GhostViewTest on APIs 21 - 25 by Andrey Kulikov · 4 years, 6 months ago
  18. bf92cbc Revert "Move all uses of androidx.core:core:1.1.0 and" by Nick Anthony · 4 years, 7 months ago
  19. e535dc2 Move all uses of androidx.core:core:1.1.0 and by Nick Anthony · 4 years, 8 months ago
  20. f4474e8 Merge "Re-enable animations for transition tests" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  21. 18df655 Re-enable animations for transition tests by Andrey Kulikov · 4 years, 7 months ago
  22. a4f7b23 Disable clipChildren for GhostViewPost by Andrey Kulikov · 4 years, 8 months ago
  23. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  24. 58ba7af Mark testViewDetachedFromOverlayWhilePaused as flaky by Jeremy Woods · 4 years, 8 months ago
  25. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  26. fbb001b Replace deprecated Matchers with ArgumentMatchers by Jelle Fresen · 4 years, 8 months ago
  27. 4506982 Disable failing PrevTransitionStoppedTest test by Aurimas Liutikas · 4 years, 9 months ago
  28. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 9 months ago
  29. 0e0fafd2 Merge "Update android lint baseline" into androidx-master-dev by Aurimas Liutikas · 4 years, 10 months ago
  30. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 10 months ago
  31. 5cdf77d Fix the flaky FragmentTransition showHide test by Jeremy Woods · 4 years, 10 months ago
  32. 0689784 Ignore flaky Fragment hide/show transition tests by Jeremy Woods · 4 years, 10 months ago
  33. 685e08c Merge "Introduce transition-ktx for standalone transition library" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  34. d69661a Merge "Fix hide Transitions with reordering" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  35. a39315b Fix hide Transitions with reordering by Jeremy Woods · 4 years, 10 months ago
  36. ae42e31 Introduce transition-ktx for standalone transition library by Jake Wharton · 4 years, 10 months ago
  37. a196ccd Update api lint baseline. by Aurimas Liutikas · 4 years, 10 months ago
  38. 1732145 Update API lint baselines by Aurimas Liutikas · 4 years, 10 months ago
  39. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 10 months ago
  40. 4e6e20e Merge changes from topic "metalava_update_1" into androidx-master-dev by Aurimas Liutikas · 4 years, 10 months ago
  41. f14f38f Update api lint baseline files. by Aurimas Liutikas · 4 years, 10 months ago
  42. fbe02d9 Add a bunch of nullability information to transition types by Jake Wharton · 4 years, 10 months ago
  43. 53d7e7a4 Clean up Fragment transition tests in transitions by Jeremy Woods · 4 years, 11 months ago
  44. cf08568 Fix fragment transition epicenter calculation by Anders Järleberg · 5 years ago
  45. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 5 years ago
  46. 96dd369 Fix errorprone issues in transition by Ian Lake · 5 years ago
  47. ff55d5c Suppress deprecated API usage in transition by Ian Lake · 5 years ago
  48. 1c6ccfb Move lifecycle, activity, fragment, and navigation to alpha by Ian Lake · 5 years ago
  49. c378b9a Increment activity, fragment, lifecycle, transtion to rc01 by Nick Anthony · 5 years ago
  50. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 5 years ago
  51. 71bb8ae Merge "Revert "ViewCompat.setLeftTopRightBottom"" into androidx-master-dev by Treehugger Robot · 5 years ago
  52. d2ee538 Revert "ViewCompat.setLeftTopRightBottom" by Yuichi Araki · 5 years ago
  53. 3668951 Merge "ViewCompat.setLeftTopRightBottom" into androidx-master-dev by Yuichi Araki · 5 years ago
  54. 666a88c Merge "Remove a stale TODO" into androidx-master-dev by Yuichi Araki · 5 years ago
  55. 6f072e1c Beta: lifecycle, activity, fragment, transition by Ian Lake · 5 years ago
  56. 5da219c Fix androidx transitions for Fragments by Jeremy Woods · 5 years ago
  57. 366bb45 Add Fragment transition tests to androidx transitions by Jeremy Woods · 5 years ago
  58. baf2b23 Remove a stale TODO by Yuichi Araki · 5 years ago
  59. 5176a0f ViewCompat.setLeftTopRightBottom by Yuichi Araki · 5 years ago
  60. 900fa57 Move to TOT Fragments for transitions by Jeremy Woods · 5 years ago
  61. e730e51 Merge "Update Transition library to 1.3.0-alpha03" into androidx-master-dev by Treehugger Robot · 5 years ago
  62. 10e8b48 Update Transition library to 1.3.0-alpha03 by Jeremy Woods · 5 years ago
  63. a2f609e Add andreykulikov to OWNERS of transition by Yuichi Araki · 5 years ago
  64. cd1aae0 Track experimental API surface by Alan Viverette · 5 years ago
  65. cd364ed Merge "Update transition version to 1.2.0-rc01" into androidx-master-dev by Andrey Kulikov · 5 years ago
  66. b500a25 Update transition version to 1.2.0-rc01 by Andrey Kulikov · 5 years ago
  67. e56ff8c Remove outdated @SuppressLint("NewApi") in transition lib by Andrey Kulikov · 5 years ago
  68. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 5 years ago
  69. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  70. a7c770a Update transition to the new directory structure by Yuichi Araki · 5 years ago
  71. 072775d Merge "Add README.md to transition" into androidx-master-dev by Yuichi Araki · 5 years ago
  72. b3aa531 Increment alpha and beta versions of libraries releasing on July 2nd by Nick Anthony · 5 years ago
  73. 6c689c5 Add README.md to transition by Yuichi Araki · 5 years ago
  74. 228b8e3 Merge "Move transition to 1.2.0-beta01" into androidx-master-dev by Treehugger Robot · 5 years ago
  75. a002250 Move transition to 1.2.0-beta01 by Nick Anthony · 5 years ago
  76. 6806382 Move ViewPager2 and Transition libraries back to Java 7. by Aurimas Liutikas · 5 years ago
  77. d2c056e Start running Metalava with --api-lint by Aurimas Liutikas · 5 years ago
  78. b5043f2 Merge changes Iad8ae94a,I889ac0d1 into androidx-master-dev by Jake Wharton · 5 years ago
  79. c922ad1 Merge "Fix ChangeImageTransform" into androidx-master-dev by Yuichi Araki · 5 years ago
  80. 2b8a0a8 Fix ChangeImageTransform by Yuichi Araki · 5 years ago
  81. 9acb80e Remove raw usage of Class type in public API of "transition" by Jake Wharton · 5 years ago
  82. a5cff35 Fix flaky ExplodeTest by Yuichi Araki · 5 years ago
  83. ef60c55 Merge "Remove raw usage of Class and Constructor types" into androidx-master-dev by Treehugger Robot · 5 years ago
  84. 60eda45 Remove raw usage of Class and Constructor types by Jake Wharton · 5 years ago
  85. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  86. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  87. 97199f8 Migrate to AGP 3.5.0-beta04 and Studio 3.5 Beta 4 by Louis Pullen-Freilich · 5 years ago
  88. f464859 Merge AndroidX changes for Android API 29 by Aurimas Liutikas · 5 years ago
  89. ac4cf06 Move all usaged of annotation:1.1.0-rc01 to annotation:1.1.0 by Nick Anthony · 5 years ago
  90. a575bb3 Merge "Fix ExplodeTest" into androidx-master-dev am: 3765af3084 by Yuichi Araki · 5 years ago
  91. 9f31061 Merge "Fix flaky AutoTransitionTest" into androidx-master-dev am: e63139ae24 by Yuichi Araki · 5 years ago
  92. 3765af3 Merge "Fix ExplodeTest" into androidx-master-dev by Yuichi Araki · 5 years ago
  93. 0dc1fdc Fix flaky AutoTransitionTest by Yuichi Araki · 5 years ago
  94. 450b1b6 Fix ExplodeTest by Yuichi Araki · 5 years ago
  95. aa4f5cc Merge "Add a way to create snapshot repository directory" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  96. ca2a03c Merge "Fix SlideEdgeTest and ChangeScrollTest on ICS" into androidx-master-dev by Yuichi Araki · 5 years ago
  97. f5ebe84 Merge "Add a way to create snapshot repository directory" into androidx-master-dev by Aurimas Liutikas · 5 years ago
  98. d261c94 Merge "Replace package.html with package-info.java" into androidx-master-dev by Yuichi Araki · 5 years ago
  99. 337cc5a Merge "Fix SlideEdgeTest and ChangeScrollTest on ICS" into androidx-master-dev by Yuichi Araki · 5 years ago
  100. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago