History log of /packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/RestrictedSettingsFragment.java
daef2e2b066a0bf204b9a63b7cae13e3d5441f4e 16-Oct-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #15730311 Checkboxes on R side should update to Quantum/Material on/off switch

Per UX request, convert more CheckBoxes to Switches

Change-Id: I04712bce4c0a54516d9ecedbb554f403fd6dd9e7
/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java
375baea4563f475e3ae1d1a43518362b0a53f302 05-Sep-2014 Amith Yamasani <yamasani@google.com> Follow API change for method name

Bug: 17389920
Change-Id: I5c5bdacd863f84c503e7a16dc611feda36bc462f
/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java
d6e493f6499c3be4a0a5af14eb433dec2ab725d3 29-Jul-2014 Julia Reynolds <juliacr@google.com> Fix issue with pin prompt.

The PIN prompt would reappear if the pin screen had been rotated 90
degrees before a user hit cancel/ok.

Change-Id: Ia5f93aa7a857d46ba95775c85344fa9ff28a4a6b
/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java
1a0297c544cb15ed4b56e70575b169b3889543b7 18-Jun-2014 Julia Reynolds <juliacr@google.com> Use restrictionsprovider framework in Settings.

Bug: 15305103

Change-Id: Ib0147e366fe90de3512d0cc06e2a47ee16012dff
/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java
14912666d9bd56a4832234cf0866b76bb2cbf50c 05-Sep-2013 Amith Yamasani <yamasani@google.com> Handle renamed APIs

Bug: 10461761
Change-Id: If63c3801663b347a4643e44d5bd3bab4e3049578
/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java
4453496448feaf9152aca7ebffd952ad05a97fdd 29-Aug-2013 Maggie Benthall <mbenthall@google.com> Fixes for pin-restricted settings.

- Reprompt for pin after screen has been locked and unlocked.
- For protected preferences, store the Preference and continue if pin entry is successful.
- Protect whole UserSettings and DevelopmentSettings pages.

Bug: 10543207
Change-Id: If1d4b31ca94a8cfc103625b74385bcd0bdd3d88b
/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java
6e1102d9faf1b8f038857709412c291ef6140aa9 07-Aug-2013 Geoffrey Borggaard <geoffreyb@google.com> Restriction pin changes.

Fixed bug in WirelessSettings where it was asking users for a PIN when
they weren't restricted. Did this by refactoring the preference level
pin checking into the superclass, where it checks for the restricted mode first.
Also pin protected changes to certificates for restricted users.

Change-Id: I8310fd39f0862159668318fc1360ec6859cc00d5
/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java
fe21d9aaa8a8c7f8a759805ba021b59dd821e4fe 03-Aug-2013 Geoffrey Borggaard <geoffreyb@google.com> Pin protect more screens.

When these screens are locked down with user restrictions,
it should prompt the user for the restrictions pin before allowing
access to the settings screen.

Change-Id: Iadbb087da2d9470b855ea0bea89f2da1ffb9e854
/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java
e38ea38002290da8ed16f07ea45f0ebfb41b38cd 02-Aug-2013 Geoffrey Borggaard <geoffreyb@google.com> Adds a base class for restricted settings

Creates an easy way to ask for the restriction pin before
allowing access to a settings page. Does this to the WiFiSettings.

Change-Id: I49734f66e09b6449596412ecf6fc1113bf57ce7f
/packages/apps/Settings/src/com/android/settings/RestrictedSettingsFragment.java