summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/SystemServer.java
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge changes from topic "revert-to-single-threaded-oms-init"TreeHugger Robot2018-11-261-10/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Decouple the display manager from the overlay managerMÃ¥rten Kongstad2018-11-151-10/+1
* | | | | | | Temporarily disabled IntelligenceService.Felipe Leme2018-11-161-1/+6
|/ / / / / /
* | | | | | Merge "Allow Intelligence Service app to obtain Clipboard permission."Felipe Leme2018-11-151-6/+7
|\ \ \ \ \ \
| * | | | | | Allow Intelligence Service app to obtain Clipboard permission.Felipe Leme2018-11-141-6/+7
* | | | | | | Merge "Add ColorDisplayManager"TreeHugger Robot2018-11-151-55/+77
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add ColorDisplayManagerChristine Franks2018-11-061-55/+77
* | | | | | | Merge "Add RoleManagerService as a boot phase"Eugene Susla2018-11-131-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Add RoleManagerService as a boot phaseEugene Susla2018-11-121-0/+6
* | | | | | | | Introduce multi-client IME for special form factorsYohei Yukawa2018-11-121-1/+7
|/ / / / / / /
* | | | | | | Merge "SystemServer: Support deviceSpecificAudioService for ARC"TreeHugger Robot2018-11-121-1/+14
|\ \ \ \ \ \ \
| * | | | | | | SystemServer: Support deviceSpecificAudioService for ARCpaulhsia2018-11-081-1/+14
* | | | | | | | Merge "Return correct error when HW there is no biometric hardware"Kevin Chyn2018-11-091-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Return correct error when HW there is no biometric hardwareKevin Chyn2018-11-061-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "Unify Activities and Windows under one lock (38/n)"Wale Ogunwale2018-11-081-1/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Unify Activities and Windows under one lock (38/n)Wale Ogunwale2018-11-071-1/+4
| |/ / / / /
* / / / / / Add thermal service into system_serverWei Wang2018-11-071-0/+5
|/ / / / /
* | | | | Initial implementation of the IntelligenceService pipeline.Felipe Leme2018-11-061-10/+20
* | | | | Merge "Add placeholders for IrisManager/Service"Kevin Chyn2018-11-061-1/+10
|\ \ \ \ \
| * | | | | Add placeholders for IrisManager/ServiceKevin Chyn2018-11-051-1/+10
* | | | | | Moved Activity management out of ActivityManager to WindowManager (37/n)Wale Ogunwale2018-11-031-1/+1
|/ / / / /
* | | | | Add empty AdbService to SystemServerKenny Root2018-10-311-0/+11
* | | | | Merge "Frameworks: Add VMRuntime.hasBootImageSpaces check" am: 9135811848 am:...Andreas Gampe2018-10-111-0/+6
|\| | | |
| * | | | Merge "Frameworks: Add VMRuntime.hasBootImageSpaces check" am: 9135811848Andreas Gampe2018-10-111-0/+6
| |\| | |
| | * | | Frameworks: Add VMRuntime.hasBootImageSpaces checkAndreas Gampe2018-10-091-0/+6
| | * | | Default to FULL synchronous mode for sqlite DBs in system serverMakoto Onuki2018-08-171-0/+5
| * | | | Merge "Do not start VrManagerService if VR is not supported" into pi-devRick Yiu2018-10-101-1/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Do not start VrManagerService if VR is not supportedRick Yiu2018-09-241-1/+4
| | | |/ | | |/|
* | | | Do not allow to revert setForceSafeLabelPhilip P. Moltmann2018-10-081-1/+1
* | | | Add API surface for "keep SMS app running".Makoto Onuki2018-09-261-0/+5
* | | | 2/n: Rename BiometricPromptService to BiometricServiceKevin Chyn2018-09-201-3/+2
* | | | Merge "Move TextServicesManagerService to com.android.server.textservices"TreeHugger Robot2018-09-151-0/+1
|\ \ \ \
| * | | | Move TextServicesManagerService to com.android.server.textservicesYohei Yukawa2018-09-121-0/+1
* | | | | Merge "Revert "Revert "Do not start VrManagerService if VR is not supported"""TreeHugger Robot2018-09-141-1/+4
|\ \ \ \ \
| * | | | | Revert "Revert "Do not start VrManagerService if VR is not supported""Rick Yiu2018-09-121-1/+4
* | | | | | Add disableNetworkTime config propertySteve Paik2018-09-131-1/+3
| |/ / / / |/| | | |
* | | | | Move InputMethodManagerService to com.android.server.inputmethodYohei Yukawa2018-09-111-0/+1
|/ / / /
* | | | Revert "Do not start VrManagerService if VR is not supported"Adrian Roos2018-09-101-4/+1
* | | | Do not start VrManagerService if VR is not supportedRick Yiu2018-09-081-1/+4
* | | | Merge "Injecting system calls into alarm manager"TreeHugger Robot2018-09-071-1/+2
|\ \ \ \
| * | | | Injecting system calls into alarm managerSuprabh Shukla2018-09-061-1/+2
* | | | | Extract CachedDeviceState from BinderCallsStatsMarcin Oczeretko2018-09-061-0/+5
|/ / / /
* | | | Collect telemetry data for System Server Loopers.Marcin Oczeretko2018-09-031-0/+5
* | | | Merge changes from topic "biometric-prompt-service"TreeHugger Robot2018-08-311-2/+15
|\ \ \ \
| * | | | Add BiometricPromptServiceKevin Chyn2018-08-301-2/+15
* | | | | Hide IInputMethodManager.{add,remove}Client() from appsYohei Yukawa2018-08-281-3/+2
|/ / / /
* | | | Merge "BootAnimation: Fix boot animation with hidden cutout" into pi-dev am: ...Jorim Jaggi2018-08-221-1/+10
|\| | |
| * | | Merge "BootAnimation: Fix boot animation with hidden cutout" into pi-devJorim Jaggi2018-08-221-1/+10
| |\| |
| | * | BootAnimation: Fix boot animation with hidden cutoutAdrian Roos2018-08-221-1/+10
| * | | Merge "Default to FULL synchronous mode for sqlite DBs in system server" into...Makoto Onuki2018-08-171-0/+5
| |\| | | | |/ | |/|