OSDN Git Service

android-x86/frameworks-base.git
13 years agoMerge "Dedupe timestamp in PackageSettings" into gingerbread
Kenny Root [Tue, 14 Sep 2010 16:29:48 +0000 (09:29 -0700)]
Merge "Dedupe timestamp in PackageSettings" into gingerbread

13 years agoSipAudioCall: use SipErrorCode instead of string in onError()
Hung-ying Tyan [Tue, 14 Sep 2010 13:28:12 +0000 (21:28 +0800)]
SipAudioCall: use SipErrorCode instead of string in onError()

and fix callback in setListener().

Change-Id: Ic2622df992a2ad45cb1e3f71736f320897ae8fb3

13 years agoSIP: remove dependency on javax.sip
Hung-ying Tyan [Tue, 14 Sep 2010 12:12:59 +0000 (20:12 +0800)]
SIP: remove dependency on javax.sip

and change errorCodeString to errorCode in
SipRegistrationListener.onRegistrationFailed().

Change-Id: Id9618f5a4b0effaed04f8b0dc60347499d9e4501

13 years agoMerge "Fix the bug of authentication in an outgoing call." into gingerbread
Chung-yih Wang [Tue, 14 Sep 2010 06:31:18 +0000 (23:31 -0700)]
Merge "Fix the bug of authentication in an outgoing call." into gingerbread

13 years agoFix the bug of authentication in an outgoing call.
Chung-yih Wang [Tue, 14 Sep 2010 06:01:13 +0000 (14:01 +0800)]
Fix the bug of authentication in an outgoing call.

Since we missed the check of another challenge header in the
proxy authentication response.

Change-Id: Ie5b9d22c6c55b4d65619d2194c88845e7dd59f15

13 years agoFix interaction between BluetoothEventLoop and BluetoothService.
Jaikumar Ganesh [Fri, 10 Sep 2010 22:09:54 +0000 (15:09 -0700)]
Fix interaction between BluetoothEventLoop and BluetoothService.

BluetoothEventLoop primarily handles event notifications from Bluez.
It should know innards of Bonding and especially BondState.
BondState class and BluetoothService call into each other.
When BluetoothEvent loop gets the handle to BondState it leads
to deadlocks and ANRs.

Change-Id: I785c57f6246c1288350d26d4acb87d879b27a5f9

13 years agoMerge "SipService: deliver connectivity change to all sessions." into gingerbread
Hung-ying Tyan [Tue, 14 Sep 2010 02:53:58 +0000 (19:53 -0700)]
Merge "SipService: deliver connectivity change to all sessions." into gingerbread

13 years agoMerge "Fix potential crash in sync." into gingerbread
Dianne Hackborn [Tue, 14 Sep 2010 00:21:04 +0000 (17:21 -0700)]
Merge "Fix potential crash in sync." into gingerbread

13 years agoMerge "Work on issue #2991868: A toast pops up informing users..." into gingerbread
Dianne Hackborn [Tue, 14 Sep 2010 00:14:00 +0000 (17:14 -0700)]
Merge "Work on issue #2991868: A toast pops up informing users..." into gingerbread

13 years agoFix potential crash in sync.
Dianne Hackborn [Tue, 14 Sep 2010 00:12:51 +0000 (17:12 -0700)]
Fix potential crash in sync.

Change-Id: I523d8faa24b7ba57dcc09cbe91b5cb91d9f6f262

13 years agoSipService: deliver connectivity change to all sessions.
Hung-ying Tyan [Mon, 13 Sep 2010 16:17:51 +0000 (00:17 +0800)]
SipService: deliver connectivity change to all sessions.

+ add DATA_CONNECTION_LOST to SipErrorCode
+ convert it to Connection.DisconnectCause.LOST_SIGNAL in SipPhone

http://b/issue?id=2992548

Change-Id: Ie8983c1b81077b21f46304cf60b8e61df1ffd241

13 years agoWork on issue #2991868: A toast pops up informing users...
Dianne Hackborn [Mon, 13 Sep 2010 23:58:59 +0000 (16:58 -0700)]
Work on issue #2991868: A toast pops up informing users...

...that Market took over the screen after signing into a Google account

Don't warn the user about a new activity coming up on an activity that
is finishing.

Change-Id: I573073139d42a485473d0c8a7df450c1a23c35c3

13 years agoDedupe timestamp in PackageSettings
Kenny Root [Mon, 13 Sep 2010 23:29:49 +0000 (16:29 -0700)]
Dedupe timestamp in PackageSettings

