summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/FragmentManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect fragment animation used for hiding fragmentsAdam Powell2013-06-101-1/+1
* Fix issue #7273573: Need API to find out if activity is destroyedDianne Hackborn2012-10-021-0/+11
* Work on issue #7232641: ISE crash when rotating phone in label list modeDianne Hackborn2012-09-271-8/+32
* Fix AbsListView to correctly retain its state if not layed out.Dianne Hackborn2012-09-251-1/+1
* A little cleanup.Dianne Hackborn2012-09-091-7/+9
* Nested fragments.Dianne Hackborn2012-09-061-79/+68
* More view hierarchy, fragment debugging.Dianne Hackborn2012-08-171-107/+36
* Add more debug info when a container view ID can't be found.Dianne Hackborn2012-08-151-3/+90
* Remove debugging for b6829431.Craig Mautner2012-08-011-8/+5
* Add debug to help with b6829431.Craig Mautner2012-07-201-1/+8
* am cb1c45ed: am b6ce1f31: Merge "Fix issue #6675499: java.lang.RuntimeExcepti...Dianne Hackborn2012-06-201-12/+23
|\
| * Fix issue #6675499: java.lang.RuntimeException: Unable to start...Dianne Hackborn2012-06-191-12/+23
* | am 4a683a34: am 1ad66b2f: Merge "Fix issue #6584942 IllegalStateException: Fa...Dianne Hackborn2012-06-051-14/+17
|\ \ | |/
| * Fix issue #6584942 IllegalStateException: Failure saving state...Dianne Hackborn2012-06-051-14/+17
* | am 11855f31: am 388d4801: Merge "Working on issue #6561352: java.lang.Runtime...Dianne Hackborn2012-05-301-1/+18
|\ \ | |/
| * Working on issue #6561352: java.lang.RuntimeException: Unable to start...Dianne Hackborn2012-05-301-1/+18
* | am b4652172: am bea7afc5: Merge "Fix issue #6284404: ArrayIndexOutOfBoundsExc...Dianne Hackborn2012-05-151-1/+3
|\ \ | |/
| * Fix issue #6284404: ArrayIndexOutOfBoundsException in...Dianne Hackborn2012-05-151-1/+3
| * DO NOT MERGE. Do not dispatch context selection events to non-visible fragments.Jake Wharton2012-04-251-1/+1
|/
* Fix potential NPE when saving fragment state.Jake Wharton2012-04-231-0/+3
* SDK only: now that support lib is in SDK, we can link to it.Dianne Hackborn2011-12-121-0/+7
* Change the "start deferred" fragment API to "user visible hint"Adam Powell2011-11-071-2/+36
* Fix bug 5557267 - [ViewPager] non-primary fragments unnecessaryAdam Powell2011-11-021-2/+3
* Bug 5535639 - Monkeys mad at FragmentManagerAdam Powell2011-10-311-0/+2
* Add API for deferring fragment start.Adam Powell2011-10-271-1/+28
* docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-0/+6
* Fix issues 5158104 and 4981556 (fragment problems)Dianne Hackborn2011-08-291-12/+17
* 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