1. 5be21a3 Don't instantiate childFragmentManager during mark state by Sergey Vasilinets · 7 years ago
  2. 7e83cb6 Adding delegate support by Jichao Li · 7 years ago
  3. b47af90 Revert "Update to using newer android.support.test libraries." by Aurimas Liutikas · 7 years ago
  4. 83222b0 Update to using newer android.support.test libraries. by Aurimas Liutikas · 7 years ago
  5. e97d1f2 Fix Fragment.onCreate() not being called in some cases. by George Mount · 7 years ago
  6. 5b9fbc3 Protect FragmentManager from Menu calls while not CREATED. by George Mount · 7 years ago
  7. e6cf359 Mark tests @LargeTest if they don't fit @MediumTest times. by Aurimas Liutikas · 7 years ago
  8. 963facb Upgrade from mockito 1.9.5 to 2.7.6 by Aurimas Liutikas · 7 years ago
  9. 4f5be92 Set targetSdkVersion for our tests to be API 26. by Aurimas Liutikas · 7 years ago
  10. d15bade Correctly save retained fragments in the backstack by Sergey Vasilinets · 7 years ago
  11. 8ab31e2 Fix back stack problems due to postponed transitions by George Mount · 7 years ago
  12. 0b6119c Merge "Fix broken tests" into oc-dev by TreeHugger Robot · 7 years ago
  13. ff3deb3 Remove duplicated onBackStackChanged() call. by George Mount · 7 years ago
  14. d50cf15 Fix broken tests by George Mount · 7 years ago
  15. 1d1dad6 Address API feedback for new fragment APIs by Adam Powell · 7 years ago
  16. fda5be2 Address API council feedback. by George Mount · 7 years ago
  17. 87ec0ef Fix usage of isAttachedToWindow() in tests. by George Mount · 7 years ago
  18. a6a88fd Kill running animations on fragment view's when removed. by George Mount · 7 years ago
  19. 15e593e Add animator support to setCustomAnimations() by George Mount · 7 years ago
  20. bae5c5f resolve merge conflicts of 0eb50f95ba to oc-dev by George Mount · 7 years ago
  21. 8b60e88 Adds getLayoutInflater() to return a cached value. by George Mount · 7 years ago
  22. 197266c Merge "Execute pending transactions after FM state change." into oc-dev by TreeHugger Robot · 7 years ago
  23. 8a05807 Merge "Remove unnecessary casts on calls to findViewById" into oc-dev by TreeHugger Robot · 7 years ago
  24. aee2fb0 Execute pending transactions after FM state change. by George Mount · 7 years ago
  25. fa2e2ac Remove unnecessary casts on calls to findViewById by Alan Viverette · 7 years ago
  26. f9039ec Fix flaky LoaderTest tests. by George Mount · 7 years ago
  27. 1045192 DO NOT MERGE: Change getFragments() to return List instead of Collection by George Mount · 7 years ago
  28. 2580641 Save FragmentManagerNonConfig during onSaveInstanceState() by George Mount · 7 years ago
  29. 5a97188 Fix saving target fragment when Fragment not created. by George Mount · 7 years ago
  30. cfedb8d resolve merge conflicts of 0765353c00 to oc-dev by George Mount · 7 years ago
  31. 2506af2 Fix saving target fragment when Fragment not yet created. by George Mount · 7 years ago
  32. 0765353 Call noteStateNotSaved on child fragment managers. by George Mount · 7 years ago
  33. de7e27c DO NOT MERGE: Revert to List return for getFragments() by George Mount · 7 years ago
  34. dac8b82 Merge "Allow committing allowing state loss on detached FragmentManager." into nyc-support-25.4-dev by George Mount · 7 years ago
  35. 875d973 Allow committing allowing state loss on detached FragmentManager. by George Mount · 7 years ago
  36. c9b422a Merge "Fix getting wrong instance when restoring non-config" into nyc-support-25.4-dev by George Mount · 7 years ago
  37. f019390 resolve merge conflicts of 43db3168ca to oc-dev by George Mount · 7 years ago
  38. 3808323 Fix getting wrong instance when restoring non-config by George Mount · 7 years ago
  39. 43db316 Change getFragments() to return a collection instead of list. by George Mount · 7 years ago
  40. 995c350 resolve merge conflicts of 945ef67304 to master by George Mount · 7 years ago
  41. 9622103 Make public getFragments() and getLayoutInflater() methods by George Mount · 7 years ago
  42. f8c25c1 Merge "Reset the orientation after LoaderTest executions." by TreeHugger Robot · 7 years ago
  43. e653467 Reset the orientation after LoaderTest executions. by George Mount · 7 years ago
  44. 22fe430 Clean up test/demo XML code to remove unused attributes. by Aurimas Liutikas · 7 years ago
  45. 72d1e42 Disable flaky noStaleData test until I can figure it out. by George Mount · 7 years ago
  46. 1016f63 Merge "Fix flaky LoaderTest.testLeak()" by TreeHugger Robot · 7 years ago
  47. 4c2ef6f Fix flaky LoaderTest.testLeak() by George Mount · 7 years ago
  48. 3fb3c30 Merge "Fix stale data due to stopped loader." into nyc-support-25.2-dev am: 95bda21d46 am: d84f7d146b by George Mount · 7 years ago
  49. 68e91a8 Fix stale data due to stopped loader. by George Mount · 7 years ago
  50. c05ad76 resolve merge conflicts of 890378e35d to master by George Mount · 7 years ago
  51. 2656ae5 Merge "Re-enable lint enforcement, fix remaining lint issues" by TreeHugger Robot · 7 years ago
  52. c69882c Re-enable lint enforcement, fix remaining lint issues by Alan Viverette · 7 years ago
  53. e2104f4 Add all missing @Override annotations. by Aurimas Liutikas · 7 years ago
  54. 6a5ddc9 Fix Loader bugs by George Mount · 7 years ago
  55. 1d638c6 Merge "Fix NPE when combining pop with add transaction." into nyc-support-25.2-dev am: 09616c0c1d am: 5f6eef1051 by George Mount · 7 years ago
  56. f066b3f Fix NPE when combining pop with add transaction. by George Mount · 7 years ago
  57. 8b5f31f Merge "Expose isStateSaved() in FragmentManager." by TreeHugger Robot · 7 years ago
  58. d2900e6 Cleanup test AndroidManifest.xml files. by Aurimas Liutikas · 7 years ago
  59. 4784433 Expose isStateSaved() in FragmentManager. by George Mount · 7 years ago
  60. 1136f04 Ensure transactions cannot be run during controller state change am: 9268ce1264 am: dc03f0f5cc by George Mount · 7 years ago
  61. 9268ce1 Ensure transactions cannot be run during controller state change by George Mount · 7 years ago
  62. a4f6216 Merge "Catch reentrancy while executing postponed transactions." into nyc-support-25.2-dev am: 3776f73df5 am: 239af8f4bd by George Mount · 7 years ago
  63. 0a849aa Catch reentrancy while executing postponed transactions. by George Mount · 7 years ago
  64. e9f3e0e Merge "Fix test on API 23 and earlier." into nyc-support-25.2-dev am: 2fda9e1daf am: 6c9b203910 by George Mount · 7 years ago
  65. 5d9d42d Fix test on API 23 and earlier. by George Mount · 7 years ago
  66. c009eb0 resolve merge conflicts of 9c018c4a10 to master by George Mount · 7 years ago
  67. eb87508 Don't raise the state of FragmentManager while destroying. by George Mount · 7 years ago
  68. 1a8d4cc Delay changing state of added fragments until all executed. am: 0846eb5fb9 am: a19afca341 by George Mount · 7 years ago
  69. 0846eb5 Delay changing state of added fragments until all executed. by George Mount · 7 years ago
  70. e5709e3 Fix: fragment destroyed improperly during pop. am: 37e785570b am: 1d0969951a by George Mount · 7 years ago
  71. 0d088e7 Merge "Fix setting null target fragments" by Adam Powell · 7 years ago
  72. 37e7855 Fix: fragment destroyed improperly during pop. by George Mount · 7 years ago
  73. 2ab15df Fix setting null target fragments by Adam Powell · 7 years ago
  74. 35232c6 Update test sizes for all currently @SmallTest. by Aurimas Liutikas · 7 years ago
  75. a4fd990 Lifecycle guarantees for target fragments by Adam Powell · 8 years ago
  76. 5d84252 Merge "Fragment grab bag!" by TreeHugger Robot · 8 years ago
  77. 00622d4 Fix FragmentOptimizationTest#focusedView on API17. am: ca73e9a3d7 by Aurimas Liutikas · 8 years ago
  78. 826d6b2 Merge "Fix FragmentOptimizationTest#focusedView on API17." into nyc-support-25.2-dev by Aurimas Liutikas · 8 years ago
  79. 5e2b030 Fragment grab bag! by Adam Powell · 8 years ago
  80. d2fe020 Protect use of onFindViewById for Fragment Transitions. am: 1780bc94be by George Mount · 8 years ago
  81. 1780bc9 Protect use of onFindViewById for Fragment Transitions. by George Mount · 8 years ago
  82. 6afb38c Execute non-optimized add operations one at a time. am: f284a0dc76 by George Mount · 8 years ago
  83. ca73e9a Fix FragmentOptimizationTest#focusedView on API17. by Aurimas Liutikas · 8 years ago
  84. f284a0d Execute non-optimized add operations one at a time. by George Mount · 8 years ago
  85. 1ff374a Properly track fragments from pop operations. by George Mount · 8 years ago
  86. e2e0f48 Merge "Bump minSdkVersion to API 14." by TreeHugger Robot · 8 years ago
  87. e7e8d3d Properly track fragments from pop operations. by George Mount · 8 years ago
  88. f751306 Bump minSdkVersion to API 14. by Aurimas Liutikas · 8 years ago
  89. 3bfda46 Fix focus problems when using optimized fragment transactions. am: 0bb3f19c91 by George Mount · 8 years ago
  90. 0bb3f19 Fix focus problems when using optimized fragment transactions. by George Mount · 8 years ago
  91. 5a7c2e2 Turn of fragment operation optimization by default. am: 6628c97905 by George Mount · 8 years ago
  92. 6628c97 Turn of fragment operation optimization by default. by George Mount · 8 years ago
  93. aa3a553 Don't change visibility of fragment Views that aren't visible by George Mount · 8 years ago
  94. f85e2a6 Fix NPE when a shared element doesn't have a matching transitionName. by George Mount · 8 years ago
  95. 4187389 Primary navigation fragments by Adam Powell · 8 years ago
  96. d88ddfd Don't change visibility of fragment Views that aren't visible by George Mount · 8 years ago
  97. 116d033 Fix NPE when a shared element doesn't have a matching transitionName. by George Mount · 8 years ago
  98. 37149f1 Fix bugs around inflated child fragments by Adam Powell · 8 years ago
  99. 77f11e9 Don't update fragments if the manager's state doesn't change. by George Mount · 8 years ago
  100. f1f122e Merge "Remove use of isAttachedToWindow in fragment tests" by TreeHugger Robot · 8 years ago