OSDN Git Service

android-x86/frameworks-native.git
13 years agoMerge "Rescaled/updated mdpi assets added." into gingerbread
Gilles Debunne [Tue, 2 Nov 2010 17:04:40 +0000 (10:04 -0700)]
Merge "Rescaled/updated mdpi assets added." into gingerbread

13 years agoFix bugs related to cheek event suppression.
Jeff Brown [Tue, 2 Nov 2010 03:35:46 +0000 (20:35 -0700)]
Fix bugs related to cheek event suppression.

Two issues:

1. First, due to an inverted conditional in the input dispatcher, we were
   reporting touches as long touches and vice-versa to the power manager.

2. Power manager user activity cheek event suppression also suppresses touch
   events (but not long touch or up events).  As a result, if cheek event
   suppression was enabled, touches would not poke the user activity timer.
   However due to the above logic inversion, this actually affected long
   touches.  Net result, if cheek suppression was enabled in the power manager
   and you held your thumb on the screen long enough, the phone would
   go to sleep!

Cheek event suppression is commonly turned on when making a phone call.
Interestingly, it does not seem to get turned off afterward...

This change fixes the logic inversion and exempts touches from the cheek
suppression.  The reason we do the latter is because the old behavior
was actually harmful in other ways too: a touch down would be suppressed
but not a long touch or the touch up.  This would cause bizarre behavior
if you touched the screen while it was dimmed.  Instead of brightening
immediately, it would brighten either when you lifted your finger or
300ms later, whichever came first.

Bug: 3154895
Change-Id: Ied9ccec6718fbe86506322ff47a4e3eb58f81834

13 years agoMerge "Update the API file." into gingerbread
Dan Bornstein [Mon, 1 Nov 2010 23:08:14 +0000 (16:08 -0700)]
Merge "Update the API file." into gingerbread

13 years agoam eda78cea: docs: update dashboard
Scott Main [Mon, 1 Nov 2010 22:57:38 +0000 (15:57 -0700)]
am eda78cea: docs: update dashboard

* commit 'eda78ceaffb234c37b11e69602d020e4bb28ca83':
  docs: update dashboard

13 years agoMerge "Update insertion handler for WebTextView." into gingerbread
Leon Scroggins [Mon, 1 Nov 2010 21:49:47 +0000 (14:49 -0700)]
Merge "Update insertion handler for WebTextView." into gingerbread

13 years agoMerge "Fix issue #3152415: Various confusions in docs about Application" into gingerbread
Dianne Hackborn [Mon, 1 Nov 2010 19:47:02 +0000 (12:47 -0700)]
Merge "Fix issue #3152415: Various confusions in docs about Application" into gingerbread

13 years agoam 579db096: docs: remove another "new" tag
Scott Main [Sat, 30 Oct 2010 00:16:57 +0000 (17:16 -0700)]
am 579db096: docs: remove another "new" tag

* commit '579db096fa05bd077fadb04876ecf99e3ccd02b9':
  docs: remove another "new" tag

13 years agoMerge "A little tweaking of DL Manager tests and adding better debugging output....
Neal Nguyen [Sat, 30 Oct 2010 00:07:59 +0000 (17:07 -0700)]
Merge "A little tweaking of DL Manager tests and adding better debugging output." into gingerbread

13 years agoMerge "docs: Update various SDK docs for GB platform and tools" into gingerbread
Scott Main [Fri, 29 Oct 2010 22:34:00 +0000 (15:34 -0700)]
Merge "docs: Update various SDK docs for GB  platform and tools" into gingerbread

13 years agoMerge "docs: revise javadocs for sip add a package description, revise class descript...
Scott Main [Fri, 29 Oct 2010 17:03:36 +0000 (10:03 -0700)]
Merge "docs: revise javadocs for sip add a package description, revise class descriptions and edit some method docs" into gingerbread

13 years agoMerge "Report the new size to wallpapers when the requested size changed." into ginge...
Joe Onorato [Fri, 29 Oct 2010 01:18:52 +0000 (18:18 -0700)]
Merge "Report the new size to wallpapers when the requested size changed." into gingerbread

