1. 826d6b2 Merge "Fix FragmentOptimizationTest#focusedView on API17." into nyc-support-25.2-dev by Aurimas Liutikas · 7 years ago
  2. 1c7e1f7 Throw an exception before creating bad child fragment manager. by George Mount · 7 years ago
  3. a4d8f8a Protect use of onFindViewById for Fragment Transitions. am: 1780bc94be by George Mount · 7 years ago
  4. 1780bc9 Protect use of onFindViewById for Fragment Transitions. by George Mount · 7 years ago
  5. 60aa4e4 DO NOT MERGE. Fix make builds of support library. by Aurimas Liutikas · 7 years ago
  6. 84073ff Execute non-optimized add operations one at a time. am: f284a0dc76 by George Mount · 7 years ago
  7. ca73e9a Fix FragmentOptimizationTest#focusedView on API17. by Aurimas Liutikas · 7 years ago
  8. f284a0d Execute non-optimized add operations one at a time. by George Mount · 8 years ago
  9. 8a39c79 Merge "DO NOT MERGE Revert "Add support lib version meta-data to AndroidManifest.xml"" into nyc-support-25.1-dev by TreeHugger Robot · 8 years ago
  10. c1706b0 DO NOT MERGE Revert "Add support lib version meta-data to AndroidManifest.xml" by Alan Viverette · 8 years ago
  11. 96b9f8f Properly track fragments from pop operations. am: e7e8d3d3a5 by George Mount · 8 years ago
  12. e7e8d3d Properly track fragments from pop operations. by George Mount · 8 years ago
  13. 84aaafe Fix focus problems when using optimized fragment transactions. am: 0bb3f19c91 by George Mount · 8 years ago
  14. e33e8de Add support lib version meta-data to AndroidManifest.xml am: 8d91266aa0 by Alan Viverette · 8 years ago
  15. 639bc5a Merge "Fix focus problems when using optimized fragment transactions." into nyc-support-25.1-dev by TreeHugger Robot · 8 years ago
  16. 702732a Merge "Add support lib version meta-data to AndroidManifest.xml" into nyc-support-25.1-dev by TreeHugger Robot · 8 years ago
  17. 8d91266 Add support lib version meta-data to AndroidManifest.xml by Alan Viverette · 8 years ago
  18. 0bb3f19 Fix focus problems when using optimized fragment transactions. by George Mount · 8 years ago
  19. 6419a5c Properly cancel the animation when saving the fragment state. am: 9b07983005 by George Mount · 8 years ago
  20. 9b07983 Properly cancel the animation when saving the fragment state. by George Mount · 8 years ago
  21. 9dcded9 Turn of fragment operation optimization by default. am: 6628c97905 by George Mount · 8 years ago
  22. 4c3ea21 Don't change visibility of fragment Views that aren't visible am: aa3a5538c0 by George Mount · 8 years ago
  23. 71c2aab Fix NPE when a shared element doesn't have a matching transitionName. by George Mount · 8 years ago
  24. 62f16e3 Use safe access to OnPreDrawListener. am: 61c1d4fa04 by George Mount · 8 years ago
  25. 6628c97 Turn of fragment operation optimization by default. by George Mount · 8 years ago
  26. aa3a553 Don't change visibility of fragment Views that aren't visible by George Mount · 8 years ago
  27. f85e2a6 Fix NPE when a shared element doesn't have a matching transitionName. by George Mount · 8 years ago
  28. 61c1d4f Use safe access to OnPreDrawListener. by George Mount · 8 years ago
  29. 94d018a Clean up build.gradle files in support library. by Aurimas Liutikas · 8 years ago
  30. f349dba Remove javadocTask and javadocJarTask. by Aurimas Liutikas · 8 years ago
  31. b02a39b Move @RequiresApi annotation in FragmentActivity to a connect place. by Aurimas Liutikas · 8 years ago
  32. 8e10080 Move from GROUP_ID to LIBRARY_GROUP annotations by Aurimas Liutikas · 8 years ago
  33. 730ed99 Deprecate support-fragment's dependency on media-compat by Ian Lake · 8 years ago
  34. af6b251 Adds working lint target to support lib build, more workarounds by Alan Viverette · 8 years ago
  35. 5ec99dd Revert "Add support lib version meta-data to AndroidManifest.xml" by Chris Banes · 8 years ago
  36. cdcdfd0 Add support lib version meta-data to AndroidManifest.xml by Chris Banes · 8 years ago
  37. 77f11e9 Don't update fragments if the manager's state doesn't change. by George Mount · 8 years ago
  38. f1f122e Merge "Remove use of isAttachedToWindow in fragment tests" by TreeHugger Robot · 8 years ago
  39. 4285a0d Remove use of isAttachedToWindow in fragment tests by George Mount · 8 years ago
  40. 44e98ab Merge "Perform onDestroy when FragmentController is torn down." by TreeHugger Robot · 8 years ago
  41. 40e1750 Perform onDestroy when FragmentController is torn down. by George Mount · 8 years ago
  42. 6c169fd Merge "Add FragmentLifecycleCallbacks" by TreeHugger Robot · 8 years ago
  43. 267b02e Add FragmentLifecycleCallbacks by Adam Powell · 8 years ago
  44. b424f6e Execute fragment transitions only for L and greater. by George Mount · 8 years ago
  45. 667ec41 Fix hide fragment transition. by George Mount · 8 years ago
  46. 8f25635 Merge "Add optimize and postpone transactions." by TreeHugger Robot · 8 years ago
  47. 8f886fe Annotate support classes with RequiresApi / TargetApi by Alan Viverette · 8 years ago
  48. 990e6fc Add optimize and postpone transactions. by George Mount · 8 years ago
  49. 9439d70 Move all support library projects to use a single compilation unit by Alan Viverette · 8 years ago
  50. c90b24f Move Support library fragment tests to JUnit4. by Aurimas Liutikas · 8 years ago
  51. 754cb29 Switch from deprecated size annotations to new ones. by Aurimas Liutikas · 8 years ago
  52. 9480eb4 resolve merge conflicts of 7243922 to master by Alan Viverette · 8 years ago
  53. c39d9c7 Add @RestrictTo(GROUP_ID) annotations to match @hide docs annotations by Alan Viverette · 8 years ago
  54. ae29738 Remove all the extra accessor methods added by javac in support-fragment. am: dea7d510a3 am: e9b9a26659 by Aurimas Liutikas · 8 years ago
  55. e9b9a26 Remove all the extra accessor methods added by javac in support-fragment. by Aurimas Liutikas · 8 years ago
  56. b12afdc Merge "Remove all the extra accessor methods added by javac in support-fragment." into nyc-mr1-dev by Aurimas Liutikas · 8 years ago
  57. 50d811c Correct typo in FragmentManager documentation. am: fd28b81e05 am: 8a33e9e39e am: 8feffd34f6 by Aurimas Liutikas · 8 years ago
  58. 8a33e9e Correct typo in FragmentManager documentation. am: fd28b81e05 by Aurimas Liutikas · 8 years ago
  59. fd28b81 Correct typo in FragmentManager documentation. by Aurimas Liutikas · 8 years ago
  60. dea7d51 Remove all the extra accessor methods added by javac in support-fragment. by Aurimas Liutikas · 8 years ago
  61. f0039c1 resolve merge conflicts of 019c65e to master by Aurimas Liutikas · 8 years ago
  62. fad2335 Annotate more support lib tests with size annotations. by Aurimas Liutikas · 8 years ago
  63. 4e53dd4 Fix failing FragmentReplaceTest test. by Aurimas Liutikas · 8 years ago
  64. 44cb4e7 Update to new test runner and espresso. am: dfe7578733 am: 8dae1dacb8 am: f6d7dd9037 by Aurimas Liutikas · 8 years ago
  65. 8dae1da Update to new test runner and espresso. am: dfe7578733 by Aurimas Liutikas · 8 years ago
  66. dfe7578 Update to new test runner and espresso. by Aurimas Liutikas · 8 years ago
  67. 37b7448 Use ViewCompat#isAttachedToWindow to fix FragmentLifecycleTest. am: 981736d484 am: e0dbe9d5aa am: b756dcceb0 by Aurimas Liutikas · 8 years ago
  68. e0dbe9d Use ViewCompat#isAttachedToWindow to fix FragmentLifecycleTest. am: 981736d484 by Aurimas Liutikas · 8 years ago
  69. 981736d Use ViewCompat#isAttachedToWindow to fix FragmentLifecycleTest. by Aurimas Liutikas · 8 years ago
  70. 1a3308c Remove AIDL references from modules that don\\\'t have AIDL files am: 246d9446ad am: 0b6e0ab9af by Kirill Grouchnikov · 8 years ago
  71. 0b6e0ab Remove AIDL references from modules that don\'t have AIDL files am: 246d9446ad by Kirill Grouchnikov · 8 years ago
  72. 4c5b6af Clean up nullability and final usage in FragmentTabHost am: 1a3e293ac0 by Alan Viverette · 8 years ago
  73. 2329a34 Clean up nullability and final usage in FragmentTabHost am: 1a3e293ac0 by Alan Viverette · 8 years ago
  74. 888d295 Merge "Clean up nullability and final usage in FragmentTabHost" into nyc-mr1-dev by Alan Viverette · 8 years ago
  75. 246d944 Remove AIDL references from modules that don't have AIDL files by Kirill Grouchnikov · 8 years ago
  76. 88c06e4 Stop using a several deprecated methods/constants. am: e12dfa0364 by Aurimas Liutikas · 8 years ago
  77. e12dfa0 Stop using a several deprecated methods/constants. by Aurimas Liutikas · 8 years ago
  78. 4c9fcae Fix FragmentReplaceTest by Abhinav Baid · 8 years ago
  79. 14d181c Don\\'t throw exception when FragmentTabHost has no tabs am: b9ddcaa78c by Alan Viverette · 8 years ago
  80. 0934650 Don\'t throw exception when FragmentTabHost has no tabs am: b9ddcaa78c by Alan Viverette · 8 years ago
  81. 90c533e Merge "Don't throw exception when FragmentTabHost has no tabs" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  82. a152444 ActivityCompat should use static methods, not be publicly instantiable am: 1194904b05 by Alan Viverette · 8 years ago
  83. 1a3e293 Clean up nullability and final usage in FragmentTabHost by Alan Viverette · 8 years ago
  84. b9ddcaa Don't throw exception when FragmentTabHost has no tabs by Alan Viverette · 8 years ago
  85. 1194904 ActivityCompat should use static methods, not be publicly instantiable by Alan Viverette · 8 years ago
  86. 8a50bd8 Stop using a several deprecated methods/constants. by Aurimas Liutikas · 8 years ago
  87. 9562a3b Add offline docs target for support lib gradle build by Alan Viverette · 8 years ago
  88. 05ed14f Improve Exception message for adding private fragments by Clara Bayarri · 8 years ago
  89. 0244762 Clarify Fragment#setUserVisibleHint guarantees in docs by Adam Powell · 8 years ago
  90. 470243f Make FragmentController$findFragmentByWho public by Abhinav Baid · 8 years ago
  91. af556dc Throw ISE when adding a non-public non-static fragment class instance to a transaction by Clara Bayarri · 8 years ago
  92. 04f7579 Clarify Fragment construtor javadoc. by Aurimas Liutikas · 8 years ago
  93. 940486e Merge "Clarify Fragment#onHiddenChanged() documentation." by Aurimas Liutikas · 8 years ago
  94. 7b59d3a Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  95. 3c141cd Revert "Remove old API check artifacts, invoke gradle from old make target" by Yigit Boyar · 8 years ago
  96. 009647b Remove old API check artifacts, invoke gradle from old make target by Alan Viverette · 8 years ago
  97. 0d5b0e0 Add a method and interface to SharedElementCallback by Abhinav Baid · 8 years ago
  98. 527415d Clarify Fragment#onHiddenChanged() documentation. by Aurimas Liutikas · 8 years ago
  99. a3274ee Fix a few checkstyle issues by Alan Viverette · 8 years ago
  100. ce35f3b Update javadoc sample references for refactor Support demos by Alan Viverette · 8 years ago