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