summaryrefslogtreecommitdiff
path: root/core/java/android/app/FragmentManager.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2017-12-20Improve Fragment+Loader deprecation JavadocIan Lake
2017-11-13Deprecate framework Fragments and LoadersIan Lake
2017-09-13Fix problem with empty AnimatorSet during fragment removal.George Mount
2017-07-19Fix Fragment.onCreate() not being called in some cases.George Mount
2017-07-11Protect FragmentManager from Menu calls while not CREATED.George Mount
2017-06-10Merge "Add target sdk check for behavior change." into oc-dev am: e5e246ce5c ...George Mount
2017-06-09Merge "Add target sdk check for behavior change." into oc-devGeorge Mount
2017-06-08Add target sdk check for behavior change.George Mount
2017-06-07Fix SynchronizeOnNonFinalField warning in FragmentManager.Aurimas Liutikas
2017-05-25Merge "Fix warnings surfaced by error-prone."TreeHugger Robot
2017-05-24Fix warnings surfaced by error-prone.George Mount
2017-05-23Correctly save retained fragments in the backstacksergeyv
2017-05-15Fix back stack problems due to postponed transitionsGeorge Mount
2017-05-02Remove duplicated onBackStackChanged() call.George Mount
2017-04-27Address API feedback for new fragment APIsAdam Powell
2017-04-26Address API council feedback.George Mount
2017-04-21Merge "Fix/suppress error-prone warnings in framework's fragment." into oc-devAurimas Liutikas
2017-04-20Merge "Kill running animations on fragment view's when removed." into oc-devTreeHugger Robot
2017-04-20Merge "Execute pending transactions after FM state change." into oc-devTreeHugger Robot
2017-04-20fix NPE when fragment container is nullGeorge Mount
2017-04-20Fix/suppress error-prone warnings in framework's fragment.Aurimas Liutikas
2017-04-19Kill running animations on fragment view's when removed.George Mount
2017-04-19Merge "Fix FragmentTransaction.show() to show the fragment." into oc-devTreeHugger Robot
2017-04-19Fix FragmentTransaction.show() to show the fragment.George Mount
2017-04-17Adds getLayoutInflater() to return a cached value.George Mount
2017-04-17Execute pending transactions after FM state change.George Mount
2017-04-13Update more implementations of findViewById()Alan Viverette
2017-04-06Merge "Save FragmentManagerNonConfig during onSaveInstanceState()" into oc-devTreeHugger Robot
2017-04-06Merge "Change getFragments() to return a List." into oc-devTreeHugger Robot
2017-04-05Change getFragments() to return a List.George Mount
2017-04-05Save FragmentManagerNonConfig during onSaveInstanceState()George Mount
2017-04-05Call noteStateNotSaved on child fragment managers.George Mount
2017-04-04Merge "Fix saving target fragment when Fragment not yet created." into oc-devTreeHugger Robot
2017-04-03Fix saving target fragment when Fragment not yet created.George Mount
2017-04-03Merge "Ensuring multi-window callbacks contain new configuration and are in o...Winson Chung
2017-03-31Ensuring multi-window callbacks contain new configuration and are in orderWinson Chung
2017-03-30Allow committing allowing state loss on detached FragmentManager.George Mount
2017-03-29Fix getting wrong instance when restoring non-configGeorge Mount
2017-03-29Make public getFragments() and onGetLayoutInflater() methodsGeorge Mount
2017-03-29Revert "Make public getFragments() and onGetLayoutInflater() methods"Jeff Tinker
2017-03-28Make public getFragments() and onGetLayoutInflater() methodsGeorge Mount
2017-03-23Do not reuse fragment indices.George Mount
2017-03-15Allow dangerous reentrant behavior for older appsGeorge Mount
2017-03-03Fix Loader bugsGeorge Mount
2017-02-22Expose isStateSaved() in FragmentManager.George Mount
2017-02-21Merge "Ensure transactions cannot be run during controller state change"George Mount