1. 0b63745 Remove CarUserManagerHelper and move method to CarUserManager by Mayank Garg · 3 years, 10 months ago
  2. e90a408 Moved some methods from CarUserManagerHelper to IntialUserSetter by Mayank Garg · 4 years ago
  3. 801ea6a Made android.car standalone library by Mayank Garg · 4 years ago
  4. ad08372 Remove deprecated methods from CarUserHelperManager by Mayank Garg · 4 years ago
  5. 09d80f4 Fix CtsStrictJavaPackagesTestCases by Mayank Garg · 4 years ago
  6. bd28d7b Remove duplicated class from boot/system class path by Eric Jeong · 4 years ago
  7. 0df71ea Revert "Snap for 6793014 from 9ffb8852294e06e2d387dc1fb868d251de..." by Colin Cross · 4 years, 1 month ago
  8. 94f3eb9 Move common parameters and files to a separate package by Mayank Garg · 4 years, 1 month ago
  9. 665c20b Moved InitialUserSetter from UserLib to CarUserService by Mayank Garg · 4 years, 1 month ago
  10. 09aa729 Fix for creating guest user twice by Mayank Garg · 4 years, 1 month ago
  11. f7dc8ac Add methods to user helper by Alex Stetson · 4 years, 3 months ago
  12. 198caaf Fixed UserHalHelper.toInitialUserInfoResponse() to be consistent with spec. by felipeal · 4 years, 3 months ago
  13. 66d5840 Deleting current user stuck on loading screen - fixed by Mayank Garg · 4 years, 3 months ago
  14. 9ed099e Added user hal check in CarUserService if Hal is supported by Mayank Garg · 4 years, 3 months ago
  15. 7d12ee2 Fixed current user on legacy Android switch HAL call. by felipeal · 4 years, 3 months ago
  16. a55c309 Implement remove user for user hal by Mayank Garg · 4 years, 4 months ago
  17. 87aeffa Merge "Used switchUserRequest in user hal service" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  18. bf32765 Fixed last active user logic. by felipeal · 4 years, 3 months ago
  19. eb37d09 Used switchUserRequest in user hal service by Mayank Garg · 4 years, 3 months ago
  20. dfdf851 Implemented CarUserManager.createUser(). by felipeal · 4 years, 4 months ago
  21. a30df2c Implemented UserHalService.createUser(). by felipeal · 4 years, 4 months ago
  22. f7f054c Minor improvements on UserHalHelper / UserHalService. by felipeal · 4 years, 4 months ago
  23. c3f80ef Added UserHalHelper methods to populate UsersInfo and UserInfo.flags. by felipeal · 4 years, 4 months ago
  24. a68ecef Integrated InitialUserInfoResponse.userLocales into InitialUserSetter. by felipeal · 4 years, 4 months ago
  25. ade1065 Merge "Refactored InitialUserSetter to use a single set(InitialUserInfo) method." into rvc-dev by TreeHugger Robot · 4 years, 4 months ago
  26. 53e5ee8 Refactored InitialUserSetter to use a single set(InitialUserInfo) method. by felipeal · 4 years, 4 months ago
  27. fde239b Updated UserHalHelper.toInitialUserInfoResponse to handle user locale. by felipeal · 4 years, 4 months ago
  28. 4b860f3 New helper method: UserHalHelper.toInitialUserInfoResponse by felipeal · 4 years, 4 months ago
  29. f3f4910 Implemented UserHalService.setUserAssociation() by felipeal · 4 years, 4 months ago
  30. 9971479 Fixed UserHalService to include requestId on getUserAssociation() requests. by felipeal · 4 years, 4 months ago
  31. 1a9410d Moved some constants to user-lib. by felipeal · 4 years, 4 months ago
  32. 8a44e2c Implemented UserHalService.getUserAssociation(). by felipeal · 4 years, 5 months ago
  33. 7e87db0 Merge "Initial EventLogTags for CarService." into rvc-dev by TreeHugger Robot · 4 years, 5 months ago
  34. 948f6b6 Fixed workflow when resuming from guest to guest. by felipeal · 4 years, 5 months ago
  35. 312416a Initial EventLogTags for CarService. by felipeal · 4 years, 5 months ago
  36. c59107a Fixed InitialUser.createUser() when it doesn't need to replace guest. by felipeal · 4 years, 5 months ago
  37. 23e068b Make InitialUserSetter more resilient against exceptions. by felipeal · 4 years, 5 months ago
  38. 09807c2 Changed InitialUserSetter.switchUser() to take a replaceGuest parameter. by felipeal · 4 years, 5 months ago
  39. ae8b5e9 More refactorings on car-user library. by felipeal · 4 years, 5 months ago
  40. fb1949e Merge "Removed CarUserManagerHelper.getInitialUser()." into rvc-dev by Felipe Leme · 4 years, 5 months ago
  41. afdf6f7 Removed CarUserManagerHelper.getInitialUser(). by felipeal · 4 years, 5 months ago
  42. 185a310 Guest user with enabled lock screen resume from Ram behavior by Yan Zhu · 4 years, 5 months ago
  43. 61ce373 Expose initial user as a Shell command. by felipeal · 4 years, 5 months ago
  44. 1ab55bc UserHalHelper methods by Yan Zhu · 4 years, 6 months ago
  45. 283b58f Integrated CarPowerManagementService with InitialUserSetter. by felipeal · 4 years, 6 months ago
  46. d38a34a (Even) more improvements on InitialUserSetter. by felipeal · 4 years, 6 months ago
  47. f43e363 Final (?!?!?!) changes on InitialUserSetter: by felipeal · 4 years, 6 months ago
  48. d1643e0 Implemented InitialUserSetter.executeDefaultBehavior() by felipeal · 4 years, 6 months ago
  49. 2ec0aec Merge "Refactored InitialUserSetter to use the right API." into rvc-dev by TreeHugger Robot · 4 years, 6 months ago
  50. c5683ce Refactored InitialUserSetter to use the right API. by felipeal · 4 years, 6 months ago
  51. 685a3b9 Added tests for CarUserManagerHelper.startForegroundUser by felipeal · 4 years, 6 months ago
  52. 24a8798 Merge "Fixed CarPowerManagementService so it calls the proper API for user switching." into rvc-dev by Felipe Leme · 4 years, 6 months ago
  53. e35a1cb Fixed CarPowerManagementService so it calls the proper API for user switching. by felipeal · 4 years, 6 months ago
  54. 2300482 Minor fixes on user management. by felipeal · 4 years, 6 months ago
  55. e47b6c5 Finished InitialUserSetter.createUser() by felipeal · 4 years, 6 months ago
  56. 19e3d73 Moved UserHalHelper to car.userlib and added test cases. by felipeal · 4 years, 6 months ago
  57. f923344 Merge "Initial implementation of InitialUserSetter." into rvc-dev by TreeHugger Robot · 4 years, 6 months ago
  58. fb0a0eb Minor changes on CarUserManagerHelper: by felipeal · 4 years, 6 months ago
  59. 8cb1685 Initial implementation of InitialUserSetter. by Felipe Leme · 4 years, 6 months ago
  60. d702b3c Moar CarUserManagerHelper deprecation. by Felipe Leme · 4 years, 7 months ago
  61. 91873f9 Added more tests for user-switching scenarios. by Felipe Leme · 4 years, 9 months ago
  62. f45ee50 Changed STR resume behavior when current user is an ephemeral guest. by Felipe Leme · 4 years, 9 months ago
  63. 04ee04f Update UserRestriction defaults to use framework mechanisms by Anthony Hugh · 4 years, 9 months ago
  64. ff8fb97 Merge "Move Guest APIs up one layer" by Anthony Hugh · 4 years, 10 months ago
  65. 8a5b16d Move getMaxSupportedRealUsers() to App layer by Anthony Hugh · 4 years, 10 months ago
  66. 759311e Move Guest APIs up one layer by Anthony Hugh · 4 years, 10 months ago
  67. ac58e8d Remove removeUser() method and clean up unused methods by Anthony Hugh · 4 years, 10 months ago
  68. a2f7f0f Update to use UserManager.getUserSwitchability() by Anthony Hugh · 5 years ago
  69. fb46716 Merge "Remove UserIcon APIs" by TreeHugger Robot · 4 years, 11 months ago
  70. 15d61c9 Merge "Swap for more framework APIs" by TreeHugger Robot · 5 years ago
  71. fbb6776 Remove CarUserManagerHelper #getCurrentForegroundUserInfo and #getCurrentForegroundUserId by Anthony Hugh · 5 years ago
  72. 6fed1e9 Remove UserIcon APIs by Anthony Hugh · 5 years ago
  73. ec4b39b Swap for more framework APIs by Anthony Hugh · 5 years ago
  74. 335b720 Remove getCurrentProcessUserInfo() by Anthony Hugh · 5 years ago
  75. 4b96463 Remove CarUserManagerHelper #getCurrentProcessUserId and #isCurrentProcessUser by Anthony Hugh · 5 years ago
  76. 86b11e7 Refactor getAllUsers, getAllAdminUsers, and getAllUsersExceptGuests by Anthony Hugh · 5 years ago
  77. 5f2465e Migrate to UserManager.isHeadlessSystemUserMode() by Anthony Hugh · 5 years ago
  78. a534ed5 Merge "Always log messages from getInitialUser()" into qt-qpr1-dev am: c45e02a46c by Felipe Leme · 5 years ago
  79. 8addcbd Always log messages from getInitialUser() by Felipe Leme · 5 years ago
  80. 3d36320 Merge "Refactor getAllSwitchableUsers() and getAllPersistentUsers()" by Anthony Hugh · 5 years ago
  81. 3a793b0 Make CarUserService dependent on CarUserManagerHelper (temporarily) by Eric Jeong · 5 years ago
  82. f2a3253 Refactor getAllSwitchableUsers() and getAllPersistentUsers() by Anthony Hugh · 5 years ago
  83. c2da846 Refactor OnUsersUpdateListener by Anthony Hugh · 5 years ago
  84. 5092ada Remove isCurrentProcessUserHasRestriction() by Anthony Hugh · 5 years ago
  85. 46bcc3e Remove canCurrentProcessModifyAccounts() by Anthony Hugh · 5 years ago
  86. 0c6fa1d Remove isCurrentProcessAdminUser() by Anthony Hugh · 5 years ago
  87. 6b0f581 Clean up CarUserManagerHelper methods only used in Settings [2] by Anthony Hugh · 5 years ago
  88. dea1dcb Clean up CarUserManagerHelper methods only used in Settings [1] by Anthony Hugh · 5 years ago
  89. df86e9c Delete some unneeded methods by Anthony Hugh · 5 years ago
  90. 297628c Merge "Remove one-line wrappers and start cleaning up onUsersUpdateListener" by Anthony Hugh · 5 years ago
  91. f015383 Add identity team to OWNERS by Anthony Hugh · 5 years ago
  92. 9932a25 Remove one-line wrappers and start cleaning up onUsersUpdateListener by Anthony Hugh · 5 years ago
  93. 2350309 Cleanup -- Delete unused APIs by Anthony Hugh · 5 years ago
  94. edd57e0 Make CarUserManagerHelper Final by Anthony Hugh · 5 years ago
  95. 7c4f3d6 Update CarUserManagerHelperTest by Anthony Hugh · 5 years ago
  96. 5ebf6de Update default guest restrictions by Anthony Hugh · 5 years ago
  97. 911552b Merge "Migrate isHeadlessSystemUser check to the new ro property." into qt-dev by Ying Zheng · 5 years ago
  98. a092fc4 Add DISALLOW_INSTALL_UNKNOWN_SOURCES to default Guest user restriction by Anthony Hugh · 5 years ago
  99. e18253d Migrate isHeadlessSystemUser check to the new ro property. by Ying Zheng · 5 years ago
  100. c1c84ee Prevent user switching if user is in the middle of a phone call. by Ying Zheng · 6 years ago