summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge "Add documentation for LeadingMarginSpan2."Eric Fischer2010-03-121-0/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add documentation for LeadingMarginSpan2.Eric Fischer2010-03-121-0/+13
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "ListActivity.onDestroy, remove any pending callbacks."Nicolas Catania2010-03-121-29/+37
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | ListActivity.onDestroy, remove any pending callbacks.Nicolas Catania2010-03-121-29/+37
* | | | | | | | | | | Fix problem with starting a translucent activity in onCreate().Dianne Hackborn2010-03-124-7/+51
|/ / / / / / / / / /
* | | | | | | | | | Merge "Make sure visible View state is updated before dispatching clicks"Adam Powell2010-03-121-1/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make sure visible View state is updated before dispatching clicksAdam Powell2010-03-121-1/+16
* | | | | | | | | | | Merge "Make sure Browser cursors are closed"Ken Shirriff2010-03-121-6/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make sure Browser cursors are closedKen Shirriff2010-03-121-6/+6
* | | | | | | | | | | | Merge "Boost OMX callback dispatcher thread priority to prevent audio playbac...Andreas Huber2010-03-121-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Boost OMX callback dispatcher thread priority to prevent audio playback stutt...Andreas Huber2010-03-121-0/+7
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge "Give an 9-patch error on too many rows and columns"Kenny Root2010-03-121-8/+18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Give an 9-patch error on too many rows and columnsKenny Root2010-03-121-8/+18
* | | | | | | | | | | | Merge "Improvements to ScaleGestureDetector"Adam Powell2010-03-121-8/+20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Improvements to ScaleGestureDetectorAdam Powell2010-03-121-8/+20
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Expose smart-zoom, or centerFitRect to native."Grace Kloba2010-03-122-29/+47
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Expose smart-zoom, or centerFitRect to native.Grace Kloba2010-03-122-29/+47
| |/ / / / / / / / / / /
* | | | | | | | | | | | Framework changes to allow VCards containing multiple entriesDaniel Lehmann2010-03-122-3/+34
* | | | | | | | | | | | Run WifiWatchdogServiceThread only on wifi enableIrfan Sheriff2010-03-123-10/+33
* | | | | | | | | | | | Record some logcat output with crashes, ANRs, etc..Dan Egnor2010-03-122-57/+112
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge "Fix the bug that it should write the zero diff to the output file when...Yu Shan Emily Lau2010-03-121-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix the bug that it should write the zero diff to the output file when the ac...Yu Shan Emily Lau2010-03-121-3/+3
* | | | | | | | | | | | Fix UMS broadcasts in Tethering.Robert Greenwalt2010-03-121-3/+7
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Add missing license notices on test classesKenny Root2010-03-125-1/+81
|/ / / / / / / / / /
* | | | | | | | | | Merge "Update the new activity name."Yu Shan Emily Lau2010-03-121-3/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update the new activity name.Yu Shan Emily Lau2010-03-111-3/+3
* | | | | | | | | | Merge "Add missing licensing headers for test classes"Kenny Root2010-03-124-0/+64
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add missing licensing headers for test classesKenny Root2010-03-124-0/+64
* | | | | | | | | | | Fix issue #2483335: android.content.res.cts.ConfigurationTest test's are failingDianne Hackborn2010-03-121-7/+14
|/ / / / / / / / / /
* | | | | | | | | | Merge "Fix: Retrieval of location to caclulate twilight"Dianne Hackborn2010-03-121-32/+37
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix: Retrieval of location to caclulate twilightBernd Holzhey2010-03-121-32/+37
* | | | | | | | | | Merge "HTTPStream and HTTPDataSource now support cancellation of the connecti...Andreas Huber2010-03-128-56/+217
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-128-56/+217
* | | | | | | | | | | Merge "If we can't over scroll horizontally, set vx to 0 in doFling. Otherwis...Grace Kloba2010-03-121-5/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | If we can't over scroll horizontally, set vx to 0 inGrace Kloba2010-03-121-5/+10
* | | | | | | | | | | | Merge "Fix problems with new PowerManager.reboot() implementation."Mike Lockwood2010-03-122-13/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix problems with new PowerManager.reboot() implementation.Mike Lockwood2010-03-122-13/+10
* | | | | | | | | | | | Merge "Make sure that pause dialing works even when screen is off."Wink Saville2010-03-121-10/+22
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make sure that pause dialing works even when screen is off.Wink Saville2010-03-121-10/+22
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge "Puts two regex layout tests back on the DumpRenderTree skipped list"Steve Block2010-03-121-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Puts two regex layout tests back on the DumpRenderTree skipped listSteve Block2010-03-121-3/+4
* | | | | | | | | | | | missing checks for native class before calling native codeCary Clark2010-03-121-5/+7
* | | | | | | | | | | | Merge "If the Picture is not ready, just draw the background and return. This...Grace Kloba2010-03-121-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | If the Picture is not ready, just draw the backgroundGrace Kloba2010-03-121-0/+8
* | | | | | | | | | | | | Merge "Add Copyright assignement."Wink Saville2010-03-122-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add Copyright assignement.Wink Saville2010-03-122-0/+4
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge "Add missing license notices to files"Kenny Root2010-03-122-2/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add missing license notices to filesKenny Root2010-03-122-2/+31
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge "Dump the phone process stack (as well as the system process) on watchd...Dan Egnor2010-03-121-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Dump the phone process stack (as well as the system process) on watchdog reset.Dan Egnor2010-03-111-0/+6