History log of /packages/apps/Settings/src/com/android/settings/users/UserPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5514509963b7d09cbb7d893d110afbc91814a7e4 08-Dec-2014 Fyodor Kupolov <fkupolov@google.com> Remove Users & profiles header for phones

In Settings/Users, remove "Users & profiles" header is no longer displayed
for phones. List of UserPreference is now explicitly sorted. Before, it
was relying on an overridden compareTo method in UserPreference, which
behavior was difficult to predict when instances of UserPreference were
mixed with other instances in the same group.

Bug:17630523
Change-Id: Iba1ef863c2cd4e8ca307ae0aa0877c5cd9e0973d
/packages/apps/Settings/src/com/android/settings/users/UserPreference.java
ee3987475e1d29e8355bdb9e068149eb01e3fd43 24-Jul-2014 Amith Yamasani <yamasani@google.com> Refactor User Profile editor dialog for reuse

Move the dialog code into a separate class.
Use it from RestrictedProfileSettings
and UserSettings for the current user.

Bug: 15761405
Change-Id: I0b9a95ba8463304525e6a4b8cf3b4ca77b15796f
/packages/apps/Settings/src/com/android/settings/users/UserPreference.java
9e6ac3d25f55303887293e36eb288ef191ffd1bb 30-Jun-2014 Amith Yamasani <yamasani@google.com> Multiuser settings revamp for L, first pass

Include Guest settings
Ability to switch users from Settings
Manage user settings like telephony access

Bug: 15761405
Change-Id: I2cfdc7bc2703ed202aa8bf1261c304c51ce48b29
/packages/apps/Settings/src/com/android/settings/users/UserPreference.java
b9195d25ee6b390362381adfaf1a00d339ffde34 11-Jun-2014 Julia Reynolds <juliacr@google.com> Remove PIN from users page - use disallow_add/remove_user restrictions.

Bug: 14081992
Change-Id: If4973d64ae54da602a2682dee5b868ff66273856
/packages/apps/Settings/src/com/android/settings/users/UserPreference.java
d4abdd27adac36e7243bcaae37a7a2c69ac73db7 18-Apr-2013 Amith Yamasani <yamasani@google.com> Reorganize users screen

As per product/ux feedback, move around and rename the users.
Settings button for some users.

Fix crash in limited user when clicking on the user:
Bug: 8494377

Change-Id: I346d12646d32608b01f2c2c2c866b6da51408618
/packages/apps/Settings/src/com/android/settings/users/UserPreference.java
864e3b7c5176199f7f0fae53c2639f9dacd737e2 27-Mar-2013 Amith Yamasani <yamasani@google.com> Split User settings into limited and trusted.

Also show avatars with the circular frame like on lockscreen.

Change-Id: I032d842555b2f50a07166460f9cfb1963366dbb1
/packages/apps/Settings/src/com/android/settings/users/UserPreference.java
233592bb43c02e88d39d990fadc59fd330a4d3dd 02-Mar-2013 Amith Yamasani <yamasani@google.com> Application restrictions UI

Refactored User Settings UI to have two types of users.
Display a list of apps to select.
Edit user restrictions.
Handle saving and updating RestrictionEntry items via
User Manager.

Change-Id: I3ad5aa71d5ef66dffd39e17ba0556f075ac10a0f
/packages/apps/Settings/src/com/android/settings/users/UserPreference.java
1a634d32ac04cb5f1d491a7881561930efda5b4a 28-Sep-2012 Amith Yamasani <yamasani@google.com> Bring up new user setup dialog when tapping on new user

Bug: 7245796

Also fix a few strings that changed and other UI tweaks to conform
to spec document.

Change-Id: If4409459b20ec8c8ece69b6c23c8ab49b0ca0cac
/packages/apps/Settings/src/com/android/settings/users/UserPreference.java
dc6bfa6ef57705c47b93caab44d39c76d4840ea2 07-Sep-2012 Amith Yamasani <yamasani@google.com> User management UI: take 2

Single screen user management, also visible on secondary users.
Work in progress, especially with respect to synchronizing with
the Me profile.

Change-Id: Id6e94a85d53356847e4e019c52e3388de9ecb354
/packages/apps/Settings/src/com/android/settings/users/UserPreference.java