summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge "Add documentation for LeadingMarginSpan2."Eric Fischer2010-03-121-0/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Add documentation for LeadingMarginSpan2.Eric Fischer2010-03-121-0/+13
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 2420334 Change-Id: Ica42cc34a938a5ec529da16804d1f0e6fddcc249
* | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a onDestroy method to do the callbacks cleanup. Apologies for the line end whitespaces my editor removed automatically. Bug:2090959 Change-Id: Id3ea4b8fc38e55c1b1ef78b3ec5b81cb02ab5b69
* | | | | | | | | | | Fix problem with starting a translucent activity in onCreate().Dianne Hackborn2010-03-124-7/+51
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #2437252: Starting activity by means of startActivityForResult causes 5 seconds delay if "android:windowIsTranslucent" is true The optimization to avoid showing an activity window when a new activity is being started was a little too aggressive. Now it avoids doing this if there is not actually a fullscreen activity on top to cover it. Change-Id: I630e37a1f1d3b874b5a25572cbf887cebc2e3e91
* | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If2619ffa760be708efe8b0d2d04e17eb0dc9375e
* | | | | | | | | | | Merge "Make sure Browser cursors are closed"Ken Shirriff2010-03-121-6/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make sure Browser cursors are closedKen Shirriff2010-03-121-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | finalizer errors were occurring due to unclosed cursors, maybe causing ANRs. Change-Id: Ibe75f7dbe7b591023a1560a5ffbfe84fac694ef2
* | | | | | | | | | | | Merge "Boost OMX callback dispatcher thread priority to prevent audio ↵Andreas Huber2010-03-121-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | playback stuttering under increased system load"
| * | | | | | | | | | | Boost OMX callback dispatcher thread priority to prevent audio playback ↵Andreas Huber2010-03-121-0/+7
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stuttering under increased system load Change-Id: I1b5339b4d39bd964f286cdf1369d0e0492a465d7 related-to-bug: 2492002
* | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When you have too many rows and columns, there are not enough colors in the 9-patch private metadata to represent them. Instead of crashing aapt, this change gives the user an error message telling them why it's invalid. Change-Id: I5e7bd59472a3a2eafa7cbc263792458cce2b5594
* | | | | | | | | | | | Merge "Improvements to ScaleGestureDetector"Adam Powell2010-03-121-8/+20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Improvements to ScaleGestureDetectorAdam Powell2010-03-121-8/+20
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I995bf7237a1de3ea194efdd21ed31156ff1c3c5b
* | | | | | | | | | | | 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
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clean up the old centerPluginOnScreen so it can be used to center fit any rectangle on the screen. Fix http://b/issue?id=2510670
* | | | | | | | | | | | Framework changes to allow VCards containing multiple entriesDaniel Lehmann2010-03-122-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:2501468 Change-Id: I004997c6ed9351e2600e7446615af9e60a14fda8
* | | | | | | | | | | | Run WifiWatchdogServiceThread only on wifi enableIrfan Sheriff2010-03-123-10/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 2508997 Change-Id: Ib79ee25fcc8e39e9a1d6c5b9ef9681bc00b6d006
* | | | | | | | | | | | Record some logcat output with crashes, ANRs, etc..Dan Egnor2010-03-122-57/+112
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shelling out to logcat from the system server makes me queasy, so this is turned off by default -- it must be enabled individually for each error type (system_app_anr, etc) via a secure settings value (which I plan to poke into from gservices for internal use). Even when enabled, it happens in a side thread, unless the system server is about to die anyway (system server restart). Change-Id: Id6d88bcd78d3625f0364a5fe9c771046601a5a14
* | | | | | | | | | | Merge "Fix the bug that it should write the zero diff to the output file ↵Yu Shan Emily Lau2010-03-121-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when the actual diff is negative."
| * | | | | | | | | | | Fix the bug that it should write the zero diff to the output file when the ↵Yu Shan Emily Lau2010-03-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actual diff is negative. Change-Id: I5d7c12b0ad9c0286658067cacb7f385626a3107f
* | | | | | | | | | | | Fix UMS broadcasts in Tethering.Robert Greenwalt2010-03-121-3/+7
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now Tethering gets notified of UMS changes. Turns out UMS Broadcasts have attached data with a file scheme and the filter had to be set correctly. bug:2504908 Change-Id: I67d979000196c90068fe59846b4fa2bbf6ea00d8
* | | | | | | | | | | Add missing license notices on test classesKenny Root2010-03-125-1/+81
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change number and file origin info 34691-p9 frameworks/base/test-runner/src/android/test/ProviderTestCase2.java 48099-p9 frameworks/base/test-runner/src/android/test/RenamingDelegatingContext.java 40550-p9 frameworks/base/test-runner/src/android/test/BundlePrinter.java 87783-p9 frameworks/base/test-runner/src/android/test/IsolatedContext.java 34691-p9 frameworks/base/test-runner/src/android/test/ProviderTestCase.java Change-Id: I1fea36db24e73f91ffdf43b84ff73be55478b53a
* | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I94d986a5a7f3f8ebf0b7491adf3887b21f1de1eb
* | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit and file info: 33817-p9 frameworks/base/core/tests/coretests/src/android/util/LogTest.java 39945-p9 frameworks/base/core/tests/coretests/src/android/text/SpannableTest.java 39945-p9 frameworks/base/core/tests/coretests/src/android/text/SpannableStringBuilderTest.java 39945-p9 frameworks/base/core/tests/coretests/src/android/text/SpannableStringTest.java Change-Id: I1aac616069b7c26a00153d00118ced289d802e44
* | | | | | | | | | | Fix issue #2483335: android.content.res.cts.ConfigurationTest test's are failingDianne Hackborn2010-03-121-7/+14
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic2d10809c88f24d84e58d9f2edfd95912af29038
* | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The provider determined by getBestProvider may not have a LastKnownLocation and therefore the system might use a fake location, even if one provider will have a location. Change-Id: Iec4a377b141b0260af5611f51affa5f0c4a84ed2
* | | | | | | | | | Merge "HTTPStream and HTTPDataSource now support cancellation of the ↵Andreas Huber2010-03-128-56/+217
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership."
| * | | | | | | | | | HTTPStream and HTTPDataSource now support cancellation of the connection ↵Andreas Huber2010-03-128-56/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership. Change-Id: I6d73defe6d276693853a469db267bb2668d07af5 related-to-bugs: 2475845,2414536
* | | | | | | | | | | Merge "If we can't over scroll horizontally, set vx to 0 in doFling. ↵Grace Kloba2010-03-121-5/+10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise if vx is greater than vy, as we pin x later in onOverscrolled(), the fling doesn't work as expected."
| * | | | | | | | | | | If we can't over scroll horizontally, set vx to 0 inGrace Kloba2010-03-121-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | doFling. Otherwise if vx is greater than vy, as we pin x later in onOverscrolled(), the fling doesn't work as expected. Fix http://b/issue?id=2507550
* | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ShutdownThread.reboot() does return so we need to block after calling it to prevent PowerManager.reboot() from returning. Since PowerManager.reboot() can now take significantly longer than before, we now ignore ANRs during shutdown. Change-Id: Ibceeb265ae382567215f6a399108d8be3a7bbc95 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | | | | | | | | | 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
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 2200086 Change-Id: Ib8c73ce4bca293811ba681c558c37322125c511f
* | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fast/regex/test1.html and fast/regex/slow.html were removed from the skipped list in https://android-git.corp.google.com/g/#change,43908 However, they cause DumpRenderTree to hang when run with V8, so are added back to the list pending further investigation. Bug: 2509394 Change-Id: I83c361c99fcd61e940a169f1ed00614529af48ff
* | | | | | | | | | | | missing checks for native class before calling native codeCary Clark2010-03-121-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1dc77c10e7aff68f8327708291fcff5551722703 http://b/2509668
* | | | | | | | | | | | Merge "If the Picture is not ready, just draw the background and return. ↵Grace Kloba2010-03-121-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should help to avoid the flash in gm."
| * | | | | | | | | | | | If the Picture is not ready, just draw the backgroundGrace Kloba2010-03-121-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and return. This should help to avoid the flash in gm. Fix http://b/issue?id=2494990
* | | | | | | | | | | | | Merge "Add Copyright assignement."Wink Saville2010-03-122-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add Copyright assignement.Wink Saville2010-03-122-0/+4
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 2510419 Change-Id: I78355d89e7a9362f918a03c6fc5457209ea4490a
* | | | | | | | | | | | | Merge "Add missing license notices to files"Kenny Root2010-03-122-2/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add missing license notices to filesKenny Root2010-03-122-2/+31
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie46176940810bd5001f7650a381c1c3c90a3718b
* | | | | | | | | | | | | Merge "Dump the phone process stack (as well as the system process) on ↵Dan Egnor2010-03-121-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | watchdog reset."
| * | | | | | | | | | | | Dump the phone process stack (as well as the system process) on watchdog reset.Dan Egnor2010-03-111-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3c47086f9cc010f524da7de539942ea30d0338e3