summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Dismiss keyguard when resuming visible activitiesCraig Mautner2013-09-261-0/+4
* Merge "Fix Sending PAC Broadcast before downloaded" into klp-devJason Monk2013-09-261-1/+23
|\
| * Fix Sending PAC Broadcast before downloadedJason Monk2013-09-261-1/+23
* | Revert behavior to perform onResume.Craig Mautner2013-09-263-47/+29
* | Merge "Sigh." into klp-devChristopher Tate2013-09-261-3/+3
|\ \
| * | Sigh.Christopher Tate2013-09-261-3/+3
* | | Merge "PackageManager#queryIntentServices breaks its contract." into klp-devSvetoslav Ganov2013-09-261-0/+4
|\ \ \
| * | | PackageManager#queryIntentServices breaks its contract.Svetoslav Ganov2013-09-261-0/+4
* | | | Merge "Don't remove restrictions files that are valid" into klp-devAmith Yamasani2013-09-261-7/+17
|\ \ \ \
| * | | | Don't remove restrictions files that are validAmith Yamasani2013-09-261-7/+17
* | | | | Merge "Tighten flags enforcement, API to test Uris." into klp-devJeff Sharkey2013-09-262-20/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Tighten flags enforcement, API to test Uris.Jeff Sharkey2013-09-262-20/+9
* | | | | Merge "Adding hidden APIs for observing the print jobs state." into klp-devSvetoslav Ganov2013-09-263-0/+164
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Adding hidden APIs for observing the print jobs state.Svetoslav Ganov2013-09-253-0/+164
* | | | | Fix issue #10919261: Don't clear OP_WRITE_SMS when resetting app prefsDianne Hackborn2013-09-261-1/+2
| |/ / / |/| | |
* | | | Merge "Fix issue #10903002: com.facebook.katana keeps itself in A Services" i...Dianne Hackborn2013-09-253-27/+120
|\ \ \ \
| * | | | Fix issue #10903002: com.facebook.katana keeps itself in A ServicesDianne Hackborn2013-09-253-27/+120
* | | | | Require that persistable Uri permissions be taken.Jeff Sharkey2013-09-252-113/+302
|/ / / /
* | | | Merge "Don't crash when no alarms are scheduled" into klp-devChristopher Tate2013-09-251-3/+2
|\ \ \ \
| * | | | Don't crash when no alarms are scheduledChristopher Tate2013-09-241-3/+2
* | | | | Merge "Be less aggressive when not resuming top activity" into klp-devCraig Mautner2013-09-251-6/+3
|\ \ \ \ \
| * | | | | Be less aggressive when not resuming top activityCraig Mautner2013-09-241-6/+3
* | | | | | Merge "Fix issue #10848916: "Always" button is not working." into klp-devDianne Hackborn2013-09-244-16/+39
|\ \ \ \ \ \
| * | | | | | Fix issue #10848916: "Always" button is not working.Dianne Hackborn2013-09-244-16/+39
| | |_|/ / / | |/| | | |
* | | | | | Merge "Remove Rect allocation in each layout pass." into klp-devJohn Spurlock2013-09-241-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove Rect allocation in each layout pass.John Spurlock2013-09-241-3/+3
* | | | | | Merge "Multiple printer discovery session instances and other bugs." into klp...Svetoslav2013-09-242-11/+23
|\ \ \ \ \ \
| * | | | | | Multiple printer discovery session instances and other bugs.Svetoslav2013-09-232-11/+23
| | |_|/ / / | |/| | | |
* | | | | | Merge "Fix method for determining focused window." into klp-devCraig Mautner2013-09-241-53/+30
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Fix method for determining focused window.Craig Mautner2013-09-241-53/+30
* | | | | | Merge "Pause activities behind keyguard after boot." into klp-devCraig Mautner2013-09-243-12/+55
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Pause activities behind keyguard after boot.Craig Mautner2013-09-243-12/+55
* | | | | | Merge "Implement issue #10895990: Better durations for proc stats" into klp-devDianne Hackborn2013-09-231-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Implement issue #10895990: Better durations for proc statsDianne Hackborn2013-09-231-2/+2
* | | | | | Merge "Upload fsck logs to the dropbox when error found" into klp-devKen Sumrall2013-09-231-0/+28
|\ \ \ \ \ \
| * | | | | | Upload fsck logs to the dropbox when error foundKen Sumrall2013-09-201-0/+28
* | | | | | | Fix issue #10876433: java.lang.IllegalStateException in...Dianne Hackborn2013-09-231-3/+4
| |/ / / / / |/| | | | |
* | | | | | Merge "Work on issue #10759595: preferred tag doesn't prevent..." into klp-devDianne Hackborn2013-09-234-41/+55
|\ \ \ \ \ \
| * | | | | | Work on issue #10759595: preferred tag doesn't prevent...Dianne Hackborn2013-09-234-41/+55
| | |_|/ / / | |/| | | |
* | | | | | Merge "Ensure that activities behind keyguard are paused." into klp-devCraig Mautner2013-09-231-5/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Ensure that activities behind keyguard are paused.Craig Mautner2013-09-231-5/+3
| |/ / / /
* | | | | Merge "fix deadlock caused by clearAllBackoffs in SSE" into klp-devMatthew Williams2013-09-232-20/+25
|\ \ \ \ \
| * | | | | fix deadlock caused by clearAllBackoffs in SSEMatthew Williams2013-09-202-20/+25
* | | | | | Merge "Issue #10461551: KLP API Review: AppOpsManager" into klp-devDianne Hackborn2013-09-232-4/+5
|\ \ \ \ \ \
| * | | | | | Issue #10461551: KLP API Review: AppOpsManagerDianne Hackborn2013-09-232-4/+5
| | |/ / / / | |/| | | |
* | | | | | Debug issue #10876433 java.lang.IllegalStateException...Dianne Hackborn2013-09-224-18/+33
|/ / / / /
* | | | | Merge "Fix BatchScan request coalesing" into klp-devRobert Greenwalt2013-09-221-23/+15
|\ \ \ \ \
| * | | | | Fix BatchScan request coalesingRobert Greenwalt2013-09-201-23/+15
* | | | | | Merge "Fix issue #10863270: procstats UI is showing all green" into klp-devDianne Hackborn2013-09-212-11/+2
|\ \ \ \ \ \
| * | | | | | Fix issue #10863270: procstats UI is showing all greenDianne Hackborn2013-09-202-11/+2
| | |_|_|/ / | |/| | | |