OSDN Git Service

android-x86/frameworks-base.git
14 years agoFix problem with starting a translucent activity in onCreate().
Dianne Hackborn [Fri, 12 Mar 2010 23:07:06 +0000 (15:07 -0800)]
Fix problem with starting a translucent activity in onCreate().

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

14 years agoMerge "Make sure visible View state is updated before dispatching clicks"
Adam Powell [Fri, 12 Mar 2010 22:58:32 +0000 (14:58 -0800)]
Merge "Make sure visible View state is updated before dispatching clicks"

14 years agoMerge "Make sure Browser cursors are closed"
Ken Shirriff [Fri, 12 Mar 2010 22:52:24 +0000 (14:52 -0800)]
Merge "Make sure Browser cursors are closed"

14 years agoMake sure visible View state is updated before dispatching clicks
Adam Powell [Fri, 12 Mar 2010 22:48:13 +0000 (14:48 -0800)]
Make sure visible View state is updated before dispatching clicks

Change-Id: If2619ffa760be708efe8b0d2d04e17eb0dc9375e

14 years agoMerge "Boost OMX callback dispatcher thread priority to prevent audio playback stutte...
Andreas Huber [Fri, 12 Mar 2010 22:40:29 +0000 (14:40 -0800)]
Merge "Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load"

14 years agoBoost OMX callback dispatcher thread priority to prevent audio playback stuttering...
Andreas Huber [Fri, 12 Mar 2010 22:33:12 +0000 (14:33 -0800)]
Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load

Change-Id: I1b5339b4d39bd964f286cdf1369d0e0492a465d7
related-to-bug: 2492002

14 years agoMake sure Browser cursors are closed
Ken Shirriff [Fri, 12 Mar 2010 22:31:16 +0000 (14:31 -0800)]
Make sure Browser cursors are closed

finalizer errors were occurring due to unclosed cursors, maybe
causing ANRs.

Change-Id: Ibe75f7dbe7b591023a1560a5ffbfe84fac694ef2

14 years agoMerge "Give an 9-patch error on too many rows and columns"
Kenny Root [Fri, 12 Mar 2010 22:16:56 +0000 (14:16 -0800)]
Merge "Give an 9-patch error on too many rows and columns"

14 years agoGive an 9-patch error on too many rows and columns
Kenny Root [Fri, 12 Mar 2010 22:12:14 +0000 (14:12 -0800)]
Give an 9-patch error on too many rows and columns

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

14 years agoMerge "Improvements to ScaleGestureDetector"
Adam Powell [Fri, 12 Mar 2010 22:11:46 +0000 (14:11 -0800)]
Merge "Improvements to ScaleGestureDetector"

14 years agoMerge "Expose smart-zoom, or centerFitRect to native."
Grace Kloba [Fri, 12 Mar 2010 21:58:03 +0000 (13:58 -0800)]
Merge "Expose smart-zoom, or centerFitRect to native."

14 years agoFramework changes to allow VCards containing multiple entries
Daniel Lehmann [Fri, 12 Mar 2010 21:44:31 +0000 (13:44 -0800)]
Framework changes to allow VCards containing multiple entries
Bug:2501468

Change-Id: I004997c6ed9351e2600e7446615af9e60a14fda8

14 years agoExpose smart-zoom, or centerFitRect to native.
Grace Kloba [Fri, 12 Mar 2010 21:32:55 +0000 (13:32 -0800)]
Expose smart-zoom, or centerFitRect to native.

Clean up the old centerPluginOnScreen so it can be
used to center fit any rectangle on the screen.

Fix http://b/issue?id=2510670

14 years agoRun WifiWatchdogServiceThread only on wifi enable
Irfan Sheriff [Fri, 12 Mar 2010 00:37:45 +0000 (16:37 -0800)]
Run WifiWatchdogServiceThread only on wifi enable

Bug: 2508997
Change-Id: Ib79ee25fcc8e39e9a1d6c5b9ef9681bc00b6d006

14 years agoRecord some logcat output with crashes, ANRs, etc..
Dan Egnor [Fri, 12 Mar 2010 16:52:28 +0000 (08:52 -0800)]
Record some logcat output with crashes, ANRs, etc..

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

14 years agoMerge "Fix the bug that it should write the zero diff to the output file when the...
Yu Shan Emily Lau [Fri, 12 Mar 2010 20:09:52 +0000 (12:09 -0800)]
Merge "Fix the bug that it should write the zero diff to the output file when the actual diff is negative."

14 years agoFix the bug that it should write the zero diff to the output file when the actual...
Yu Shan Emily Lau [Fri, 12 Mar 2010 19:51:41 +0000 (11:51 -0800)]
Fix the bug that it should write the zero diff to the output file when the actual diff is negative.

Change-Id: I5d7c12b0ad9c0286658067cacb7f385626a3107f

