History log of /packages/apps/Settings/src/com/android/settings/applications/AppOpsCategory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/applications/AppOpsCategory.java
7ff56d331e1dfe133e734a36d191fc1d81b31e95 13-Feb-2013 Dianne Hackborn <hackbod@google.com> App ops: new labels, fix crash, fix updating list.

- Add new labels for media ops.
- Fix crash due to missing boolean entry for access notifications op.
- Fix updating op category lists to remain stable (not jump
back to the top).

Change-Id: I505cfd91b1ff92587a627d33f3ac7a21145a9bbd
/packages/apps/Settings/src/com/android/settings/applications/AppOpsCategory.java
8b0afc7fb53b90e522b86ba04bb17c0cba2364ab 02-Feb-2013 Dianne Hackborn <hackbod@google.com> App ops: improve presentation.

Change-Id: Ia8702f9421a2cf2e27e8e24bfdc596321ace515a
/packages/apps/Settings/src/com/android/settings/applications/AppOpsCategory.java
27daaab633a80be50863e6539e947db674090662 01-Feb-2013 Dianne Hackborn <hackbod@google.com> App ops: Support neighboring cells, call phone, improve UI.

Change-Id: I0783c7ae941499cf9847bcf657141c3aea76f59d
/packages/apps/Settings/src/com/android/settings/applications/AppOpsCategory.java
0dd9902c89e7b705fd73158aadf1bf27843ad201 25-Jan-2013 Dianne Hackborn <hackbod@google.com> App ops: add UI for viewing and controlling ops per-app.

Change-Id: Iadd68cbd429af4d431dcd09b9adacd09c5092ae6
/packages/apps/Settings/src/com/android/settings/applications/AppOpsCategory.java
18b64f446cd7b9043909b0cd42d1ab364392da24 18-Jan-2013 Dianne Hackborn <hackbod@google.com> Improve app ops UI.

Merge app entries together some.

Also a little weekend present for swetland.

Change-Id: Ie2b6654d9de0b9eeaafbf4b070845353c130b9c1
/packages/apps/Settings/src/com/android/settings/applications/AppOpsCategory.java
228df665d4c98e267dce3f529ab953046cd03e5b 17-Jan-2013 Dianne Hackborn <hackbod@google.com> Show all apps that can perform an op.

Change-Id: Ic4c6fdbc5b345c890a2f41a00b4b5c11272702d7
/packages/apps/Settings/src/com/android/settings/applications/AppOpsCategory.java
a522a8ef8233382bbd39308b7d5f2e26eed44d22 16-Jan-2013 Dianne Hackborn <hackbod@google.com> Quick and dirty UI for viewing app op information.

Change-Id: If17bfbe84cf438ca9bb37bf446564f39de99cee1
/packages/apps/Settings/src/com/android/settings/applications/AppOpsCategory.java