summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/FragmentManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 5116342 - don't keep fragment state around once resumedAdam Powell2011-08-071-0/+3
* Fix bug 5090996 - Crash on tapping Menu on dial padAdam Powell2011-08-011-1/+16
* Various work on out of memory managment.Dianne Hackborn2011-07-291-0/+11
* Bug 5076788 - Optimize the building and invalidation of menusAdam Powell2011-07-271-1/+1
* Fix issue #5054723: java.lang.NullPointerException at...Dianne Hackborn2011-07-221-0/+1
* Release strong Fragment references after exec.Jeff Sharkey2011-07-131-0/+1
* Fix a major problem in fragment lifecycle.Dianne Hackborn2011-06-141-10/+18
* Fix some problems with moving in and out of detached state.Dianne Hackborn2011-06-101-3/+3
* Fix to not lose state when saving a deactivated fragment.Dianne Hackborn2011-06-031-8/+6
* Add new Fragment API for explicitly saving/restoring state.Dianne Hackborn2011-06-021-21/+67
* DO NOT MERGE. Integrate fragment work from masterDianne Hackborn2011-05-131-27/+70
* Fix Fragment.onInflate() to actually work correctly.Dianne Hackborn2011-03-031-0/+6
* Remove a stale line in a JavaDoc.Ben Komalo2011-02-281-4/+3
* Fix issue #3385839: Fragment.onCreateView is passing in activity...Dianne Hackborn2011-01-251-2/+2
* Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-241-0/+12
* Fix some error messages, turn off logging.Dianne Hackborn2011-01-211-3/+3
* Remove old APIs.Dianne Hackborn2011-01-171-11/+1
* Fix a bunch of API review bugs.Dianne Hackborn2011-01-171-20/+45
* Start renaming FragmentTransaction.openTransaction() to beginTransaction().Dianne Hackborn2011-01-171-2/+7
* Fix null crash when fragments go away during animationsChet Haase2011-01-121-1/+3
* Few little fragment, wm tweaks.Dianne Hackborn2011-01-041-1/+1
* Minor fix to previous fragment change: non-animating caseChet Haase2010-12-281-0/+2
* Delay hiding fragments until transition finishesChet Haase2010-12-281-1/+9
* Fix NPE pointed out by Chet.Dianne Hackborn2010-12-281-1/+2
* Possible fix to issue #3213749: NPE at...Dianne Hackborn2010-12-281-30/+129
* More cleanup of Loader APIs.Dianne Hackborn2010-12-201-1/+22
* Fix issue #3258849: Grab thumbnail when exiting an app via backDianne Hackborn2010-12-131-1/+3
* Fix issue #3274841: Orientation change problem with a paused activityDianne Hackborn2010-12-131-2/+9
* Fix issues #3257701 and #3267312Dianne Hackborn2010-12-081-0/+23
* Fix issue #3202866: system server crashDianne Hackborn2010-11-161-1/+1
* Fix issue #3191573: PreferenceFragment.onActivityResult cannotDianne Hackborn2010-11-161-36/+122
* Fix animations to use correct interpolator.Dianne Hackborn2010-11-081-7/+12
* Fixe some stuff.Dianne Hackborn2010-11-081-19/+19
* Various PreferenceActivity and related improvement.Dianne Hackborn2010-11-011-0/+18
* Fix setting of class loader.Dianne Hackborn2010-10-281-0/+1
* Fix issue #3130426: Finsky crash in switching from window carouselDianne Hackborn2010-10-261-0/+18
* Adding next/prev to fragment animations and to PreferenceActivityChet Haase2010-10-051-0/+16
* Work on fragments in layouts.Dianne Hackborn2010-09-211-36/+116
* Add API for showing breadcrumbs of fragment back stack.Dianne Hackborn2010-09-161-16/+114
* Some fragment stuff:Dianne Hackborn2010-09-121-0/+28
* Make fragment animations work when fragments go awayChet Haase2010-09-101-25/+19
* Rename several animation classesChet Haase2010-09-081-28/+28
* Fix issue #2950374: Fragment#setHasOptionsMenu() doesn't work...Dianne Hackborn2010-08-261-6/+9
* Change animator xml importing to use new inflater classChet Haase2010-08-241-3/+3
* More fragment work:Dianne Hackborn2010-08-151-24/+52
* Fragment and PreferenceFragment and FragmentManager, oh my!Dianne Hackborn2010-08-121-13/+153
* Make Fragments use the new animation APIsChet Haase2010-08-111-112/+46
* Fix some Loader bugs.Dianne Hackborn2010-08-051-5/+5
* Add facility to switch to new fragments from preferences.Dianne Hackborn2010-08-031-15/+30
* Add new DialogFragment class.Dianne Hackborn2010-07-241-4/+88