14 years agoFix UMS broadcasts in Tethering.
Robert Greenwalt [Fri, 12 Mar 2010 18:23:35 +0000 (10:23 -0800)]
Fix UMS broadcasts in Tethering.

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

14 years agoAdd missing license notices on test classes
Kenny Root [Fri, 12 Mar 2010 19:13:50 +0000 (11:13 -0800)]
Add missing license notices on test classes

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

14 years agoMerge "Update the new activity name."
Yu Shan Emily Lau [Fri, 12 Mar 2010 19:10:56 +0000 (11:10 -0800)]
Merge "Update the new activity name."

14 years agoMerge "Add missing licensing headers for test classes"
Kenny Root [Fri, 12 Mar 2010 19:04:13 +0000 (11:04 -0800)]
Merge "Add missing licensing headers for test classes"

14 years agoFix issue #2483335: android.content.res.cts.ConfigurationTest test's are failing
Dianne Hackborn [Fri, 12 Mar 2010 18:52:22 +0000 (10:52 -0800)]
Fix issue #2483335: android.content.res.cts.ConfigurationTest test's are failing

Change-Id: Ic2d10809c88f24d84e58d9f2edfd95912af29038

14 years agoAdd missing licensing headers for test classes
Kenny Root [Fri, 12 Mar 2010 18:58:01 +0000 (10:58 -0800)]
Add missing licensing headers for test classes

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

14 years agoMerge "Fix: Retrieval of location to caclulate twilight"
Dianne Hackborn [Fri, 12 Mar 2010 18:54:44 +0000 (10:54 -0800)]
Merge "Fix: Retrieval of location to caclulate twilight"

14 years agoImprovements to ScaleGestureDetector
Adam Powell [Fri, 12 Mar 2010 18:52:35 +0000 (10:52 -0800)]
Improvements to ScaleGestureDetector

Change-Id: I995bf7237a1de3ea194efdd21ed31156ff1c3c5b

14 years agoMerge "HTTPStream and HTTPDataSource now support cancellation of the connection proce...
Andreas Huber [Fri, 12 Mar 2010 17:39:33 +0000 (09:39 -0800)]
Merge "HTTPStream and HTTPDataSource now support cancellation of the 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."

14 years agoMerge "If we can't over scroll horizontally, set vx to 0 in doFling. Otherwise if...
Grace Kloba [Fri, 12 Mar 2010 17:38:49 +0000 (09:38 -0800)]
Merge "If we can't over scroll horizontally, set vx to 0 in doFling. Otherwise if vx is greater than vy, as we pin x later in onOverscrolled(), the fling doesn't work as expected."

14 years agoIf we can't over scroll horizontally, set vx to 0 in
Grace Kloba [Fri, 12 Mar 2010 03:41:38 +0000 (19:41 -0800)]
If we can't over scroll horizontally, set vx to 0 in
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

14 years agoMerge "Fix problems with new PowerManager.reboot() implementation."
Mike Lockwood [Fri, 12 Mar 2010 17:37:44 +0000 (09:37 -0800)]
Merge "Fix problems with new PowerManager.reboot() implementation."

14 years agoMerge "Make sure that pause dialing works even when screen is off."
Wink Saville [Fri, 12 Mar 2010 17:35:43 +0000 (09:35 -0800)]
Merge "Make sure that pause dialing works even when screen is off."

14 years agoMerge "Puts two regex layout tests back on the DumpRenderTree skipped list"
Steve Block [Fri, 12 Mar 2010 17:35:37 +0000 (09:35 -0800)]
Merge "Puts two regex layout tests back on the DumpRenderTree skipped list"

14 years agoFix problems with new PowerManager.reboot() implementation.
Mike Lockwood [Fri, 12 Mar 2010 12:55:23 +0000 (07:55 -0500)]
Fix problems with new PowerManager.reboot() implementation.

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>
14 years agoMake sure that pause dialing works even when screen is off.
Wink Saville [Tue, 9 Mar 2010 18:21:32 +0000 (10:21 -0800)]
Make sure that pause dialing works even when screen is off.

bug: 2200086
Change-Id: Ib8c73ce4bca293811ba681c558c37322125c511f

14 years agomissing checks for native class before calling native code
Cary Clark [Fri, 12 Mar 2010 14:13:53 +0000 (09:13 -0500)]
missing checks for native class before calling native code

Change-Id: I1dc77c10e7aff68f8327708291fcff5551722703
http://b/2509668

14 years agoMerge "If the Picture is not ready, just draw the background and return. This should...
Grace Kloba [Fri, 12 Mar 2010 17:13:01 +0000 (09:13 -0800)]
Merge "If the Picture is not ready, just draw the background and return. This should help to avoid the flash in gm."

