summaryrefslogtreecommitdiffstats
path: root/services/java/com/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge "Shut. Up." into klp-devDianne Hackborn2013-09-211-2/+2
|\ \ \ \ \
| * | | | | Shut. Up.Dianne Hackborn2013-09-201-2/+2
| |/ / / /
* | | | | Merge "Offer to enable a print service after it is installed." into klp-devSvetoslav2013-09-211-0/+52
|\ \ \ \ \
| * | | | | Offer to enable a print service after it is installed.Svetoslav2013-09-201-0/+52
| | |/ / / | |/| | |
* | | | | Merge "Delegate mkdirs() to vold when lacking perms." into klp-devJeff Sharkey2013-09-201-1/+81
|\ \ \ \ \
| * | | | | Delegate mkdirs() to vold when lacking perms.Jeff Sharkey2013-09-201-1/+81
* | | | | | Merge "Remove over-aggressive stack movement." into klp-devCraig Mautner2013-09-201-1/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove over-aggressive stack movement.Craig Mautner2013-09-201-1/+0
* | | | | | Merge "Cleanup the shutdown of BatchedScans." into klp-devRobert Greenwalt2013-09-201-7/+11
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Cleanup the shutdown of BatchedScans.Robert Greenwalt2013-09-201-7/+11