History log of /packages/apps/Settings/src/com/android/settings/users/RestrictedProfileSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/RestrictedProfileSettings.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/RestrictedProfileSettings.java
86159283c98fd862723ce317f1621bcb16d451ce 22-Jul-2014 Fabrice Di Meglio <fdimeglio@google.com> Add the capability to set a pinned header to SettingsPreferenceFragment

- add a FrameLayout into the preference list fragment
- add public void setPinnedHeaderView(View pinnedHeader) and
clearPinnedHeaderView() APIs for adding and clearing the pinned header

Change-Id: I50ba5dd150167e0d49cc54bee1203f46db6d7a66
/packages/apps/Settings/src/com/android/settings/users/RestrictedProfileSettings.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/RestrictedProfileSettings.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/RestrictedProfileSettings.java
6bfec2d6b197068dd355bd1742179fe3da07136f 10-Jun-2014 Alan Viverette <alanv@google.com> Remove all dialog icons in Settings

BUG: 15474733
Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
/packages/apps/Settings/src/com/android/settings/users/RestrictedProfileSettings.java
38e761051242b2129a30e482404e6f87ea9ad75a 02-Oct-2013 Amith Yamasani <yamasani@google.com> Exit restrictions fragment if user was deleted

When resuming the restricted user fragment, make sure that the user still
exists, as it may have been deleted by the restricted user.

Bug: 11010340

Change-Id: I3360dbc42586c5bb28013844f8c788e641ad8b6a
/packages/apps/Settings/src/com/android/settings/users/RestrictedProfileSettings.java
7f5f0bb2aead332d4c9c8e66c818480be9fa680b 13-Sep-2013 Amith Yamasani <yamasani@google.com> Don't crash on rotation when cropping a profile picture

Bug: 8910780

Keep track of pending activity result and avoid deleting the intermediate file.

Change-Id: I56f63e1348c8b1f5229ad3e135016b8b75d3a335
/packages/apps/Settings/src/com/android/settings/users/RestrictedProfileSettings.java
2ad96254628675a86de330263487abe39dc024bb 09-Sep-2013 Amith Yamasani <yamasani@google.com> Fix profile picture picking for restricted profiles

Due to the new file picker UI and incorrect assumptions of access to sd card,
have to use content provider Uris instead of file paths.

Also makes the cropping robust in the event of not having a cropping intent
on the platform.

This should make the code play well with third party image
and camera apps as well.

Bug: 10666584

Change-Id: Ie8d834fe7aac96bc14829a7be084512a15ef4001
/packages/apps/Settings/src/com/android/settings/users/RestrictedProfileSettings.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/RestrictedProfileSettings.java