summaryrefslogtreecommitdiffstats
path: root/services/core
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove FRP wipe support for device initializers" into mnc-devCraig Lafayette2015-06-181-27/+0
|\
| * Remove FRP wipe support for device initializersCraig Lafayette2015-06-111-27/+0
* | Merge "[ActivityManager] Fix index OOB when updating visible." into mnc-devWale Ogunwale2015-06-181-1/+6
|\ \
| * | [ActivityManager] Fix index OOB when updating visible.riddle_hsu2015-06-121-1/+6
* | | Merge "Carefully select which DNS servers to send to netd" into mnc-devErik Kline2015-06-181-1/+45
|\ \ \
| * | | Carefully select which DNS servers to send to netdErik Kline2015-06-181-1/+45
* | | | Fix IME window flickering during rotation.Seigo Nonaka2015-06-181-12/+6
* | | | Merge "Allow apps to hide the soft keyboard even in a transient state." into ...Seigo Nonaka2015-06-181-1/+16
|\ \ \ \
| * | | | Allow apps to hide the soft keyboard even in a transient state.Seigo Nonaka2015-06-181-1/+16
| |/ / /
* | | | Sync the Bluetooth name and address from the Bluetooth AdapterPavlin Radoslavov2015-06-181-0/+6
* | | | Merge "Make MediaSessionService not blocked by AudioService." into mnc-devDongwon Kang2015-06-171-7/+27
|\ \ \ \
| * | | | Make MediaSessionService not blocked by AudioService.Dongwon Kang2015-06-171-7/+27
* | | | | Merge "system_server: add two child chains to firewall" into mnc-devXiaohui Chen2015-06-173-27/+270
|\ \ \ \ \
| * | | | | system_server: add two child chains to firewallXiaohui Chen2015-06-173-27/+270
* | | | | | Fix issue #21814207 and issue #21814212 (alarm manager)Dianne Hackborn2015-06-178-163/+388
* | | | | | Merge "high-frequency notification stats." into mnc-devChris Wren2015-06-178-114/+160
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | high-frequency notification stats.Chris Wren2015-06-178-114/+160
* | | | | | Merge "Make sync settings restore more robust" into mnc-devMatthew Williams2015-06-162-25/+58
|\ \ \ \ \ \
| * | | | | | Make sync settings restore more robustMatthew Williams2015-06-162-25/+58
* | | | | | | Merge "Make keysetmgrservice gurantees explicit." into mnc-devdcashman2015-06-162-35/+116
|\ \ \ \ \ \ \
| * | | | | | | Make keysetmgrservice gurantees explicit.dcashman2015-06-152-35/+116
* | | | | | | | Merge "CEC: Handle <Set Menu Language> message on playback devices" into mnc-devJinsuk Kim2015-06-162-0/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | CEC: Handle <Set Menu Language> message on playback devicesTerry Heo2015-06-172-0/+44
* | | | | | | | | Merge "Fix to only do pre boot receivers on upgrade." into mnc-devDianne Hackborn2015-06-161-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix to only do pre boot receivers on upgrade.Dianne Hackborn2015-06-161-1/+1
* | | | | | | | | | Merge "disable verbose logs from people notifications." into mnc-devChris Wren2015-06-161-10/+10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | / / / / / | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | disable verbose logs from people notifications.Chris Wren2015-06-161-10/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Fix issue #21816660 (app standby), work on issue #20882522 (voice inte...Dianne Hackborn2015-06-161-23/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix issue #21816660 (app standby), work on issue #20882522 (voice interact)Dianne Hackborn2015-06-151-23/+18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Remove dead hidden ConnectivityManager and NetworkInfo APIs." into mnc...Paul Jensen2015-06-161-78/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove dead hidden ConnectivityManager and NetworkInfo APIs.Paul Jensen2015-06-161-78/+3
* | | | | | | | | Yet another user restriction.Jeff Sharkey2015-06-151-0/+2
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge "Limit number of fingerprint templates that can be enrolled per device ...Jim Miller2015-06-161-6/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Limit number of fingerprint templates that can be enrolled per device userJim Miller2015-06-151-6/+16
| |/ / / / / /
* | | | | | | Merge "Clean up app-link verification policy" into mnc-devChristopher Tate2015-06-163-46/+64
|\ \ \ \ \ \ \
| * | | | | | | Clean up app-link verification policyChristopher Tate2015-06-153-46/+64
| |/ / / / / /
* | | | | | | Merge "Allow killApplicationWithAppId() on secondary users" into mnc-devMakoto Onuki2015-06-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Allow killApplicationWithAppId() on secondary usersMakoto Onuki2015-06-151-1/+1
| |/ / / / / /
* | | | | | | Merge "Bluetooth energy: fix overflow in calculation" into mnc-devAdam Lesinski2015-06-161-0/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Bluetooth energy: fix overflow in calculationAdam Lesinski2015-06-151-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Fix issue #21813831: Need API for asking to be added to power whitelistDianne Hackborn2015-06-152-4/+2
|/ / / / /
* | | | | Merge "Use HTTPS when fetching app link verification resources" into mnc-devChristopher Tate2015-06-151-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use HTTPS when fetching app link verification resourcesChristopher Tate2015-06-121-2/+1
* | | | | Merge "Clear runtime permissions on package data reset." into mnc-devSvet Ganov2015-06-141-13/+41
|\ \ \ \ \
| * | | | | Clear runtime permissions on package data reset.Svet Ganov2015-06-131-13/+41
| | |_|/ / | |/| | |
* | | | | Merge "Add StorageEventListener.onDiskDestroyed()" into mnc-devMakoto Onuki2015-06-121-1/+15
|\ \ \ \ \
| * | | | | Add StorageEventListener.onDiskDestroyed()Makoto Onuki2015-06-121-1/+15
| | |_|_|/ | |/| | |
* | | | | Merge "More useful extras in disk/volume broadcasts." into mnc-devJeff Sharkey2015-06-121-8/+13
|\ \ \ \ \
| * | | | | More useful extras in disk/volume broadcasts.Jeff Sharkey2015-06-121-8/+13
* | | | | | Merge "BatteryStats: Wifi energy data is sometimes wrong" into mnc-devAdam Lesinski2015-06-121-2/+11
|\ \ \ \ \ \