summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #25289999: Lower device idle alarm limit to 10 mins.Dianne Hackborn2015-10-271-1/+1
* Merge "Prevent recents from coming up when in SUW" into mnc-dr-devPuneet Kumar2015-10-241-1/+1
|\
| * Prevent recents from coming up when in SUWMichael Wright2015-10-241-1/+1
* | Merge "DO NOT MERGE Fix issue #24118803: The screen doesn't turn off..." into...Dianne Hackborn2015-10-231-2/+1
|\ \ | |/ |/|
| * DO NOT MERGE Fix issue #24118803: The screen doesn't turn off...Dianne Hackborn2015-10-221-2/+1
* | Don't resolve cross-profile app links without intent picker.Nicolas Prevot2015-10-221-7/+2
* | Merge "Reinstate CHANGE_NETWORK_STATE as a normal permission." into mnc-dr-devLorenzo Colitti2015-10-221-4/+1
|\ \ | |/ |/|
| * Reinstate CHANGE_NETWORK_STATE as a normal permission.Lorenzo Colitti2015-10-221-4/+1
* | Hopefully fix issue #25153459: Sandboxed_process1 thrashingDianne Hackborn2015-10-213-12/+46
* | Merge "Maintain shared user list on OTA" into mnc-dr-devTodd Kennedy2015-10-211-1/+12
|\ \
| * | Maintain shared user list on OTATodd Kennedy2015-10-211-1/+12
* | | Narrow permission re-granting to specific volume.Jeff Sharkey2015-10-211-10/+39
|/ /
* | Merge "Don't include password on default encryption command" into mnc-dr-devPaul Lawrence2015-10-211-2/+7
|\ \
| * | Don't include password on default encryption commandPaul Lawrence2015-09-091-2/+7
* | | Merge "Don't buzz when automatically connecting to captive portals" into mnc-...Lorenzo Colitti2015-10-211-1/+1
|\ \ \ | | |/ | |/|
| * | Don't buzz when automatically connecting to captive portalsLorenzo Colitti2015-10-211-1/+1
* | | Merge "Correctly derive ABI for apps on adopted media." into mnc-dr-devJeff Sharkey2015-10-211-4/+4
|\ \ \
| * | | Correctly derive ABI for apps on adopted media.Jeff Sharkey2015-10-201-4/+4
* | | | Merge "Catch exceptions thrown by pending activity launches." into mnc-dr-devRob Carr2015-10-201-2/+7
|\ \ \ \
| * | | | Catch exceptions thrown by pending activity launches.Robert Carr2015-10-201-2/+7
* | | | | Merge "ignore initial request to disable iptable chain" into mnc-dr-devKevin Cernekee2015-10-202-6/+6
|\ \ \ \ \
| * | | | | ignore initial request to disable iptable chainXiaohui Chen2015-10-202-6/+6
* | | | | | DO NOT MERGE Race condition in JobServiceContextMatthew Williams2015-10-202-10/+33
| |/ / / / |/| | | |
* | | | | DO NOT MERGE Sync extras bundle comparison can throw NPEMatthew Williams2015-10-202-2/+66
|/ / / /
* | | | Merge "Add SystemUI component to watch for keyboard attachment." into mnc-dr-devMichael Wright2015-10-201-2/+11
|\ \ \ \
| * | | | Add SystemUI component to watch for keyboard attachment.Michael Wright2015-10-121-2/+11
* | | | | DO NOT MERGE Sanity check loaded periodics and cap runtime.Matthew Williams2015-10-164-11/+78
* | | | | DO NOT MERGE Change scheduling logic to run network jobs soonerMatthew Williams2015-10-151-2/+2
| |/ / / |/| | |
* | | | Merge "Fix issue #24571425: Device does not come out of idle mode for mainten...Dianne Hackborn2015-10-151-3/+3
|\ \ \ \
| * | | | Fix issue #24571425: Device does not come out of idle mode for maintenanceDianne Hackborn2015-10-151-3/+3
* | | | | Merge "WindowStateAnimation: Clear transformation clip rect." into mnc-dr-devRob Carr2015-10-151-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | WindowStateAnimation: Clear transformation clip rect.Robert Carr2015-10-151-1/+2
* | | | | Merge "Don't call StopRecognition when recognition was aborted." into mnc-dr-devChris Thornton2015-10-151-4/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't call StopRecognition when recognition was aborted.Chris Thornton2015-10-071-4/+11
* | | | | Merge "Don't crash if an invalid always-on VPN profile is configured." into m...Erik Kline2015-10-141-0/+5
|\ \ \ \ \
| * | | | | Don't crash if an invalid always-on VPN profile is configured.Lorenzo Colitti2015-10-131-0/+5
| | |_|/ / | |/| | |
* | | | | Merge "Correctly reschedule failed periodic" into mnc-dr-devMatthew Williams2015-10-142-8/+17
|\ \ \ \ \
| * | | | | Correctly reschedule failed periodicMatthew Williams2015-10-072-8/+17
* | | | | | Merge "Remove ColorFade resouces when screen off." into mnc-dr-devMichael Lentine2015-10-133-9/+39
|\ \ \ \ \ \
| * | | | | | Remove ColorFade resouces when screen off.Michael Lentine2015-10-133-9/+39
* | | | | | | Merge "Shorten first boot time by filtering dexopted apps by LRU." into mnc-d...Jeff Hao2015-10-131-35/+0
|\ \ \ \ \ \ \
| * | | | | | | Shorten first boot time by filtering dexopted apps by LRU.Jeff Hao2015-10-131-35/+0
* | | | | | | | BLE-MIDI: change binding for BluetoothMidiServicePhil Burk2015-10-131-2/+15
|/ / / / / / /
* | | | | | | Merge "Unbind IME client when unsetting the current IME." into mnc-dr-devYohei Yukawa2015-10-131-9/+26
|\ \ \ \ \ \ \
| * | | | | | | Unbind IME client when unsetting the current IME.Yohei Yukawa2015-10-121-9/+26
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Shared user retains permissions no longer used by any app on an app updateSvetoslav2015-10-121-2/+76
* | | | | | | MidiService: update listener with current status when registeredPhil Burk2015-10-121-0/+21
|/ / / / / /
* | | | | | Merge "Fix issue #23581553: Ignore Battery Optimization not work for re-insta...Dianne Hackborn2015-10-121-3/+20
|\ \ \ \ \ \
| * | | | | | Fix issue #23581553: Ignore Battery Optimization not work for re-install appDianne Hackborn2015-10-121-3/+20
* | | | | | | Use effectiveUid instead of callingUid to set lockTaskModeWale Ogunwale2015-10-121-1/+1