14 years agoMerge "Add Copyright assignement."
Wink Saville [Fri, 12 Mar 2010 17:10:44 +0000 (09:10 -0800)]
Merge "Add Copyright assignement."

14 years agoHTTPStream and HTTPDataSource now support cancellation of the connection process...
Andreas Huber [Fri, 12 Mar 2010 16:59:22 +0000 (08:59 -0800)]
HTTPStream and HTTPDataSource now support cancellation of the 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.

Change-Id: I6d73defe6d276693853a469db267bb2668d07af5
related-to-bugs: 2475845,2414536

14 years agoAdd Copyright assignement.
Wink Saville [Fri, 12 Mar 2010 17:04:48 +0000 (09:04 -0800)]
Add Copyright assignement.

bug: 2510419
Change-Id: I78355d89e7a9362f918a03c6fc5457209ea4490a

14 years agoMerge "Add missing license notices to files"
Kenny Root [Fri, 12 Mar 2010 16:55:42 +0000 (08:55 -0800)]
Merge "Add missing license notices to files"

14 years agoIf the Picture is not ready, just draw the background
Grace Kloba [Thu, 11 Mar 2010 22:53:07 +0000 (14:53 -0800)]
If the Picture is not ready, just draw the background
and return. This should help to avoid the flash in gm.

Fix http://b/issue?id=2494990

14 years agoMerge "Dump the phone process stack (as well as the system process) on watchdog reset."
Dan Egnor [Fri, 12 Mar 2010 16:50:12 +0000 (08:50 -0800)]
Merge "Dump the phone process stack (as well as the system process) on watchdog reset."

14 years agoAdd missing license notices to files
Kenny Root [Fri, 12 Mar 2010 16:15:28 +0000 (08:15 -0800)]
Add missing license notices to files

Change-Id: Ie46176940810bd5001f7650a381c1c3c90a3718b

14 years agoMerge "Fix for 2175289 : Can't get keyboard in search dialog after switching to lands...
Amith Yamasani [Fri, 12 Mar 2010 14:47:00 +0000 (06:47 -0800)]
Merge "Fix for 2175289 : Can't get keyboard in search dialog after switching to landscape"

14 years agoFix: Retrieval of location to caclulate twilight
Bernd Holzhey [Fri, 12 Mar 2010 08:30:29 +0000 (09:30 +0100)]
Fix: Retrieval of location to caclulate twilight

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

14 years agoMerge "Fix LocationManager.getProvider() API breakage."
Mike Lockwood [Fri, 12 Mar 2010 13:30:35 +0000 (05:30 -0800)]
Merge "Fix LocationManager.getProvider() API breakage."

14 years agoFix LocationManager.getProvider() API breakage.
Mike Lockwood [Fri, 12 Mar 2010 12:51:06 +0000 (07:51 -0500)]
Fix LocationManager.getProvider() API breakage.

getProvider() needs to work for providers that are disabled.
It should only return null if the provider does not exist.

Change-Id: Ieb9fbd8965a10329377bc8ac9d8061cebe519ab5
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoPuts two regex layout tests back on the DumpRenderTree skipped list
Steve Block [Fri, 12 Mar 2010 11:00:36 +0000 (11:00 +0000)]
Puts two regex layout tests back on the DumpRenderTree skipped list

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

14 years agoFix NPE when clearing preferred packages.
Dianne Hackborn [Fri, 12 Mar 2010 07:40:24 +0000 (23:40 -0800)]
Fix NPE when clearing preferred packages.

Fixes issue #2507124:
cts.PackageManagerRequiringPermissionsTest:testClearPackagePreferredActivities
is failing with NPE

Also introduce some compatibility code to simple ignore calls to set
preferred packages from old applications, and changes some package manager
logs to Slog.

Change-Id: Id3f98ac8e106da526ba4c12879a9ddaabf28f462

14 years agoDump the phone process stack (as well as the system process) on watchdog reset.
Dan Egnor [Fri, 12 Mar 2010 06:00:47 +0000 (22:00 -0800)]
Dump the phone process stack (as well as the system process) on watchdog reset.

Change-Id: I3c47086f9cc010f524da7de539942ea30d0338e3

14 years agoFix issue #2492387: system server crash in WallpaperManagerService
Dianne Hackborn [Fri, 12 Mar 2010 06:23:46 +0000 (22:23 -0800)]
Fix issue #2492387: system server crash in WallpaperManagerService

Also move some of the important framework error logs over to Slog.

Change-Id: If6697c3e4f18498612ebd7b0e4e4f042fd713372

14 years agoMerge "The return of rawbu. For other nefarious purposes."
Dianne Hackborn [Fri, 12 Mar 2010 05:44:48 +0000 (21:44 -0800)]
Merge "The return of rawbu.  For other nefarious purposes."

