summaryrefslogtreecommitdiff
path: root/core/java/android/app/BackStackRecord.java
Commit message (Expand)AuthorAgeFilesLines
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Address API feedback for new fragment APIsAdam Powell2017-04-271-1/+1
* Address API council feedback.George Mount2017-04-261-15/+13
* Fix/suppress error-prone warnings in framework's fragment.Aurimas Liutikas2017-04-201-0/+1
* Allow dangerous reentrant behavior for older appsGeorge Mount2017-03-151-20/+2
* Delay changing state of added fragments until all executed.George Mount2017-02-081-2/+5
* Fragment grab bag!Adam Powell2017-01-311-0/+24
* Primary navigation fragmentsAdam Powell2017-01-271-45/+104
* Properly track fragments from pop operations.George Mount2017-01-111-1/+24
* Protect BackStackRecord from accessing null mHost.George Mount2016-12-081-19/+23
* Fix monkey NPEGeorge Mount2016-12-021-3/+13
* Fix NPE when a shared element doesn't have a matching transitionName.George Mount2016-11-211-0/+6
* Merge "Don't update fragments if the manager's state doesn't change."TreeHugger Robot2016-11-151-2/+2
|\
| * Don't update fragments if the manager's state doesn't change.George Mount2016-11-151-2/+2
* | Revert "Add Build.isAtLeastO"Clara Bayarri2016-11-111-1/+3
|/
* Add the ability to postpone transitions.George Mount2016-10-071-889/+65
* Optimize Fragment operations so that minimal work is done.George Mount2016-10-061-142/+130
* Separate transaction direction for fragment transitions.George Mount2016-08-221-95/+98
* Merge "Convert BackStackRecord Operations to ArrayList."George Mount2016-08-011-233/+122
|\
| * Convert BackStackRecord Operations to ArrayList.George Mount2016-07-081-233/+122
* | Check for target SDK version for out-of-order fragment creation.George Mount2016-07-221-1/+3
|/
* Improve Exception message for adding private fragmentsClara Bayarri2016-06-241-2/+3
* Throw ISE when adding a non-public non-static fragment class instance to a tr...Clara Bayarri2016-06-161-0/+15
* Restore fragment transaction animation state information.George Mount2016-04-041-0/+4
* Merge "Ensure that fragments are created in added order." into nyc-devGeorge Mount2016-03-011-27/+23
|\
| * Ensure that fragments are created in added order.George Mount2016-02-171-27/+23
* | Protect FragmentManager against View.NO_ID container idsAdam Powell2016-02-231-0/+4
|/
* FragmentTransaction.commitNow, framework editionAdam Powell2016-02-081-0/+12
* Change fragment removal order for fragment replacement.Aurimas Liutikas2016-01-051-1/+1
* Merge "Revert "Revert "Choose the correct Fragment to pull a Transiton from."""George Mount2015-12-041-24/+37
|\
| * Revert "Revert "Choose the correct Fragment to pull a Transiton from.""George Mount2015-12-041-24/+37
| * Revert "Choose the correct Fragment to pull a Transiton from."George Mount2015-12-031-37/+24
| * Choose the correct Fragment to pull a Transiton from.George Mount2015-11-301-24/+37
* | Revert "Revert "Give transitioning fragment a context prior to retrieving tra...George Mount2015-12-041-0/+16
* | Revert "Give transitioning fragment a context prior to retrieving transition"George Mount2015-12-031-15/+0
|/
* Give transitioning fragment a context prior to retrieving transitionGeorge Mount2015-11-301-0/+15
* Ensure entering and exiting views don't match in Fragment Transitions.George Mount2015-09-101-3/+35
* Null checks to prevent NPEs in Fragments transactions.George Mount2015-07-211-4/+8
* Fix FragmentTransaction replace() behaviorEddie Ringle2015-06-291-1/+2
* Limit shared element transition to shared elements and children.George Mount2015-06-111-19/+83
* Clean up the enter transition even if there is not entering fragment.George Mount2015-06-041-4/+4
* Remove hidden/deleted APIs.George Mount2015-05-141-40/+0
* Remove dependency upon FragmentActivityTodd Kennedy2015-04-301-6/+6
* Fix transition not properly removing targets on completion.George Mount2015-04-101-1/+0
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Only modify add Transition targets when they aren't targeted.George Mount2014-11-061-21/+71
* Target only shared elements with shared element TransitionGeorge Mount2014-09-191-8/+35
* Fix exception when fragment container has no View.George Mount2014-09-181-0/+6
* Fixed enter/exit transitions working against shared elements.George Mount2014-09-151-14/+55
* Move capturing entering views until just before transition.George Mount2014-09-091-257/+208