History log of /packages/apps/Settings/src/com/android/settings/users/UserSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a766bfa3de1dd87e15c9f0b5bedbdf10735e59ff 06-Oct-2014 Amith Yamasani <yamasani@google.com> Set default restrictions for a newly created user

Call a different createUser version that sets up the defaults.
Make sure any previously created guest also gets the restrictions
as soon as they are changed.

Bug: 17832802
Bug: 17891763
Change-Id: I3eaa9e3da32b2f436699db24bb7be2668f1480b3
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
f5d14b2aed7ccca545a9c37e243927b76747b804 17-Sep-2014 Amith Yamasani <yamasani@google.com> Don't allow creating a guest from a secondary user...

unless the primary user has allowed Guest and user creation from
lockscreen.

Bug: 17482220
Change-Id: Idd05889da330d6cbe0d3ccab2e98abfdeba94b96
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
bc6e78f9da195af4c3a936bff22773ce867af0aa 03-Sep-2014 Alexandra Gherghina <alexgherghina@google.com> Switch to using system-wide default user icons

User icons were either User Settings specific, or missing. This makes it
consistent with the ones in the new helper class.

Bug: 17311038
Change-Id: I20cc1deba989cf7a397c5a8dba41bd91bd62472b
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
92c5452f088c48c57428a8b522dc8fc5725c2775 03-Sep-2014 Amith Yamasani <yamasani@google.com> Change the location mode before applying restrictions

Once the location sharing restriction is applied, the setting cannot
be changed, so change the setting first.

Bug: 17348894
Change-Id: I9dcad230e816aaa2482f1f35f1993f51d14eabc7
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
f7ba74df59f2282c2d557fc2a5615121227dbb8f 22-Aug-2014 Amith Yamasani <yamasani@google.com> Switch user on clicking on a user in User Settings

This slipped out of the code somehow.

Bug: 15761405
Change-Id: I89c47221f999d5ef23aa7910d31a95bfa730353c
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
94c0181c8f50d199b17771a9444303986d85f742 19-Aug-2014 Amith Yamasani <yamasani@google.com> Update strings for guest removal affordance and dialog

Exit guest -> Remove guest
etc.

Bug: 16495144
Change-Id: Ieb44e886ea537682a6922046c0f63cef1456c6d8
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
561d6bc9bb3f1473ac67f4bef5edac7b3046a901 13-Aug-2014 Amith Yamasani <yamasani@google.com> Merge "Allow creating last user even if a guest exists." into lmp-dev
f2663abe1da11107104162a098482f34bb9fea03 12-Aug-2014 Amith Yamasani <yamasani@google.com> Allow creating last user even if a guest exists.

Bug: 15934700

Also fix missing icon when user has no icon.

Change-Id: I07c76043df9cda8aeccecb09289d570845dc4560
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
918c23bd5ff6b8903634320723e57d8c0d79471f 11-Aug-2014 Jason Monk <jmonk@google.com> Merge "Don't allow creating guest when can't create user" into lmp-dev
7c2739888abf93f7c84497643f0ca8e55c20c2ca 07-Aug-2014 Jason Monk <jmonk@google.com> Don't allow creating guest when can't create user

When user restriction is on to disable adding user also stop the
user from creating guests.

Bug: 16782635
Change-Id: I0396172867e2e217ada9ef747ea62d0c0382c5dd
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
83adb564de5ee7f6c3155f98befb2e449b7b4f6f 31-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Show managed profile under accounts rather than users

Also fixes overflow menu to update on remove/add managed profile.

Bug: 16234745
Bug: 16727076
Change-Id: I3283a8fa0096edfce5aad633e09ba3eed6d2174c
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
fe47a8dc89fe0393dae16b1c2152c901feab4dcb 18-Jul-2014 Alexandra Gherghina <alexgherghina@google.com> Toggle between primary and managed profile in Print Settings

This adds a spinner to the print settings screen which can be used to toggle
between the Settings app in the primary and managed profile so that the user
can edit settings belonging to both profiles.

Bug: 16369104
Change-Id: I2556a331d09379c2a501bc6b192ab1631b5215f5
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
247520c369370885a1c085e53ee679dce0fd55ce 25-Jul-2014 Amith Yamasani <yamasani@google.com> More User Settings improvements

Add a menu checkbox to allow creation of users from lockscreen.
Add a delete icon in restricted profiles settings.
Other little fixes to icons.
Update some strings based on feedback.

Bug: 15761405
Bug: 16550371
Bug: 16298824

