1. 61e8ae6 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  2. 1f4e67b Improve Fragment+Loader deprecation Javadoc by Ian Lake · 7 years ago
  3. 0a1feb8 Deprecate framework Fragments and Loaders by Ian Lake · 7 years ago
  4. 3ceb116 Fix problem with empty AnimatorSet during fragment removal. by George Mount · 7 years ago
  5. 15c21ff Fix Fragment.onCreate() not being called in some cases. by George Mount · 7 years ago
  6. f558fa3 Protect FragmentManager from Menu calls while not CREATED. by George Mount · 7 years ago
  7. 76922bb Merge "Add target sdk check for behavior change." into oc-dev am: e5e246ce5c am: 62a18e12a3 by George Mount · 7 years ago
  8. 62a18e1 Merge "Add target sdk check for behavior change." into oc-dev am: e5e246ce5c by George Mount · 7 years ago
  9. d1cfbc5 Add target sdk check for behavior change. by George Mount · 7 years ago
  10. 8d5d55a Fix SynchronizeOnNonFinalField warning in FragmentManager. by Aurimas Liutikas · 7 years ago
  11. 6a06c98 Merge "Fix warnings surfaced by error-prone." by TreeHugger Robot · 7 years ago
  12. 7cdd49a Fix warnings surfaced by error-prone. by George Mount · 7 years ago
  13. be6f504 Correctly save retained fragments in the backstack by sergeyv · 7 years ago
  14. c972092e Fix back stack problems due to postponed transitions by George Mount · 7 years ago
  15. 6fb7767 Remove duplicated onBackStackChanged() call. by George Mount · 7 years ago
  16. 10d69ac Address API feedback for new fragment APIs by Adam Powell · 7 years ago
  17. a0ffaff Address API council feedback. by George Mount · 7 years ago
  18. d3892ca Merge "Fix/suppress error-prone warnings in framework's fragment." into oc-dev by Aurimas Liutikas · 7 years ago
  19. dcc7feb Merge "Kill running animations on fragment view's when removed." into oc-dev by TreeHugger Robot · 7 years ago
  20. d58d802 Merge "Execute pending transactions after FM state change." into oc-dev by TreeHugger Robot · 7 years ago
  21. 416b377 fix NPE when fragment container is null by George Mount · 7 years ago
  22. 221f15d4 Fix/suppress error-prone warnings in framework's fragment. by Aurimas Liutikas · 7 years ago
  23. 7fea910 Kill running animations on fragment view's when removed. by George Mount · 7 years ago
  24. 681ff5c Merge "Fix FragmentTransaction.show() to show the fragment." into oc-dev by TreeHugger Robot · 7 years ago
  25. c5828b5 Fix FragmentTransaction.show() to show the fragment. by George Mount · 7 years ago
  26. 3fd8129 Adds getLayoutInflater() to return a cached value. by George Mount · 7 years ago
  27. 46d624d Execute pending transactions after FM state change. by George Mount · 7 years ago
  28. 04fd470 Update more implementations of findViewById() by Alan Viverette · 7 years ago
  29. fade535 Merge "Save FragmentManagerNonConfig during onSaveInstanceState()" into oc-dev by TreeHugger Robot · 7 years ago
  30. 1b2bedc Merge "Change getFragments() to return a List." into oc-dev by TreeHugger Robot · 7 years ago
  31. e196b6f Change getFragments() to return a List. by George Mount · 7 years ago
  32. f804d6a Save FragmentManagerNonConfig during onSaveInstanceState() by George Mount · 7 years ago
  33. 74af076 Call noteStateNotSaved on child fragment managers. by George Mount · 7 years ago
  34. a168591 Merge "Fix saving target fragment when Fragment not yet created." into oc-dev by TreeHugger Robot · 7 years ago
  35. 5daf06c Fix saving target fragment when Fragment not yet created. by George Mount · 7 years ago
  36. 34ecbaa Merge "Ensuring multi-window callbacks contain new configuration and are in order" into oc-dev by Winson Chung · 7 years ago
  37. 5af42fc Ensuring multi-window callbacks contain new configuration and are in order by Winson Chung · 7 years ago
  38. fe0ad1c Allow committing allowing state loss on detached FragmentManager. by George Mount · 7 years ago
  39. 5dd7c9a Fix getting wrong instance when restoring non-config by George Mount · 7 years ago
  40. c7146be Make public getFragments() and onGetLayoutInflater() methods by George Mount · 7 years ago
  41. 79a973f Revert "Make public getFragments() and onGetLayoutInflater() methods" by Jeff Tinker · 7 years ago
  42. 599be3d Make public getFragments() and onGetLayoutInflater() methods by George Mount · 7 years ago
  43. 838166d Do not reuse fragment indices. by George Mount · 7 years ago
  44. f1d88e6 Allow dangerous reentrant behavior for older apps by George Mount · 7 years ago
  45. e6f7dae Fix Loader bugs by George Mount · 7 years ago
  46. 27b0dc0 Expose isStateSaved() in FragmentManager. by George Mount · 7 years ago
  47. 9659c4d Merge "Ensure transactions cannot be run during controller state change" by George Mount · 7 years ago
  48. e718151 Ensure transactions cannot be run during controller state change by George Mount · 7 years ago
  49. 521862d Catch reentrancy while executing postponed transactions. by George Mount · 7 years ago
  50. a42f8e4 Delay changing state of added fragments until all executed. by George Mount · 7 years ago
  51. 8c4fa36 Fix: fragment destroyed improperly during pop. by George Mount · 7 years ago
  52. adfd62c Fragment grab bag! by Adam Powell · 7 years ago
  53. 5f3a05c Primary navigation fragments by Adam Powell · 8 years ago
  54. ab209a6 Lifecycle guarantees for target fragments by Adam Powell · 8 years ago
  55. 9cfbe95 Merge "Allow FragmentContainer to play a role in fragment construction" by Jason Monk · 8 years ago
  56. a27a2370 Execute non-optimized add operations one at a time. by George Mount · 8 years ago
  57. b2852ca Allow FragmentContainer to play a role in fragment construction by Jason Monk · 8 years ago
  58. 99c532d Properly track fragments from pop operations. by George Mount · 8 years ago
  59. c21dfd9 Fix focus problems when using optimized fragment transactions. by George Mount · 8 years ago
  60. 0c3ab75 Don't change visibility of fragment Views that aren't visible by George Mount · 8 years ago
  61. 74827260a Fix FragmentManager.FragmentLifecycleCallbacks scope by Adam Powell · 8 years ago
  62. bb3aa34 Fix bugs around inflated child fragments Framework edition by Adam Powell · 8 years ago
  63. 687e550 Don't update fragments if the manager's state doesn't change. by George Mount · 8 years ago
  64. 38c67ff Add FragmentLifecycleCallbacks by Adam Powell · 8 years ago
  65. 851179d Perform onDestroy when FragmentController is torn down. by George Mount · 8 years ago
  66. 4fe4711 Fix hide fragment transition by George Mount · 8 years ago
  67. 86bfc66 Add the ability to postpone transitions. by George Mount · 8 years ago
  68. eca8e22 Optimize Fragment operations so that minimal work is done. by George Mount · 8 years ago
  69. 0b70b19 docs: Fixing links to moved Fragments guide, + redirect am: f53968061c am: 1b1bef9fc8 by Andrew Solovay · 8 years ago
  70. f539680 docs: Fixing links to moved Fragments guide, + redirect by Andrew Solovay · 8 years ago
  71. 7fe4414 Separate transaction direction for fragment transitions. by George Mount · 8 years ago
  72. c8c2bdf Don't leave FragmentManager in bad state after exception. by George Mount · 8 years ago
  73. e30299f Add Fragment#onAttachFragment for parent fragments by Adam Powell · 8 years ago
  74. 467cc6f Less lazy child FragmentManager creation by Adam Powell · 8 years ago
  75. a9bab98 Move child FragmentManager shutdown for retained fragments by Adam Powell · 8 years ago
  76. cbade7f Retain loaders through stopped config changes by Adam Powell · 8 years ago
  77. 933076d Refactor usages of Picture In Picture and Multi Window (1/4) by Andrii Kulian · 8 years ago
  78. eacacb5 Fix bugs around restoring nested retained instance fragments by Adam Powell · 8 years ago
  79. b67d34f Merge "Ensure that fragments are created in added order." into nyc-dev by George Mount · 8 years ago
  80. 3518fed Correct state loss tracking for FragmentTransaction.commitNow by Adam Powell · 8 years ago
  81. e01f595 Protect FragmentManager against View.NO_ID container ids by Adam Powell · 8 years ago
  82. a7245b4 Ensure that fragments are created in added order. by George Mount · 8 years ago
  83. 44ba79e Permit setRetainInstance(true) on nested fragments, framework edition by Adam Powell · 8 years ago
  84. 8585ed6 FragmentTransaction.commitNow, framework edition by Adam Powell · 8 years ago
  85. 7c79681 Added onMultiWindowChanged and onPictureInPictureChanged methods to Fragement class by Wale Ogunwale · 9 years ago
  86. d1d4d9c Eagerly update fragment state when moving between states by Adam Powell · 9 years ago
  87. ad968cf Merge "Retain fragment loaders" into mnc-dr-dev by Todd Kennedy · 9 years ago
  88. 2ee19c7f Retain fragment loaders by Todd Kennedy · 9 years ago
  89. ac0e6ca Set host when restoring a fragment by Todd Kennedy · 9 years ago
  90. e16fb55 save "retain loader" state by Todd Kennedy · 9 years ago
  91. 0aa69b7 Ensure host is set before onInflate() by Todd Kennedy · 9 years ago
  92. de9284d Set a HW layer for Fragment alpha animation by Doris Liu · 9 years ago
  93. 46d168f Don't negate saving state by Todd Kennedy · 9 years ago
  94. 434bd65 Call Activity#onAttachFragment() by Todd Kennedy · 9 years ago
  95. a5fc6f0 Remove dependency upon FragmentActivity by Todd Kennedy · 9 years ago
  96. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  97. c051955 Mark findViewById(int) @Nullable by Scott Kennedy · 9 years ago
  98. 1a78082 am fbb670d9: am 5a988492: am 00877d68: am f187823e: Merge "Fix exception when fragment container has no View." into lmp-dev by George Mount · 10 years ago
  99. 0b26e4d Fix exception when fragment container has no View. by George Mount · 10 years ago
  100. 4656e69 resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aosp by Elliott Hughes · 10 years ago