summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #11536426 DO NOT MERGEDianne Hackborn2014-03-061-11/+14
* Issue #13308712: Add --checkin to package manager dump.Dianne Hackborn2014-03-052-49/+124
* Merge "Only apply tcp buffer sizes for default net" into klp-devRobert Greenwalt2014-03-051-2/+2
|\
| * Only apply tcp buffer sizes for default netRobert Greenwalt2014-03-041-2/+2
* | Merge "Adapt to underlying changes in the PBKDF2 implementation" into klp-devChristopher Tate2014-03-051-84/+170
|\ \
| * | Adapt to underlying changes in the PBKDF2 implementationChristopher Tate2014-03-031-84/+170
| |/
* | Update PackageMonitor to recognize new 'replacing' semanticsChristopher Tate2014-03-031-2/+2
|/
* UsbDeviceManager: Fix race condition entering USB accessory modeMike Lockwood2014-02-191-6/+26
* Fix issue #12031685: Sticky Service Breakage in Android 4.4.1Dianne Hackborn2014-01-131-19/+25
* Clear cached locations when location providers disabledDavid Christie2014-01-061-0/+5
* Stop wifi display discovery when no longer needed.Jeff Brown2013-11-213-72/+223
* Fix issue #11790471: Crash removed home buttons and notification bar/shadeDianne Hackborn2013-11-211-3/+5
* Harden against transiently unavailable backup transportsChristopher Tate2013-11-191-65/+187
* Merge "Notify apps when insets change." into klp-devCraig Mautner2013-11-194-12/+16
|\
| * Notify apps when insets change.Craig Mautner2013-11-184-12/+16
* | Trying to unbreak build...Sascha Prueter2013-11-191-155/+62
* | Harden against transiently unavailable backup transportsChristopher Tate2013-11-181-62/+155
* | Merge "Do not hold direct ref BatteryStatsImpl$Uid$Proc" into klp-devAdam Lesinski2013-11-182-12/+10
|\ \
| * | Do not hold direct ref BatteryStatsImpl$Uid$ProcAdam Lesinski2013-11-182-12/+10
* | | Merge "Use scaled display size in wallpaper constraint." into klp-devJohn Spurlock2013-11-181-5/+3
|\ \ \
| * | | Use scaled display size in wallpaper constraint.John Spurlock2013-11-181-5/+3
| | |/ | |/|
* | | Fix NPE in ConnectivityServiceRobert Greenwalt2013-11-181-1/+1
|/ /
* | Restore jankless transition keyguard-to-wallpaperCraig Mautner2013-11-151-1/+0
* | Merge "Disallow applications from initiating cast screen." into klp-devJeff Brown2013-11-153-53/+71
|\ \
| * | Disallow applications from initiating cast screen.Jeff Brown2013-11-153-53/+71
* | | Merge "Handle backup transport registration dynamically" into klp-devChristopher Tate2013-11-152-43/+67
|\ \ \ | |/ / |/| |
| * | Handle backup transport registration dynamicallyChristopher Tate2013-11-142-43/+67
* | | Merge "Ensure recipient can be launched before attempting broadcast delivery"...Christopher Tate2013-11-142-0/+39
|\ \ \
| * | | Ensure recipient can be launched before attempting broadcast deliveryChristopher Tate2013-11-142-0/+39
| |/ /
* | | Merge "Maybe fix issue #11634365: Leaking restarting services" into klp-devDianne Hackborn2013-11-141-1/+20
|\ \ \
| * | | Maybe fix issue #11634365: Leaking restarting servicesDianne Hackborn2013-11-141-1/+20
* | | | Merge "SyncManager now returns copy on getCurrentSyncs()" into klp-devMatthew Williams2013-11-142-9/+29
|\ \ \ \
| * | | | SyncManager now returns copy on getCurrentSyncs()Matthew Williams2013-11-132-9/+29
* | | | | Merge "Fix for the invalid Global Proxy Setting" into klp-devRobert Greenwalt2013-11-142-0/+21
|\ \ \ \ \
| * | | | | Fix for the invalid Global Proxy SettingRaj Mamadgi2013-11-142-0/+21
| | |_|/ / | |/| | |
* | | | | Merge "Add null pointer check." into klp-devCraig Mautner2013-11-141-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add null pointer check.Craig Mautner2013-11-131-1/+3
* | | | | Merge "Keyguard isn't visible if it hasn't been drawn." into klp-devCraig Mautner2013-11-131-1/+1
|\ \ \ \ \
| * | | | | Keyguard isn't visible if it hasn't been drawn.Craig Mautner2013-11-131-1/+1
| |/ / / /
* | | | | Merge "Support preferred activities with zero or one scheme in the filter" in...Christopher Tate2013-11-131-26/+20
|\ \ \ \ \
| * | | | | Support preferred activities with zero or one scheme in the filterChristopher Tate2013-11-121-26/+20
* | | | | | Merge "Get rid of a race in NsdService in stopResolveService and getAddrInfo"...John Huang2013-11-131-2/+6
|\ \ \ \ \ \
| * | | | | | Get rid of a race in NsdService in stopResolveService and getAddrInfoVinit Deshapnde2013-11-121-2/+6
* | | | | | | Merge "Finalize assets for screen casting." into klp-devJeff Brown2013-11-133-23/+83
|\ \ \ \ \ \ \
| * | | | | | | Finalize assets for screen casting.Jeff Brown2013-11-133-23/+83
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge "Ensure wallpaper hint is at least as large as the display." into klp-devJohn Spurlock2013-11-131-4/+15
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Ensure wallpaper hint is at least as large as the display.John Spurlock2013-11-121-4/+15
* | | | | | | Merge "Relayout windows that handle their own config change." into klp-devCraig Mautner2013-11-123-6/+13
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Relayout windows that handle their own config change.Craig Mautner2013-11-123-6/+13
| |/ / / / /
* | | | | | Merge "Fix inconsistency in reporting device admin active state." into klp-devAmith Yamasani2013-11-121-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |