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