summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/Fragment.java
Commit message (Expand)AuthorAgeFilesLines
* am 36ae48a8: am d83e9e42: am 0761b1b5: am 89b19695: Merge "Put in real "code"...Dianne Hackborn2014-10-101-1/+1
|\
| * Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-1/+1
* | am fbb670d9: am 5a988492: am 00877d68: am f187823e: Merge "Fix exception when...George Mount2014-09-191-0/+5
|\ \ | |/
| * Fix exception when fragment container has no View.George Mount2014-09-181-0/+5
* | am 47dece77: am f607a73b: Merge "Changed method name to match Activity\'s met...George Mount2014-09-121-2/+16
|\ \ | |/
| * Changed method name to match Activity's method name.George Mount2014-09-121-2/+16
* | am 426a5429: am cfd0e5c1: Merge "Update unclear Fragment Javadoc." into lmp-devJeff Davidson2014-09-101-3/+4
|\ \ | |/
| * Update unclear Fragment Javadoc.Jeff Davidson2014-09-091-3/+4
* | resolved conflicts for merge of 2008cff7 to lmp-dev-plus-aospElliott Hughes2014-09-081-5/+4
|\ \ | |/ |/|
| * Small documentation fixes across many files.Mark Doliner2014-09-051-5/+4
* | API Review: Change SharedElementListener to SharedElementCallback.George Mount2014-09-041-14/+14
* | Make Fragment Transitions match Acitivty Transitions APIGeorge Mount2014-09-021-122/+461
* | Inflate fragments from layout into child FragmentManagersAdam Powell2014-06-241-1/+10
* | am 7489271c: am c405bae9: am 7071786e: Clear child FragmentManagers when dest...Tim Kilbourn2014-02-281-0/+1
|\ \
| * | Clear child FragmentManagers when destroying Fragments.Tim Kilbourn2014-02-281-0/+1
| |/
* | Add typedefs and nullness annotations.Tor Norbye2013-09-111-3/+6
|/
* Add View#cancelPendingInputEvents APIAdam Powell2013-09-051-0/+1
* PreferenceActivity Fragment securityAmith Yamasani2013-07-301-0/+4
* Make ArrayMap public! :)Dianne Hackborn2013-07-161-3/+3
* docs: clarify startActivityScott Main2013-02-271-4/+4
* A little cleanup.Dianne Hackborn2012-09-091-24/+43
* Nested fragments.Dianne Hackborn2012-09-061-12/+306
* Fix issue #6584942 IllegalStateException: Failure saving state...Dianne Hackborn2012-06-051-1/+1
* Fix issue #6284404: ArrayIndexOutOfBoundsException in...Dianne Hackborn2012-05-151-1/+4
* am c4180594: am 51cb7ca5: am c08787fc: Merge "SDK doc change: Fixed typo and ...Quddus Chong2012-04-111-1/+1
|\
| * SDK doc change: Fixed typo and added method parentheses in line 206.Quddus Chong2012-04-111-1/+1
| * DO NOT MERGEfelipeal2012-02-281-1/+1
* | Start using the new activity options argument.Dianne Hackborn2012-03-191-0/+7
* | Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-4/+32
* | Fixed minor typo on Javadocfelipeal2012-02-271-1/+1
|/
* SDK only: now that support lib is in SDK, we can link to it.Dianne Hackborn2011-12-121-1/+2
* Change the "start deferred" fragment API to "user visible hint"Adam Powell2011-11-071-17/+22
* Add API for deferring fragment start.Adam Powell2011-10-271-1/+34
* docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-3/+6
* Fix issues 5158104 and 4981556 (fragment problems)Dianne Hackborn2011-08-291-13/+27
* Fix bug 5090996 - Crash on tapping Menu on dial padAdam Powell2011-08-011-4/+4
* Various work on out of memory managment.Dianne Hackborn2011-07-291-2/+6
* Merge "Bug 5076788 - Optimize the building and invalidation of menus"Adam Powell2011-07-271-1/+1
|\
| * Bug 5076788 - Optimize the building and invalidation of menusAdam Powell2011-07-271-1/+1
* | cherrypick Change-Id: I4713d3977a0a1514ff9c4217e7f3723c0346d0d8Scott Main2011-07-271-0/+3
|/
* am 27bad6f3: am baa89d38: am f930232f: Fix a major problem in fragment lifecy...Dianne Hackborn2011-06-141-0/+3
|\
| * Fix a major problem in fragment lifecycle.Dianne Hackborn2011-06-141-0/+3
* | minor documentation fixesBen Dodson2011-06-141-3/+3
|/
* Fix some problems with moving in and out of detached state.Dianne Hackborn2011-06-101-5/+52
* Add new Fragment API for explicitly saving/restoring state.Dianne Hackborn2011-06-021-0/+61
* DO NOT MERGE: Integrate from main - Deprecate a bunch of APIs.Dianne Hackborn2011-05-131-0/+10
* DO NOT MERGE. Integrate fragment work from masterDianne Hackborn2011-05-131-5/+32
* Fix Fragment.onInflate() to actually work correctly.Dianne Hackborn2011-03-031-14/+39
* Fix issue #3385839: Fragment.onCreateView is passing in activity...Dianne Hackborn2011-01-251-0/+9
* Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-241-1/+26