Files
frameworks_base/core/java/android/app
Dianne Hackborn 625ac271f8 Work on fragments in layouts.
- Change semantics if IDs associated with these fragments, to
  work correctly when placed in a container.  If the container
  has an ID or you have supplied a tag, the fragment's ID is
  optional.

- To do this, there is a new LayoutInflater API that allows code
  creating views to access the parent container that view will
  be in.

- Fix issues with state management around these fragments.  Now
  correctly retains state when switching to a layout that doesn't
  include the fragment.

Also:

- Add new simple list layouts for items that want to show an
  activated state.
- Add new Activity.dump() that can be invoked with adb shell
  dumpsys; the default implementation dumps fragment state.

Change-Id: I192f35e3ea8c53fbd26cf909095f2a994abfc1b6
2010-09-21 22:08:50 -07:00
..
2010-09-07 21:02:12 -07:00
2010-09-21 22:08:50 -07:00
2010-06-18 12:44:20 -07:00
2010-09-21 22:08:50 -07:00
2009-07-31 17:38:20 -07:00
2010-05-14 11:22:48 -07:00
2010-04-07 13:54:49 +08:00
2009-07-21 11:16:54 -07:00
2010-06-07 21:19:16 -07:00
2010-08-05 15:44:26 -07:00
2010-09-20 14:14:02 -04:00
2010-08-02 07:54:18 -07:00
2010-03-04 11:52:14 -08:00