Change-Id: Ib876bd57f15c6ce2d71856f72571c6b8b0e3102d
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
2d578ce29391dc72fde7330ff9ff909347ec531b 25-Jul-2014 Amith Yamasani <yamasani@google.com> Don't use the profile info for name

Since we now have a way to directly edit the user's photo/name
via a dialog, don't rely on the Me profile name anymore. That
one will be out of sync with the manual nickname editing.

Bug: 15761405
Change-Id: Ia16c43ddcfd47894b2d2e049802d7de153ea5b94
/packages/apps/Settings/src/com/android/settings/users/UserSettings.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/UserSettings.java
c16b73e92b9cb776569b32e8dd616b1c46da9591 18-Jul-2014 Amith Yamasani <yamasani@google.com> Improvements to user settings

Exiting guest mode from within guest user.
Updated assets and cleaned up/optimized some asset clipping code.

Bug: 15761851
Bug: 16355550
Change-Id: I431e92bac3cbedd46bd1e33cffc4d9f0c576ca69
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
51c6dac50ea8874181036f54c3a7e7aa8eb800bd 01-Jul-2014 Amith Yamasani <yamasani@google.com> Multiuser settings revamp - followup to address comments

Bug: 15761405
Change-Id: I9c03432a2f2651a931486ce65fb3b5af37608be0
/packages/apps/Settings/src/com/android/settings/users/UserSettings.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/UserSettings.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/UserSettings.java
4093e40e18f2e8d395ca467f54aef6e763c394f6 06-Jun-2014 Amith Yamasani <yamasani@google.com> Show user management UI if a managed profile exists

Show UI even if flags to show multiuser UI are off, if there's a
second user on the device. This way there's an affordance to remove
the user.

Don't show the "Add user" item though.

Bug: 15447068
Change-Id: I40273005d6d8d66aed486328615acdab71d51fa4
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
0e43d324af7082229108bfe51c02647d8a07fdeb 07-May-2014 Amith Yamasani <yamasani@google.com> Don't allow restricted profile creation for corp/edu owned devices

Bug: 14613459
Change-Id: I64dfba35418def8ae8793d7371b8960f5ff5946f
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
312c4573c3264914fa190e173a04abaca0507ce9 28-Apr-2014 Alexandra Gherghina <alexgherghina@google.com> Switch to using the new enabled flag in UserInfo

Bug: 14377459
Change-Id: Ief309477d964f1158087240ce24030335652d6a7
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
9a1baec5a330a175e4b36d4ae3d67a15acb5b1a5 28-Apr-2014 Alexandra Gherghina <alexgherghina@google.com> Disable profile enabled check (API is changing)

Bug: 14377459
Change-Id: Ie79db95bcc5c7e3a95b479832dceaf628ae36728
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
423bafccbcd83fa7c4d5081c5251d60ffe991998 23-Apr-2014 Alexandra Gherghina <alexgherghina@google.com> Revert "Revert "Wiring for displaying managed profiles""

This reverts commit 91e3f7256935f1c805878c3a5241b9e5b9a67e44.

Will wait until related commit is in to submit this.

Bug: 13756871
Change-Id: I34642998adb71f44de1e529cc214ac4f921932ed
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
91e3f7256935f1c805878c3a5241b9e5b9a67e44 23-Apr-2014 Alexandra Gherghina <alexgherghina@google.com> Revert "Wiring for displaying managed profiles"

This reverts commit a044235272d5319ed3b1dd1aebc051b88ec69c1a.

This depended on CL: https://googleplex-android-review.googlesource.com/#/q/I2907b182e19b3562592da688b3f68ef5f4088557 which was not commited yet.

Bug: 13756871
Change-Id: Ib05c58002a06c7882c4b6dfd750c9681ff4b1646
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
a044235272d5319ed3b1dd1aebc051b88ec69c1a 14-Apr-2014 Alexandra Gherghina <alexgherghina@google.com> Wiring for displaying managed profiles

Bug: 13756871
Change-Id: I81898e3b32baa0bc9ec72258b3bd470102d42b68
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
7f111811e04e1714ed8b01886be0a57d9c17f326 04-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #13758772 Crash when hitting back after clicking on add a restricted...
... profile under Users

- no need to show the dialog again when we have pressed on BACK

Change-Id: I76f155a488512689c5af40ff35b80ce034da4ffe
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
cfb8d7f3c87019db6970c44215b9ee0dfca310eb 26-Mar-2014 Amith Yamasani <yamasani@google.com> Don't allow user creation on phones via Settings search

