| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug 5116342 - don't keep fragment state around once resumed | Adam Powell | 2011-08-07 | 1 | -0/+3 |
* | Fix bug 5090996 - Crash on tapping Menu on dial pad | Adam Powell | 2011-08-01 | 1 | -1/+16 |
* | Various work on out of memory managment. | Dianne Hackborn | 2011-07-29 | 1 | -0/+11 |
* | Bug 5076788 - Optimize the building and invalidation of menus | Adam Powell | 2011-07-27 | 1 | -1/+1 |
* | Fix issue #5054723: java.lang.NullPointerException at... | Dianne Hackborn | 2011-07-22 | 1 | -0/+1 |
* | Release strong Fragment references after exec. | Jeff Sharkey | 2011-07-13 | 1 | -0/+1 |
* | Fix a major problem in fragment lifecycle. | Dianne Hackborn | 2011-06-14 | 1 | -10/+18 |
* | Fix some problems with moving in and out of detached state. | Dianne Hackborn | 2011-06-10 | 1 | -3/+3 |
* | Fix to not lose state when saving a deactivated fragment. | Dianne Hackborn | 2011-06-03 | 1 | -8/+6 |
* | Add new Fragment API for explicitly saving/restoring state. | Dianne Hackborn | 2011-06-02 | 1 | -21/+67 |
* | DO NOT MERGE. Integrate fragment work from master | Dianne Hackborn | 2011-05-13 | 1 | -27/+70 |
* | Fix Fragment.onInflate() to actually work correctly. | Dianne Hackborn | 2011-03-03 | 1 | -0/+6 |
* | Remove a stale line in a JavaDoc. | Ben Komalo | 2011-02-28 | 1 | -4/+3 |
* | Fix issue #3385839: Fragment.onCreateView is passing in activity... | Dianne Hackborn | 2011-01-25 | 1 | -2/+2 |
* | Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException... | Dianne Hackborn | 2011-01-24 | 1 | -0/+12 |
* | Fix some error messages, turn off logging. | Dianne Hackborn | 2011-01-21 | 1 | -3/+3 |
* | Remove old APIs. | Dianne Hackborn | 2011-01-17 | 1 | -11/+1 |
* | Fix a bunch of API review bugs. | Dianne Hackborn | 2011-01-17 | 1 | -20/+45 |
* | Start renaming FragmentTransaction.openTransaction() to beginTransaction(). | Dianne Hackborn | 2011-01-17 | 1 | -2/+7 |
* | Fix null crash when fragments go away during animations | Chet Haase | 2011-01-12 | 1 | -1/+3 |
* | Few little fragment, wm tweaks. | Dianne Hackborn | 2011-01-04 | 1 | -1/+1 |
* | Minor fix to previous fragment change: non-animating case | Chet Haase | 2010-12-28 | 1 | -0/+2 |
* | Delay hiding fragments until transition finishes | Chet Haase | 2010-12-28 | 1 | -1/+9 |
* | Fix NPE pointed out by Chet. | Dianne Hackborn | 2010-12-28 | 1 | -1/+2 |
* | Possible fix to issue #3213749: NPE at... | Dianne Hackborn | 2010-12-28 | 1 | -30/+129 |
* | More cleanup of Loader APIs. | Dianne Hackborn | 2010-12-20 | 1 | -1/+22 |
* | Fix issue #3258849: Grab thumbnail when exiting an app via back | Dianne Hackborn | 2010-12-13 | 1 | -1/+3 |
* | Fix issue #3274841: Orientation change problem with a paused activity | Dianne Hackborn | 2010-12-13 | 1 | -2/+9 |
* | Fix issues #3257701 and #3267312 | Dianne Hackborn | 2010-12-08 | 1 | -0/+23 |
* | Fix issue #3202866: system server crash | Dianne Hackborn | 2010-11-16 | 1 | -1/+1 |
* | Fix issue #3191573: PreferenceFragment.onActivityResult cannot | Dianne Hackborn | 2010-11-16 | 1 | -36/+122 |
* | Fix animations to use correct interpolator. | Dianne Hackborn | 2010-11-08 | 1 | -7/+12 |
* | Fixe some stuff. | Dianne Hackborn | 2010-11-08 | 1 | -19/+19 |
* | Various PreferenceActivity and related improvement. | Dianne Hackborn | 2010-11-01 | 1 | -0/+18 |
* | Fix setting of class loader. | Dianne Hackborn | 2010-10-28 | 1 | -0/+1 |
* | Fix issue #3130426: Finsky crash in switching from window carousel | Dianne Hackborn | 2010-10-26 | 1 | -0/+18 |
* | Adding next/prev to fragment animations and to PreferenceActivity | Chet Haase | 2010-10-05 | 1 | -0/+16 |
* | Work on fragments in layouts. | Dianne Hackborn | 2010-09-21 | 1 | -36/+116 |
* | Add API for showing breadcrumbs of fragment back stack. | Dianne Hackborn | 2010-09-16 | 1 | -16/+114 |
* | Some fragment stuff: | Dianne Hackborn | 2010-09-12 | 1 | -0/+28 |
* | Make fragment animations work when fragments go away | Chet Haase | 2010-09-10 | 1 | -25/+19 |
* | Rename several animation classes | Chet Haase | 2010-09-08 | 1 | -28/+28 |
* | Fix issue #2950374: Fragment#setHasOptionsMenu() doesn't work... | Dianne Hackborn | 2010-08-26 | 1 | -6/+9 |
* | Change animator xml importing to use new inflater class | Chet Haase | 2010-08-24 | 1 | -3/+3 |
* | More fragment work: | Dianne Hackborn | 2010-08-15 | 1 | -24/+52 |
* | Fragment and PreferenceFragment and FragmentManager, oh my! | Dianne Hackborn | 2010-08-12 | 1 | -13/+153 |
* | Make Fragments use the new animation APIs | Chet Haase | 2010-08-11 | 1 | -112/+46 |
* | Fix some Loader bugs. | Dianne Hackborn | 2010-08-05 | 1 | -5/+5 |
* | Add facility to switch to new fragments from preferences. | Dianne Hackborn | 2010-08-03 | 1 | -15/+30 |
* | Add new DialogFragment class. | Dianne Hackborn | 2010-07-24 | 1 | -4/+88 |