summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge "camera: Add AIDL interface for CameraServiceProxy." into mnc-devRuben Brunk2015-05-201-4/+29
|\
| * camera: Add AIDL interface for CameraServiceProxy.Ruben Brunk2015-05-191-4/+29
* | Merge "Allow DO/PO to go back to normal permission state." into mnc-devSvet Ganov2015-05-201-13/+22
|\ \
| * | Allow DO/PO to go back to normal permission state.Svet Ganov2015-05-201-13/+22
* | | Merge "Write packages.list when adding/removing users." into mnc-devJeff Sharkey2015-05-202-78/+99
|\ \ \
| * | | Write packages.list when adding/removing users.Jeff Sharkey2015-05-202-78/+99
| |/ /
* | | Merge "Don't exceed max. allowed recent document tasks for an app." into mnc-devStefan Kuhne2015-05-201-7/+4
|\ \ \ | |/ / |/| |
| * | Don't exceed max. allowed recent document tasks for an app.Stefan Kuhne2015-05-201-7/+4
* | | Merge "AudioFormat: more compressed formats" into mnc-devEric Laurent2015-05-201-1/+1
|\ \ \
| * | | AudioFormat: more compressed formatsEric Laurent2015-05-191-1/+1
* | | | Merge "Throw a checked exception on inconsistent installs." into mnc-devNarayan Kamath2015-05-201-3/+5
|\ \ \ \
| * | | | Throw a checked exception on inconsistent installs.Narayan Kamath2015-05-201-3/+5
* | | | | Merge "Report invalid network after one failed attempt." into mnc-devPaul Jensen2015-05-201-9/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Report invalid network after one failed attempt.Paul Jensen2015-05-191-9/+7
* | | | | Bluetooth: Clear BLE always ON apps at Airplane modeNitin Arora2015-05-191-0/+1
* | | | | Merge "Prevent modification of system fixed permissions" into mnc-devSvetoslav2015-05-201-0/+12
|\ \ \ \ \
| * | | | | Prevent modification of system fixed permissionsSvetoslav2015-05-191-0/+12
* | | | | | Merge "[Fix Potential for error]:" into mnc-devSimranjit Singh Kohli2015-05-201-1/+1
|\ \ \ \ \ \
| * | | | | | [Fix Potential for error]:Simranjit Singh Kohli2015-05-191-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Rebind backup transports only when clearly needed" into mnc-devChristopher Tate2015-05-201-11/+51
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Rebind backup transports only when clearly neededChristopher Tate2015-05-191-11/+51
* | | | | | Merge "Handle downgrading a runtime permission to an install one" into mnc-devSvetoslav2015-05-191-3/+28
|\ \ \ \ \ \
| * | | | | | Handle downgrading a runtime permission to an install oneSvetoslav2015-05-191-3/+28
* | | | | | | Merge "Push initial disk state, handle empty media." into mnc-devJeff Sharkey2015-05-191-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Push initial disk state, handle empty media.Jeff Sharkey2015-05-191-0/+1
* | | | | | | | Merge "Add IntentFilter auto verification - part 12" into mnc-devFabrice Di Meglio2015-05-191-15/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add IntentFilter auto verification - part 12Fabrice Di Meglio2015-05-191-15/+18
* | | | | | | | Merge "Clear binder identity before dispatching ap op mode changes." into mnc...Svet Ganov2015-05-191-4/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Clear binder identity before dispatching ap op mode changes.Svet Ganov2015-05-191-4/+12
* | | | | | | | | Merge "Don't recreate the surface unnecessarily" into mnc-devJohn Reck2015-05-192-4/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't recreate the surface unnecessarilyJohn Reck2015-05-192-4/+33
* | | | | | | | | | Merge "Turning off logging in ALSA device connection routines." into mnc-devPaul McLean2015-05-191-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | Turning off logging in ALSA device connection routines.Paul McLean2015-05-191-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge "Query HTTP proxy for network via a new API to avoid permissions except...Paul Jensen2015-05-191-1/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Query HTTP proxy for network via a new API to avoid permissions exceptionsPaul Jensen2015-05-181-1/+17
* | | | | | | | | | Merge "Allow creating a managed profile if there is only one user." into mnc-devNicolas Prevot2015-05-191-10/+33
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | Allow creating a managed profile if there is only one user.Nicolas Prevot2015-05-151-10/+33
* | | | | | | | | | Merge "Update power manager to track uid state like netstats." into mnc-devDianne Hackborn2015-05-196-128/+383
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update power manager to track uid state like netstats.Dianne Hackborn2015-05-186-128/+383
* | | | | | | | | | | Scan package to derive ABIs before optimizing.Narayan Kamath2015-05-191-118/+177
* | | | | | | | | | | Merge "Send AppTransitionFinish notification when there was no animation" int...Wale Ogunwale2015-05-193-44/+34
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Send AppTransitionFinish notification when there was no animationWale Ogunwale2015-05-143-44/+34
* | | | | | | | | | | Merge "Avoid surfacing "Sign in to network" notification if user selects "use...Paul Jensen2015-05-191-1/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Avoid surfacing "Sign in to network" notification if user selects "use as is"Paul Jensen2015-05-181-1/+5
* | | | | | | | | | | | Merge "Make NetworkMonitor do exponential backoff between reevaluation attemp...Paul Jensen2015-05-191-74/+40
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | Make NetworkMonitor do exponential backoff between reevaluation attempts.Paul Jensen2015-05-181-74/+40
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Make NET_CAPABILITY_VALIDATED (almost) a first-class citizen." into mn...Lorenzo Colitti2015-05-191-38/+29
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make NET_CAPABILITY_VALIDATED (almost) a first-class citizen.Lorenzo Colitti2015-05-191-38/+29
* | | | | | | | | | | | Merge "Support cross-user VPN calls (with permission)" into mnc-devRobin Lee2015-05-192-26/+65
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Support cross-user VPN calls (with permission)Robin Lee2015-05-182-26/+65