14 years agoThe return of rawbu. For other nefarious purposes.
Dianne Hackborn [Fri, 12 Mar 2010 05:43:34 +0000 (21:43 -0800)]
The return of rawbu.  For other nefarious purposes.

Change-Id: I3e9c892cb6ee79e85bc4d9b817f4ad9942a73b4e

14 years agoMerge "Add correct copyright headers to multiple files"
Kenny Root [Fri, 12 Mar 2010 05:23:51 +0000 (21:23 -0800)]
Merge "Add correct copyright headers to multiple files"

14 years agoMerge "Add ORGANIZER_CAN_RESPOND to Calendars column"
Marc Blank [Fri, 12 Mar 2010 04:32:26 +0000 (20:32 -0800)]
Merge "Add ORGANIZER_CAN_RESPOND to Calendars column"

14 years agoAdd ORGANIZER_CAN_RESPOND to Calendars column
Marc Blank [Fri, 12 Mar 2010 04:26:56 +0000 (20:26 -0800)]
Add ORGANIZER_CAN_RESPOND to Calendars column

Change-Id: I6c3030772fb769546175a024804f8cd2debfd98c

14 years agoMerge "Tame some monkeys"
Adam Powell [Fri, 12 Mar 2010 04:16:36 +0000 (20:16 -0800)]
Merge "Tame some monkeys"

14 years agoMerge "Add GPSProcessingMethod tag to ExifInterface."
Ray Chen [Fri, 12 Mar 2010 03:54:52 +0000 (19:54 -0800)]
Merge "Add GPSProcessingMethod tag to ExifInterface."

14 years agoAdd correct copyright headers to multiple files
Kenny Root [Fri, 12 Mar 2010 02:20:12 +0000 (18:20 -0800)]
Add correct copyright headers to multiple files

Format for the list of changes shows the origin commit reference followed
by the file name.

