summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Merge "OBB: use PBKDF2 for key generation." into gingerbreadKenny Root2010-10-131-8/+32
|\
| * OBB: use PBKDF2 for key generation.Kenny Root2010-10-131-8/+32
* | Merge "implement part of [3094280] New animation for screen on and screen off...Mathias Agopian2010-10-133-142/+369
|\ \
| * | implement part of [3094280] New animation for screen on and screen offMathias Agopian2010-10-133-142/+369
* | | Merge "Handle native library deletion in scanPackage" into gingerbreadKenny Root2010-10-131-3/+0
|\ \ \
| * | | Handle native library deletion in scanPackageKenny Root2010-10-131-3/+0
| | |/ | |/|
* | | Add shutdown assuranceKenny Root2010-10-131-0/+19
|/ /
* | Merge "GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetw...Mike Lockwood2010-10-131-3/+1
|\ \ | |/ |/|
| * GPS: Remove unnecessary and broken test in AgpsRilInterface updateNetworkStat...Mike Lockwood2010-10-111-3/+1
* | Merge "Fix issue #3089800: adb shell am -W causes ActivityManager crash" into...Dianne Hackborn2010-10-121-2/+2
|\ \
| * | Fix issue #3089800: adb shell am -W causes ActivityManager crashDianne Hackborn2010-10-121-2/+2
* | | NFC API revision round 2.Nick Pelly2010-10-121-90/+136
|/ /
* | Add versionCode and versionName to dumpsys packagesAndy Stadler2010-10-121-0/+2
* | Remove dead code, and make the animation a setting.Joe Onorato2010-10-123-213/+183
* | turn off the electron beamMathias Agopian2010-10-124-7/+254
* | Improve the input policy handling a bit.Jeff Brown2010-10-121-44/+64
* | Merge "OBB: rearrange to be entirely asynchronous" into gingerbreadKenny Root2010-10-111-275/+237
|\ \ | |/ |/|
| * OBB: rearrange to be entirely asynchronousKenny Root2010-10-111-275/+237
* | Merge "Fix an event injection bug when the policy is bypassed." into gingerbreadJeff Brown2010-10-113-163/+99
|\ \
| * | Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-113-163/+99
* | | Merge "Grant URI permissions to the MCS" into gingerbreadKenny Root2010-10-111-10/+43
|\ \ \
| * | | Grant URI permissions to the MCSKenny Root2010-10-111-10/+43
* | | | Merge "Add a configuration option to turn on the screen when you unplug the d...Joe Onorato2010-10-111-1/+9
|\ \ \ \
| * | | | Add a configuration option to turn on the screen when you unplug the device.Joe Onorato2010-10-111-1/+9
* | | | | Merge "Temporarily turn on backup/restore debug logs" into gingerbreadChris Tate2010-10-111-1/+1
|\ \ \ \ \
| * | | | | Temporarily turn on backup/restore debug logsChris Tate2010-10-111-1/+1
* | | | | | Merge "fix a bug where FLIP_H would do a 180 rotation" into gingerbreadMathias Agopian2010-10-111-3/+3
|\ \ \ \ \ \
| * | | | | | fix a bug where FLIP_H would do a 180 rotationMathias Agopian2010-10-111-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "deliver invalidate messages AFTER other messages" into gingerbreadMathias Agopian2010-10-111-8/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | deliver invalidate messages AFTER other messagesMathias Agopian2010-10-111-8/+8
| |/ / / /
* | | | | Merge "Don't throw when userActivity fails because of the permission check." ...Joe Onorato2010-10-111-1/+26
|\ \ \ \ \
| * | | | | Don't throw when userActivity fails because of the permission check.Joe Onorato2010-10-111-1/+26
| | |_|/ / | |/| | |
* | | | | Go one day into 1970 for timezone code.Brad Fitzpatrick2010-10-111-2/+6
| |/ / / |/| | |
* | | | Merge "On boot, advance time to at least 1970." into gingerbreadBrad Fitzpatrick2010-10-111-1/+16
|\ \ \ \
| * | | | On boot, advance time to at least 1970.Brad Fitzpatrick2010-10-111-1/+16
| |/ / /
* | | | Merge "fix a bug where timeouts would only be handled when a message was deli...Mathias Agopian2010-10-111-7/+11
|\ \ \ \
| * | | | fix a bug where timeouts would only be handled when a message was deliveredMathias Agopian2010-10-111-7/+11
* | | | | GPS: Add update_network_state call to AGpsRillInterfaceMike Lockwood2010-10-112-0/+26
| |/ / / |/| | |
* | | | GPS: Fix another race condition in GPS HAL initializationMike Lockwood2010-10-101-28/+28
* | | | Merge "Added more robust tracking and cancelation of events." into gingerbreadJeff Brown2010-10-102-34/+41
|\ \ \ \ | | |_|/ | |/| |
| * | | Added more robust tracking and cancelation of events.Jeff Brown2010-10-102-34/+41
* | | | Merge "GPS: More HAL initialization cleanup" into gingerbreadMike Lockwood2010-10-101-9/+32
|\ \ \ \
| * | | | GPS: More HAL initialization cleanupMike Lockwood2010-10-101-9/+32
* | | | | Add some error-case logging.Robert Greenwalt2010-10-101-16/+13
|/ / / /
* | | | GPS: Do not call sGpsInterface->init() multiple timesMike Lockwood2010-10-092-22/+29
* | | | Merge "Fix retaining of granted permissions when updating of system app." int...Dianne Hackborn2010-10-081-4/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Fix retaining of granted permissions when updating of system app.Dianne Hackborn2010-10-081-4/+9
* | | | Maybe fix #3076572: phone process crashes in SipService, trying to get wifi lockDianne Hackborn2010-10-081-18/+22
|/ / /
* | | Merge "Remove races in Geocoder/LocationProvider Proxy" into gingerbreadMike Lockwood2010-10-083-198/+250
|\ \ \
| * | | Remove races in Geocoder/LocationProvider ProxyMark Vandevoorde2010-10-053-198/+250