13 years agoMerge "Hide some NFC API's." into gingerbread
Nick Pelly [Thu, 28 Oct 2010 23:47:31 +0000 (16:47 -0700)]
Merge "Hide some NFC API's." into gingerbread

13 years agoMerge "GPS: remove some logging" into gingerbread
Mike Lockwood [Thu, 28 Oct 2010 21:28:46 +0000 (14:28 -0700)]
Merge "GPS: remove some logging" into gingerbread

13 years agoMerge "DO NOT MERGE. Fix asset file descriptor for pipe based fds." into gingerbread
Jeff Hamilton [Thu, 28 Oct 2010 21:01:21 +0000 (14:01 -0700)]
Merge "DO NOT MERGE. Fix asset file descriptor for pipe based fds." into gingerbread

13 years agoMerge "really fix [3118445] Transform * Transform does not work as expected" into...
Mathias Agopian [Thu, 28 Oct 2010 06:44:07 +0000 (23:44 -0700)]
Merge "really fix [3118445] Transform * Transform does not work as expected" into gingerbread

13 years agoMerge "DO NOT MERGE Fix auto connection with headsets which don't send incoming conne...
Jaikumar Ganesh [Thu, 28 Oct 2010 06:42:43 +0000 (23:42 -0700)]
Merge "DO NOT MERGE Fix auto connection with headsets which don't send incoming connections for all profiles." into gingerbread

13 years agoDrop all dispatcher state when dispatcher is disabled.
Jeff Brown [Thu, 28 Oct 2010 01:43:51 +0000 (18:43 -0700)]
Drop all dispatcher state when dispatcher is disabled.

This patch makes the dispatcher drop all of its state when it is
disabled (when the screen turns off).  This ensures that the dispatcher
does not get stuck thinking a pointer is still down if the screen
turned off while the user was touching the display (such as a fat touch
while hitting the power button).

Bug: 3098344
Change-Id: If50ef5804870aa1acd3179fd4b40e3cda58dd39d

13 years agoreally fix [3118445] Transform * Transform does not work as expected
Mathias Agopian [Tue, 26 Oct 2010 01:29:35 +0000 (18:29 -0700)]
really fix [3118445] Transform * Transform does not work as expected

Two bugs were counter acting each other.
- rotation matrices are on the left-hand side of multiplies
- the transform of the overlay is applied before that of the layer

Change-Id: Ia79bd368e9b719235c89ecf244ea263f01ce906a

13 years agoMerge "Set capabilities sooner." into gingerbread
Andy McFadden [Wed, 27 Oct 2010 20:22:50 +0000 (13:22 -0700)]
Merge "Set capabilities sooner." into gingerbread

13 years agoMerge "Fix issue with project resources overriding framework resources." into gingerbread
Xavier Ducrohet [Wed, 27 Oct 2010 18:22:22 +0000 (11:22 -0700)]
Merge "Fix issue with project resources overriding framework resources." into gingerbread

13 years agoMerge "Add the mediaplayer release in the test validation. This is to ensure the...
Yu Shan Emily Lau [Wed, 27 Oct 2010 18:12:58 +0000 (11:12 -0700)]
Merge "Add the mediaplayer release in the test validation. This is to ensure the media player release properly." into gingerbread

13 years agoMerge "Fix off-by-two and other bugs in the visualization code. b/3137511" into ginge...
Marco Nelissen [Wed, 27 Oct 2010 18:06:39 +0000 (11:06 -0700)]
Merge "Fix off-by-two and other bugs in the visualization code. b/3137511" into gingerbread

13 years agoMerge "Assume that all of the decoded vorbis audio data is valid unless the source...
Andreas Huber [Tue, 26 Oct 2010 23:21:47 +0000 (16:21 -0700)]
Merge "Assume that all of the decoded vorbis audio data is valid unless the source indicates otherwise." into gingerbread