33931-p9 awt/org/apache/harmony/awt/gl/font/AndroidGlyphVector.java
33931-p9 awt/org/apache/harmony/awt/gl/image/PngDecoderJava.java
133776-p9 core/java/android/app/IntentService.java
127013-p9 core/java/android/appwidget/AppWidgetHost.java
27863-p9 core/java/android/bluetooth/BluetoothAudioGateway.java
60765-p9 core/java/android/content/SyncResult.java
43920-p9 core/java/android/content/pm/ActivityInfo.java
43920-p9 core/java/android/content/pm/ApplicationInfo.java
43920-p9 core/java/android/content/pm/InstrumentationInfo.java
43920-p9 core/java/android/content/pm/PackageInfo.java
44103-p9 core/java/android/content/pm/PackageItemInfo.java
68960-p9 core/java/android/content/pm/PackageStats.java
43920-p9 core/java/android/content/pm/ResolveInfo.java
43920-p9 core/java/android/content/pm/ServiceInfo.java
60641-p9 core/java/android/content/res/Configuration.java
60734-p9 core/java/android/content/res/TypedArray.java
137672-p9 core/java/android/inputmethodservice/ExtractButton.java
123112-p9 core/java/android/inputmethodservice/ExtractEditText.java
119291-p9 core/java/android/inputmethodservice/IInputMethodSessionWrapper.java
112946-p9 core/java/android/inputmethodservice/IInputMethodWrapper.java
115078-p9 core/java/android/os/BatteryStats.java
124790-p9 core/java/android/text/style/UpdateAppearance.java
45083-p9 core/java/android/view/RawInputEvent.java
101491-p9 core/java/android/view/inputmethod/EditorInfo.java
114701-p9 core/java/android/view/inputmethod/ExtractedText.java
123112-p9 core/java/android/view/inputmethod/ExtractedTextRequest.java
119291-p9 core/java/com/android/internal/os/HandlerCaller.java
129279-p9 core/java/com/android/internal/os/PkgUsageStats.java
114701-p9 core/java/com/android/internal/view/IInputConnectionWrapper.java
114701-p9 core/java/com/android/internal/view/InputConnectionWrapper.java
84364-p9 opengl/java/android/opengl/EGLLogWrapper.java
11355-p9 opengl/tools/glgen/src/CFunc.java
11355-p9 opengl/tools/glgen/src/CType.java
11355-p9 opengl/tools/glgen/src/CodeEmitter.java
11355-p9 opengl/tools/glgen/src/GenerateGL.java
11355-p9 opengl/tools/glgen/src/JFunc.java
11355-p9 opengl/tools/glgen/src/JType.java
11355-p9 opengl/tools/glgen/src/JniCodeEmitter.java
11355-p9 opengl/tools/glgen/src/ParameterChecker.java
57236-p9 services/java/com/android/server/status/AnimatedImageView.java
66754-p9 services/java/com/android/server/status/CloseDragHandle.java
57188-p9 services/java/com/android/server/status/DateView.java
46928-p9 services/java/com/android/server/status/ExpandedView.java
70590-p9 services/java/com/android/server/status/FixedSizeDrawable.java
45968-p9 services/java/com/android/server/status/IconData.java
57470-p9 services/java/com/android/server/status/IconMerger.java
82719-p9 services/java/com/android/server/status/LatestItemView.java
45968-p9 services/java/com/android/server/status/NotificationData.java
66754-p9 services/java/com/android/server/status/NotificationLinearLayout.java
57458-p9 services/java/com/android/server/status/NotificationViewList.java
45968-p9 services/java/com/android/server/status/StatusBarException.java
45968-p9 services/java/com/android/server/status/StatusBarIcon.java
46130-p9 services/java/com/android/server/status/StatusBarNotification.java
45968-p9 services/java/com/android/server/status/StatusBarView.java
46199-p9 services/java/com/android/server/status/Ticker.java
62286-p9 services/java/com/android/server/status/TickerView.java
57188-p9 services/java/com/android/server/status/TrackingView.java
86041-p9 telephony/java/android/telephony/PhoneStateListener.java
87020-p9 telephony/java/com/android/internal/telephony/TelephonyIntents.java
136269-p9 telephony/java/com/android/internal/telephony/gsm/SpnOverride.java
34409-p9 tests/FrameworkTest/src/com/android/frameworktest/FrameworkTestApplication.java
55717-p9 tests/FrameworkTest/src/com/android/frameworktest/performance/InvalidateCycle.java
128994-p9 tests/ImfTest/src/com/android/imftest/samples/AutoCompleteTextViewActivityLandscape.java
128994-p9 tests/ImfTest/src/com/android/imftest/samples/AutoCompleteTextViewActivityPortrait.java
129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityNonScrollablePanScan.java
129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityNonScrollableResize.java
129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityScrollablePanScan.java
129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityScrollableResize.java
128994-p9 tests/ImfTest/src/com/android/imftest/samples/BottomEditTextActivityPanScan.java
128994-p9 tests/ImfTest/src/com/android/imftest/samples/BottomEditTextActivityResize.java
127341-p9 tests/ImfTest/src/com/android/imftest/samples/ButtonActivity.java
129347-p9 tests/ImfTest/src/com/android/imftest/samples/DialogActivity.java
129372-p9 tests/ImfTest/src/com/android/imftest/samples/EditTextActivityDialog.java
128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityNoScrollPanScan.java
128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityScrollPanScan.java
128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityScrollResize.java
128994-p9 tests/ImfTest/src/com/android/imftest/samples/OneEditTextActivityNotSelected.java
128994-p9 tests/ImfTest/src/com/android/imftest/samples/OneEditTextActivitySelected.java
25959-p9 tests/framework-tests/src/android/test/FrameworkTests.java
46162-p9 tests/framework-tests/src/com/android/internal/http/multipart/MultipartTest.java
77101-p9 tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/NinePatchTest.java
9788976b1465ce982b5ae7c741345edd0ecd9322 core/java/android/accounts/AuthenticatorDescription.java
53332883543868fb83e111a07306368b7772b340 core/java/android/app/UiModeManager.java
93e7e22ec91dbc641d10ca6d70423e1357a95bba core/java/android/app/FullBackupAgent.java
328c0e7986aa6bb7752ec6de3da9c999920bb55f core/java/android/content/CursorEntityIterator.java
307da1a46b4c9b711bafe8fbaaa6b98e8868c18e core/java/android/content/SyncQueue.java
307da1a46b4c9b711bafe8fbaaa6b98e8868c18e core/java/android/content/SyncOperation.java
eb034652c2037a47ebfd99779e8383bb8bb528af core/java/android/content/pm/LabeledIntent.java
49237345d83e62fdb9eb8d50b13ad086636a04fa core/java/android/content/pm/FeatureInfo.java
a2b6c3775ed6b8924232d6a01bae4a19740a15f8 core/java/android/content/pm/PackageInfoLite.java
3ecd5f437580e49d80beecd29489d5fb1f7a7db0 core/java/android/content/pm/RegisteredServicesCacheListener.java
5ebbb4a6b3e16f711735ae0615b9a9ea64faad38 core/java/android/content/pm/XmlSerializerAndParser.java
c4516a7b62de525e3d6d5e76851bdfaf12c11f05 core/java/android/database/sqlite/SQLiteTransactionListener.java
9bbc21a773cbdfbef2876a75c32bda5839647751 core/java/com/android/internal/backup/LocalTransport.java
21f1bd17b2dfe361acbb28453b3f3b1a110932fa core/java/com/android/internal/content/PackageMonitor.java
4c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3 core/java/com/android/internal/view/BaseSurfaceHolder.java
4c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3 core/java/com/android/internal/view/BaseIWindow.java
e540833fdff4d58e37c9ba859388e24e2945ed45 core/java/com/android/internal/os/SamplingProfilerIntegration.java
192ab903887bbb8e7c7b6da5c581573850e30f46 core/tests/coretests/src/android/widget/expandablelistview/PositionTesterContextMenuListener.java
1619367ab823150fa8856d419abe02ceb75886f1 media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaProfileReader.java
27f8002e591b5c579f75b2580183b5d1c4219cd4 opengl/tools/glgen/stubs/gles11/glGetString.java
560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glGetProgramInfoLog.java
560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glGetShaderInfoLog.java
560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glShaderSource.java
1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/GenerateGLES.java
1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/Jsr239CodeEmitter.java
1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/GLESCodeEmitter.java
69e21f5f6e0d04539cd92848ea009dd615d88c2c opengl/tests/gldual/src/com/android/gldual/TriangleRenderer.java
c028be4f3b8c7476b46859f66c3f33d528adf181 packages/DefaultContainerService/src/com/android/defcontainer/DefaultContainerService.java
7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java
7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerTestActivity.java
7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerTestRunner.java
df8a3f31d871db25e952972c2eb346a71186e9e3 tests/BrowserTestPlugin/src/com/android/testplugin/TestPlugin.java
cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/ActivityManagerPermissionTests.java
cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/ServiceManagerPermissionTests.java
cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java

