1. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  2. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 11 months ago
  3. c53db9a Enable Kotlin Strict API mode by default by Aurimas Liutikas · 4 years ago
  4. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  5. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  6. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  7. 6ac8c64 Upgrade to Metalava 1.0.0-alpha02 build by Aurimas Liutikas · 4 years ago
  8. 78118c1 Fix ChangeImageTransformTest#testNoAnimationForDrawableWithoutSize by Yuichi Araki · 4 years ago
  9. a95fc31 BanTargetApiAnnotation check now actually looks for the annotation by Oussama Ben Abdelbaki · 4 years ago
  10. 07f6376 Move running effects out of DefaultSpecialEffectsController by Ian Lake · 4 years ago
  11. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years, 1 month ago
  12. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 4 years, 1 month ago
  13. 6735e50 Use current.ignore for tracking API check exceptions by Alan Viverette · 4 years, 1 month ago
  14. 9c1d622 Fix disallowing transition overlap by Ian Lake · 4 years, 1 month ago
  15. 8c6081e Enable the new state manager by default by Ian Lake · 4 years, 2 months ago
  16. c8263b1 Mirror changes in FragmentTransitionTest to transition by Ian Lake · 4 years, 2 months ago
  17. c4e66e2 Change reordering parameter from boolean to sealed class by Ian Lake · 4 years, 2 months ago
  18. ec4d838 Update Transition to comply with Android's inclusive language guidance by Ian Lake · 4 years, 2 months ago
  19. d00ab1d Use a more inclusive term in CanvasUtils by Aurimas Liutikas · 4 years, 2 months ago
  20. d257853 Lint check to to detect utility classes and suggest making them by Oussama Ben Abdelbaki · 4 years, 3 months ago
  21. 0cce18a Use more inclusive language in ViewUtilsApi23 class. by Aurimas Liutikas · 4 years, 3 months ago
  22. 648b619 Update Transition to 1.4.0-beta01 by Ian Lake · 4 years, 3 months ago
  23. bd26315 Use prebuilt dependencies for androidx.transition by Ian Lake · 4 years, 3 months ago
  24. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 3 months ago
  25. 618985cf Merge "Upgrade to androidx.test 1.3.0-rc01" into androidx-master-dev by Aurimas Liutikas · 4 years, 3 months ago
  26. 506ab64d Upgrade to androidx.test 1.3.0-rc01 by Aurimas Liutikas · 4 years, 4 months ago
  27. 60a3642 Improve assertions to verify elements, not size by Ian Lake · 4 years, 3 months ago
  28. fa0bb11 Merge "Move coverage to only be enabled in CI." into androidx-master-dev by Treehugger Robot · 4 years, 4 months ago
  29. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 4 years, 6 months ago
  30. 79fc883 Always verifyAndClear each transition in tests by Ian Lake · 4 years, 4 months ago
  31. 5b1bdc8 Convert getBoundsOnScreen(View) into Kotlin property by Ian Lake · 4 years, 4 months ago
  32. 992af3f Track entering and exiting Views separately in tests by Ian Lake · 4 years, 4 months ago
  33. ca98f33 Simplify Transition's verifyAndClearTransition() by Ian Lake · 4 years, 4 months ago
  34. 2b94eb3 Fix transition api_lint.ignore by Ian Lake · 4 years, 5 months ago
  35. fa97c2e Merge "Revert "Use core:core-animation in transition"" into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  36. 10b53cd Updates API files & baselines to work with Metalava from build 6435647 by Louis Pullen-Freilich · 4 years, 5 months ago
  37. ecd6311 Revert "Use core:core-animation in transition" by Yuichi Araki · 4 years, 5 months ago
  38. 0b49223 Merge "Only generate versioned resource API file when asked to" into androidx-master-dev by Alan Viverette · 4 years, 5 months ago
  39. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 5 months ago
  40. 2eb8e9f Use core:core-animation in transition by Yuichi Araki · 4 years, 5 months ago
  41. 6baae02 Improve suppressLayout test by Yuichi Araki · 4 years, 6 months ago
  42. cf0fb61 Set targetSdkVersion to API 29. by Aurimas Liutikas · 4 years, 6 months ago
  43. 94b1fca Fix flaky EpicenterTest by Yuichi Araki · 4 years, 6 months ago
  44. f323230 Fix GhostViewTest on APIs 21 - 25 by Andrey Kulikov · 4 years, 6 months ago
  45. bf92cbc Revert "Move all uses of androidx.core:core:1.1.0 and" by Nick Anthony · 4 years, 7 months ago
  46. e535dc2 Move all uses of androidx.core:core:1.1.0 and by Nick Anthony · 4 years, 8 months ago
  47. f4474e8 Merge "Re-enable animations for transition tests" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  48. 18df655 Re-enable animations for transition tests by Andrey Kulikov · 4 years, 7 months ago
  49. a4f7b23 Disable clipChildren for GhostViewPost by Andrey Kulikov · 4 years, 8 months ago
  50. 8013dfd Skipping tracking RestrictTo(LIBRARY_GROUP) APIs for groups having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  51. 58ba7af Mark testViewDetachedFromOverlayWhilePaused as flaky by Jeremy Woods · 4 years, 8 months ago
  52. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  53. fbb001b Replace deprecated Matchers with ArgumentMatchers by Jelle Fresen · 4 years, 8 months ago
  54. 4506982 Disable failing PrevTransitionStoppedTest test by Aurimas Liutikas · 4 years, 9 months ago
  55. 0e522bb Updates for latest metalava by Jeff Gaston · 4 years, 9 months ago
  56. 0e0fafd2 Merge "Update android lint baseline" into androidx-master-dev by Aurimas Liutikas · 4 years, 10 months ago
  57. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 10 months ago
  58. 5cdf77d Fix the flaky FragmentTransition showHide test by Jeremy Woods · 4 years, 10 months ago
  59. 0689784 Ignore flaky Fragment hide/show transition tests by Jeremy Woods · 4 years, 10 months ago
  60. 685e08c Merge "Introduce transition-ktx for standalone transition library" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  61. d69661a Merge "Fix hide Transitions with reordering" into androidx-master-dev by Treehugger Robot · 4 years, 10 months ago
  62. a39315b Fix hide Transitions with reordering by Jeremy Woods · 4 years, 10 months ago
  63. ae42e31 Introduce transition-ktx for standalone transition library by Jake Wharton · 4 years, 10 months ago
  64. a196ccd Update api lint baseline. by Aurimas Liutikas · 4 years, 10 months ago
  65. 1732145 Update API lint baselines by Aurimas Liutikas · 4 years, 10 months ago
  66. a1fc67c Regenerate old API files. by Aurimas Liutikas · 4 years, 10 months ago
  67. 4e6e20e Merge changes from topic "metalava_update_1" into androidx-master-dev by Aurimas Liutikas · 4 years, 10 months ago
  68. f14f38f Update api lint baseline files. by Aurimas Liutikas · 4 years, 10 months ago
  69. fbe02d9 Add a bunch of nullability information to transition types by Jake Wharton · 4 years, 10 months ago
  70. 53d7e7a4 Clean up Fragment transition tests in transitions by Jeremy Woods · 4 years, 11 months ago
  71. cf08568 Fix fragment transition epicenter calculation by Anders Järleberg · 5 years ago
  72. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 5 years ago
  73. 96dd369 Fix errorprone issues in transition by Ian Lake · 5 years ago
  74. ff55d5c Suppress deprecated API usage in transition by Ian Lake · 5 years ago
  75. 1c6ccfb Move lifecycle, activity, fragment, and navigation to alpha by Ian Lake · 5 years ago
  76. c378b9a Increment activity, fragment, lifecycle, transtion to rc01 by Nick Anthony · 5 years ago
  77. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 5 years ago
  78. 71bb8ae Merge "Revert "ViewCompat.setLeftTopRightBottom"" into androidx-master-dev by Treehugger Robot · 5 years ago
  79. d2ee538 Revert "ViewCompat.setLeftTopRightBottom" by Yuichi Araki · 5 years ago
  80. 3668951 Merge "ViewCompat.setLeftTopRightBottom" into androidx-master-dev by Yuichi Araki · 5 years ago
  81. 666a88c Merge "Remove a stale TODO" into androidx-master-dev by Yuichi Araki · 5 years ago
  82. 6f072e1c Beta: lifecycle, activity, fragment, transition by Ian Lake · 5 years ago
  83. 5da219c Fix androidx transitions for Fragments by Jeremy Woods · 5 years ago
  84. 366bb45 Add Fragment transition tests to androidx transitions by Jeremy Woods · 5 years ago
  85. baf2b23 Remove a stale TODO by Yuichi Araki · 5 years ago
  86. 5176a0f ViewCompat.setLeftTopRightBottom by Yuichi Araki · 5 years ago
  87. 900fa57 Move to TOT Fragments for transitions by Jeremy Woods · 5 years ago
  88. e730e51 Merge "Update Transition library to 1.3.0-alpha03" into androidx-master-dev by Treehugger Robot · 5 years ago
  89. 10e8b48 Update Transition library to 1.3.0-alpha03 by Jeremy Woods · 5 years ago
  90. a2f609e Add andreykulikov to OWNERS of transition by Yuichi Araki · 5 years ago
  91. cd1aae0 Track experimental API surface by Alan Viverette · 5 years ago
  92. cd364ed Merge "Update transition version to 1.2.0-rc01" into androidx-master-dev by Andrey Kulikov · 5 years ago
  93. b500a25 Update transition version to 1.2.0-rc01 by Andrey Kulikov · 5 years ago
  94. e56ff8c Remove outdated @SuppressLint("NewApi") in transition lib by Andrey Kulikov · 5 years ago
  95. c163de4 Update api lint baseline with new Metalava nullability check. by Aurimas Liutikas · 5 years ago
  96. e6a3a04 Making restricted api txt files also include public apis by Jeff Gaston · 5 years ago
  97. a7c770a Update transition to the new directory structure by Yuichi Araki · 5 years ago
  98. 072775d Merge "Add README.md to transition" into androidx-master-dev by Yuichi Araki · 5 years ago
  99. b3aa531 Increment alpha and beta versions of libraries releasing on July 2nd by Nick Anthony · 5 years ago
  100. 6c689c5 Add README.md to transition by Yuichi Araki · 5 years ago