summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge "VPN: introduce VpnService as the base class for user space VPN."Chia-chi Yeh2011-08-081-5/+54
|\
| * VPN: introduce VpnService as the base class for user space VPN.Chia-chi Yeh2011-08-081-5/+54
* | Merge "Store last-resume times in a separate XML file."Mark Brophy2011-08-082-43/+207
|\ \
| * | Store last-resume times in a separate XML file.Mark Brophy2011-08-082-43/+207
* | | Merge "AudioFlinger: protect input/output stream access"Eric Laurent2011-08-082-21/+106
|\ \ \ | |/ / |/| |
| * | AudioFlinger: protect input/output stream accessEric Laurent2011-08-082-21/+106
* | | Merge "Turning off accessibility feature reboots the device"Svetoslav Ganov2011-08-082-6/+10
|\ \ \
| * | | Turning off accessibility feature reboots the deviceSvetoslav Ganov2011-08-052-6/+10
* | | | Support xml configuration file for the spell checker and add the spell checke...satok2011-08-081-3/+12
* | | | Move OOM kernel settings to activity manager.Dianne Hackborn2011-08-075-278/+423
* | | | Fix bug 5011824 - New Holo overflow menu for physical menu key devicesAdam Powell2011-08-071-0/+52
* | | | Merge "Remove notifications when an app is disabled."Daniel Sandler2011-08-071-0/+2
|\ \ \ \
| * | | | Remove notifications when an app is disabled.Daniel Sandler2011-08-061-0/+2
* | | | | Watchdog notify on explicit connectIsaac Levy2011-08-051-0/+4
* | | | | Fix issue #5108980 Wallpaper is not restored after upgrade from IRK32B to IRK33BDianne Hackborn2011-08-051-22/+33
* | | | | Merge "Improved memory use reporting."Dianne Hackborn2011-08-051-31/+111
|\ \ \ \ \
| * | | | | Improved memory use reporting.Dianne Hackborn2011-08-051-31/+111
* | | | | | Merge "Fix bug where sometimes the full backup pw would not be validated"Christopher Tate2011-08-051-9/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix bug where sometimes the full backup pw would not be validatedChristopher Tate2011-08-051-9/+9
* | | | | | Merge "resolved conflicts for merge of 7bb2d942 to master"Wink Saville2011-08-051-9/+64
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | resolved conflicts for merge of 7bb2d942 to masterWink Saville2011-08-051-9/+64
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | am 090df1dc: Merge "Delay connectivity change notifications." into honeycomb-LTEWink Saville2011-08-041-9/+64
| | |\ \ \ \
| | | * | | | Delay connectivity change notifications.Wink Saville2011-08-041-9/+64
* | | | | | | Merge "Update scanresult capability check"Irfan Sheriff2011-08-051-1/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update scanresult capability checkIrfan Sheriff2011-08-041-1/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge "ACTION_HOVER_EXIT sometimes not delivered during touch exploration."Svetoslav Ganov2011-08-051-1/+6
|\ \ \ \ \ \
| * | | | | | ACTION_HOVER_EXIT sometimes not delivered during touch exploration.Svetoslav Ganov2011-08-041-1/+6
* | | | | | | Merge "API cleanup for the spell checker framework"satok2011-08-051-18/+22
|\ \ \ \ \ \ \
| * | | | | | | API cleanup for the spell checker frameworksatok2011-08-041-18/+22
| |/ / / / / /
* | | | | | | Data cycle ends on last second of month.Jeff Sharkey2011-08-041-5/+66
* | | | | | | Merge "Network stats with varint, omit parcel fields."Jeff Sharkey2011-08-043-29/+49
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Network stats with varint, omit parcel fields.Jeff Sharkey2011-08-033-29/+49
* | | | | | | Merge "VPN: move away from the VPN permission."Chia-chi Yeh2011-08-041-44/+42
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | VPN: move away from the VPN permission.Chia-chi Yeh2011-08-031-44/+42
* | | | | | | Merge "Fix p2p package paths"Irfan Sheriff2011-08-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix p2p package pathsIrfan Sheriff2011-08-031-1/+1
* | | | | | | | Resolve merge conflict for '75f1fdec':Mike Lockwood2011-08-042-4/+43
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | am 0b3af353: am a82ee49a: am 8f5dd9ad: Merge "GPS Provider Service changes"Mike Lockwood2011-08-042-4/+43
| |\ \ \ \ \ \
| | * | | | | | GPS Provider Service changesKevin Tang2011-08-042-4/+43
* | | | | | | | Merge "UsbDeviceManager: Fix typo that broke adb on/off setting persistence"Mike Lockwood2011-08-031-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | UsbDeviceManager: Fix typo that broke adb on/off setting persistenceMike Lockwood2011-08-031-1/+1
* | | | | | | | Merge "Better error codes for missing files"Kenny Root2011-08-031-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Better error codes for missing filesKenny Root2011-08-031-4/+6
| |/ / / / / / /
* | | | | | | | Merge "Expose quota status for active network."Jeff Sharkey2011-08-032-0/+91
|\ \ \ \ \ \ \ \
| * | | | | | | | Expose quota status for active network.Jeff Sharkey2011-08-022-0/+91
* | | | | | | | | Merge "NativeDaemonConnector: offload callbacks to another thread."Chia-chi Yeh2011-08-031-11/+27
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | / / / | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | NativeDaemonConnector: offload callbacks to another thread.Chia-chi Yeh2011-08-031-11/+27
| | |/ / / / / | |/| | | | |
* | | | | | | AudioFlinger: disable AEC and NS with BT headsetsEric Laurent2011-08-032-3/+52
* | | | | | | Merge "Audio Effect Framework: add effect suspend/restore"Eric Laurent2011-08-032-35/+498
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Audio Effect Framework: add effect suspend/restoreEric Laurent2011-08-022-35/+498
| | |_|_|_|/ | |/| | | |