summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* We requires camera hal's implementation should not track the ref count of any...James Dong2010-12-101-4/+1
* Merge "Fix issue #3272051: Use backward transition when going backwards."Dianne Hackborn2010-12-092-69/+58
|\
| * Fix issue #3272051: Use backward transition when going backwards.Dianne Hackborn2010-12-092-69/+58
* | Merge "3205857 java.lang.ExceptionInInitializerError at java.lang.Class.newIn...Svetoslav Ganov2010-12-091-15/+11
|\ \ | |/ |/|
| * 3205857 java.lang.ExceptionInInitializerError at java.lang.Class.newInstanceI...Svetoslav Ganov2010-12-091-15/+11
* | Merge "Add a couple of transport-descriptive methods to IBackupManager"Christopher Tate2010-12-091-0/+49
|\ \
| * | Add a couple of transport-descriptive methods to IBackupManagerChristopher Tate2010-12-091-0/+49
* | | API CHANGE - Add hasGrantedPolicy() APIAndy Stadler2010-12-091-7/+35
* | | [3211070] camera preview image is rendered offset from the UI overlay frameMathias Agopian2010-12-081-5/+12
* | | fix [3260137] Sometimes front-facing camera mirroring is wrongMathias Agopian2010-12-081-1/+2
* | | More clean-up. Get rid off the "blur" effect in SurfaceFlingerMathias Agopian2010-12-087-747/+2
* | | remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-0816-1203/+13
* | | surfaceflinger: add support for gralloc dump hooksErik Gilling2010-12-084-1/+14
|/ /
* | Rework activity lifecycle so onSaveInstanceState() is after onPause().Dianne Hackborn2010-12-084-38/+167
* | should fix build.Mathias Agopian2010-12-071-0/+1
* | resolved conflicts for merge of a0f011ff to masterMathias Agopian2010-12-074-21/+18
|\ \ | |/ |/|
| * am 05813b0e: Merge changes I244b5469,I32044e91 into gingerbreadMathias Agopian2010-12-074-21/+19
| |\
| | * [3171580] Fix two typos related to fixed-size buffersMathias Agopian2010-12-034-21/+19
* | | Add support for fallback keycodes.Jeff Brown2010-12-073-18/+20
* | | am 48f42f8c: am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBu...Mathias Agopian2010-12-071-0/+1
|\ \ \ | |/ /
| * | am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBuffer allocati...Mathias Agopian2010-12-071-0/+1
| |\ \ | | |/
| | * [3171580] don't automatically log GraphicBuffer allocation failuresMathias Agopian2010-12-031-0/+1
* | | Merge "Don't drop video frames but to release them."James Dong2010-12-071-1/+4
|\ \ \
| * | | Don't drop video frames but to release them.James Dong2010-12-061-1/+4
* | | | Have MobileDataStateTracker & DataConnectionTracker communicate directly.Wink Saville2010-12-071-48/+7
* | | | Add a Dummy data connection for testing purposes.Robert Greenwalt2010-12-071-0/+6
|/ / /
* | | Merge "Make Proxy change broadcast sticky"Robert Greenwalt2010-12-061-1/+1
|\ \ \
| * | | Make Proxy change broadcast stickyRobert Greenwalt2010-12-061-1/+1
* | | | Merge "Fix notification/builder defaults"Andy Stadler2010-12-061-13/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fix notification/builder defaultsAndy Stadler2010-12-031-13/+4
* | | | Don't clobber the net hostname if it's already set.Robert Greenwalt2010-12-061-5/+7
|/ / /
* | | Merge "Fix issue #3175809: system_server crash with SEGV_MAPERR (IKXEVEREST-1...Dianne Hackborn2010-12-031-2/+6
|\ \ \
| * | | Fix issue #3175809: system_server crash with SEGV_MAPERR (IKXEVEREST-1372)Dianne Hackborn2010-12-031-2/+6
* | | | Cleanup logging.Wink Saville2010-12-031-82/+88
|/ / /
* | | Merge "sampling profiler hz -> ms"Brad Fitzpatrick2010-12-021-6/+5
|\ \ \
| * | | sampling profiler hz -> msBrad Fitzpatrick2010-12-021-6/+5
* | | | Merge "Improve support for external keyboards."Jeff Brown2010-12-022-130/+0
|\ \ \ \
| * | | | Improve support for external keyboards.Jeff Brown2010-12-022-130/+0
| |/ / /
* | | | am a30c12a1: am 4a88013a: resolved conflicts for merge of bf1439c5 to stage-k...Jean-Baptiste Queru2010-12-021-1/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am 4a88013a: resolved conflicts for merge of bf1439c5 to stage-korg-masterJean-Baptiste Queru2010-12-021-1/+2
| |\ \
| | * \ resolved conflicts for merge of bf1439c5 to stage-korg-masterJean-Baptiste Queru2010-12-021-1/+2
| | |\ \
| | | * | Preserve flags field of event passed to injectKeyEvent()Mike Playle2010-12-021-1/+2
| * | | | am 78d81851: Merge "Fix issue 2641884: Bluetooth volume is dependent on in ca...Eric Laurent2010-12-011-13/+23
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix issue 2641884: Bluetooth volume is dependent on in call volume.Eric Laurent2010-12-011-13/+23
* | | | | Load persisted global proxy settings.Robert Greenwalt2010-12-021-1/+17
* | | | | Merge "Remove const_cast to layer handle"Louis Huemiller2010-12-021-1/+1
|\ \ \ \ \
| * | | | | Remove const_cast to layer handleLouis Huemiller2010-12-011-1/+1
* | | | | | Merge "Remove the need for a token parameter from AsyncChannel."Wink Saville2010-12-021-1/+1
|\ \ \ \ \ \
| * | | | | | Remove the need for a token parameter from AsyncChannel.Wink Saville2010-12-011-1/+1
* | | | | | | API CHANGE: drags can now carry an originator-only object payloadChristopher Tate2010-12-011-5/+5