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