summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* am 0727a865: Merge "Add network condition reporting." into gingerbreadRobert Greenwalt2010-09-091-0/+89
|\
| * Merge "Add network condition reporting." into gingerbreadRobert Greenwalt2010-09-091-0/+89
| |\
| | * Add network condition reporting.Robert Greenwalt2010-09-091-0/+89
* | | am 4d1e0121: Change the keep-alive interval to 10 seconds.Chung-yih Wang2010-09-081-1/+1
|\ \ \ | |/ /
| * | Change the keep-alive interval to 10 seconds.Chung-yih Wang2010-09-091-1/+1
| |/
* | am 65634a79: Merge "Don\'t block in the BackupManagerService.dataChanged() Bi...Brad Fitzpatrick2010-09-081-44/+72
|\ \ | |/
| * Merge "Don't block in the BackupManagerService.dataChanged() Binder call." in...Brad Fitzpatrick2010-09-081-44/+72
| |\
| | * Don't block in the BackupManagerService.dataChanged() Binder call.Brad Fitzpatrick2010-09-071-44/+72
* | | am ee455f5a: Merge "People holding partial wake locks now get blamed for CPU ...Dianne Hackborn2010-09-082-6/+47
|\ \ \ | |/ /
| * | Merge "People holding partial wake locks now get blamed for CPU usage." into ...Dianne Hackborn2010-09-082-6/+47
| |\ \
| | * | People holding partial wake locks now get blamed for CPU usage.Dianne Hackborn2010-09-082-6/+47
* | | | am 5872e9d7: Merge "Allow incoming SMS until internal storage is almost full....Jake Hamby2010-09-081-4/+58
|\ \ \ \ | |/ / /
| * | | Merge "Allow incoming SMS until internal storage is almost full." into ginger...Jake Hamby2010-09-081-4/+58
| |\ \ \
| | * | | Allow incoming SMS until internal storage is almost full.Jake Hamby2010-09-081-4/+58
| | |/ /
* | | | am b21fb104: Fix key repeat delay.Jeff Brown2010-09-081-0/+5
|\ \ \ \ | |/ / /
| * | | Fix key repeat delay.Jeff Brown2010-09-081-0/+5
| |/ /
* | | am 85a31767: Add support for secure views.Jeff Brown2010-09-083-16/+133
|\ \ \ | |/ /
| * | Add support for secure views.Jeff Brown2010-09-083-16/+133
| |/
* | am 5de1d36d: Log outbound proxy address if exists for debugging.Chung-yih Wang2010-09-081-0/+1
|\ \ | |/
| * Log outbound proxy address if exists for debugging.Chung-yih Wang2010-09-081-0/+1
* | am 960b31e3: Merge "SipService: unset session listener if listener is gone." ...Hung-ying Tyan2010-09-061-12/+23
|\ \ | |/
| * SipService: unset session listener if listener is gone.Hung-ying Tyan2010-09-051-12/+23
* | am e25b4bc7: Merge "These are not ready to be exposed. Also rename them to b...Dianne Hackborn2010-09-031-1/+1
|\ \ | |/
| * Merge "These are not ready to be exposed. Also rename them to be better." in...Dianne Hackborn2010-09-031-1/+1
| |\
| | * These are not ready to be exposed. Also rename them to be better.Dianne Hackborn2010-09-031-1/+1
* | | am d85621c9: Don\'t crash when extra logging is enabled.Marco Nelissen2010-09-031-1/+5
|\ \ \ | |/ /
| * | Don't crash when extra logging is enabled.Marco Nelissen2010-09-031-1/+5
| |/
* | am 305bcbf0: Decrease PackageManagerService wait time for voldKenny Root2010-09-033-10/+21
|\ \ | |/
| * Decrease PackageManagerService wait time for voldKenny Root2010-09-033-10/+21
* | am 12da9d74: Fix buffer compacting in NativeDaemonConnectorKenny Root2010-09-021-0/+7
|\ \ | |/
| * Fix buffer compacting in NativeDaemonConnectorKenny Root2010-09-021-0/+7
* | am 32ec1ad1: Merge "Fix problem in AudioEffect::command() status." into ginge...Eric Laurent2010-09-021-5/+9
|\ \ | |/
| * Merge "Fix problem in AudioEffect::command() status." into gingerbreadEric Laurent2010-09-021-5/+9
| |\
| | * Fix problem in AudioEffect::command() status.Eric Laurent2010-09-021-5/+9
* | | am dc296b0d: Merge "SipService: reduce the usage of javax.sdp.*." into ginger...Chia-chi Yeh2010-09-024-26/+45
|\ \ \ | |/ /
| * | SipService: reduce the usage of javax.sdp.*.Chia-chi Yeh2010-09-024-26/+45
* | | am a1c69e08: Fix a small bug when granting permissions through activity results.Dianne Hackborn2010-09-011-1/+2
|\ \ \ | |/ /
| * | Fix a small bug when granting permissions through activity results.Dianne Hackborn2010-09-011-1/+2
* | | am 3424c02e: Add software features for SIP and VOIPHung-ying Tyan2010-09-012-6/+16
|\ \ \ | |/ /
| * | Add software features for SIP and VOIPHung-ying Tyan2010-09-022-6/+16
* | | am 7c1bd7fd: Fix logic error in downgrade of system appsKenny Root2010-09-011-8/+5
|\ \ \ | |/ /
| * | Fix logic error in downgrade of system appsKenny Root2010-09-011-8/+5
* | | am fca5677a: Merge "Add null check for package settings" into gingerbreadKenny Root2010-09-011-1/+1
|\ \ \ | |/ /
| * | Add null check for package settingsKenny Root2010-09-011-1/+1
| |/
* | am 361199b5: Add PackageManager API to get information about a provider compo...Dianne Hackborn2010-08-311-0/+12
|\ \ | |/
| * Add PackageManager API to get information about a provider component.Dianne Hackborn2010-08-311-0/+12
* | am 22cd420b: Merge "Improve debug output when an ANR happens." into gingerbreadDianne Hackborn2010-08-313-111/+260
|\ \ | |/
| * Improve debug output when an ANR happens.Dianne Hackborn2010-08-313-111/+260
* | am f560ceab: Merge "Audio Effects: fix problems in volume control." into ging...Eric Laurent2010-08-312-7/+32
|\ \ | |/
| * Audio Effects: fix problems in volume control.Eric Laurent2010-08-312-7/+32