Timestamp data was duplicated making the management of timestamp
unnecessarily complicated.

Change-Id: Ia13be6ee9809a314232453e8627a54f9c9d8374d

13 years agoMerge "DO NOT MERGE Fix bug 2995887 - overscroll effect initialization issue" into...
Adam Powell [Mon, 13 Sep 2010 23:09:51 +0000 (16:09 -0700)]
Merge "DO NOT MERGE Fix bug 2995887 - overscroll effect initialization issue" into gingerbread

13 years agoDO NOT MERGE Fix bug 2995887 - overscroll effect initialization issue
Adam Powell [Mon, 13 Sep 2010 23:08:02 +0000 (16:08 -0700)]
DO NOT MERGE Fix bug 2995887 - overscroll effect initialization issue

Change-Id: I03cc18616dec05eb9e0383dc02371366c70cc12b

13 years agoMerge "Fix statusbar display of wifi signalstrength" into gingerbread
Irfan Sheriff [Mon, 13 Sep 2010 23:05:06 +0000 (16:05 -0700)]
Merge "Fix statusbar display of wifi signalstrength" into gingerbread

13 years agoFix statusbar display of wifi signalstrength
Robert Greenwalt [Mon, 13 Sep 2010 22:53:26 +0000 (15:53 -0700)]
Fix statusbar display of wifi signalstrength

When turning a 1d array into a 2d, be sure and adjust length-checks.
bug:2995809

Change-Id: I9ff53f75958ea7808eb9f44bc05497e86f1807a2

13 years agoTrack client requests through location manager.
Dianne Hackborn [Sat, 11 Sep 2010 01:43:00 +0000 (18:43 -0700)]
Track client requests through location manager.

This fixes a problem where applications could ask the location
manager to do very heavy-weight things (like...  say... update
location every minute), which would get accounted against the
system instead of the application because ultimately it is the
system making the heavy calls (wake locks, etc).

To solve this, we introduce a new class WorkSource representing
the source of some work.  Wake locks and Wifi locks allow you
to set the source to use (but only if you are system code and thus
can get the permission to do so), which is what will be reported
to the battery stats until the actual caller.

For the initial implementation, the location manager keeps track
of all clients requesting periodic updates, and tells its providers
about them as a WorkSource param when setting their min update time.
The network location provider uses this to set the source on the
wake and wifi locks it acquires, when doing work because of the
update period.

This should also be used elsewhere, such as in the GPS provider,
but this is a good start.

Change-Id: I2b6ffafad9e90ecf15d7c502e2db675fd52ae3cf

13 years agoOut Of Band API for Secure Simple Pairing.
Jaikumar Ganesh [Thu, 9 Sep 2010 22:37:57 +0000 (15:37 -0700)]
Out Of Band API for Secure Simple Pairing.

Change-Id: I54ded27ab85d46eef3d2cca84f2394b1ffe88ced

13 years agoMerge "DO NOT MERGE" into gingerbread
Shimeng (Simon) Wang [Mon, 13 Sep 2010 18:00:16 +0000 (11:00 -0700)]
Merge "DO NOT MERGE" into gingerbread

13 years agoDO NOT MERGE
Shimeng (Simon) Wang [Mon, 13 Sep 2010 17:23:02 +0000 (10:23 -0700)]
DO NOT MERGE

Use a static variable and methods for the current WebView.

sJavaBridge may not exist by the time onWindowFocusChanged is called.
To avoid an NPE, just static methods that modify a global field.
JWebCoreJavaBridge is a global object anyway so using a static field
will be fine.  To avoid any garbage collection issues, store the
WebView in a WeakReference.

Bug: 2908023
Change-Id: I05e9261f2c3d13c10c73c9b34f3aeea1d12a08a6

13 years agoMerge "Fix volume problems with insert revert" into gingerbread
Eric Laurent [Mon, 13 Sep 2010 16:14:39 +0000 (09:14 -0700)]
Merge "Fix volume problems with insert revert" into gingerbread

13 years agoFix volume problems with insert revert
Eric Laurent [Sat, 11 Sep 2010 00:44:44 +0000 (17:44 -0700)]
Fix volume problems with insert revert

- Use a constant input level to the reverb engine and implement volume control in the
insert reverb. This avoids the volume spikes when an effect that was inserted after
the reverb is disabled or removed.
- Fix clicks (one silent buffer) at the end of the reverb disable period.
- Modified volume management in audioflinger so that the volume ramp is also done by
the insert effect if present when the track is paused (avoids clicks).
- Increased room level for all presets.

