1. c2d620d Move version metadata to <application> by Chris Banes · 7 years ago
  2. 50ce74b Add ChangeTransform by Yuichi Araki · 8 years ago
  3. ce318db Fix up small issues in support-transition. by Aurimas Liutikas · 7 years ago
  4. f137a45 Add ChangeClipBounds by Yuichi Araki · 7 years ago
  5. 4c904b3 Add Explode Transition type by Yuichi Araki · 8 years ago
  6. 5e040d3 Merge "Support for Transition XMLs" by Yuichi Araki · 7 years ago
  7. e2104f4 Add all missing @Override annotations. by Aurimas Liutikas · 7 years ago
  8. 8158051 Support for Transition XMLs by Yuichi Araki · 7 years ago
  9. 317d4bb Backport ChangeBounds features introduced in L by Yuichi Araki · 8 years ago
  10. a6f2ebe Backport Visibility features added in L by Yuichi Araki · 8 years ago
  11. d2900e6 Cleanup test AndroidManifest.xml files. by Aurimas Liutikas · 7 years ago
  12. f54ec8d Merge "Backport TransitionSet enhancements in L" by Yuichi Araki · 8 years ago
  13. 8feb8c2 Another build.gradle file cleanup. by Aurimas Liutikas · 8 years ago
  14. 622113c7 Backport TransitionSet enhancements in L by Yuichi Araki · 8 years ago
  15. e68550d Add mockito dependencies to support-transition by Yuichi Araki · 8 years ago
  16. 74dc91b Merge changes I2974f964,I39a3adf9 by Yuichi Araki · 8 years ago
  17. f09d858 Put dependencies and their versions into one place. by Aurimas Liutikas · 8 years ago
  18. c0b4783 Fix addTarget not limiting to the given views by Yuichi Araki · 8 years ago
  19. 756a17b Backport Transition target enhancement in L by Yuichi Araki · 8 years ago
  20. aa389f3 Merge "Move the setup of uploadArchives repository to SupportLibraryPlugin." by Aurimas Liutikas · 8 years ago
  21. 6ad7122 Merge "Suppress layout on older platforms" by Yuichi Araki · 8 years ago
  22. 45323dc Move the setup of uploadArchives repository to SupportLibraryPlugin. by Aurimas Liutikas · 8 years ago
  23. 16cd13b Move the set up of uploadArchives to SupportLibraryPlugin by Aurimas Liutikas · 8 years ago
  24. 310f81d Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  25. df62e86 Move creating the source jar setup to SupportLibraryPlugin.java by Aurimas Liutikas · 8 years ago
  26. 9697da7 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  27. 78df598 Revert "Create AndroidLibraryPlugin to share common module configuration. " by Aurimas Liutikas · 8 years ago
  28. a46cd42 Create AndroidLibraryPlugin to share common module configuration. by Aurimas Liutikas · 8 years ago
  29. 61ee2ce resolve merge conflicts of 94d018a to master by Aurimas Liutikas · 8 years ago
  30. 94d018a Clean up build.gradle files in support library. by Aurimas Liutikas · 8 years ago
  31. 634be6e Remove javadocTask and javadocJarTask. am: f349dbab74 by Aurimas Liutikas · 8 years ago
  32. f349dba Remove javadocTask and javadocJarTask. by Aurimas Liutikas · 8 years ago
  33. 17c6dc5 Remove unneccessary files by Yuichi Araki · 8 years ago
  34. f43e000 Suppress layout on older platforms by Yuichi Araki · 8 years ago
  35. 4e5a727 Restructure the Transition support library by Yuichi Araki · 8 years ago
  36. e22ae93 Remove unnecessary @TargetApi annotations by Alan Viverette · 8 years ago
  37. 8e10080 Move from GROUP_ID to LIBRARY_GROUP annotations by Aurimas Liutikas · 8 years ago
  38. af6b251 Adds working lint target to support lib build, more workarounds by Alan Viverette · 8 years ago
  39. 5ec99dd Revert "Add support lib version meta-data to AndroidManifest.xml" by Chris Banes · 8 years ago
  40. cdcdfd0 Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  41. 8f886fe Annotate support classes with RequiresApi / TargetApi by Alan Viverette · 8 years ago
  42. 9439d70 Move all support library projects to use a single compilation unit by Alan Viverette · 8 years ago
  43. 8267c23 Fix transition library to target Java 1.7 am: 679ce10435 am: 5b94a6f01f by Alan Viverette · 8 years ago
  44. 679ce10 Fix transition library to target Java 1.7 by Alan Viverette · 8 years ago
  45. 42e7d6f Replace usage of Instrumentation#runOnMainSync with ActivityTestRule#runOnUiThread. by Aurimas Liutikas · 8 years ago
  46. 754cb29 Switch from deprecated size annotations to new ones. by Aurimas Liutikas · 8 years ago
  47. 17276ad Merge "More targeted dependencies" by Kirill Grouchnikov · 8 years ago
  48. 1c8c666 More targeted dependencies by Kirill Grouchnikov · 8 years ago
  49. 9480eb4 resolve merge conflicts of 7243922 to master by Alan Viverette · 8 years ago
  50. c39d9c7 Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations by Alan Viverette · 8 years ago
  51. ae7f533 Remove all the extra accessor methods added by javac in support-transition. am: 5bc71ed43c am: 761ea02d06 am: f8405ca40d by Aurimas Liutikas · 8 years ago
  52. 761ea02 Remove all the extra accessor methods added by javac in support-transition. by Aurimas Liutikas · 8 years ago
  53. 5bc71ed Remove all the extra accessor methods added by javac in support-transition. by Aurimas Liutikas · 8 years ago
  54. 4e28c3c Annotate android.support.transition tests. am: 24797374d6 am: a7286badb1 by Aurimas Liutikas · 8 years ago
  55. a7286ba Annotate android.support.transition tests. am: 24797374d6 by Aurimas Liutikas · 8 years ago
  56. adb13cd Merge "Annotate android.support.transition tests." into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  57. 6625313 Fix Animators pausing on a wrong Window am: feda490114 am: 42156d4d7c by Yuichi Araki · 8 years ago
  58. feda490 Fix Animators pausing on a wrong Window by Yuichi Araki · 8 years ago
  59. 2479737 Annotate android.support.transition tests. by Aurimas Liutikas · 8 years ago
  60. 1a4aed2 Fix Fade constructor am: e73fed4be4 am: de00408c3d am: 76d1d2a1bc am: e42bf1c19f by Yuichi Araki · 8 years ago
  61. e73fed4 Fix Fade constructor by Yuichi Araki · 8 years ago
  62. 44cb4e7 Update to new test runner and espresso. am: dfe7578733 am: 8dae1dacb8 am: f6d7dd9037 by Aurimas Liutikas · 8 years ago
  63. dfe7578 Update to new test runner and espresso. by Aurimas Liutikas · 8 years ago
  64. b500675 Convert to AAPT2 by Adam Lesinski · 8 years ago
  65. a951723 Add package documentation for support transition by Yuichi Araki · 8 years ago
  66. a5c3670 Move support libs to use ViewCompat.offset* methods by Chris Banes · 8 years ago
  67. 9562a3b Add offline docs target for support lib gradle build by Alan Viverette · 8 years ago
  68. 733b5aa Adjust standard Transition structure by Yuichi Araki · 8 years ago
  69. ddd0bf9 Merge "Add a demo of custom Transition" by Yuichi Araki · 8 years ago
  70. d5b720e Add a demo of custom Transition by Yuichi Araki · 8 years ago
  71. bd6c3bc Backport Scene constructor with a View by Yuichi Araki · 8 years ago
  72. 15a24c0 Merge "Fix testGo_exitAction on API Level 23 and above" by Yuichi Araki · 8 years ago
  73. 41a59e2 Fix testGo_exitAction on API Level 23 and above by Yuichi Araki · 8 years ago
  74. a0eb967 Backport a bug fix to K and L by Yuichi Araki · 8 years ago
  75. 7b59d3a Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  76. 3c141cd Revert "Remove old API check artifacts, invoke gradle from old make target" by Yigit Boyar · 8 years ago
  77. 009647b Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  78. 71df36e Fix comparison of boxed Long with Integer. by Ian Rogers · 8 years ago
  79. 15375aa Add missing @Override annotations in support library code. by Aurimas Liutikas · 8 years ago
  80. cbba0a5 Annotate public APIs in transition support library by Yuichi Araki · 8 years ago
  81. c876cd8 Transition support library by Yuichi Araki · 9 years ago