13 years agoMerge "DO NOT MERGE - Fixing ringtones that were put in as notifications" into ginger...
Justin Ho [Tue, 26 Oct 2010 23:06:28 +0000 (16:06 -0700)]
Merge "DO NOT MERGE - Fixing ringtones that were put in as notifications" into gingerbread

13 years agoMerge "Updade Surface (ANativeWindow) format based on its buffers format" into ginger...
Mathias Agopian [Tue, 26 Oct 2010 19:18:32 +0000 (12:18 -0700)]
Merge "Updade Surface (ANativeWindow) format based on its buffers format" into gingerbread

13 years agoMerge "add format parameter to setBufferGeometry" into gingerbread
Mathias Agopian [Tue, 26 Oct 2010 19:18:19 +0000 (12:18 -0700)]
Merge "add format parameter to setBufferGeometry" into gingerbread

13 years agoMerge "fix eglChooseConfig() for special attributes." into gingerbread
Mathias Agopian [Tue, 26 Oct 2010 19:18:07 +0000 (12:18 -0700)]
Merge "fix eglChooseConfig() for special attributes." into gingerbread

13 years agoMerge "Add a way to get a string for an error code." into gingerbread
Jeff Hamilton [Tue, 26 Oct 2010 19:14:17 +0000 (12:14 -0700)]
Merge "Add a way to get a string for an error code." into gingerbread

13 years agoMerge "Fix rendering of digitalClock/Gallery in Eclipse editors." into gingerbread
Xavier Ducrohet [Tue, 26 Oct 2010 19:09:18 +0000 (12:09 -0700)]
Merge "Fix rendering of digitalClock/Gallery in Eclipse editors." into gingerbread

13 years agoMerge "DO NOT MERGE - Fixing capitalized ringtone metadata only" into gingerbread
Justin Ho [Tue, 26 Oct 2010 16:09:22 +0000 (09:09 -0700)]
Merge "DO NOT MERGE - Fixing capitalized ringtone metadata only" into gingerbread

13 years agoMerge "Location Manager: Fix LocationManager.getBestProvider filtering." into gingerbread
Mike Lockwood [Tue, 26 Oct 2010 15:34:32 +0000 (08:34 -0700)]
Merge "Location Manager: Fix LocationManager.getBestProvider filtering." into gingerbread

13 years agoMerge "Partial fix for issue 3124895." into gingerbread
Eric Laurent [Tue, 26 Oct 2010 15:13:32 +0000 (08:13 -0700)]
Merge "Partial fix for issue 3124895." into gingerbread

13 years agoMerge "Make some contructors public but hidden." into gingerbread
Jeff Hamilton [Tue, 26 Oct 2010 14:16:46 +0000 (07:16 -0700)]
Merge "Make some contructors public but hidden." into gingerbread

13 years agoMerge "Don't turn the button backlights on if the screen is off. Part 2." into ginger...
Joe Onorato [Tue, 26 Oct 2010 01:48:08 +0000 (18:48 -0700)]
Merge "Don't turn the button backlights on if the screen is off. Part 2." into gingerbread

13 years agoam c9ac1079: update featured videos also remove "new" tags from SDK and Resources...
Scott Main [Tue, 26 Oct 2010 00:15:50 +0000 (17:15 -0700)]
am c9ac1079: update featured videos also remove "new" tags from SDK and Resources nav items

Merge commit 'c9ac1079696b93a294f504c6561397ef731a46f9' into gingerbread

* commit 'c9ac1079696b93a294f504c6561397ef731a46f9':
  update featured videos

13 years agoUpdade Surface (ANativeWindow) format based on its buffers format
Mathias Agopian [Mon, 25 Oct 2010 23:29:24 +0000 (16:29 -0700)]
Updade Surface (ANativeWindow) format based on its buffers format

this is to allow applications to change the format of a surface's
buffer, and have it reflected in EGL; which is needed for
EGLConfig validation.

Change-Id: Iee074c30ad765881e2409c1d37450b05e561c44d

