summaryrefslogtreecommitdiff
path: root/core/java/android/app/BackStackRecord.java
AgeCommit message (Expand)Author
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2017-04-27Address API feedback for new fragment APIsAdam Powell
2017-04-26Address API council feedback.George Mount
2017-04-20Fix/suppress error-prone warnings in framework's fragment.Aurimas Liutikas
2017-03-15Allow dangerous reentrant behavior for older appsGeorge Mount
2017-02-08Delay changing state of added fragments until all executed.George Mount
2017-01-31Fragment grab bag!Adam Powell
2017-01-27Primary navigation fragmentsAdam Powell
2017-01-11Properly track fragments from pop operations.George Mount
2016-12-08Protect BackStackRecord from accessing null mHost.George Mount
2016-12-02Fix monkey NPEGeorge Mount
2016-11-21Fix NPE when a shared element doesn't have a matching transitionName.George Mount
2016-11-15Merge "Don't update fragments if the manager's state doesn't change."TreeHugger Robot
2016-11-15Don't update fragments if the manager's state doesn't change.George Mount
2016-11-11Revert "Add Build.isAtLeastO"Clara Bayarri
2016-10-07Add the ability to postpone transitions.George Mount
2016-10-06Optimize Fragment operations so that minimal work is done.George Mount
2016-08-22Separate transaction direction for fragment transitions.George Mount
2016-08-01Merge "Convert BackStackRecord Operations to ArrayList."George Mount
2016-07-22Check for target SDK version for out-of-order fragment creation.George Mount
2016-07-08Convert BackStackRecord Operations to ArrayList.George Mount
2016-06-24Improve Exception message for adding private fragmentsClara Bayarri
2016-06-16Throw ISE when adding a non-public non-static fragment class instance to a tr...Clara Bayarri
2016-04-04Restore fragment transaction animation state information.George Mount
2016-03-01Merge "Ensure that fragments are created in added order." into nyc-devGeorge Mount
2016-02-23Protect FragmentManager against View.NO_ID container idsAdam Powell
2016-02-17Ensure that fragments are created in added order.George Mount
2016-02-08FragmentTransaction.commitNow, framework editionAdam Powell
2016-01-05Change fragment removal order for fragment replacement.Aurimas Liutikas
2015-12-04Merge "Revert "Revert "Choose the correct Fragment to pull a Transiton from."""George Mount
2015-12-04Revert "Revert "Choose the correct Fragment to pull a Transiton from.""George Mount
2015-12-04Revert "Revert "Give transitioning fragment a context prior to retrieving tra...George Mount
2015-12-03Revert "Give transitioning fragment a context prior to retrieving transition"George Mount
2015-12-03Revert "Choose the correct Fragment to pull a Transiton from."George Mount
2015-11-30Choose the correct Fragment to pull a Transiton from.George Mount
2015-11-30Give transitioning fragment a context prior to retrieving transitionGeorge Mount
2015-09-10Ensure entering and exiting views don't match in Fragment Transitions.George Mount
2015-07-21Null checks to prevent NPEs in Fragments transactions.George Mount
2015-06-29Fix FragmentTransaction replace() behaviorEddie Ringle
2015-06-11Limit shared element transition to shared elements and children.George Mount
2015-06-04Clean up the enter transition even if there is not entering fragment.George Mount
2015-05-14Remove hidden/deleted APIs.George Mount
2015-04-30Remove dependency upon FragmentActivityTodd Kennedy
2015-04-10Fix transition not properly removing targets on completion.George Mount
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-11-06Only modify add Transition targets when they aren't targeted.George Mount
2014-09-19Target only shared elements with shared element TransitionGeorge Mount
2014-09-18Fix exception when fragment container has no View.George Mount
2014-09-15Fixed enter/exit transitions working against shared elements.George Mount
2014-09-09Move capturing entering views until just before transition.George Mount