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