1. f1494d8 Replace PagedListView in CarSettings and remove car-theme-lib dependency. by davidln · 5 years ago
  2. fc2851b Refactor users-related settings to use common confirmation dialog fragment by kwaky · 5 years ago
  3. 2f7d201 DO NOT MERGE Remove uses of TextInputLayout and TextInputEditText. by davidln · 6 years ago
  4. 20a88ee Update Permissions controller to use CarUserManagerHelper restrictions by Heemin Seog · 6 years ago
  5. 14aa507 Drop "car" from user switcher file naming and rename ic_seekbar_track since it isn't an icon. by davidln · 6 years ago
  6. 0530e06 Make the icon color an attribute and use one icon size. by davidln · 6 years ago
  7. 382dfbc Migrate users list and choose new admin pages to SettingsFragment/PreferenceController<T> by davidln · 6 years ago
  8. b4bd823 DO NOT MERGE Create MasterSwitchPreference. by Heemin Seog · 6 years ago
  9. 8a470d7 UserDetailsFragment refactor: SettingsFragment/PreferenceController<T> by Heemin Seog · 6 years ago
  10. 757bca5 DO NOT MERGE Delete unused code in users settings. by Heemin Seog · 6 years ago
  11. 47c5c43 Update implementations of BasePreferenceFragment and BasePreferenceController to incorporate feedback and learnings from migration work. by davidln · 6 years ago
  12. 6af64d8 Fix issue for granting admin access. by Heemin Seog · 6 years ago
  13. 9d5e907 DO NOT MERGE Migrate UserDetailFragment to Preferences. by Heemin Seog · 6 years ago
  14. 6afd212 Clean up use of progress bar in Fragments now that it is a shared resource. by davidln · 6 years ago
  15. ab75d75 Merge "Convert CarAlertDialogs to AlertDialogs." into pi-car-dev by Heemin Seog · 6 years ago
  16. 51124b2 Refresh users list on resume. by Heemin Seog · 6 years ago
  17. 11d45c1 Convert CarAlertDialogs to AlertDialogs. by Heemin Seog · 6 years ago
  18. d2ba756 DO NOT MERGE Migrate ChooseNewAdminFragment to preferences. by Heemin Seog · 6 years ago
  19. 4da1679 Migrate UsersListFragment to use preferences. by Heemin Seog · 6 years ago
  20. d97641e Pass FragmentController to PreferenceControllers. by davidln · 6 years ago
  21. 7b8b562 Add app permissions to permission management console by Roshan Agrawal · 6 years ago
  22. 2191c8f Update copy for User Restriction Management by Roshan Agrawal · 6 years ago
  23. 9717808 Merge "DO NOT MERGE Standardize the use of Grant Admin Permissions" into pi-car-dev by TreeHugger Robot · 6 years ago
  24. 54f366f Merge "Add controllers which determine top-level entry behavior into settings categories." into pi-car-dev by TreeHugger Robot · 6 years ago
  25. 46ce642 Add controllers which determine top-level entry behavior into settings categories. by davidln · 6 years ago
  26. 1b6203f DO NOT MERGE Standardize the use of Grant Admin Permissions by Roshan Agrawal · 6 years ago
  27. f43784b Merge "DO NOT MERGE API changed, updating calls." into pi-car-dev by Jovana Knezevic · 6 years ago
  28. dcfae72 DO NOT MERGE API changed, updating calls. by jovanak · 6 years ago
  29. 2ce5101 Add Messaging Permission item to Admin Management by Roshan Agrawal · 6 years ago
  30. aec2e28 Add Phone Calls Permission item to Admin Management by Roshan Agrawal · 6 years ago
  31. 8f1876e DO NOT MERGE Add ability for Admins to modify Create User restrictions by Roshan Agrawal · 6 years ago
  32. 8bf2cef Merge "Migrate Car Settings to car userlib." into pi-car-dev by TreeHugger Robot · 6 years ago
  33. 9fafdac Migrate Car Settings to car userlib. by Ying Zheng · 6 years ago
  34. fc02c85 DO NOT MERGE Extract interfaces for FragmentController and UxRestrictionsProvider from the BaseFragment. by davidln · 6 years ago
  35. f975729 Implement CarUxRestrictionsManager.OnUxRestrictionsChangedListener interface in the base fragment. by davidln · 6 years ago
  36. cb0bfa2 DO NOT MERGE Remove extras from BaseFragment. by davidln · 6 years ago
  37. 0613151 Makes sure user list is always refreshed on creation. by jovanak · 6 years ago
  38. a6c61d6 Revert "DO NOT MERGE Remove extras from BaseFragment." by David Nelloms · 6 years ago
  39. 1d73948 DO NOT MERGE Remove extras from BaseFragment. by davidln · 6 years ago
  40. 0616c2d Use ActionListItem for ListItems with actions. by Anthony Chen · 6 years ago
  41. 6e0e1ec Adds workflow for deleting the last admin on the device. by jovanak · 6 years ago
  42. a858b3e Creating a generic error dialog for Settings, and using it instead of the by jovanak · 6 years ago
  43. 7cb4497 Adding a confirmation dialog for deleting the last user on the device. by jovanak · 6 years ago
  44. 3239507 Merge "When foreground user is clicked in Settings user switcher, we should go back to quick settings." into pi-car-dev by Jovana Knezevic · 6 years ago
  45. 8e3ea97 When foreground user is clicked in Settings user switcher, we should go by jovanak · 6 years ago
  46. 0191500 Remove usage of deprecated method to set primary icon. by Anthony Chen · 6 years ago
  47. c264d0e Removing the guest fragment since it doesn't display any relevant information by jovanak · 6 years ago
  48. 551eb80 Merge "User switcher in Settings now checks for whether the user can switch to other users." into pi-car-dev by Jovana Knezevic · 6 years ago
  49. ac3e616 Enable add user if a user clicks outside of the add user dialog in Settings. by Aarthi Balachander · 6 years ago
  50. ab0fc2f Exits Settings app after every successful switch. by jovanak · 6 years ago
  51. 8e432aa User switcher in Settings now checks for whether the user can switch to other by jovanak · 6 years ago
  52. 073de7a Makes guest show up in user switcher in Settings when user is logged in as Guest. by jovanak · 6 years ago
  53. b71a3c0 Rename "Line"Item to "List"Item to be consistent with the support lib naming. by davidln · 6 years ago
  54. 310c8cb Adding tests for UsersListFragment. by jovanak · 6 years ago
  55. 30c738d DO NOT MERGE - Adding invalid username checks to username editing in Settings. by jovanak · 6 years ago
  56. 7cb3f60 Adding failure dialogs for adding new user. by jovanak · 6 years ago
  57. ef21872 Removing the retry remove option from user management in settings. by jovanak · 6 years ago
  58. 01c0c5d Merge "Adds non-admin management where Admins can upgrade privileges for non-admins." into pi-car-dev by Jovana Knezevic · 6 years ago
  59. 9332bc9 Adds non-admin management where Admins can upgrade privileges for non-admins. by jovanak · 6 years ago
  60. a664776 Adding tests for the remaining dialogs in Settings/users. by jovanak · 6 years ago
  61. 7f59c10 Merge "Includes CL feedback from the previous CL that has not been commited." into pi-car-dev by Jovana Knezevic · 6 years ago
  62. 4c3231c Merge "Unregistering listeners according to new API." into pi-dev am: cf3b1ff58b by Jovana Knezevic · 6 years ago
  63. 80dd75c Includes CL feedback from the previous CL that has not been commited. by jovanak · 6 years ago
  64. e9390cb Merge "Non-admins should only be able to manage themselves." into pi-car-dev by Jovana Knezevic · 6 years ago
  65. 5eaef83 Unregistering listeners according to new API. by jovanak · 6 years ago
  66. 999fd2e Non-admins should only be able to manage themselves. by jovanak · 6 years ago
  67. 83c1ada Adding tests for user removal dialogs. by jovanak · 6 years ago
  68. 42e2fb8 Merge "Adding summary for admin users to indicate who the admins are." into pi-car-dev by Jovana Knezevic · 6 years ago
  69. 2b92813 Adding summary for admin users to indicate who the admins are. by jovanak · 6 years ago
  70. 00fefbd DO NOT MERGE - Adding summary for admin users to indicate who the admins are. by jovanak · 6 years ago
  71. eeacb50 disable "add user" button on user page by Lujiang Xue · 6 years ago
  72. 8937ba5 migrate setting to androidx by Lujiang Xue · 6 years ago
  73. 8601fa3 DO NOT MERGE by Lujiang Xue · 6 years ago
  74. cf94a36 Rely on CarUserManagerHelper to decide on user list to show. by Ying Zheng · 6 years ago
  75. 252f1cb Revert hide user 0 in settings userlist. by Ying Zheng · 6 years ago
  76. a8887fe Merge "Disable the "Add User" button while driving" into pi-dev by TreeHugger Robot · 6 years ago
  77. b88fd9b Disable the "Add User" button while driving by Aarthi Balachander · 6 years ago
  78. 7d9a470 Consolidating add user logic used in switcher and user settings. by jovanak · 6 years ago
  79. 5ed2cf8 Merge "Allow cancelling the "Add User" task if back button is pressed on the Users Setting screen" into pi-dev by TreeHugger Robot · 6 years ago
  80. a445e0b Allow cancelling the "Add User" task if back button is pressed on the by Aarthi Balachander · 6 years ago
  81. 8179594 Separate users and accounts sections in settings. by jovanak · 6 years ago
  82. 6e507cd Merge "DO NOT MERGE Add user picker to the Settings" into pi-dev by TreeHugger Robot · 6 years ago
  83. 7109676 DO NOT MERGE Add user picker to the Settings by Aarthi Balachander · 6 years ago
  84. 8332964 DO NOT MERGE Added remove user error dialog. by vichuang · 6 years ago
  85. 3e6b500 DO NOT MERGE - Getting User details and user name editing up to spec. by jovanak · 6 years ago
  86. 4f12d92 DO NOT MERGE Move to use Logger for loggin by Rodrigo Lagos · 6 years ago
  87. 5076ef3 Updated the use of argument comments by Rodrigo Lagos · 6 years ago
  88. 8c1ce5e DO NOT MERGE - Migrate Settings to use CarUserManagerHelper. by Ying Zheng · 6 years ago
  89. fae056d Finalize Retail/Demo copy by Roshan Agrawal · 6 years ago
  90. db08dce DO NOT MERGE by Lujiang Xue · 6 years ago
  91. cdcf4aa DO NOT MERGE Fix incorrect namespaces for support library. by Anthony Chen · 6 years ago
  92. 749ca1d DO NOT MERGE - Fixes displaying multiple guests from Car Settings. by jovanak · 6 years ago
  93. e77f90e Modify settings to use a circle icon always Test: tested on Mojave Bug: 78912796 by Aarthi Balachander · 6 years ago
  94. a3d1a73 DO NOT MERGE - Sorting accounts in alphabetical order. by jovanak · 6 years ago
  95. 0ddcf50 DO NOT MERGE by Lujiang Xue · 6 years ago
  96. 0cffb8a DO NOT MERGE - Dismissing dialogs with custom OnClicks. by jovanak · 6 years ago
  97. de31929 Making editing username enable the user_name_set flag by kevinjm · 6 years ago
  98. 2cdde28 Updating usages of UserManagerHelper methods. by jovanak · 6 years ago
  99. 24cdfec Add ability to exit retail mode by Roshan Agrawal · 6 years ago
  100. 042d4da Moving UserManagerHelper to SettingsLib and changing the code to use the new class instead. by jovanak · 6 years ago