summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* audioflinger: move legacy audio hw/policy out to libhardware_legacyDima Zavin2011-04-2711-4813/+0
* am 48dca4de: am 969357e3: am 223995dc: Fix issue 4335692: HDMI media volumeEric Laurent2011-04-261-0/+7
|\
| * am 969357e3: am 223995dc: Fix issue 4335692: HDMI media volumeEric Laurent2011-04-261-0/+7
| |\
| | * am 223995dc: Fix issue 4335692: HDMI media volumeEric Laurent2011-04-261-0/+7
| | |\
| | | * Fix issue 4335692: HDMI media volumeEric Laurent2011-04-251-0/+7
* | | | Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-224-28/+1657
* | | | Revert "Touch exploration feature, event bubling, refactor"Adam Powell2011-04-224-1657/+28
* | | | Merge "Touch exploration feature, event bubling, refactor"Svetoslav Ganov2011-04-224-28/+1657
|\ \ \ \
| * | | | Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-214-28/+1657
* | | | | Start work on simulating landscape/portrait when orientation is locked.Dianne Hackborn2011-04-221-58/+132
* | | | | Merge "Fix bug in deciding which rotation to use for an orientation."Dianne Hackborn2011-04-212-7/+8
|\ \ \ \ \
| * | | | | Fix bug in deciding which rotation to use for an orientation.Dianne Hackborn2011-04-212-7/+8
* | | | | | Merge "Get rid of the "pid" parameter from createSurface"Mathias Agopian2011-04-213-10/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-203-10/+13
* | | | | | Rework display size access.Dianne Hackborn2011-04-214-23/+57
| |/ / / / |/| | | |
* | | | | Merge "Add tap/drag touchpad gesture."Jeff Brown2011-04-193-67/+161
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add tap/drag touchpad gesture.Jeff Brown2011-04-193-67/+161
* | | | | Merge "remove support for console in SurfaceFlinger"Mathias Agopian2011-04-192-263/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | remove support for console in SurfaceFlingerMathias Agopian2011-04-182-263/+4
* | | | | Merge "Initial checkin of spot presentation for touchpad gestures."Jeff Brown2011-04-1912-723/+1262
|\ \ \ \ \
| * | | | | Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-1912-723/+1262
* | | | | | Merge "Plumbing in PackageManager and installd for multi-user support."Amith Yamasani2011-04-194-50/+211
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Plumbing in PackageManager and installd for multi-user support.Amith Yamasani2011-04-154-50/+211
* | | | | | Merge "fix memory corruption when retriving GL_MAX_VIEWPORT_DIMS"Mathias Agopian2011-04-182-4/+8
|\ \ \ \ \ \
| * | | | | | fix memory corruption when retriving GL_MAX_VIEWPORT_DIMSMathias Agopian2011-04-182-4/+8
| | |/ / / / | |/| | | |
* | | | | | am 37677849: am 64c42cae: Rename HierarchicalStateMachine and HierarchicalSta...Wink Saville2011-04-181-24/+25
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | am 64c42cae: Rename HierarchicalStateMachine and HierarchicalState to StateMa...Wink Saville2011-04-181-24/+25
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.Wink Saville2011-04-181-24/+25
* | | | | Merge "Fix a GraphicBuffer leak in SurfaceTexture"Mathias Agopian2011-04-152-19/+0
|\ \ \ \ \
| * | | | | Fix a GraphicBuffer leak in SurfaceTextureMathias Agopian2011-04-082-19/+0
* | | | | | Add an API to get the last used input method subtypesatok2011-04-151-0/+18
* | | | | | am 07a630d2: am 9a03a73a: am f6f87c98: Merge "Fix issue #4291805: Tap Fish cr...Dianne Hackborn2011-04-141-11/+10
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | am 9a03a73a: am f6f87c98: Merge "Fix issue #4291805: Tap Fish crashes on laun...Dianne Hackborn2011-04-141-11/+10
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | am f6f87c98: Merge "Fix issue #4291805: Tap Fish crashes on launch" into hone...Dianne Hackborn2011-04-141-11/+10
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Merge "Fix issue #4291805: Tap Fish crashes on launch" into honeycomb-mr1Dianne Hackborn2011-04-141-11/+10
| | | |\ \ \
| | | | * | | Fix issue #4291805: Tap Fish crashes on launchDianne Hackborn2011-04-141-11/+10
| * | | | | | am 2869d171: resolved conflicts for merge of 08c39c6a to honeycomb-LTEBenoit Goby2011-04-111-0/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | resolved conflicts for merge of 08c39c6a to honeycomb-LTEBenoit Goby2011-04-111-0/+5
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Add support for USB Ethernet adaptersBenoit Goby2011-04-111-0/+5
| | | |/ / /
* | | | | | Rewrite battery history storage.Dianne Hackborn2011-04-141-0/+13
* | | | | | Forgot to add this file.Dianne Hackborn2011-04-121-0/+35
* | | | | | Add APIs to remove tasks.Dianne Hackborn2011-04-124-202/+383
* | | | | | Merge "Updated system packages retain shared user"Kenny Root2011-04-121-0/+13
|\ \ \ \ \ \
| * | | | | | Updated system packages retain shared userKenny Root2011-04-081-0/+13
* | | | | | | More native code cleanup.Elliott Hughes2011-04-121-20/+12
* | | | | | | am 07c25b65: am 4430670f: am ca7ad44a: Merge "audioflinger: Enable ARMv5TE op...Brad Fitzpatrick2011-04-111-2/+6
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | am 4430670f: am ca7ad44a: Merge "audioflinger: Enable ARMv5TE optimized resam...Brad Fitzpatrick2011-04-111-2/+6
| |\ \ \ \ \ \
| | * \ \ \ \ \ am ca7ad44a: Merge "audioflinger: Enable ARMv5TE optimized resampler"Brad Fitzpatrick2011-04-071-2/+6
| | |\ \ \ \ \ \
| | | * | | | | | audioflinger: Enable ARMv5TE optimized resamplerJim Huang2011-04-071-2/+6
| | * | | | | | | am a8731e1e: Merge "DO NOT MERGE: UsbService: Make USB disconnect handling fo...Mike Lockwood2011-04-041-6/+11
| | |\ \ \ \ \ \ \