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
/
FragmentTransaction.java
Age
Commit message (
Expand
)
Author
2017-12-20
Improve Fragment+Loader deprecation Javadoc
Ian Lake
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-11-13
Deprecate framework Fragments and Loaders
Ian Lake
2017-04-27
Address API feedback for new fragment APIs
Adam Powell
2017-04-26
Address API council feedback.
George Mount
2017-01-31
Fragment grab bag!
Adam Powell
2017-01-27
Primary navigation fragments
Adam Powell
2016-10-06
Optimize Fragment operations so that minimal work is done.
George Mount
2016-08-08
Docs: Fixed the link that loads Fragments guide
Hemal Patel
2016-02-08
FragmentTransaction.commitNow, framework edition
Adam Powell
2015-10-16
Fix documentation for setTransition to include fade.
George Mount
2015-05-14
Remove hidden/deleted APIs.
George Mount
2014-09-08
resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aosp
Elliott Hughes
2014-09-05
Small documentation fixes across many files.
Mark Doliner
2014-09-02
Make Fragment Transitions match Acitivty Transitions API
George Mount
2014-08-22
API Review: change fragment transition methods.
George Mount
2014-07-05
am 6b26ded8: am d05a0743: am a347ece5: Merge "Fix typo in comment of Fragment...
Nick Kralevich
2014-06-23
Revert "Revert "API Review: Change View viewName attribute to transitionName.""
George Mount
2014-06-23
Revert "API Review: Change View viewName attribute to transitionName."
John Reck
2014-06-20
API Review: Change View viewName attribute to transitionName.
George Mount
2014-06-17
Allow antroid.transition Transitions in fragments.
George Mount
2014-03-14
Fix typo in comment of FragmentTransaction
Paul Quei
2011-10-04
docs: add developer guide cross-references, Project ACRE
Joe Fernandez
2011-04-18
Back-port new fragment detach APIs from support lib.
Dianne Hackborn
2011-03-23
Add custom fragment anims to be run when popping backstack
Chet Haase
2011-01-17
Remove old APIs.
Dianne Hackborn
2011-01-17
Fix a bunch of API review bugs.
Dianne Hackborn
2011-01-08
Implement issue # 3255887 could CursorLoader offer...
Dianne Hackborn
2010-11-09
Fix summary for FragmentTransaction.show()
Jim Shuma
2010-11-08
Fixe some stuff.
Dianne Hackborn
2010-11-03
Fix bug 3156280 - Fix several issues with tab navigation in action bars.
Adam Powell
2010-10-05
Adding next/prev to fragment animations and to PreferenceActivity
Chet Haase
2010-09-16
Add API for showing breadcrumbs of fragment back stack.
Dianne Hackborn
2010-09-07
Reworking the ActionBar tab API
Adam Powell
2010-08-11
Make Fragments use the new animation APIs
Chet Haase
2010-07-24
Add new DialogFragment class.
Dianne Hackborn
2010-05-19
More fragment work.
Dianne Hackborn
2010-05-13
Further work on fragments:
Dianne Hackborn
2010-05-07
Improvements to fragment API:
Dianne Hackborn
2010-05-06
New fragment stuff: back stack, and layout integration.
Dianne Hackborn
2010-04-19
Introducing Fragment.
Dianne Hackborn