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