This screen was blocked from appearing in the main Settings list, but
search now exposes it.

Disable content on the Users screen if multiple users are not supported
on the device. This is a temporary fix until Settings search does the
right thing.

Bug: 13631986
Change-Id: Icc61d3e9ce4e405d0cf8841af538216be59fac26
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
dad115e2dbf79248464c249ce7293f1b302ddaf1 04-Mar-2014 Tom O'Neill <tomo@google.com> Remove some usages of deprecated location APIs

Bug: 13302202
Change-Id: I916568d2b310eaf9a8b30da9a9980344aaf76c21
/packages/apps/Settings/src/com/android/settings/users/UserSettings.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/users/UserSettings.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/users/UserSettings.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/users/UserSettings.java
0ca80fe4cdbfa2a9298ab332770eef9890798c60 04-Jun-2013 Amith Yamasani <yamasani@google.com> Single-user restrictions

New restrictions panel for restricting list of available apps for the user.
Apps that support restrictions can also be configured here.
Restrictions screen is PIN protected and will ask you to create a PIN the
first time you use it.

Change-Id: I7a5267df4272521ad80e6a8b6a18932d07179eb8
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
f14e6751c383df59bb1e4ab3b6e0556cfe04b80a 29-May-2013 Amith Yamasani <yamasani@google.com> Reduce jank in User Settings

Don't recreate the list on resume.
Cache the default circled icon.

Bug: 8802380
Change-Id: I46520b591fc3ffd5e51a1c7dda86e811c03a76a2
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
503783c48299a7879ae3a7e2e194a298410ab8d9 28-May-2013 Amith Yamasani <yamasani@google.com> Cache default circle avatar for faster creation of UserSettings

Change-Id: Ie2ed9d032f71fad7a89edde147f231a1dc479aae
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
7c4dfccda44efa98b804dd5d07cd28e9e5761ca3 22-May-2013 Amith Yamasani <yamasani@google.com> Update strings for clarity about restricted profiles

Bug: 9051422
Bug: 9051178
Change-Id: I1b88286fdd0db27bb6980d0ebbc846370fd0082e
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
f162efee8995c8d7a26992e72fe771c41b790e39 29-Apr-2013 Amith Yamasani <yamasani@google.com> Prompt to set a screen lock when adding a restricted profile

Bug: 8735493

If there's no screen lock, prompt to take the user to set a lock.
On return, check if user set the screen lock. If so, add the restricted
profile, otherwise don't add it.

Fix a small layout issue: Bug: 8721209

Change-Id: I2a18fea50a1d810d6a7fa82038b460ca4e03d5a0
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
b0171715876b672c94c8a5aaafde95ff47b234b4 29-Apr-2013 Amith Yamasani <yamasani@google.com> Three kinds of owner info - owner, user and profile

Bug: 8736733

Put the summary "Restricted profile" under the user name in app restrictions panel.
Bug: 8736734

Change-Id: I6b724bd10a9246eb57831bffb737a48c01e0c285
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
8e6f99e22bc69e95647857cce247341061b60b07 24-Apr-2013 Amith Yamasani <yamasani@google.com> Rename limited users to restricted profiles

Bug: 8705996
Change-Id: Ibf6a2e0e14ce095758fb9be982710b584b76f15d
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
fc8a383d42511673a3addb796f6db31d9678be5e 23-Apr-2013 Amith Yamasani <yamasani@google.com> Final refactoring of the user/profile settings screen.

Name restricted users as restricted profiles and group them all
together.

Bug: 8697415
Change-Id: I18acc6b61bfb12a8e1540eb022a73b29783789e1
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
1bad7141b4c602399beaddde49ac295ae1a89afc 22-Apr-2013 Amith Yamasani <yamasani@google.com> Fix repeating apps on pause/resume

Preference list was getting duplicated on pausing and resuming the activity.

Pull the user info out of the preference list and make it a static header
so that it stays fixed. Can now remove all entries before re-adding.

Disable location by default and disable ability to change Unknown sources
toggle.

Bug: 8685561
Bug: 8688400

Change-Id: I64ce728d5369e03ddaba562bcd66bb0720a037d2
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
a98c402e44e1bd74926c55db031d2be0ce7ce7be 20-Apr-2013 Amith Yamasani <yamasani@google.com> Several improvements and fixes in restrictions UI

Bug: 8668906 : Add string indicating that the app has opted-in
Bug: 8663558 : Fix a crash in settings when EXTRA_RESTRICTIONS_LIST is empty
Also accept EXTRA_RESTRICTIONS_BUNDLE as a result from custom
restrictions activity
Bug: 8653389 : Some apps show up twice in the limited user config screen
Bug: 8653915 : Jank when adding a new limited user

