summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server
Commit message (Expand)AuthorAgeFilesLines
* Merge "Wait for animation complete before completing boot" into lmp-devCraig Mautner2014-09-103-130/+154
|\
| * Wait for animation complete before completing bootCraig Mautner2014-09-103-130/+154
* | Merge "Don't accept score below 0." into lmp-devRobert Greenwalt2014-09-101-0/+5
|\ \
| * | Don't accept score below 0.Robert Greenwalt2014-09-101-0/+5
* | | Merge "Protect LOGIN_ACCOUNTS_CHANGED receiver in SyncManager" into lmp-devMatthew Williams2014-09-101-1/+2
|\ \ \
| * | | Protect LOGIN_ACCOUNTS_CHANGED receiver in SyncManagerMatthew Williams2014-09-101-1/+2
* | | | Merge "Only unbind agents of the user that is being refreshed" into lmp-devAdrian Roos2014-09-101-4/+11
|\ \ \ \
| * | | | Only unbind agents of the user that is being refreshedAdrian Roos2014-09-091-4/+11
* | | | | Merge "Add system trust agents on first boot or when adding user" into lmp-devAdrian Roos2014-09-101-17/+69
|\ \ \ \ \
| * | | | | Add system trust agents on first boot or when adding userAdrian Roos2014-09-101-17/+69
| |/ / / /
* | | | | Use public APIs to instantiate InputMethodSubtypeYohei Yukawa2014-09-101-3/+9
| |_|_|/ |/| | |
* | | | Merge "CEC: Stub MHL Controller" into lmp-devJinsuk Kim2014-09-102-2/+151
|\ \ \ \
| * | | | CEC: Stub MHL ControllerJinsuk Kim2014-09-092-2/+151
* | | | | Merge changes I79ba54d7,I224fb4b6 into lmp-devAdam Lesinski2014-09-092-9/+43
|\ \ \ \ \
| * | | | | ActivityManager shouldn't return null for getCurrentUserAdam Lesinski2014-09-092-9/+43
* | | | | | Merge "Missing manifest error should be NO_CERTIFICATES." into lmp-devJeff Sharkey2014-09-093-10/+12
|\ \ \ \ \ \
| * | | | | | Missing manifest error should be NO_CERTIFICATES.Jeff Sharkey2014-09-093-10/+12
* | | | | | | Merge "Prevent NotificationManagerService from using bad stream type" into lm...Jean-Michel Trivi2014-09-091-6/+12
|\ \ \ \ \ \ \
| * | | | | | | Prevent NotificationManagerService from using bad stream typeJean-Michel Trivi2014-09-081-6/+12
* | | | | | | | Merge "Zen: Map transition to ringer-mode silent to "priority"." into lmp-devJohn Spurlock2014-09-091-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Zen: Map transition to ringer-mode silent to "priority".John Spurlock2014-09-091-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge "User restriction to disallow outgoing NFC beam" into lmp-devAmith Yamasani2014-09-091-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | User restriction to disallow outgoing NFC beamAmith Yamasani2014-09-091-0/+4
* | | | | | | | | Merge "Use surfaceflinger for recents thumbnail rotations." into lmp-devRiley Andrews2014-09-091-22/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use surfaceflinger for recents thumbnail rotations.Riley Andrews2014-09-091-22/+12
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge "Remove reference to StatusBarNotification after the value is accessed....Griff Hazen2014-09-091-2/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove reference to StatusBarNotification after the value is accessed.Griff Hazen2014-09-051-2/+5
* | | | | | | | | | Merge "Removing the NO_CROSS_PROFILE flag for intent forwarding" into lmp-devAlexandra Gherghina2014-09-092-35/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removing the NO_CROSS_PROFILE flag for intent forwardingAlexandra Gherghina2014-09-092-35/+30
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Change suffix UsingSubId to ForSubscriber.Wink Saville2014-09-091-43/+43
* | | | | | | | | | Merge "Add support for a circular bitmap overlay for round android wear emula...Griff Hazen2014-09-093-8/+189
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add support for a circular bitmap overlay for round android wear emulator.Griff Hazen2014-09-083-8/+189
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge "Add new wallpaper features for insets and offsets." into lmp-devDianne Hackborn2014-09-095-10/+143
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | Add new wallpaper features for insets and offsets.Dianne Hackborn2014-09-085-10/+143
* | | | | | | | | | Merge "Stop logging false error when lingering completes." into lmp-devPaul Jensen2014-09-091-3/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Stop logging false error when lingering completes.Paul Jensen2014-09-071-3/+7
* | | | | | | | | | | Merge "Don't send listening NetworkRequests to NetworkFactories." into lmp-devPaul Jensen2014-09-091-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Don't send listening NetworkRequests to NetworkFactories.Paul Jensen2014-09-071-0/+2
* | | | | | | | | | | Merge "Implement ConnectivityManager.reportBadNetwork() to trigger network va...Paul Jensen2014-09-093-38/+89
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Implement ConnectivityManager.reportBadNetwork() to trigger network validation.Paul Jensen2014-09-043-38/+89
* | | | | | | | | | | Merge "Use new device identifier to check if a layout has been set." into lmp...Michael Wright2014-09-091-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | Use new device identifier to check if a layout has been set.Michael Wright2014-09-081-1/+3
* | | | | | | | | | | Merge "Frameworks/base: Add native bridge post-fork initialization" into lmp-devAndreas Gampe2014-09-091-1/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Frameworks/base: Add native bridge post-fork initializationAndreas Gampe2014-09-081-1/+8
* | | | | | | | | | | | Merge "Reserve NetIds 1..50 for OEM use." into lmp-devSreeram Ramachandran2014-09-081-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Reserve NetIds 1..50 for OEM use.Sreeram Ramachandran2014-09-051-2/+2
* | | | | | | | | | | | | Merge "Manually merge QC's change for SUPL_ES." into lmp-devTsuwei Chen2014-09-081-1/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Manually merge QC's change for SUPL_ES.Tsuwei Chen2014-09-081-1/+17
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "NoMan: Fix speedbump with multiple package priorities" into lmp-devChristoph Studer2014-09-081-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | NoMan: Fix speedbump with multiple package prioritiesChristoph Studer2014-09-051-0/+5