13 years agoMerge "DO NOT MERGE - Updated ringtone assets for crespo" into gingerbread
Justin Ho [Mon, 25 Oct 2010 23:44:01 +0000 (16:44 -0700)]
Merge "DO NOT MERGE - Updated ringtone assets for crespo" into gingerbread

13 years agoMerge "Doc Change: Revert NotePad sample test package" into gingerbread
Joe Malin [Mon, 25 Oct 2010 23:19:18 +0000 (16:19 -0700)]
Merge "Doc Change: Revert NotePad sample test package" into gingerbread

13 years agoMerge "Import revised translations. DO NOT MERGE" into gingerbread
Eric Fischer [Mon, 25 Oct 2010 23:14:47 +0000 (16:14 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into gingerbread

13 years agofix eglChooseConfig() for special attributes.
Mathias Agopian [Mon, 25 Oct 2010 22:51:24 +0000 (15:51 -0700)]
fix eglChooseConfig() for special attributes.

affects software renderer (emu) only.

per EGL spec:
  If EGL_MAX_PBUFFER_WIDTH, EGL_MAX_PBUFFER_HEIGHT,
  EGL_MAX_PBUFFER_PIXELS, or EGL_NATIVE_VISUAL_ID are speciļ¬ed
  in attrib list, then they are ignored

Change-Id: I3d5214ce896986da2f11d2eb1889afc41731eaa6

13 years agoMerge "Add a RHS status bar slot for NFC." into gingerbread
Jeff Hamilton [Mon, 25 Oct 2010 21:46:45 +0000 (14:46 -0700)]
Merge "Add a RHS status bar slot for NFC." into gingerbread

13 years agoMerge "GPS: Disable verbose logging" into gingerbread
Mike Lockwood [Mon, 25 Oct 2010 20:49:13 +0000 (13:49 -0700)]
Merge "GPS: Disable verbose logging" into gingerbread

13 years agoMerge "fix [3123221] Video sticks playing back upside down following orientation...
Mathias Agopian [Mon, 25 Oct 2010 20:31:11 +0000 (13:31 -0700)]
Merge "fix [3123221] Video sticks playing back upside down following orientation switch" into gingerbread

13 years agoMerge "fix [3118445] Transform * Transform does not work as expected" into gingerbread
Mathias Agopian [Mon, 25 Oct 2010 20:31:03 +0000 (13:31 -0700)]
Merge "fix [3118445] Transform * Transform does not work as expected" into gingerbread

13 years agoMerge "DO NOT MERGE Fix bug 3124899 - timeout in CTS test ExpandableListViewBasicTest...
Adam Powell [Mon, 25 Oct 2010 18:43:03 +0000 (11:43 -0700)]
Merge "DO NOT MERGE Fix bug 3124899 - timeout in CTS test ExpandableListViewBasicTest" into gingerbread

13 years agoMerge "docs: fix a couple api links" into gingerbread
Scott Main [Mon, 25 Oct 2010 18:18:28 +0000 (11:18 -0700)]
Merge "docs: fix a couple api links" into gingerbread

13 years agoMerge "Fixed NdefTag parcelable conversion methods." into gingerbread
Nick Pelly [Mon, 25 Oct 2010 15:58:00 +0000 (08:58 -0700)]
Merge "Fixed NdefTag parcelable conversion methods." into gingerbread

13 years agoMerge "Remove the FLIP_H/ROT_90 workaround from CameraService.do not merge" into...
Wu-cheng Li [Mon, 25 Oct 2010 15:55:54 +0000 (08:55 -0700)]
Merge "Remove the FLIP_H/ROT_90 workaround from CameraService.do not merge" into gingerbread

13 years agoMerge "Document getPollBytes() and getActivationBytes()." into gingerbread
Nick Pelly [Mon, 25 Oct 2010 05:06:15 +0000 (22:06 -0700)]
Merge "Document getPollBytes() and getActivationBytes()." into gingerbread

13 years agofix [3123221] Video sticks playing back upside down following orientation switch
Mathias Agopian [Mon, 25 Oct 2010 02:03:58 +0000 (19:03 -0700)]
fix [3123221] Video sticks playing back upside down following orientation switch

the overlay wasn't reconfigured when the screen-orientation changed. It was
only done when a parameter of the surface itself changed.

Change-Id: I0ca0925bf58ded4c91ab89d12cb1fe4d1477c96c

13 years agoMerge "Fix issue #3126018: No way to specify NativeActivity's native method" into...
Dianne Hackborn [Mon, 25 Oct 2010 01:33:36 +0000 (18:33 -0700)]
Merge "Fix issue #3126018: No way to specify NativeActivity's native method" into gingerbread

13 years agofix [3118445] Transform * Transform does not work as expected
Mathias Agopian [Sun, 24 Oct 2010 21:53:05 +0000 (14:53 -0700)]
fix [3118445] Transform * Transform does not work as expected

The problem wasn't in the multiply operator, but rather in the code
that built the transform from the HAL bitmask.

We now use the multiply operator to build the Transform from the bitmask,
which guarantees, it'll always be correct.

Also added a simple test for Transform.

Change-Id: I09bf3b0e51d92f59d83ea91c4cc94fc2aa0bf227

13 years agoMerge "Add unit tests for native input and fix bugs identified." into gingerbread
Jeff Brown [Sun, 24 Oct 2010 21:18:19 +0000 (14:18 -0700)]
Merge "Add unit tests for native input and fix bugs identified." into gingerbread

13 years agoAdd unit tests for native input and fix bugs identified.
Jeff Brown [Wed, 20 Oct 2010 22:33:38 +0000 (15:33 -0700)]
Add unit tests for native input and fix bugs identified.

Fixed a bug where we would lose the first touch point when swiping out of
the virtual key area.

Fixed a bug where we would not send an ACTION_MOVE event in cases where
individual pointers went down/up and the remaining pointers actually moved.
This is important since many applications do not handle pointer movements
during ACTION_POINTER_DOWN or ACTION_POINTER_UP.  In the case of
ACTION_POINTER_UP the movement was completely lost since all pointers were
dispatched using their old location rather than the new location.

Improved motion event validation to check for duplicate pointer ids.

Added an input source constant that was missing from the NDK api but
defined in the framework api.

Added a timestamp when reporting added/removed devices in EventHub.

Bug: 3070082
Change-Id: I3206a030f43b7616e2f48006e5a9d522c4d92e56

13 years agoMerge "Fix issue 3126094." into gingerbread
Eric Laurent [Sat, 23 Oct 2010 01:37:09 +0000 (18:37 -0700)]
Merge "Fix issue 3126094." into gingerbread

13 years agoMerge "Import translations for status bar." into gingerbread
Eric Fischer [Sat, 23 Oct 2010 00:14:36 +0000 (17:14 -0700)]
Merge "Import translations for status bar." into gingerbread

13 years agoMerge "Change disable timeout for BT disable stress test" into gingerbread
Eric Rowe [Sat, 23 Oct 2010 00:14:12 +0000 (17:14 -0700)]
Merge "Change disable timeout for BT disable stress test" into gingerbread

13 years agoMerge "Import revised translations. DO NOT MERGE" into gingerbread
Eric Fischer [Fri, 22 Oct 2010 23:06:37 +0000 (16:06 -0700)]
Merge "Import revised translations.  DO NOT MERGE" into gingerbread

13 years agoMerge "Add a space before the weekday in the zh_CN lock screen date format." into...
Eric Fischer [Fri, 22 Oct 2010 22:59:42 +0000 (15:59 -0700)]
Merge "Add a space before the weekday in the zh_CN lock screen date format." into gingerbread

13 years agoMerge "Fix issue #3122240: Expose xlarge in GB." into gingerbread
Dianne Hackborn [Fri, 22 Oct 2010 21:01:25 +0000 (14:01 -0700)]
Merge "Fix issue #3122240: Expose xlarge in GB." into gingerbread

13 years agoMerge "Exit immediately on some linklib failures" into gingerbread
Kenny Root [Fri, 22 Oct 2010 19:17:02 +0000 (12:17 -0700)]
Merge "Exit immediately on some linklib failures" into gingerbread

13 years agoMerge "DO NOT MERGE - Re-adding missing status_bar_close_on.9 for mdpi emulator"...
Justin Ho [Fri, 22 Oct 2010 19:14:26 +0000 (12:14 -0700)]
Merge "DO NOT MERGE - Re-adding missing status_bar_close_on.9 for mdpi emulator" into gingerbread

13 years agoMerge "Update script for copying NDK headers/library." into gingerbread
Dianne Hackborn [Fri, 22 Oct 2010 17:58:35 +0000 (10:58 -0700)]
Merge "Update script for copying NDK headers/library." into gingerbread

13 years agoMerge "Unhide some NFC APIs that are required for the Tag app." into gingerbread
Jeff Hamilton [Fri, 22 Oct 2010 17:20:06 +0000 (10:20 -0700)]
Merge "Unhide some NFC APIs that are required for the Tag app." into gingerbread

13 years agoMerge "Attempt to fix simulator build." into gingerbread
Nick Pelly [Fri, 22 Oct 2010 15:49:51 +0000 (08:49 -0700)]
Merge "Attempt to fix simulator build." into gingerbread

13 years agoMerge "GPS: Fix network type logic in requestRefLocation" into gingerbread
Mike Lockwood [Fri, 22 Oct 2010 15:02:09 +0000 (08:02 -0700)]
Merge "GPS: Fix network type logic in requestRefLocation" into gingerbread

13 years agoMerge "Initialized check in ZipFileRO::findEntryByName" into gingerbread
Kenny Root [Fri, 22 Oct 2010 14:55:44 +0000 (07:55 -0700)]
Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread

13 years agoMerge "Clean up pending sessions on incoming call in SipService" into gingerbread
Hung-ying Tyan [Fri, 22 Oct 2010 06:08:59 +0000 (23:08 -0700)]
Merge "Clean up pending sessions on incoming call in SipService" into gingerbread

13 years agoMerge "Turn the media time adjustment in file writer back on" into gingerbread
James Dong [Fri, 22 Oct 2010 03:06:59 +0000 (20:06 -0700)]
Merge "Turn the media time adjustment in file writer back on" into gingerbread

13 years agoMerge "Adjust boundaries for screen sizes." into gingerbread
Dianne Hackborn [Fri, 22 Oct 2010 02:21:28 +0000 (19:21 -0700)]
Merge "Adjust boundaries for screen sizes." into gingerbread

13 years agoMerge "Implement issue #3116702: New manifest tags for supported screen sizes DO...
Dianne Hackborn [Fri, 22 Oct 2010 02:20:49 +0000 (19:20 -0700)]
Merge "Implement issue #3116702: New manifest tags for supported screen sizes  DO NOT MERGE" into gingerbread

13 years agoMerge "Fix issue #3117918: No way to finish a native activity" into gingerbread
Dianne Hackborn [Fri, 22 Oct 2010 02:09:44 +0000 (19:09 -0700)]
Merge "Fix issue #3117918: No way to finish a native activity" into gingerbread

13 years agoMerge "Fix a race condition in wallpaper move throttling." into gingerbread
Jeff Brown [Fri, 22 Oct 2010 01:02:54 +0000 (18:02 -0700)]
Merge "Fix a race condition in wallpaper move throttling." into gingerbread

13 years agoMerge "Fix issue #3117472: Format storage dialog still broken" into gingerbread
Dianne Hackborn [Fri, 22 Oct 2010 00:28:19 +0000 (17:28 -0700)]
Merge "Fix issue #3117472: Format storage dialog still broken" into gingerbread

13 years agoMerge "fix [3119687] [Maps][4.6.0] Force close in street view" into gingerbread
Mathias Agopian [Thu, 21 Oct 2010 23:43:00 +0000 (16:43 -0700)]
Merge "fix [3119687] [Maps][4.6.0] Force close in street view" into gingerbread

13 years agoMerge "Mirror the preview for front-facing cameras. do not merge" into gingerbread
Mathias Agopian [Thu, 21 Oct 2010 23:20:07 +0000 (16:20 -0700)]
Merge "Mirror the preview for front-facing cameras. do not merge" into gingerbread

13 years agofix [3119687] [Maps][4.6.0] Force close in street view
Mathias Agopian [Thu, 21 Oct 2010 22:58:25 +0000 (15:58 -0700)]
fix [3119687] [Maps][4.6.0] Force close in street view

The EGLConfig attributes MUST be sorted, because they're used in a binary search.
A recent change introduced a bug where 2 of the configs had improperly
sorted attributes.

Change-Id: I1ac53e4463d62f27125ca9f82ed946e6c98ddba0

13 years agoUse correct size of GAMEPAD_KEYCODES
Kenny Root [Thu, 21 Oct 2010 22:46:03 +0000 (15:46 -0700)]
Use correct size of GAMEPAD_KEYCODES

Compute the actual number of indices in the GAMEPAD_KEYCODES instead of
the pure size in bytes.

Bug: 3121536
Change-Id: I71edbd8bf6eff2c8cc0ea5c6845362b3d1e06466

13 years agoInitialized check in ZipFileRO::findEntryByName
Kenny Root [Thu, 21 Oct 2010 22:18:28 +0000 (15:18 -0700)]
Initialized check in ZipFileRO::findEntryByName

If a ZipFileRO object is uninitialized, the hash table will not have
been initialized. This condition wasn't checked in findEntryByName.

Bug: 3121109
Change-Id: Ib696e0e7e0cb4dd0fb2e456d6a847e5e8f4fe14e

13 years agoMerge "RTP: Fix non-zero DC in EchoSuppressor caused while aggregating samples."...
Chia-chi Yeh [Thu, 21 Oct 2010 19:53:37 +0000 (12:53 -0700)]
Merge "RTP: Fix non-zero DC in EchoSuppressor caused while aggregating samples." into gingerbread

13 years agoMerge "allow dumpstate to work for non-root users." into gingerbread
Nick Kralevich [Thu, 21 Oct 2010 18:35:49 +0000 (11:35 -0700)]
Merge "allow dumpstate to work for non-root users." into gingerbread

13 years agoMerge "Fix connect duration for un-established SIP calls." into gingerbread
John Huang [Thu, 21 Oct 2010 17:46:17 +0000 (10:46 -0700)]
Merge "Fix connect duration for un-established SIP calls." into gingerbread

13 years agoMerge "File writer size estimation improvement" into gingerbread
James Dong [Thu, 21 Oct 2010 03:07:57 +0000 (20:07 -0700)]
Merge "File writer size estimation improvement" into gingerbread

13 years agoMerge "Add a test application to dump all the EGLConfig available" into gingerbread
Mathias Agopian [Thu, 21 Oct 2010 03:05:28 +0000 (20:05 -0700)]
Merge "Add a test application to dump all the EGLConfig available" into gingerbread

13 years agoMerge "propagate RS context priority to EGLContext when possible. DO NOT MERGE."...
Mathias Agopian [Thu, 21 Oct 2010 03:04:52 +0000 (20:04 -0700)]
Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread

13 years agoMerge "Use the context_priority extension when present." into gingerbread
Mathias Agopian [Thu, 21 Oct 2010 03:04:45 +0000 (20:04 -0700)]
Merge "Use the context_priority extension when present." into gingerbread

13 years agoMerge "software renderer: fix [3117351] GL driver doesn't set the EGL_NATIVE_VISUAL_I...
Mathias Agopian [Thu, 21 Oct 2010 01:00:43 +0000 (18:00 -0700)]
Merge "software renderer: fix [3117351] GL driver doesn't set the EGL_NATIVE_VISUAL_ID" into gingerbread

13 years agosoftware renderer: fix [3117351] GL driver doesn't set the EGL_NATIVE_VISUAL_ID
Mathias Agopian [Thu, 21 Oct 2010 00:21:43 +0000 (17:21 -0700)]
software renderer: fix [3117351] GL driver doesn't set the EGL_NATIVE_VISUAL_ID

Change-Id: I371bc0abfee6065247bc6f04b0e0451645eb2dbf

13 years agoMerge "Fix java doc on FLAG_EXTERNAL." into gingerbread
Dianne Hackborn [Thu, 21 Oct 2010 00:12:27 +0000 (17:12 -0700)]
Merge "Fix java doc on FLAG_EXTERNAL." into gingerbread

13 years agoAdd a test application to dump all the EGLConfig available
Mathias Agopian [Thu, 21 Oct 2010 00:10:47 +0000 (17:10 -0700)]
Add a test application to dump all the EGLConfig available

Change-Id: Iddf27f2a9dd51733f6b90081a523ca37bfe310fa

13 years agoMerge "Fix isUsbMassStorageConnected() will always return true" into gingerbread
Kenny Root [Wed, 20 Oct 2010 21:10:00 +0000 (14:10 -0700)]
Merge "Fix isUsbMassStorageConnected() will always return true" into gingerbread

13 years agoMerge "Fix issue #3113424: Battery stats don't reset on Crespo" into gingerbread
Dianne Hackborn [Wed, 20 Oct 2010 21:08:26 +0000 (14:08 -0700)]
Merge "Fix issue #3113424: Battery stats don't reset on Crespo" into gingerbread

13 years agoMerge "DO NOT MERGE - Updated media playback transport controls (b/3116268)" into...
Justin Ho [Wed, 20 Oct 2010 20:35:40 +0000 (13:35 -0700)]
Merge "DO NOT MERGE - Updated media playback transport controls (b/3116268)" into gingerbread

13 years agoMerge "Add permission requirements to SipAudioCall and SipManager javadoc." into...
Hung-ying Tyan [Wed, 20 Oct 2010 20:28:02 +0000 (13:28 -0700)]
Merge "Add permission requirements to SipAudioCall and SipManager javadoc." into gingerbread

13 years agoMerge "Silently reject a ringing call when another call is dialing/ringing." into...
Hung-ying Tyan [Wed, 20 Oct 2010 18:49:26 +0000 (11:49 -0700)]
Merge "Silently reject a ringing call when another call is dialing/ringing." into gingerbread

13 years agoMerge "Remove ringtone API from SipAudioCall." into gingerbread
Hung-ying Tyan [Wed, 20 Oct 2010 16:47:45 +0000 (09:47 -0700)]
Merge "Remove ringtone API from SipAudioCall." into gingerbread

13 years agoMerge "Doc change: escape angle brackets in javadoc comment." into gingerbread
Dirk Dougherty [Wed, 20 Oct 2010 16:34:24 +0000 (09:34 -0700)]
Merge "Doc change: escape angle brackets in javadoc comment." into gingerbread

13 years agoMerge "Return display name in SipConnection.getCnapName()." into gingerbread
Hung-ying Tyan [Wed, 20 Oct 2010 06:00:16 +0000 (23:00 -0700)]
Merge "Return display name in SipConnection.getCnapName()." into gingerbread

13 years agoMerge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number" into ginger...
Mathias Agopian [Wed, 20 Oct 2010 01:23:19 +0000 (18:23 -0700)]
Merge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number" into gingerbread

13 years agoam a6df4b1b: docs: add note to froyo platform doc that not all locales are included...
Scott Main [Wed, 20 Oct 2010 00:29:29 +0000 (17:29 -0700)]
am a6df4b1b: docs: add note to froyo platform doc that not all locales are included in the sdk image

Merge commit 'a6df4b1bfdb8de7de9b52bee4d01c65941f2d722' into gingerbread

* commit 'a6df4b1bfdb8de7de9b52bee4d01c65941f2d722':
  docs: add note to froyo platform doc that not all locales are included in the sdk image