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