Change-Id: I293148000be70850f565dbddb4c942d69142ae17
/packages/apps/Settings/src/com/android/settings/users/UserSettings.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/UserSettings.java
91d40b7d972a0b5b8591c36f74f8aad38d82c796 12-Apr-2013 Emily Bernier <ember@google.com> Merge "User restrictions for creds storage & user removal" into jb-mr2-dev
cc395695fc869dc8ef8e3c74622f71ef8a421d44 12-Apr-2013 Amith Yamasani <yamasani@google.com> Embed the app restrictions fragment in the dual-pane settings.

Change the limited user creation flow to show the usual message before
actually adding the user. Might need to customize the message for limited
users.

Removed the old activity wrapper and moved the logic to UserSettings.

Removed the finish button.

Bug: 8566751
Change-Id: Ie9e1a03736c41758b0bb6e79d004ad662a5af7f4
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
11bd33a564d4ae9a48195ad11dbbd09d80e59b55 11-Apr-2013 Emily Bernier <ember@google.com> User restrictions for creds storage & user removal

Change-Id: I423e729f73ece6209875d2f8d194d0d11c975c20
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
732c80ff18a0e0e0cd516e7ec007eda1574cd2de 30-Mar-2013 Amith Yamasani <yamasani@google.com> Remove Limited users category if empty

If there are no users under limited category, in a secondary user,
remove the subheading completely.

Change-Id: I0397b6198c8cfc147e9e7dc30a92a7cb2f5860e3
/packages/apps/Settings/src/com/android/settings/users/UserSettings.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/UserSettings.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/UserSettings.java
5cdc93725152e838d3213ca6ed1db92ae40fd0e3 15-Nov-2012 Amith Yamasani <yamasani@google.com> Fix a race condition when switching between settings panels

The fragment was removed while the images were being loaded, so the
activity was null. This fix holds on to the Resources object.

Bug: 7490425
Change-Id: Ic2d8dd3c620fc34ce8255104001e17b39f828601
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
8d40fac706d206355f9a4be58744fb1a8cc3417d 24-Oct-2012 Amith Yamasani <yamasani@google.com> Use given name instead of full name for the initial population of User name.

Bug: 7406217

Change-Id: I5006039ef146369f569445d0fcbaf82fd163343e
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
2fa8cf7360c7c1ad309fe878355426a6e161af5b 03-Oct-2012 Amith Yamasani <yamasani@google.com> Merge "Use new color avatar assets" into jb-mr1-dev
95dc4733c0462c89453e444f1e3474bee442b868 03-Oct-2012 Amith Yamasani <yamasani@google.com> Use new color avatar assets

Bug: 7204409
Bug: 7222997
Change-Id: Iac2c4ab2d7bf0090670573bf4c967f07abdf6f51
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
c861cf84479d2bb289546e8c4f116beb794842c0 02-Oct-2012 Amith Yamasani <yamasani@google.com> Improved dialog management in Settings>Users

Bug: 7266284 Delete not functional after orientation change
Bug: 7266182 Set up now not functional after orientation change

Also remove "vibrate when ringing" on tablets
Bug: 7253081

Change-Id: Ie616747f2e3292c401613eb2041b5a5a289cde20
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
a9c55d8dbde4f9e081528e630292ef0d37ea2faf 29-Sep-2012 Amith Yamasani <yamasani@google.com> Make Settings shortcuts launch into the correct activity/fragment.

Bug: 6959454

Change the task affinities so that the shortcuts are not tied to
Settings main task.

Change-Id: I7729d17d8144a4a57f0d135fe80bdbd7af8dad01
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
990c5f2432add56ce6a32cb7c40c4c8bff1e8e5c 28-Sep-2012 Amith Yamasani <yamasani@google.com> Merge "Bring up new user setup dialog when tapping on new user" into jb-mr1-dev
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/UserSettings.java
8666b9e170c23a9595d611a49b7c8262e357ced1 27-Sep-2012 Amith Yamasani <yamasani@google.com> Rename "Owner info" to "User info" for secondary users

Bug: 7237781
Change-Id: I40207d6aa34bf3b7403f077fc7f3a945d739269d
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
263f7442374f30038b7c6cf712efee6720af4148 26-Sep-2012 Svetoslav Ganov <svetoslavganov@google.com> Show long message for a new user only once.