Also fixed problems with output stage session (-1):
- effect bundle wrapper was not designed to support session -1
- the permission check in audioflinger for using session -1 failed due to a wrong usage of
getCallingPid()

Change-Id: Id1ff51327263364bf71d3f2668fa5cde4311d84f

13 years agoSIP: enhance timeout and registration status feedback.
Hung-ying Tyan [Sun, 12 Sep 2010 15:50:38 +0000 (23:50 +0800)]
SIP: enhance timeout and registration status feedback.

http://b/issue?id=2984419
http://b/issue?id=2991065

Change-Id: I2d3b1dd3a70079ff347f7256f4684aea07847f4e

13 years agoSIP: remove dependency on javax.sip.SipException.
Hung-ying Tyan [Mon, 13 Sep 2010 08:50:12 +0000 (16:50 +0800)]
SIP: remove dependency on javax.sip.SipException.

Change-Id: I77d289bef1b5e7f1ec0c0408d0bbf96c21085cd7

13 years agoMerge "Fix PointerLocationView when pointer ids are not zero-based." into gingerbread
Jeff Brown [Mon, 13 Sep 2010 03:45:31 +0000 (20:45 -0700)]
Merge "Fix PointerLocationView when pointer ids are not zero-based." into gingerbread

13 years agoFix PointerLocationView when pointer ids are not zero-based.
Jeff Brown [Mon, 13 Sep 2010 02:14:26 +0000 (19:14 -0700)]
Fix PointerLocationView when pointer ids are not zero-based.

Since we support using driver-provided pointer ids (ABS_MT_TRACKING_ID)
there is no guarantee that pointer ids will necessarily start from 0
or be contiguous.

Change-Id: I9609b7a3bb238d7edbcbd68cc839dd6d14baf9df

13 years agoMake nativeLibraryDir visible in the API
Kenny Root [Mon, 13 Sep 2010 02:20:03 +0000 (19:20 -0700)]
Make nativeLibraryDir visible in the API

Change-Id: Ic88e76a85b0041e97b4c29c42dfa09db0356391c

13 years agoSupport UI visibility and restarting in download manager.
Steve Howard [Thu, 9 Sep 2010 23:13:41 +0000 (16:13 -0700)]
Support UI visibility and restarting in download manager.

First, this change adds a column to the downloads table specifying
whether a download should be displayed in the system downloads UI.  It
adds a public method to set this parameter when requesting a download,
and a hidden method to filter queries based on this paramter (such
filtering could be made public later, but it's not strictly necessary
right now).

Second, this change adds support for restarting a completed/failed
download as a hidden method on DownloadManager.  Currently it only
works from the download manager's process - it'll be used by the new
download manager UI.

Change-Id: I15eda1a6e3717d1ce947a810b25ad3540cce809e

13 years agoMerge "Don't play a sound if a volume key press is canceled." into gingerbread
Jeff Brown [Mon, 13 Sep 2010 01:11:42 +0000 (18:11 -0700)]
Merge "Don't play a sound if a volume key press is canceled." into gingerbread

13 years agoMerge "Undo API patch due to field pulled up to superclass." into gingerbread
Jeff Brown [Mon, 13 Sep 2010 01:11:05 +0000 (18:11 -0700)]
Merge "Undo API patch due to field pulled up to superclass." into gingerbread

13 years agoDon't play a sound if a volume key press is canceled.
Jeff Brown [Mon, 13 Sep 2010 00:53:38 +0000 (17:53 -0700)]
Don't play a sound if a volume key press is canceled.

Change-Id: I8e45af20ec83a81565e10be3648b95686fa897af

13 years agoUndo API patch due to field pulled up to superclass.
Jeff Brown [Mon, 13 Sep 2010 01:01:28 +0000 (18:01 -0700)]
Undo API patch due to field pulled up to superclass.

Earlier we extracted a common superclass InputEvent from KeyEvent
and MotionEvent.  During this process, getDeviceId() and mDeviceId
were moved to the superclass.  The API change tracking was unable
to automatically figure out that the method had just been moved up
to the superclass (still binary compatible) so we patched up 9.xml
manually to fool it.  Unfortunately mDeviceId slipped in there
when it should not have since it should have been marked with @hide.
This change just removes mDeviceId.

Change-Id: I5fca14c8dc6f98952b8afbdb6e034824a22bdb1d

13 years agoMerge changes Ie3648509,I53db73c3 into gingerbread
Kenny Root [Mon, 13 Sep 2010 00:59:41 +0000 (17:59 -0700)]
Merge changes Ie3648509,I53db73c3 into gingerbread

