aboutsummaryrefslogtreecommitdiffstats
path: root/user
Commit message (Expand)AuthorAgeFilesLines
* Fixed UserHalHelper.toInitialUserInfoResponse() to be consistent with spec.felipeal2020-06-251-3/+4
* Deleting current user stuck on loading screen - fixedMayank Garg2020-06-161-4/+24
* Added user hal check in CarUserService if Hal is supportedMayank Garg2020-06-091-1/+3
* Fixed current user on legacy Android switch HAL call.felipeal2020-06-051-2/+12
* Implement remove user for user halMayank Garg2020-06-041-0/+23
* Merge "Used switchUserRequest in user hal service" into rvc-devTreeHugger Robot2020-06-041-0/+24
|\
| * Used switchUserRequest in user hal serviceMayank Garg2020-06-031-0/+24
* | Fixed last active user logic.felipeal2020-06-032-15/+55
|/
* Implemented CarUserManager.createUser().felipeal2020-06-021-0/+2
* Implemented UserHalService.createUser().felipeal2020-05-291-0/+44
* Minor improvements on UserHalHelper / UserHalService.felipeal2020-05-291-0/+26
* Added UserHalHelper methods to populate UsersInfo and UserInfo.flags.felipeal2020-05-271-0/+65
* Integrated InitialUserInfoResponse.userLocales into InitialUserSetter.felipeal2020-05-203-4/+33
* Merge "Refactored InitialUserSetter to use a single set(InitialUserInfo) meth...TreeHugger Robot2020-05-201-74/+232
|\
| * Refactored InitialUserSetter to use a single set(InitialUserInfo) method.felipeal2020-05-191-74/+232
* | Updated UserHalHelper.toInitialUserInfoResponse to handle user locale.felipeal2020-05-191-1/+25
|/
* New helper method: UserHalHelper.toInitialUserInfoResponsefelipeal2020-05-151-1/+60
* Implemented UserHalService.setUserAssociation()felipeal2020-05-081-17/+82
* Fixed UserHalService to include requestId on getUserAssociation() requests.felipeal2020-05-071-5/+12
* Moved some constants to user-lib.felipeal2020-05-061-0/+42
* Implemented UserHalService.getUserAssociation().felipeal2020-04-231-5/+111
* Merge "Initial EventLogTags for CarService." into rvc-devTreeHugger Robot2020-04-161-0/+1
|\
| * Initial EventLogTags for CarService.felipeal2020-04-151-0/+1
* | Fixed workflow when resuming from guest to guest.felipeal2020-04-161-7/+5
|/
* Fixed InitialUser.createUser() when it doesn't need to replace guest.felipeal2020-04-101-9/+7
* Make InitialUserSetter more resilient against exceptions.felipeal2020-04-101-2/+11
* Changed InitialUserSetter.switchUser() to take a replaceGuest parameter.felipeal2020-04-101-13/+28
* More refactorings on car-user library.felipeal2020-04-093-62/+81
* Merge "Removed CarUserManagerHelper.getInitialUser()." into rvc-devFelipe Leme2020-04-091-6/+0
|\
| * Removed CarUserManagerHelper.getInitialUser().felipeal2020-04-091-6/+0
* | Guest user with enabled lock screen resume from Ram behaviorYan Zhu2020-04-081-1/+13
|/
* Expose initial user as a Shell command.felipeal2020-04-071-16/+33
* UserHalHelper methodsYan Zhu2020-04-061-0/+43
* Integrated CarPowerManagementService with InitialUserSetter.felipeal2020-04-021-10/+28
* (Even) more improvements on InitialUserSetter.felipeal2020-03-311-16/+105
* Final (?!?!?!) changes on InitialUserSetter:felipeal2020-03-252-22/+75
* Implemented InitialUserSetter.executeDefaultBehavior()felipeal2020-03-232-3/+29
* Merge "Refactored InitialUserSetter to use the right API." into rvc-devTreeHugger Robot2020-03-231-13/+16
|\
| * Refactored InitialUserSetter to use the right API.felipeal2020-03-231-13/+16
* | Added tests for CarUserManagerHelper.startForegroundUserfelipeal2020-03-201-2/+0
|/
* Merge "Fixed CarPowerManagementService so it calls the proper API for user sw...Felipe Leme2020-03-211-0/+20
|\
| * Fixed CarPowerManagementService so it calls the proper API for user switching.felipeal2020-03-201-0/+20
* | Minor fixes on user management.felipeal2020-03-191-1/+6
|/
* Finished InitialUserSetter.createUser()felipeal2020-03-183-7/+125
* Moved UserHalHelper to car.userlib and added test cases.felipeal2020-03-183-0/+173
* Merge "Initial implementation of InitialUserSetter." into rvc-devTreeHugger Robot2020-03-192-0/+116
|\
| * Initial implementation of InitialUserSetter.Felipe Leme2020-03-182-0/+116
* | Minor changes on CarUserManagerHelper:felipeal2020-03-182-53/+18
|/
* Moar CarUserManagerHelper deprecation.Felipe Leme2020-03-031-20/+1
* Added more tests for user-switching scenarios.Felipe Leme2020-01-101-1/+0