Copyright header moved to top in following file:

core/tests/coretests/src/android/widget/ListViewTest.java

Change-Id: I3c3198be5a0ba36e18679ed834170432bf0b8418

14 years agoMerge "Preserve widgets on upgrade. Bug #2464545"
Romain Guy [Fri, 12 Mar 2010 02:14:23 +0000 (18:14 -0800)]
Merge "Preserve widgets on upgrade. Bug #2464545"

14 years agoTame some monkeys
Adam Powell [Fri, 12 Mar 2010 02:09:59 +0000 (18:09 -0800)]
Tame some monkeys

Change-Id: I1bdcd466d6bacb0cebdd6bb0b5339477c2c284b0

14 years agoPreserve widgets on upgrade.
Romain Guy [Fri, 12 Mar 2010 02:06:42 +0000 (18:06 -0800)]
Preserve widgets on upgrade.
Bug #2464545

Change-Id: I802878af49dc4d98210fb8049df0bbdc49268d99

14 years agoMerge "Add copyright header for new file"
Kenny Root [Fri, 12 Mar 2010 01:45:38 +0000 (17:45 -0800)]
Merge "Add copyright header for new file"

14 years agoAdd GPSProcessingMethod tag to ExifInterface.
Ray Chen [Wed, 10 Mar 2010 23:02:49 +0000 (15:02 -0800)]
Add GPSProcessingMethod tag to ExifInterface.

Change-Id: I7575ae3195dc510e7020368794a66bb064839104

14 years agoUpdate the new activity name.
Yu Shan Emily Lau [Fri, 12 Mar 2010 00:02:38 +0000 (16:02 -0800)]
Update the new activity name.

Change-Id: I94d986a5a7f3f8ebf0b7491adf3887b21f1de1eb

14 years agoMerge "Second of three sets of minor edits for SD card storage text."
Roy West [Fri, 12 Mar 2010 01:29:32 +0000 (17:29 -0800)]
Merge "Second of three sets of minor edits for SD card storage text."

14 years agoMerge "Stop creating threads for tethering."
Robert Greenwalt [Fri, 12 Mar 2010 01:21:12 +0000 (17:21 -0800)]
Merge "Stop creating threads for tethering."

14 years agoAdd INCALL_POWER_BUTTON_BEHAVIOR setting.
David Brown [Tue, 9 Mar 2010 05:52:11 +0000 (21:52 -0800)]
Add INCALL_POWER_BUTTON_BEHAVIOR setting.

This is part 1 of the fix for bug 2364220 "Accessibility improvements for
ending calls".  This change adds a new (hidden) constant
Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR, for a setting that controls
whether the Power button hangs up the current call, or just turns off the
screen.

Bug: 2364220

Change-Id: I14d4a89b27e99cac51dc16826d217072d999b2d6

14 years agoSecond of three sets of minor edits for SD card storage text.
Roy West [Fri, 12 Mar 2010 00:20:26 +0000 (16:20 -0800)]
Second of three sets of minor edits for SD card storage text.

Change-Id: I53e76142fa77b01d5a5ab3fae2b5dafead7f8445

14 years agoMerge "Need to keep new package's cert when using original-package."
Dianne Hackborn [Fri, 12 Mar 2010 01:12:48 +0000 (17:12 -0800)]
Merge "Need to keep new package's cert when using original-package."

