summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix a bug in appwidget migration to multiuser directory.Amith Yamasani2012-05-011-9/+9
* | | | | Merge "Clear ident in dismissKeyguardOnNextActivity()." into jb-devJeff Sharkey2012-04-301-5/+10
|\ \ \ \ \
| * | | | | Clear ident in dismissKeyguardOnNextActivity().Jeff Sharkey2012-04-301-5/+10
* | | | | | Merge "Add support for using the lid switch to turn off the screen." into jb-devJeff Brown2012-04-303-5/+14
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Add support for using the lid switch to turn off the screen.Jeff Brown2012-04-303-5/+14
* | | | | | Merge "Roaming always metered, relax DHCP metered check." into jb-devJeff Sharkey2012-04-301-0/+5
|\ \ \ \ \ \
| * | | | | | Roaming always metered, relax DHCP metered check.Jeff Sharkey2012-04-301-0/+5
| | |/ / / / | |/| | | |
* | | | | | Merge "Fix a bug with updating extras in a PendingIntent with an intent stack...Adam Powell2012-04-301-1/+2
|\ \ \ \ \ \
| * | | | | | Fix a bug with updating extras in a PendingIntent with an intent stackAdam Powell2012-04-301-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge "Fix issue #6111771: Run-time Restart observed when signing in with an ...Dianne Hackborn2012-04-301-2/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix issue #6111771: Run-time Restart observed when signing in with an existin...Dianne Hackborn2012-04-301-2/+4
| |/ / / /
* | | | | Merge "Add system insets to windows." into jb-devDianne Hackborn2012-04-303-22/+69
|\ \ \ \ \
| * | | | | Add system insets to windows.Dianne Hackborn2012-04-303-22/+69
| |/ / / /
* | | | | Removing action arguments checks.Svetoslav Ganov2012-04-301-25/+1
|/ / / /
* | | | Merge "UsbService: Add support for accessory initiating USB audio support" in...Mike Lockwood2012-04-283-13/+54
|\ \ \ \
| * | | | UsbService: Add support for accessory initiating USB audio supportMike Lockwood2012-04-263-13/+54
* | | | | Merge "Handle null SSID cleanly" into jb-devIrfan Sheriff2012-04-281-6/+8
|\ \ \ \ \
| * | | | | Handle null SSID cleanlyIrfan Sheriff2012-04-271-6/+8
| | |/ / / | |/| | |
* | | | | Merge "When a window is first shown only draw once while animating." into jb-devDianne Hackborn2012-04-271-2/+24
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | When a window is first shown only draw once while animating.Dianne Hackborn2012-04-271-2/+24
| |/ / /
* | | | Merge "Migrate ringtone playback to SystemUI." into jb-devJeff Sharkey2012-04-272-382/+49
|\ \ \ \
| * | | | Migrate ringtone playback to SystemUI.Jeff Sharkey2012-04-272-382/+49
| |/ / /
* | | | Merge "Call deferred windowFocusChange when draw complete" into jb-devCraig Mautner2012-04-271-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Call deferred windowFocusChange when draw completeCraig Mautner2012-04-271-4/+4
| | |/ | |/|
* | | Merge "Don't resize WindowStates without a Surface." into jb-devCraig Mautner2012-04-271-1/+1
|\ \ \ | |_|/ |/| |
| * | Don't resize WindowStates without a Surface.Craig Mautner2012-04-271-1/+1
| |/
* | Merge "Protect system services with DUMP permission." into jb-devJeff Sharkey2012-04-274-11/+11
|\ \
| * | Protect system services with DUMP permission.Jeff Sharkey2012-04-264-11/+11
* | | Add new Activity.finishAffinity() method.Dianne Hackborn2012-04-262-17/+54
* | | Merge "Add traces for window manager and activity manager." into jb-devDianne Hackborn2012-04-261-0/+12
|\ \ \ | |_|/ |/| |
| * | Add traces for window manager and activity manager.Dianne Hackborn2012-04-261-0/+12
| |/
* | Merge "Allow forward locked apps to be in ASECs" into jb-devKenny Root2012-04-252-108/+144
|\ \
| * | Allow forward locked apps to be in ASECsKenny Root2012-04-252-108/+144
| |/
* | Add bit to eventlog to handle new network typesRobert Greenwalt2012-04-252-11/+11
|/
* Merge "Adding explicit text traversal granularities and actions for web navig...Svetoslav Ganov2012-04-241-4/+38
|\
| * Adding explicit text traversal granularities and actions for web navigation.Svetoslav Ganov2012-04-241-4/+38
* | Merge "New API to allow third-party apps to bind widgets"Michael Jurka2012-04-242-6/+94
|\ \
| * | New API to allow third-party apps to bind widgetsMichael Jurka2012-04-242-6/+94
* | | Merge "Reverting min scale in the previous animation changes."Winson Chung2012-04-241-5/+2
|\ \ \
| * | | Reverting min scale in the previous animation changes.Winson Chung2012-04-241-5/+2
* | | | Merge "Fix issue #6373340: Cannot unlock to app if app was the..."Dianne Hackborn2012-04-241-0/+4
|\ \ \ \
| * | | | Fix issue #6373340: Cannot unlock to app if app was the...Dianne Hackborn2012-04-241-0/+4
* | | | | Merge "Updating activity/task transition animations."Winson Chung2012-04-241-5/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Updating activity/task transition animations.Winson Chung2012-04-241-5/+9
* | | | | Merge "Relax global restrict for system services."Jeff Sharkey2012-04-241-14/+15
|\ \ \ \ \
| * | | | | Relax global restrict for system services.Jeff Sharkey2012-04-241-14/+15
* | | | | | Merge "Check for valid records associated with activity tokens in ActivityMan...Adam Powell2012-04-241-1/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Check for valid records associated with activity tokens inAdam Powell2012-04-241-1/+5
| | |/ / / | |/| | |
* | | | | Merge "Fix dark flash when transition ends."Craig Mautner2012-04-243-8/+15
|\ \ \ \ \
| * | | | | Fix dark flash when transition ends.Craig Mautner2012-04-243-8/+15
| | |_|/ / | |/| | |