summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-246-29/+102
* | | | | Merge "Send all Connectivity broadcasts." into gingerbreadRobert Greenwalt2010-08-241-3/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Send all Connectivity broadcasts.Robert Greenwalt2010-08-241-3/+0
* | | | | More watermark work.Dianne Hackborn2010-08-231-63/+158
| |/ / / |/| | |
* | | | Merge "DO NOT MERGE Enable all networks on screen on" into gingerbreadIrfan Sheriff2010-08-211-0/+15
|\ \ \ \
| * | | | DO NOT MERGE Enable all networks on screen onIrfan Sheriff2010-08-201-0/+15
* | | | | Merge "DO NOT MERGE Fixing Connectivity" into gingerbreadRobert Greenwalt2010-08-201-3/+11
|\ \ \ \ \
| * | | | | DO NOT MERGE Fixing ConnectivityRobert Greenwalt2010-08-201-3/+11
| | |/ / / | |/| | |
* | | | | Fix bugs with granting permissions through onNewIntent().Dianne Hackborn2010-08-206-148/+347
| |/ / / |/| | |
* | | | SipSession: make potential time-consuming ops run on background threadHung-ying Tyan2010-08-201-27/+26
* | | | Merge "Handle the camera open failure better." into gingerbreadWu-cheng Li2010-08-192-4/+11
|\ \ \ \
| * | | | Handle the camera open failure better.Wu-cheng Li2010-08-192-4/+11
| |/ / /
* | | | Merge "remove unused pixel format" into gingerbreadMathias Agopian2010-08-191-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | remove unused pixel formatMathias Agopian2010-08-191-1/+0
* | | | Merge "Fix issue 2929440" into gingerbreadEric Laurent2010-08-192-3/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Fix issue 2929440Eric Laurent2010-08-192-3/+23
* | | | Raise motion event throttle to 60Hz from 35Hz.Jeff Brown2010-08-182-5/+2
* | | | Merge "Add support for throttling motion events." into gingerbreadJeff Brown2010-08-182-0/+38
|\ \ \ \
| * | | | Add support for throttling motion events.Jeff Brown2010-08-182-0/+38
* | | | | Fix issue #2845673: android:exported="false" is not obeyedDianne Hackborn2010-08-181-17/+30
|/ / / /
* | | | revert hwcomposer HAL changes. DO NOT MERGE.Mathias Agopian2010-08-1711-360/+9
|/ / /
* | | Merge "Fix possible race conditions during channel unregistration." into ging...Jeff Brown2010-08-171-14/+10
|\ \ \
| * | | Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-14/+10
* | | | DO NOT MERGE WifiLock extensions for high performance modeIrfan Sheriff2010-08-171-12/+39
* | | | Merge "GPS: Initialize XTRA support when GPS is enabled" into gingerbreadMike Lockwood2010-08-171-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | GPS: Initialize XTRA support when GPS is enabledMike Lockwood2010-08-171-2/+6
* | | | Throttle userActivity calls from input dispatcher.Jeff Brown2010-08-162-0/+29
|/ / /
* | | Merge "Fix problems with determining when to kill apps for wake usage." into ...Dianne Hackborn2010-08-153-27/+51
|\ \ \
| * | | Fix problems with determining when to kill apps for wake usage.Dianne Hackborn2010-08-153-27/+51
* | | | Merge "fix a typo that prevented glTexImage2D codepath to work" into gingerbreadMathias Agopian2010-08-131-1/+1
|\ \ \ \
| * | | | fix a typo that prevented glTexImage2D codepath to workMathias Agopian2010-08-131-1/+1
* | | | | Merge "DO NOT MERGE Always set/remove default routes." into gingerbreadRobert Greenwalt2010-08-131-62/+48
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | DO NOT MERGE Always set/remove default routes.Robert Greenwalt2010-08-131-62/+48
* | | | | Various battery info things:Dianne Hackborn2010-08-136-22/+122
|/ / / /
* | | | surfaceflinger: don't check HWComposer numLayers unless one existsErik Gilling2010-08-131-1/+3
|/ / /
* | | Merge "Fix issue 2909189: System property ro.audio.silent no longer mutes sys...Eric Laurent2010-08-131-4/+4
|\ \ \
| * | | Fix issue 2909189: System property ro.audio.silent no longer mutes system.Eric Laurent2010-08-111-4/+4
* | | | Merge "Fix a couple issues with the new hwcomposer HAL" into gingerbreadMathias Agopian2010-08-123-49/+62
|\ \ \ \
| * | | | Fix a couple issues with the new hwcomposer HALMathias Agopian2010-08-123-49/+62
* | | | | Add watermark support.Dianne Hackborn2010-08-111-6/+110
* | | | | Merge "should fix sim build, hopefully" into gingerbreadMathias Agopian2010-08-111-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | should fix sim build, hopefullyMathias Agopian2010-08-111-0/+3
* | | | | Merge "call into hwcomposer HAL when present" into gingerbreadMathias Agopian2010-08-1111-7/+340
|\ \ \ \ \ | |/ / / /
| * | | | call into hwcomposer HAL when presentMathias Agopian2010-08-1111-7/+340
* | | | | Merge "don't handle the transparent region of a layer in draw()" into gingerb...Mathias Agopian2010-08-111-15/+1
|\ \ \ \ \ | |/ / / /
| * | | | don't handle the transparent region of a layer in draw()Mathias Agopian2010-08-111-15/+1
* | | | | Merge "get rid of our LayerVector implementation" into gingerbreadMathias Agopian2010-08-114-113/+22
|\ \ \ \ \ | |/ / / /
| * | | | get rid of our LayerVector implementationMathias Agopian2010-08-114-113/+22
* | | | | Merge "keep a list of visible sorted surfaces" into gingerbreadMathias Agopian2010-08-112-15/+30
|\ \ \ \ \ | |/ / / /
| * | | | keep a list of visible sorted surfacesMathias Agopian2010-08-112-15/+30
| |/ / /