summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | DO NOT MERGE Add support for background scanningIrfan Sheriff2011-02-231-0/+12
* | | | | | | Add support for mouse hover and scroll wheel.Jeff Brown2011-02-254-41/+89
* | | | | | | Merge "Implement issue #3426299: Introduce application "stopped" state"Dianne Hackborn2011-02-254-37/+406
|\ \ \ \ \ \ \
| * | | | | | | Implement issue #3426299: Introduce application "stopped" stateDianne Hackborn2011-02-254-37/+406
* | | | | | | | Merge "Adding framework support for resizable widgets"Adam Cohen2011-02-251-6/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Adding framework support for resizable widgetsAdam Cohen2011-02-251-6/+9
| |/ / / / / / /
* | | | | | | | Merge "Fixing the write of BackgroundData setting."Robert Greenwalt2011-02-251-7/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fixing the write of BackgroundData setting.Robert Greenwalt2011-02-251-7/+5
* | | | | | | | | Merge "Fixing build"Winson Chung2011-02-251-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixing buildWinson Chung2011-02-251-1/+1
* | | | | | | | | | Merge "Fixing issue where RemoteViewsService.onDestroy() was never being call...Winson Chung2011-02-251-5/+81
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | / / / / / / / | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fixing issue where RemoteViewsService.onDestroy() was never being called.Winson Chung2011-02-251-5/+81
* | | | | | | | | LTE Changes for Telephony including Multiple PDN support and IPV6 supportWink Saville2011-02-241-18/+27
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge "UsbManager: Remove redundant Intent extras from USB device and accesso...Mike Lockwood2011-02-241-20/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | UsbManager: Remove redundant Intent extras from USB device and accessory broa...Mike Lockwood2011-02-231-20/+1
* | | | | | | | Merge "GpsLocationProvider: Clean up HAL initialization/cleanup sequence"Mike Lockwood2011-02-231-141/+83
|\ \ \ \ \ \ \ \
| * | | | | | | | GpsLocationProvider: Clean up HAL initialization/cleanup sequenceMike Lockwood2011-02-231-141/+83
| |/ / / / / / /
* | | | | | | | Merge "Fix measurement of external media dir"Kenny Root2011-02-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix measurement of external media dirKenny Root2011-02-231-1/+1
| |/ / / / / / /
* | | | | | | | Merge "Correctly handle translucency of device-specific pixel formats"Eric Hassold2011-02-232-1/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | Correctly handle translucency of device-specific pixel formatsEric Hassold2011-02-152-1/+50
* | | | | | | | | Merge "Add support for background scanning"Irfan Sheriff2011-02-231-0/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add support for background scanningIrfan Sheriff2011-02-211-0/+12
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Application-managed callback buffer support for raw imageJames Dong2011-02-222-7/+20
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge "Be more precise about tracking fallback keys."Jeff Brown2011-02-222-6/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | Be more precise about tracking fallback keys.Jeff Brown2011-02-222-6/+53
| |/ / / / / / /
* | | | | | | | Merge "KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()"Mike Lockwood2011-02-221-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()Mike Lockwood2011-02-181-0/+8
* | | | | | | | | Merge "Add missing header comment."Dianne Hackborn2011-02-221-2/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add missing header comment.Dianne Hackborn2011-02-221-2/+15
| |/ / / / / / / /
* | | | | | | | | Merge "Fix the flipping orientation lock."Daniel Sandler2011-02-221-3/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix the flipping orientation lock.Daniel Sandler2011-02-221-3/+7
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | UsbService: Re-enable previously enabled functions when exiting accessory modeMike Lockwood2011-02-221-56/+113
|/ / / / / / / /
* | | | | | | | Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-196-144/+139
* | | | | | | | Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-195-337/+373
|/ / / / / / /
* | | | | | | Explode WindowManagerService.Dianne Hackborn2011-02-1714-3459/+3760
* | | | | | | Merge "Start window manager refactoring."Dianne Hackborn2011-02-1722-45/+54
|\ \ \ \ \ \ \
| * | | | | | | Start window manager refactoring.Dianne Hackborn2011-02-1722-45/+54
* | | | | | | | Merge "data activity reporting on wifi"Irfan Sheriff2011-02-171-38/+175
|\ \ \ \ \ \ \ \
| * | | | | | | | data activity reporting on wifiIrfan Sheriff2011-02-171-38/+175
* | | | | | | | | Merge "Fix a regression with MotionEvent parceling."Jeff Brown2011-02-173-59/+59
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix a regression with MotionEvent parceling.Jeff Brown2011-02-173-59/+59
* | | | | | | | | Merge "Rework thumbnail API to not suffer from IPC failures."Dianne Hackborn2011-02-171-13/+27
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Rework thumbnail API to not suffer from IPC failures.Dianne Hackborn2011-02-161-13/+27
* | | | | | | | | Add WPA support for soft ApIrfan Sheriff2011-02-172-12/+19
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge "Add support for arbitrary axes in MotionEvents."Jeff Brown2011-02-164-70/+75
|\ \ \ \ \ \ \ \
| * | | | | | | | Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-154-70/+75
* | | | | | | | | Merge "Fix 3197205: Minor edits to device policy admin strings and documentat...Jim Miller2011-02-161-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix 3197205: Minor edits to device policy admin strings and documentationJim Miller2011-02-161-2/+2
* | | | | | | | | | Merge "fix a surface leak in SurfaceFlinger"Mathias Agopian2011-02-164-14/+13
|\ \ \ \ \ \ \ \ \ \