History log of /packages/apps/Settings/src/com/android/settings/IconPreferenceScreen.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d79934731c8d33f6fc63b21c120b9ffba5d06f54 18-Aug-2010 Amith Yamasani <yamasani@google.com> Refactor settings top level activities to use fragments.

Added a base class SettingsPreferenceFragment from which the settings activities should
be derived so that they can behave like fragments. It contains some commonly called
utility methods and dialog conversion to DialogFragment.

Some of the top-level activities can be launched directly without the left pane.
Settings.java acts as a proxy activity that contains just that settings fragment without
the left pane.

There are still a lot of second and third level activities that need to be fragmentized.
This is just the first pass to test the 2-pane layout.
/packages/apps/Settings/src/com/android/settings/IconPreferenceScreen.java
b2dd90383bae9f3ca0a99b59d3f5992e7fd5ad48 08-Apr-2010 Anders Hammar1 <anders.hammar1@sonyericsson.com> Settings: Add a hook for operator or vendor specific settings.

The Settings application now provides a hook that can be used by an
operator or a vendor specific application to add an activity of choice
in the settings menu.

Change-Id: Id55da9fd4262bbfc6a5abf863799c747b0d75b24
/packages/apps/Settings/src/com/android/settings/IconPreferenceScreen.java
498d90474b4208fd28cc2ae84d5759ddad7bfc0c 31-Jul-2009 Amith Yamasani <yamasani@google.com> Add an icon to the left of the settings at the top level.

Add a new attribute for the icon.
Add place holder icons.
/packages/apps/Settings/src/com/android/settings/IconPreferenceScreen.java