summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/FragmentManager.java
Commit message (Expand)AuthorAgeFilesLines
* Set a HW layer for Fragment alpha animationDoris Liu2015-05-221-0/+89
* Don't negate saving stateTodd Kennedy2015-05-131-1/+1
* Call Activity#onAttachFragment()Todd Kennedy2015-05-041-4/+4
* Remove dependency upon FragmentActivityTodd Kennedy2015-04-301-54/+46
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* Mark findViewById(int) @NullableScott Kennedy2015-02-111-0/+2
* am fbb670d9: am 5a988492: am 00877d68: am f187823e: Merge "Fix exception when...George Mount2014-09-191-0/+1
|\
| * Fix exception when fragment container has no View.George Mount2014-09-181-0/+1
* | resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aospElliott Hughes2014-09-081-2/+2
|\ \ | |/ |/|
| * Small documentation fixes across many files.Mark Doliner2014-09-051-2/+2
* | Make Fragment Transitions match Acitivty Transitions APIGeorge Mount2014-09-021-2/+11
* | Restore saved fragment stateCraig Mautner2014-06-281-0/+1
* | Inflate fragments from layout into child FragmentManagersAdam Powell2014-06-241-2/+101
* | Allow antroid.transition Transitions in fragments.George Mount2014-06-171-2/+3
* | Clear child FragmentManagers when destroying Fragments.Tim Kilbourn2014-02-281-0/+1
|/
* am d6c1870d: am 5fceada3: Merge "Fragement, or Fragment: that is the question"Romain Guy2013-09-301-2/+2
|\
| * Fragement, or Fragment: that is the questionCyril Mottier2013-09-301-2/+2
* | Add View#cancelPendingInputEvents APIAdam Powell2013-09-051-0/+1
* | Throw exception in FragmentManager when queuing to a destroyed activityAlan Viverette2013-08-141-1/+8
* | Use FastPrintWriter... everywhere.Dianne Hackborn2013-06-241-2/+7
|/
* Fix incorrect fragment animation used for hiding fragmentsAdam Powell2013-06-071-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