* changes:
  Move native library removal function to helper
  Initialize native library path in PackageSetting

13 years agoFix some API discrepancies in InputEvent.
Jeff Brown [Mon, 13 Sep 2010 00:17:30 +0000 (17:17 -0700)]
Fix some API discrepancies in InputEvent.

Change-Id: I8e33e125e10075d6f256a1eb3dd46990f35074d6

13 years agoInput dispatcher ANR handling enhancements.
Jeff Brown [Wed, 8 Sep 2010 18:49:43 +0000 (11:49 -0700)]
Input dispatcher ANR handling enhancements.

This change is essentially a rewrite of the main input dispatcher loop
with the target identification folded in.  Since the input dispatcher now
has all of the window state, it can make better decisions about
when to ANR.

Added a .5 second deadline for processing app switch keys.  This behavior
predates Gingerbread but had not previously been ported.

Fixed some timing inaccuracies in the ANR accounting that could cause
applications to ANR sooner than they should have.

Added a mechanism for tracking key and motion events that have been
dispatched to a window so that appropriate cancelation events can be
synthesized when recovering from ANR.  This change helps to keep
applications in sync so they don't end up with stuck buttons upon
recovery from ANRs.

Added more comments to describe the tricky parts of PollLoop.

Change-Id: I13dffca27acb436fc383980db536abc4d8b9e6f1

13 years agoAdd faster TextUtil function for searching delimited lists.
Brad Fitzpatrick [Fri, 10 Sep 2010 23:07:52 +0000 (16:07 -0700)]
Add faster TextUtil function for searching delimited lists.

The previous version in Settings allocated memory.

Change-Id: I0f821112dc8f830689489f201ce268195f9e6cbd

13 years agoMerge "Allow two finger pan and scale on touchscreens with FEATURE_TOUCHSCREEN_MULTIT...
Adam Powell [Sun, 12 Sep 2010 17:25:55 +0000 (10:25 -0700)]
Merge "Allow two finger pan and scale on touchscreens with FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT." into gingerbread

13 years agoMove native library removal function to helper
Kenny Root [Sun, 12 Sep 2010 16:04:56 +0000 (09:04 -0700)]
Move native library removal function to helper

Moves the remoteNativeLibrariesLI call to NativeLibraryHelper to prepare
for being able to symlink the /data/data/<package>/lib dir to the ASEC
container.

Change-Id: Ie3648509c6b6293a8d9bdd815610ab408df5047f

13 years agoInitialize native library path in PackageSetting
Kenny Root [Sun, 12 Sep 2010 15:34:19 +0000 (08:34 -0700)]
Initialize native library path in PackageSetting

During boot-up we weren't paying attention to the nativeLibraryPath that
was read from the package settings XML file which reset the path to the
default /data/data/<package>/lib directory.

This adds nativeLibraryPath as an argument to the PackageSettings
constructor and related functions that will pull that value in from the
settings file.

It also removes the call to nativeLibraryDir.mkdir() which installd does
by itself.

Change-Id: I53db73c3b1bc90997a4a73f7f2fbaee125e6f67e

13 years agoMerge "Register ServiceStateChanged to CallManager." into gingerbread
Jaikumar Ganesh [Fri, 10 Sep 2010 22:54:19 +0000 (15:54 -0700)]
Merge "Register ServiceStateChanged to CallManager." into gingerbread

13 years agoRegister ServiceStateChanged to CallManager.
John Wang [Fri, 10 Sep 2010 22:07:06 +0000 (15:07 -0700)]
Register ServiceStateChanged to CallManager.

Change-Id: I216bac222e1bfd93ad36c0aeafa85c232dd60abe

13 years agoMerge "Changed menu and expandedMenu background color to dark." into gingerbread
Gilles Debunne [Fri, 10 Sep 2010 21:16:29 +0000 (14:16 -0700)]
Merge "Changed menu and expandedMenu background color to dark." into gingerbread

13 years agoMerge "Enable strictmode logging in system_server & add a lock." into gingerbread
Brad Fitzpatrick [Fri, 10 Sep 2010 21:05:57 +0000 (14:05 -0700)]
Merge "Enable strictmode logging in system_server & add a lock." into gingerbread

13 years agoMerge "Delete AWT from frameworks/base." into gingerbread
Jesse Wilson [Fri, 10 Sep 2010 21:04:01 +0000 (14:04 -0700)]
Merge "Delete AWT from frameworks/base." into gingerbread

