summaryrefslogtreecommitdiff
path: root/core/java/android/app/FragmentManager.java
Commit message (Expand)AuthorAgeFilesLines
* Migrate frameworks/base javadocs references to androidxAlan Viverette2022-02-091-5/+5
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+6
* Improve Fragment+Loader deprecation JavadocIan Lake2017-12-201-4/+11
* Deprecate framework Fragments and LoadersIan Lake2017-11-131-0/+12
* Fix problem with empty AnimatorSet during fragment removal.George Mount2017-09-131-2/+7
* Fix Fragment.onCreate() not being called in some cases.George Mount2017-07-191-1/+1
* Protect FragmentManager from Menu calls while not CREATED.George Mount2017-07-111-0/+15
* Merge "Add target sdk check for behavior change." into oc-dev am: e5e246ce5c ...George Mount2017-06-101-3/+5
|\
| * Merge "Add target sdk check for behavior change." into oc-devGeorge Mount2017-06-091-3/+5
| |\
| | * Add target sdk check for behavior change.George Mount2017-06-081-3/+5
* | | Fix SynchronizeOnNonFinalField warning in FragmentManager.Aurimas Liutikas2017-06-071-51/+3
|/ /
* | Merge "Fix warnings surfaced by error-prone."TreeHugger Robot2017-05-251-133/+87
|\ \ | |/ |/|
| * Fix warnings surfaced by error-prone.George Mount2017-05-241-133/+87
* | Correctly save retained fragments in the backstacksergeyv2017-05-231-13/+15
|/
* Fix back stack problems due to postponed transitionsGeorge Mount2017-05-151-1/+5
* Remove duplicated onBackStackChanged() call.George Mount2017-05-021-1/+0
* Address API feedback for new fragment APIsAdam Powell2017-04-271-0/+32
* Address API council feedback.George Mount2017-04-261-30/+31
* Merge "Fix/suppress error-prone warnings in framework's fragment." into oc-devAurimas Liutikas2017-04-211-0/+9
|\
| * Fix/suppress error-prone warnings in framework's fragment.Aurimas Liutikas2017-04-201-0/+9
* | Merge "Kill running animations on fragment view's when removed." into oc-devTreeHugger Robot2017-04-201-0/+3
|\ \
| * | Kill running animations on fragment view's when removed.George Mount2017-04-191-0/+3
* | | Merge "Execute pending transactions after FM state change." into oc-devTreeHugger Robot2017-04-201-0/+1
|\ \ \
| * | | Execute pending transactions after FM state change.George Mount2017-04-171-0/+1
* | | | fix NPE when fragment container is nullGeorge Mount2017-04-201-2/+6
* | | | Merge "Fix FragmentTransaction.show() to show the fragment." into oc-devTreeHugger Robot2017-04-191-3/+7
|\ \ \ \
| * | | | Fix FragmentTransaction.show() to show the fragment.George Mount2017-04-191-3/+7
| | |/ / | |/| |
* / | | Adds getLayoutInflater() to return a cached value.George Mount2017-04-171-2/+2
|/ / /
* / / Update more implementations of findViewById()Alan Viverette2017-04-131-1/+1
|/ /
* | Merge "Save FragmentManagerNonConfig during onSaveInstanceState()" into oc-devTreeHugger Robot2017-04-061-4/+40
|\ \
| * | Save FragmentManagerNonConfig during onSaveInstanceState()George Mount2017-04-051-4/+40
* | | Merge "Change getFragments() to return a List." into oc-devTreeHugger Robot2017-04-061-5/+8
|\ \ \ | |/ / |/| |
| * | Change getFragments() to return a List.George Mount2017-04-051-5/+8
* | | Call noteStateNotSaved on child fragment managers.George Mount2017-04-051-1/+8
|/ /
* | Merge "Fix saving target fragment when Fragment not yet created." into oc-devTreeHugger Robot2017-04-041-2/+7
|\ \
| * | Fix saving target fragment when Fragment not yet created.George Mount2017-04-031-2/+7
* | | Merge "Ensuring multi-window callbacks contain new configuration and are in o...Winson Chung2017-04-031-0/+34
|\ \ \
| * | | Ensuring multi-window callbacks contain new configuration and are in orderWinson Chung2017-03-311-0/+34
| |/ /
* / / Allow committing allowing state loss on detached FragmentManager.George Mount2017-03-301-0/+8
|/ /
* | Fix getting wrong instance when restoring non-configGeorge Mount2017-03-291-1/+9
* | Make public getFragments() and onGetLayoutInflater() methodsGeorge Mount2017-03-291-7/+39
|/
* Revert "Make public getFragments() and onGetLayoutInflater() methods"Jeff Tinker2017-03-291-38/+7
* Make public getFragments() and onGetLayoutInflater() methodsGeorge Mount2017-03-281-7/+38
* Do not reuse fragment indices.George Mount2017-03-231-57/+54
* Allow dangerous reentrant behavior for older appsGeorge Mount2017-03-151-25/+54