summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix error recovery when a drag can't be startedChris Tate2010-10-221-3/+10
* | | | | | Expose (internally only) the number of animations currently running.Brad Fitzpatrick2010-10-221-0/+3
|/ / / / /
* | | | | resolved conflicts for merge of 9c7489f8 to masterDianne Hackborn2010-10-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | am 38993d8d: Merge "Fix issue #3122240: Expose xlarge in GB." into gingerbreadDianne Hackborn2010-10-221-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Fix issue #3122240: Expose xlarge in GB.Dianne Hackborn2010-10-221-1/+1
* | | | | Merge "Reorganize PackageManager dump to avoid NPE"Kenny Root2010-10-221-2/+2
|\ \ \ \ \
| * | | | | Reorganize PackageManager dump to avoid NPEKenny Root2010-10-221-2/+2
* | | | | | Show app services in adb bugreport (dumpstate).Joe Onorato2010-10-221-15/+8
* | | | | | Merge "Fix bug introduced in Change I856118d8."Joe Onorato2010-10-221-1/+0
|\ \ \ \ \ \
| * | | | | | Fix bug introduced in Change I856118d8.Wink Saville2010-10-211-1/+0
* | | | | | | am d78c8d8b: am f6572e7e: Merge "GPS: Fix network type logic in requestRefLoc...Mike Lockwood2010-10-221-7/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | am f6572e7e: Merge "GPS: Fix network type logic in requestRefLocation" into g...Mike Lockwood2010-10-221-7/+14
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | GPS: Fix network type logic in requestRefLocationMike Lockwood2010-10-221-7/+14
* | | | | | am eb5aeae6: am fdbb2168: Merge "Adjust boundaries for screen sizes." into gi...Dianne Hackborn2010-10-211-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am fdbb2168: Merge "Adjust boundaries for screen sizes." into gingerbreadDianne Hackborn2010-10-211-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge "Adjust boundaries for screen sizes." into gingerbreadDianne Hackborn2010-10-211-2/+2
| | |\ \ \ \
| | | * | | | Adjust boundaries for screen sizes.Dianne Hackborn2010-10-211-2/+2
| * | | | | | am 0c636055: Merge "Mirror the preview for front-facing cameras. do not merge...Mathias Agopian2010-10-212-19/+43
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge "Mirror the preview for front-facing cameras. do not merge" into ginger...Mathias Agopian2010-10-212-19/+43
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Mirror the preview for front-facing cameras. do not mergeWu-cheng Li2010-10-202-19/+43
* | | | | | | Report drag success/fail in the DRAG_ENDED messageChris Tate2010-10-211-42/+106
* | | | | | | am fb31036f: am 583fefc8: Merge "Use the context_priority extension when pres...Mathias Agopian2010-10-212-2/+16
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am 583fefc8: Merge "Use the context_priority extension when present." into gi...Mathias Agopian2010-10-202-2/+16
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge "Use the context_priority extension when present." into gingerbreadMathias Agopian2010-10-202-2/+16
| | |\ \ \ \ \
| | | * | | | | Use the context_priority extension when present.Mathias Agopian2010-10-112-2/+16
| | * | | | | | Fix isUsbMassStorageConnected() will always return trueTony Wu2010-10-201-1/+1
| | | |/ / / / | | |/| | | |
* | | | | | | am c20f205d: am 5bfef1ba: Merge "BatteryService: Set bool to true if sysfs en...Jean-Baptiste Queru2010-10-211-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | |
| * | | | | am 5bfef1ba: Merge "BatteryService: Set bool to true if sysfs entry is not 0"Jean-Baptiste Queru2010-10-201-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | BatteryService: Set bool to true if sysfs entry is not 0Axel Haslam2010-10-121-1/+1
| | * | | | Merge "Fix sometimes mExpandedView will appear while screen transforming."Joe Onorato2010-10-111-0/+3
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Fix sometimes mExpandedView will appear while screen transforming.Tony Wu2010-10-071-0/+3
* | | | | | Refactor SystemUI so the status bar isn't a Service of its own.Joe Onorato2010-10-212-21/+12
* | | | | | Don't remove items from mRecords while iterating over it.Joe Onorato2010-10-211-51/+53
* | | | | | fix bad mergeJoe Onorato2010-10-211-1/+1
* | | | | | resolved conflicts for merge of 368fdba4 to masterBrad Fitzpatrick2010-10-218-20/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am bdf1706a: Merge "Reduce logging." into gingerbreadJoe Onorato2010-10-198-22/+38
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Reduce logging.Joe Onorato2010-10-198-22/+38
| * | | | | am 18580319: DO NOT MERGE. Turn down backup logging for release.Chris Tate2010-10-191-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | DO NOT MERGE. Turn down backup logging for release.Chris Tate2010-10-191-1/+1
* | | | | | Change removeNetowrk to a synchronous channel call.Wink Saville2010-10-201-1/+47
* | | | | | Fix wake and scan behaviorIrfan Sheriff2010-10-201-10/+28
* | | | | | Camera framework change required for 0-memcpy recordingJames Dong2010-10-192-1/+27
* | | | | | am c0e97872: am 928b0748: Merge "Don\'t symlink native library paths for old ...Kenny Root2010-10-191-7/+18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am 928b0748: Merge "Don\'t symlink native library paths for old apps" into gi...Kenny Root2010-10-191-7/+18
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge "Don't symlink native library paths for old apps" into gingerbreadKenny Root2010-10-191-7/+18
| | |\ \ \ \
| | | * | | | Don't symlink native library paths for old appsKenny Root2010-10-181-7/+18
* | | | | | | am 8333d591: am 5d5a9db5: Merge "GPS: Enable some more logging" into gingerbreadMike Lockwood2010-10-192-2/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | am 5d5a9db5: Merge "GPS: Enable some more logging" into gingerbreadMike Lockwood2010-10-182-2/+5
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge "GPS: Enable some more logging" into gingerbreadMike Lockwood2010-10-182-2/+5
| | |\ \ \ \ \
| | | * | | | | GPS: Enable some more loggingMike Lockwood2010-10-182-2/+5