13 years agoThis was already deprecated, but not picked up by the tool DO NOT MERGE
Joe Onorato [Fri, 10 Sep 2010 20:58:33 +0000 (16:58 -0400)]
This was already deprecated, but not picked up by the tool DO NOT MERGE

Change-Id: I4740a37039d0817a7f433f169ac2afc074101533

13 years agoChanged menu and expandedMenu background color to dark.
Gilles Debunne [Fri, 10 Sep 2010 20:33:01 +0000 (13:33 -0700)]
Changed menu and expandedMenu background color to dark.

Change-Id: I662e635c49a4a80295a2f11ccd9406301ffd831d

13 years agoMerge "Import revised translations. DO NOT MERGE" into gingerbread
Eric Fischer [Fri, 10 Sep 2010 20:18:37 +0000 (13:18 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into gingerbread

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 10 Sep 2010 20:04:39 +0000 (13:04 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: Ia93fc0d7ab89ff0ccf09f183ae0c9366ce72f9d0

13 years agoMerge "Make @deprecated without a comment an error DO NOT MERGE" into gingerbread
Joe Onorato [Fri, 10 Sep 2010 19:45:18 +0000 (12:45 -0700)]
Merge "Make @deprecated without a comment an error DO NOT MERGE" into gingerbread

13 years agoMerge "Fix the last remaining @deprecated tag without comment warning." into gingerbread
Joe Onorato [Fri, 10 Sep 2010 19:44:36 +0000 (12:44 -0700)]
Merge "Fix the last remaining @deprecated tag without comment warning." into gingerbread

13 years agoam 51c18989: docs: update platform dashboard
Scott Main [Fri, 10 Sep 2010 19:34:06 +0000 (12:34 -0700)]
am 51c18989: docs: update platform dashboard

Merge commit '51c18989cf44d14a7ff82c45d9886b7ea55bd068' into gingerbread

* commit '51c18989cf44d14a7ff82c45d9886b7ea55bd068':
  docs: update platform dashboard

13 years agoMake @deprecated without a comment an error DO NOT MERGE
Joe Onorato [Fri, 10 Sep 2010 19:02:06 +0000 (15:02 -0400)]
Make @deprecated without a comment an error DO NOT MERGE

(do not merge because in master, this error has a different code 114 instead of 14)

Change-Id: Iffc58423a8e972f3f59edfe6668beac4b65182e0

13 years agoFix the last remaining @deprecated tag without comment warning.
Joe Onorato [Fri, 10 Sep 2010 19:01:35 +0000 (15:01 -0400)]
Fix the last remaining @deprecated tag without comment warning.

Change-Id: Id4c50dee743fa781ca3f470f97ed76d1501f7222

13 years agodocs: update platform dashboard
Scott Main [Fri, 10 Sep 2010 15:47:41 +0000 (08:47 -0700)]
docs: update platform dashboard

Change-Id: Id4acf3ca425b278e534f83511fb10dfdbdceb03b

13 years agoMerge "Fix bug 2972138 Lost cell data connection and didn't get it back, DO NOT MERGE...
Wink Saville [Fri, 10 Sep 2010 18:30:15 +0000 (11:30 -0700)]
Merge "Fix bug 2972138 Lost cell data connection and didn't get it back, DO NOT MERGE." into gingerbread

13 years agoMerge "Fixed a copy and paste error" into gingerbread
James Dong [Fri, 10 Sep 2010 18:21:42 +0000 (11:21 -0700)]
Merge "Fixed a copy and paste error" into gingerbread

13 years agoFix bug 2972138 Lost cell data connection and didn't get it back, DO NOT MERGE.
Wink Saville [Fri, 10 Sep 2010 17:50:31 +0000 (10:50 -0700)]
Fix bug 2972138 Lost cell data connection and didn't get it back, DO NOT MERGE.

The problem was ConnectvityService was not notified if a permanent error
occurs on the default apn.

bug: 2972138
Change-Id: I7be17061695ae2ba3571d70f24dcc4fe96d9ede9

13 years agoMerge "LVM release 1.09 delivery" into gingerbread
Eric Laurent [Fri, 10 Sep 2010 17:24:02 +0000 (10:24 -0700)]
Merge "LVM release 1.09 delivery" into gingerbread

13 years agoMerge "add ART for inet connection condition" into gingerbread
Robert Greenwalt [Fri, 10 Sep 2010 16:58:05 +0000 (09:58 -0700)]
Merge "add ART for inet connection condition" into gingerbread

13 years agoadd ART for inet connection condition
Robert Greenwalt [Fri, 10 Sep 2010 16:36:43 +0000 (09:36 -0700)]
add ART for inet connection condition

bug:2978624
Change-Id: I608c3d1657a4b75c42f95147ffd5e95927fc108d

13 years agoEnable strictmode logging in system_server & add a lock.
Brad Fitzpatrick [Fri, 10 Sep 2010 16:19:50 +0000 (09:19 -0700)]
Enable strictmode logging in system_server & add a lock.

We weren't logging strictmode violation in the system_server process
in non-user builds (only system apps), even though the rest of the
strictmode logging supports it.

Also add a missing lock in ActivityManagerService.

Change-Id: If2af96a7e4fdde604a647b836097f0029ef1334b

13 years agoFixed a copy and paste error
James Dong [Fri, 10 Sep 2010 01:43:48 +0000 (18:43 -0700)]
Fixed a copy and paste error

Change java/lang/IOException to java/lang/RuntimeException
since there is no java/lang/IOException while keeping
the signature of the MediaRecorder class
constructor unchanged.

Change-Id: Id9b9aa55db42bef528069ef1e2102038391bc15f

13 years agoMerge "Fix bug in JNI BitmapFactory" into gingerbread
Joseph Wen [Fri, 10 Sep 2010 09:32:05 +0000 (02:32 -0700)]
Merge "Fix bug in JNI BitmapFactory" into gingerbread

13 years agoFix bug in JNI BitmapFactory
Joseph Wen [Fri, 10 Sep 2010 02:15:09 +0000 (10:15 +0800)]
Fix bug in JNI BitmapFactory

In nativeCreateLargeBitmapFromFileDescriptor() if the file descriptor
can not be rewinded isShareable should be set to false.

Change-Id: I7dd545c9d52d21c226e11b8921e35a1d9bba9515

13 years agoMerge "SIP: add SipErrorCode for error feedback." into gingerbread
Hung-ying Tyan [Fri, 10 Sep 2010 09:19:22 +0000 (02:19 -0700)]
Merge "SIP: add SipErrorCode for error feedback." into gingerbread

13 years agoSIP: add SipErrorCode for error feedback.
Hung-ying Tyan [Thu, 9 Sep 2010 12:07:14 +0000 (20:07 +0800)]
SIP: add SipErrorCode for error feedback.

Change-Id: I8b071d4933479b780a403d0bfa30511f4c23ca8f

13 years agoMerge "DO NOT MERGE. I like'd ctate's change so much I'm doin it myself!" into ginge...
Dianne Hackborn [Fri, 10 Sep 2010 06:12:24 +0000 (23:12 -0700)]
Merge "DO NOT MERGE.  I like'd ctate's change so much I'm doin it myself!" into gingerbread

13 years agoDO NOT MERGE. I like'd ctate's change so much I'm doin it myself!
Dianne Hackborn [Fri, 10 Sep 2010 06:10:38 +0000 (23:10 -0700)]
DO NOT MERGE.  I like'd ctate's change so much I'm doin it myself!

Change-Id: If571d3ff5e73252a0653c30ec40178ec1591ddd9

13 years agoAlways set the scheduling group when starting a new thread.
Dianne Hackborn [Thu, 9 Sep 2010 22:50:18 +0000 (15:50 -0700)]
Always set the scheduling group when starting a new thread.

Change-Id: Ia33acf13fc3752707f3819928c36315e223fa1bd

13 years agoMerge "Add toast when an app intercepts the launch of another app." into gingerbread
Dianne Hackborn [Fri, 10 Sep 2010 04:31:34 +0000 (21:31 -0700)]
Merge "Add toast when an app intercepts the launch of another app." into gingerbread

13 years agoMerge "Fix doc of fullScreenIntent." into gingerbread
Dianne Hackborn [Fri, 10 Sep 2010 04:31:08 +0000 (21:31 -0700)]
Merge "Fix doc of fullScreenIntent." into gingerbread

13 years agoMerge "Small fixes to battery stats." into gingerbread
Dianne Hackborn [Fri, 10 Sep 2010 04:30:52 +0000 (21:30 -0700)]
Merge "Small fixes to battery stats." into gingerbread

13 years agoAdd toast when an app intercepts the launch of another app.
Dianne Hackborn [Fri, 10 Sep 2010 04:25:35 +0000 (21:25 -0700)]
Add toast when an app intercepts the launch of another app.

The activity manager looks for cases where one app launches immediately
after another.  If this happens, a brief toast is shown telling the user
when app is actually running and what was originally starting.

Change-Id: If94cf5bd393dd0bc0f09789dae044fde1386c481

13 years agoam 74a74d3c: Doc change: Fixes for toggle image and adt release date.
Dirk Dougherty [Fri, 10 Sep 2010 01:53:36 +0000 (18:53 -0700)]
am 74a74d3c: Doc change: Fixes for toggle image and adt release date.

Merge commit '74a74d3c355ec4bfa09bf32d6dd877233af09d48' into gingerbread

* commit '74a74d3c355ec4bfa09bf32d6dd877233af09d48':
  Doc change: Fixes for toggle image and adt release date.

13 years agoDoc change: Fixes for toggle image and adt release date.
Dirk Dougherty [Fri, 10 Sep 2010 01:40:13 +0000 (18:40 -0700)]
Doc change: Fixes for toggle image and adt release date.

Change-Id: I2e76a42650c3ab54e597340cd96e4f7b23fe5116

13 years agoSmall fixes to battery stats.
Dianne Hackborn [Thu, 9 Sep 2010 23:45:15 +0000 (16:45 -0700)]
Small fixes to battery stats.

Change-Id: Ibbf7c548a8e787a046de3659094cea64908e3deb

13 years agoFix doc of fullScreenIntent.
Dianne Hackborn [Thu, 9 Sep 2010 23:44:01 +0000 (16:44 -0700)]
Fix doc of fullScreenIntent.

Change-Id: Ieb21bb92b4ebf95f831231f2871839fec8a97a86

13 years agoMerge "Remove the use of FileInputStream.available()" into gingerbread
Rich Cannings [Thu, 9 Sep 2010 23:41:29 +0000 (16:41 -0700)]
Merge "Remove the use of FileInputStream.available()" into gingerbread

13 years agoMerge "TimedEventQueue now explicitly sets its scheduling policy to foreground as...
Andreas Huber [Thu, 9 Sep 2010 23:39:09 +0000 (16:39 -0700)]
Merge "TimedEventQueue now explicitly sets its scheduling policy to foreground as it should." into gingerbread

13 years agoRemove the use of FileInputStream.available()
Rich Cannings [Thu, 9 Sep 2010 22:12:40 +0000 (15:12 -0700)]
Remove the use of FileInputStream.available()

Bug: 2976294
Change-Id: I34b13cedbf1d2338163ef74454817c318a3a24f5

13 years agoTimedEventQueue now explicitly sets its scheduling policy to foreground as it should.
Andreas Huber [Thu, 9 Sep 2010 23:12:31 +0000 (16:12 -0700)]
TimedEventQueue now explicitly sets its scheduling policy to foreground as it should.

Change-Id: I630c9fb51686d87a4075f01a6d7f6f9139ddcb4b
related-to-bug: 2944452

13 years agoMerge "DO NOT MERGE: Remove Device Bluez-Dbus interface watch." into gingerbread
Jaikumar Ganesh [Thu, 9 Sep 2010 22:18:36 +0000 (15:18 -0700)]
Merge "DO NOT MERGE: Remove Device Bluez-Dbus interface watch." into gingerbread

13 years agoDO NOT MERGE: Remove Device Bluez-Dbus interface watch.
Jaikumar Ganesh [Thu, 9 Sep 2010 22:15:42 +0000 (15:15 -0700)]
DO NOT MERGE: Remove Device Bluez-Dbus interface watch.

Change-Id: I6bc04efd1292784bae5fc4786949d9da79e4aa22

13 years agoMerge "Only pulse notification light if a new notification has been received since...
Mike Lockwood [Thu, 9 Sep 2010 21:02:19 +0000 (14:02 -0700)]
Merge "Only pulse notification light if a new notification has been received since the screen was last turned off" into gingerbread

13 years agoFix for an IndentOutOfBounds in TextField.
Gilles Debunne [Wed, 8 Sep 2010 01:50:07 +0000 (18:50 -0700)]
Fix for an IndentOutOfBounds in TextField.

Bug http://b/issue?id=2971995

Change-Id: Id6a40e81b26e14c1e5f06ed1bd70ee419c501c69

13 years agoLVM release 1.09 delivery
Eric Laurent [Thu, 9 Sep 2010 19:01:11 +0000 (12:01 -0700)]
LVM release 1.09 delivery

- Reverb:
- 1 channel mixed has gain zero
- core componenet now only outputs STEREO samples
- wrapper now handles only STEREO from the Reverb Core
- Bass Boost:
- increase scratch memory

Change-Id: I00ae31051cc40a7006fc993420facfeb4d30dc52

13 years agoMerge "Made context menu appear when tapping inside selection." into gingerbread
Gilles Debunne [Thu, 9 Sep 2010 18:56:28 +0000 (11:56 -0700)]
Merge "Made context menu appear when tapping inside selection." into gingerbread

13 years agoMerge "option to enable multisampling" into gingerbread
Mathias Agopian [Thu, 9 Sep 2010 18:55:00 +0000 (11:55 -0700)]
Merge "option to enable multisampling" into gingerbread

13 years agooption to enable multisampling
Mathias Agopian [Thu, 9 Sep 2010 18:53:17 +0000 (11:53 -0700)]
option to enable multisampling

multisampling can be enabled by specifying the number of
samples desired on the command line.

Change-Id: I5f93c93ae7ada54bcd646c1065e07890d0cb9808

13 years agoMerge "Hidden API to control sorting of download manager queries." into gingerbread
Steve Howard [Thu, 9 Sep 2010 18:22:38 +0000 (11:22 -0700)]
Merge "Hidden API to control sorting of download manager queries." into gingerbread

13 years agoMerge "Fix a few typos in EGL wrapper" into gingerbread
Mathias Agopian [Thu, 9 Sep 2010 18:20:02 +0000 (11:20 -0700)]
Merge "Fix a few typos in EGL wrapper" into gingerbread

13 years agoHidden API to control sorting of download manager queries.
Steve Howard [Thu, 2 Sep 2010 01:26:26 +0000 (18:26 -0700)]
Hidden API to control sorting of download manager queries.

This change adds a hidden API to sort download manager queries by size
rather than by time last modified.  This is necessary for the system
download manager UI but, in the interest of keeping the new public API
as minimal as possible for now, I'm leaving @hide on this method.

This change also changes the DownloadManager.COLUMN_ID column to be
identical to BaseColumns._ID, since some code relies on this (such as
CursorAdapter).

Change-Id: Ib89b614d63e988974d4486b122b39365b35b5269

13 years agoFix a few typos in EGL wrapper
Mathias Agopian [Thu, 9 Sep 2010 18:12:54 +0000 (11:12 -0700)]
Fix a few typos in EGL wrapper

Change-Id: I3b815ca6ec334ca12088f9721eece33df42b2e46

13 years agoMade context menu appear when tapping inside selection.
Gilles Debunne [Thu, 9 Sep 2010 17:40:22 +0000 (10:40 -0700)]
Made context menu appear when tapping inside selection.

Change-Id: I7ca274b007f4daea7d37a3d6b10b9504874b3c49

13 years agoMerge "Fix to get A2DP to connect after unpairing" into gingerbread
Jaikumar Ganesh [Thu, 9 Sep 2010 17:23:55 +0000 (10:23 -0700)]
Merge "Fix to get A2DP to connect after unpairing" into gingerbread

13 years agoFix to get A2DP to connect after unpairing
Henrik Backlund [Mon, 30 Aug 2010 09:59:42 +0000 (11:59 +0200)]
Fix to get A2DP to connect after unpairing

In this fix, A2DP profile will be connected when pairing with a
previously paired headset. The reason for this error was that the
connection of the A2DP profile was sent before the callback
onCreatePairedDeviceResult was receied in BluetoothEventLoop.java.
By not going to the state BOND_BONDED until after this callback has been
received, the problem is fixed. However the use case is different if the
pairing is initiated by the remote device. In these cases state
BOND_BONDED will be set when onDevicePropertyChanged instead.

Change-Id: I5dedca87d0a6872705ff3a933a99cce6eb37618a

13 years agoMerge "Instead of asserting return a runtime error if the maximum sample size cannot...
Andreas Huber [Thu, 9 Sep 2010 17:13:26 +0000 (10:13 -0700)]
Merge "Instead of asserting return a runtime error if the maximum sample size cannot be determined." into gingerbread

13 years agoMerge "When 32-bit offset is used, if the requested max file size is greater than...
James Dong [Thu, 9 Sep 2010 17:13:08 +0000 (10:13 -0700)]
Merge "When 32-bit offset is used, if the requested max file size is greater than the 32-bit offset limit, set the limit to the max 32-bit offset limit." into gingerbread

13 years agoInstead of asserting return a runtime error if the maximum sample size cannot be...
Andreas Huber [Thu, 9 Sep 2010 17:10:15 +0000 (10:10 -0700)]
Instead of asserting return a runtime error if the maximum sample size cannot be determined.

Change-Id: Icf17ed04323f5415e0f9f1e4fd9f19ca60ce15ac
related-to-bug: 2602446