History log of /packages/apps/Settings/src/com/android/settings/HomeSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9d1bfd1e8de6e46137a9571507c03526880d6a46 27-Jan-2016 Chris Wren <cwren@android.com> port settings over to new metrics enum

Change-Id: I0b3efd2f4db773ccbc52bfe59ee8eb0dab9584fb
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
4da79e088f9e8d9c6123fbbb7590c779e280c893 10-Sep-2015 Jason Monk <jmonk@google.com> First pass at drawer to Settings

Change-Id: I94c3bc69ff773e48c33f59f37bfc0d91139c187a
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
8a963babe2e36b7a41f77b8d2598c97658196e58 20-Mar-2015 Chris Wren <cwren@android.com> log visibility of views

Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f
Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
308c8fdfec893cd3f57e359a381294148aa2d7cb 08-Oct-2014 Dianne Hackborn <hackbod@google.com> Update to use "real" L codename.

Change-Id: If7112bc4a41007bd3dbcb2b4d2c9ff9e44f7cf0c
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
e625a57a28ce6f2fbb80f247ec0a5709f8e29cea 15-Sep-2014 Sander Alewijnse <salewijnse@google.com> Update targetSdkVersion check.

Bug:16509819
Change-Id: Ibc0afd234eaa13c1862c8e8dd60d68940aa559f5
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
1ac37a41991fae97729699468d536959e350bc11 19-Aug-2014 Sander Alewijnse <salewijnse@google.com> Add extra to home settings starting intent.

If intent contains a specific extra the picker will be
retricted to launchers that support managed profiles
no matter whether there are managed profiles present.

Bug:15099904
Change-Id: I31ab74afee7b5a790cb7aa621fff72f640fcedaf
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
cd40220372e3bac5bd52a8bfa4d4fce0e7d30078 15-Jul-2014 Sander Alewijnse <salewijnse@google.com> Prevent launcher switching in Settings app.

User won't be able to switch to launchers that do not support
managed profiles.
Additional explanation is shown in text under the name of the
launcher.

Bug:15099904

Change-Id: I12470bf396d41ef47d463ef42835964aacda9719
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
c9ad22c38be54dcf10af3e2d0b2176da9f183c9a 24-Jul-2014 Fabrice Di Meglio <fdimeglio@google.com> More code cleaning for the Home intent filters

- remove the Intent.CATEGORY_HOME as it is not useful and
cannot be used into an Intent filter

Change-Id: I516188ea1c662c3277c64194c229a2e1c03a4e6a
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
7f5c5e8bb84df3d414b4e0f0f1165754ebe056ef 24-Jul-2014 Fabrice Di Meglio <fdimeglio@google.com> Code cleaning

- remove those non usefull Intent.CATEGORY_LAUNCHER

Change-Id: Ib6e5f4a5265633da85423307fac26a104814f05f
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
b0a464fd2cbbe00821d483d28e76a04ac17996ea 24-Jul-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix how Home Activities are refreshed

- remove that HomePackageReceiver from the AndroidManifest
that could force Settings to run
- use a HomePackageReceiver into HomeSettings and DashboardSummary
- fix also the BatteryInfoReceiver for refreshing the Dashboard

Change-Id: Id3891529fc176e7e4c450f2ce723f8ac2af66c58
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
d73045db7a52a834144bc6c28935aaec4878f1ea 23-Jul-2014 Fabrice Di Meglio <fdimeglio@google.com> Add Home / Launcher apps indexing

- add a BaseSearchIndexProvider to HomeSettings
- use a BroadcastReceiver for tracking add or remove of
Home / Launcher apps
- add "launcher" synonym for "home" too

- also code cleaning for DynamicIndexableContentMonitor

See bug: #16484927 Add "launcher" as a synonym for "home" in settings search

Change-Id: I819f4e5f7bd5e9a7882609206b2733ea1912fc69
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
263bcc8b732dbb47d3ce63904e0e05191fabbad6 18-Jan-2014 Fabrice Di Meglio <fdimeglio@google.com> Use Drawer in Settings app

- get rid of PreferenceActivity as much as we can and use fragments instead
- add Drawer widget
- add Dashboard high level entry into the Drawer (but this is work in progress and would be done in another CL)
- add bypass of fragment's Header validation when launched from the Drawer but *force* validation if external
call thru an Intent

Be aware that WifiPickerActivity should remain for now a PreferenceActivity. It is used by SetupWizard and should
not trigger running the SettingsActivity's header building code. SetupWizard is a Home during the provisionnig process
and then deactivate itself as a Home but would make the Home header to appear in the Drawer (because momentarily we
would have two Home).

Also, verified that:

- the WiFi settings still work when called from SetupWizard
- when you have multiple Launchers, the Home header will appear in the list of Headers in the Drawer

Change-Id: I407a5e0fdd843ad7615d3d511c416a44e3d97c90
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
dc7be107343c5fc5f7af33681ffd27d1a4b11d79 08-Oct-2013 Christopher Tate <ctate@google.com> Once we decide to show Home settings, keep it shown forever

Principle of Least Surprise FTW.

Bug 11131794

Change-Id: I1df720fa86fb870aa74a5d0074ca966843317f12
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
e0d934fcb1f6e82c813f74cf5ea10d4d734e63d3 01-Oct-2013 Christopher Tate <ctate@google.com> Back out of Home settings when penultimate home app is uninstalled

When the user deletes the last-but-one, there's nothing more that
they can do in Home settings (and we'll be suppressing it from the
top level of the Settings UI as well), so we now back out with
a dialog explaining the situation.

Bug 10918801

Change-Id: Id03169dace976f7de639e3b3ab3d50ed161258d8
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
1ea549756268ba94b2e1500fbc956e71135f0609 19-Sep-2013 Christopher Tate <ctate@google.com> Use META_HOME_ALTERNATE for home app uninstall target

So a bundled home app can proxy install/uninstall to a non-bundled
package cleanly.

Bug 10749961

Change-Id: Ia35663fc46c068fe17eafa9116b6dda34c124b04
/packages/apps/Settings/src/com/android/settings/HomeSettings.java
e238a47f5ea6de128cf76eca8ad2b852cb12f4a0 27-Aug-2013 Christopher Tate <ctate@google.com> Introduce 'Home' settings

Bug 9958444

Change-Id: I868f5b7aa6ae9273b725cb96e80821a82569e7e0
/packages/apps/Settings/src/com/android/settings/HomeSettings.java