1. We show a longer message only for the first added user. The
longer message will be shown until the user has been created,
which is until the creator pokes the OK button in the create
new user dialog.

bug:7210780

Change-Id: Ifed4899048a8369f41f145af204a1e4e860f9b4c
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
9627a8ea151c1f27e5e9f34592c7b34fea3101c3 23-Sep-2012 Amith Yamasani <yamasani@google.com> Show more settings and add restrictions/dialogs for secondary users

Bug: 7213029 crash in About>Status
Bug: 7212495 hide System updates for second user
Bug: 7212230 nickname editor should select the text
Bug: 7160487 TTS settings
Bug: 7129411 Settings needs visibility changes for secondary users

Change-Id: Ia2d1229c08b392edfa6b671fce4a382410405b14
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
e278eda851292dea7caff574e1bb4fecbf0d1c6b 21-Sep-2012 Amith Yamasani <yamasani@google.com> Exclude dying users when querying the list

Bug: 7194894

Use the new API in UserManager to query the list of users, excluding
the dying ones.

Change-Id: Ib09bb723209030da7e8aca53d402ef4c96c273a3
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
38223dc4585bb8f11125c90082789db78881e97d 18-Sep-2012 Amith Yamasani <yamasani@google.com> Add help menu for Users and Location access

Bug: 7093415
Bug: 7130812
Change-Id: I44c68e846dcc5d98fc8b152f79d75140e151323a
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
f34a85d5d54738b4b6d091c36f828788ff67ede1 18-Sep-2012 Amith Yamasani <yamasani@google.com> Use Bitmap instead of ParcelFileDescriptor to get the user's icon.

Change-Id: I1dd7261b47ba98a2a0834dbfb8c22de369e6cc58
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
e940dac47a1d978211eea973fe8576edc4626d48 17-Sep-2012 Amith Yamasani <yamasani@google.com> Use UserManager.getUserIcon() to get the user's avatar.

Change-Id: I035a5e2a518eb827a2e44910471ed04923921aa3
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
ae47ef43fa9f7f408ec08b92d4d334b159a68e82 17-Sep-2012 Amith Yamasani <yamasani@google.com> More user management ui work

Show setup dialog after adding user.
Write user profile to nickname on setup.
Remove self.
Correct dialog text for user creation.

Bug: 7104261
Bug: 7174751
Bug: 7174685

Change-Id: I0ecd688f3edaef61332f974012454ceb87762e9f
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
32dccbc23fb905e109599389a7bed291b2a6385d 14-Sep-2012 Amith Yamasani <yamasani@google.com> Watch for profile changes and push to user manager

If the contacts Me Profile changes, push a copy of the photo to
user manager for user by the user switcher.

Also use an async task to load the profile data.

Change-Id: Ie784114622038ff14e3feb70f2ff51c372eecb3f
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
43db5267d6227cc008fc482ccd777e27ff292c42 12-Sep-2012 Amith Yamasani <yamasani@google.com> Tell contacts to return back to Settings when done editing the profile info

Change-Id: I643884af6c062788123b59a115ce6e398430e6b1
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
6be075d6c3de7a9fd28942e9e15f4790d0e73ca3 11-Sep-2012 Amith Yamasani <yamasani@google.com> Check the user limit before showing an ADD menu item

Change-Id: I0c5cffa149bfbf6824273b7180db55e1fe313021
/packages/apps/Settings/src/com/android/settings/users/UserSettings.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/UserSettings.java
32630395eb7dd8401f344599640c8bcf1e289bb0 11-Aug-2012 Amith Yamasani <yamasani@google.com> Use UserManager instead of PackageManager for user management

Show Accounts in secondary settings
Move Users & restrictions to Device section

Change-Id: Idcd7ed44801fe92c847cff81d11f3d6f6d06ba81
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
48fa857c92ac31b36b5a2ed7ef2c65d85fcbcaa0 18-Apr-2012 Amith Yamasani <yamasani@google.com> UI to add a photo to a user's profile.

Photo will be shown in user management screen and switcher.

Change-Id: Icc0a39487daae13530fc1741780fb42fee0dada4
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java
b810a0ddf9dd93a08789aff38901eeab9bfaf812 25-Mar-2012 Amith Yamasani <yamasani@google.com> User management screens

Customized Settings for restricted users
- Only some top-level settings panels available

User management
- Primary user can add and remove users
- User details screen to change name and list of enabled apps

Change-Id: Ia6beb991b427197a4ec2724ca3c9222073f6cf7d
/packages/apps/Settings/src/com/android/settings/users/UserSettings.java