14 years agoMerge "Fix tap detection after a long press"
Adam Powell [Fri, 12 Mar 2010 00:33:58 +0000 (16:33 -0800)]
Merge "Fix tap detection after a long press"

14 years agoFix tap detection after a long press
Adam Powell [Fri, 12 Mar 2010 00:30:28 +0000 (16:30 -0800)]
Fix tap detection after a long press

Change-Id: I004651b8522cac175a72e94a14128d2283da35a4

14 years agoNeed to keep new package's cert when using original-package.
Dianne Hackborn [Fri, 12 Mar 2010 00:20:08 +0000 (16:20 -0800)]
Need to keep new package's cert when using original-package.

Fixes bug #2504353: Lost all widgets and shortcuts after upgrading form FRE68 to FRE69

Change-Id: I62bab66bbd90bf0956d1716bae1b6073d01e2d8a

14 years agoMerge "Close db statement."
Ken Shirriff [Fri, 12 Mar 2010 00:16:43 +0000 (16:16 -0800)]
Merge "Close db statement."

14 years agoFix for 2175289 : Can't get keyboard in search dialog after switching to landscape
Amith Yamasani [Thu, 11 Mar 2010 05:09:28 +0000 (21:09 -0800)]
Fix for 2175289 : Can't get keyboard in search dialog after switching to landscape

The auto complete drop down was obscuring the keyboard. This fix checks if the
screen is in landscape mode and forces the keyboard in front when necessary.

14 years agoMerge "Add a new meta_data column"
Tom Taylor [Thu, 11 Mar 2010 23:58:49 +0000 (15:58 -0800)]
Merge "Add a new meta_data column"

14 years agoMerge "debug-flag covered log messages to help people debug finalizer stuff"
Vasu Nori [Thu, 11 Mar 2010 23:51:32 +0000 (15:51 -0800)]
Merge "debug-flag covered log messages to help people debug finalizer stuff"

14 years agoMerge "Support old/new package names for widgets."
Romain Guy [Thu, 11 Mar 2010 23:41:22 +0000 (15:41 -0800)]
Merge "Support old/new package names for widgets."

14 years agoStop creating threads for tethering.
Robert Greenwalt [Thu, 11 Mar 2010 23:03:08 +0000 (15:03 -0800)]
Stop creating threads for tethering.

Use the passed in looper and save threads.

Change-Id: I6db04ef64e339a5fb2b71e9fb1da32e2d600447c

14 years agoAdd copyright header for new file
Kenny Root [Thu, 11 Mar 2010 23:34:55 +0000 (15:34 -0800)]
Add copyright header for new file

Change-Id: I441c4e002eb8729e7e0ae7a2ab6a38d5dffa0049

14 years agoSupport old/new package names for widgets.
Romain Guy [Thu, 11 Mar 2010 23:30:02 +0000 (15:30 -0800)]
Support old/new package names for widgets.

Change-Id: I134c4e694e66aaea47ad7da83d37b6621f4a527a

14 years agoClose db statement.
Ken Shirriff [Thu, 11 Mar 2010 23:26:18 +0000 (15:26 -0800)]
Close db statement.

Fix finalizer error bug 2483608

Change-Id: I49c33dc68cd3f24772990a467790ecaa06e13a18

14 years agoMerge "Fix issue #2461567: Home screen redraw messed up"
Dianne Hackborn [Thu, 11 Mar 2010 23:13:15 +0000 (15:13 -0800)]
Merge "Fix issue #2461567: Home screen redraw messed up"

14 years agoMerge changes Id4ca8ef7,I1021c590
Mathias Agopian [Thu, 11 Mar 2010 23:10:16 +0000 (15:10 -0800)]
Merge changes Id4ca8ef7,I1021c590

* changes:
  implement connect/disconnect in our native_window_t implementations
  Add a new connect/disconnect API to android_native_window_t

14 years agoimplement connect/disconnect in our native_window_t implementations
Mathias Agopian [Thu, 11 Mar 2010 23:06:54 +0000 (15:06 -0800)]
implement connect/disconnect in our native_window_t implementations

the framebuffer implementation doesn't do anything special with this
but the surfaceflinger implementation makes sure the surface is not used
by two APIs simultaneously.

Change-Id: Id4ca8ef7093d68846abc2ac814327cc40a64b66b

14 years agoAdd a new connect/disconnect API to android_native_window_t
Mathias Agopian [Thu, 11 Mar 2010 23:05:52 +0000 (15:05 -0800)]
Add a new connect/disconnect API to android_native_window_t

it's used to keep track of which API owns the surface.

Change-Id: I1021c5905c020efc3c428e561b38189377168b22

14 years agoMerge "Fix overscroll distance calculation for stack-from-bottom ListViews"
Adam Powell [Thu, 11 Mar 2010 23:01:56 +0000 (15:01 -0800)]
Merge "Fix overscroll distance calculation for stack-from-bottom ListViews"

14 years agodebug-flag covered log messages to help people debug finalizer stuff
Vasu Nori [Thu, 11 Mar 2010 22:57:53 +0000 (14:57 -0800)]
debug-flag covered log messages to help people debug finalizer stuff

should help developers figure out why finalizer warnings are coming out
of their app.

Change-Id: I50a4ba96c84c6b3cf4445331e1fb55320d8783e1

14 years agoMerge "Revert "Do autodetection even if no locale was specified, and use the""
Marco Nelissen [Thu, 11 Mar 2010 22:56:54 +0000 (14:56 -0800)]
Merge "Revert "Do autodetection even if no locale was specified, and use the""

14 years agoMerge "Throw a better error message when the automatic onClick handling doesn't work."
Joe Onorato [Thu, 11 Mar 2010 22:55:23 +0000 (14:55 -0800)]
Merge "Throw a better error message when the automatic onClick handling doesn't work."

14 years agoThrow a better error message when the automatic onClick handling doesn't work.
Joe Onorato [Thu, 11 Mar 2010 22:51:17 +0000 (14:51 -0800)]
Throw a better error message when the automatic onClick handling doesn't work.

Change-Id: I61729e26f76a2ab8825e892cd6c70c06f0955e4c

14 years agoFix issue #2461567: Home screen redraw messed up
Dianne Hackborn [Thu, 11 Mar 2010 19:12:11 +0000 (11:12 -0800)]
Fix issue #2461567: Home screen redraw messed up

Make sure that we have a window redraw itself after resizing its
surface.

Also includes a little optimization to avoid having an extra thread
for the ImageWallpaper.

Change-Id: I88d1eb66e3116077f48e6f9086a5b6459505ef69

14 years agoMerge "Ignore instead of throw errors in QuittingState and reorder some parameters."
Wink Saville [Thu, 11 Mar 2010 22:43:06 +0000 (14:43 -0800)]
Merge "Ignore instead of throw errors in QuittingState and reorder some parameters."

14 years agoFix overscroll distance calculation for stack-from-bottom ListViews
Adam Powell [Thu, 11 Mar 2010 21:42:57 +0000 (13:42 -0800)]
Fix overscroll distance calculation for stack-from-bottom ListViews

Change-Id: Ic8278763586d03c152f7b30b7fdd0b37b0dfc9cb

14 years agoIgnore instead of throw errors in QuittingState and reorder some parameters.
Wink Saville [Thu, 11 Mar 2010 22:03:50 +0000 (14:03 -0800)]
Ignore instead of throw errors in QuittingState and reorder some parameters.

Since there could be an arbitrary number of messages in
the queue but Handler/Looper/MessageQueue do not provide
any mechanism for removing "all" messages the best we can
do is ignore. Throwing an error is probably too heavy.

Change-Id: I13c81ac5786484f5b3218885b010de596d943975

14 years agoMerge "Make getCellLocation return null if not available."
John Wang [Thu, 11 Mar 2010 21:56:59 +0000 (13:56 -0800)]
Merge "Make getCellLocation return null if not available."

14 years agoMake getCellLocation return null if not available.
John Wang [Tue, 9 Mar 2010 23:48:58 +0000 (15:48 -0800)]
Make getCellLocation return null if not available.

For bug 2422284.

Check the cell location and return null if the location is not available.

Change-Id: Ie9a331b906a8253c9a9596365af8705dc03823ce

14 years agoRevert "Do autodetection even if no locale was specified, and use the"
Marco Nelissen [Thu, 11 Mar 2010 21:37:46 +0000 (13:37 -0800)]
Revert "Do autodetection even if no locale was specified, and use the"

This reverts commit b45b0845a6db32848ad08ac1037ef67a68ec2d39.

14 years agoAdd a new meta_data column
Tom Taylor [Thu, 11 Mar 2010 21:37:17 +0000 (13:37 -0800)]
Add a new meta_data column

Add a new column to both the pdu and sms tables. This change just adds
the column definitions. Bug 2505620

Change-Id: I34b2794566a2900932ae34bdded4ed361d503d07

14 years agoMove boot log file writing into a background thread to avoid ANR.
Dan Egnor [Thu, 11 Mar 2010 20:31:23 +0000 (12:31 -0800)]
Move boot log file writing into a background thread to avoid ANR.

Bug: 2507228
Change-Id: I35695f89f1d62b907f04511e3e6b71722008949b

14 years agofix [2483456] Video orientation is wrong on Droid for some videos
Mathias Agopian [Wed, 10 Mar 2010 03:17:47 +0000 (19:17 -0800)]
fix [2483456] Video orientation is wrong on Droid for some videos

Change-Id: I450191f1335f57bffc51aff3e27295395847dbc0