OSDN Git Service

android-x86/frameworks-native.git
13 years agoresolved conflicts for merge of 5a726729 to gingerbread
Scott Main [Wed, 10 Nov 2010 22:46:44 +0000 (14:46 -0800)]
resolved conflicts for merge of 5a726729 to gingerbread

Change-Id: I6060f31c45d49dfe4dbda52836150311b8992b15

13 years agoMerge "DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong point...
Mathias Agopian [Wed, 10 Nov 2010 22:09:17 +0000 (14:09 -0800)]
Merge "DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong pointer for some GL extensions" into gingerbread

13 years agoMerge "docs: update eclipse guide for eclipse 3.6 also update system requirements...
Scott Main [Wed, 10 Nov 2010 18:46:36 +0000 (10:46 -0800)]
Merge "docs: update eclipse guide for eclipse 3.6 also update system requirements" into gingerbread

13 years agoMerge "Make sure the controller will get repositioned after size changing." into...
Owen Lin [Wed, 10 Nov 2010 03:02:23 +0000 (19:02 -0800)]
Merge "Make sure the controller will get repositioned after size changing." into gingerbread

13 years agoMerge "Improve gyro and accelerometer java doc" into gingerbread
Mathias Agopian [Wed, 10 Nov 2010 01:12:11 +0000 (17:12 -0800)]
Merge "Improve gyro and accelerometer java doc" into gingerbread

13 years agoMerge "Refresh EGL header to work with the NDK" into gingerbread
David 'Digit' Turner [Wed, 10 Nov 2010 00:12:06 +0000 (16:12 -0800)]
Merge "Refresh EGL header to work with the NDK" into gingerbread

13 years agoMerge "docs: add release notes for ADT v8" into gingerbread
Scott Main [Tue, 9 Nov 2010 23:29:22 +0000 (15:29 -0800)]
Merge "docs: add release notes for ADT v8" into gingerbread

13 years agoDO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong pointer...
Mathias Agopian [Tue, 9 Nov 2010 22:41:13 +0000 (14:41 -0800)]
DO NOT MERGE. workaround [3177481] eglGetProcAddress() returns the wrong pointer for some GL extensions

We just make sure eglGetProcAddress() will return NULL for
 glEGLImageTargetTexture2DOES
 glEGLImageTargetRenderbufferStorageOES

which is better than returning the address of the wrong implementation.

the correct fix is more involved.

Change-Id: I585a1f40e564f862e5dd382224609ccd069cd3b5

13 years agoMerge "docs: revisions to ndk release notes" into gingerbread
Scott Main [Tue, 9 Nov 2010 17:30:30 +0000 (09:30 -0800)]
Merge "docs: revisions to ndk release notes" into gingerbread

13 years agoMerge "Reduce log clutter." into gingerbread
Jeff Hamilton [Tue, 9 Nov 2010 14:54:51 +0000 (06:54 -0800)]
Merge "Reduce log clutter." into gingerbread

13 years agoMerge "Update a comment about when setOrientationHint() should be called" into ginger...
James Dong [Tue, 9 Nov 2010 03:59:16 +0000 (19:59 -0800)]
Merge "Update a comment about when setOrientationHint() should be called" into gingerbread

13 years agoMerge "improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz...
Mathias Agopian [Tue, 9 Nov 2010 02:28:32 +0000 (18:28 -0800)]
Merge "improve sensorservice dumpsys and increase the max sensor rate to 1 ms (1000Hz)" into gingerbread

13 years agoMerge "DO NOT MERGE Fix bug 3121030 - Text handles erroneously appear over extract...
Adam Powell [Tue, 9 Nov 2010 02:14:01 +0000 (18:14 -0800)]
Merge "DO NOT MERGE Fix bug 3121030 - Text handles erroneously appear over extract mode IME window" into gingerbread

13 years agoMerge "Support extracting thumbnail from rotated video tracks" into gingerbread
James Dong [Tue, 9 Nov 2010 02:00:14 +0000 (18:00 -0800)]
Merge "Support extracting thumbnail from rotated video tracks" into gingerbread

13 years agoam c10a4773: Set capabilities sooner.
Andy McFadden [Tue, 9 Nov 2010 01:58:50 +0000 (17:58 -0800)]
am c10a4773: Set capabilities sooner.

* commit 'c10a4773ece6ca66ba9cfe4cd15e5987a02bee68':
  Set capabilities sooner.

13 years agoMerge "DO NOT MERGE - Updated textfield pressed states" into gingerbread
Justin Ho [Tue, 9 Nov 2010 01:49:57 +0000 (17:49 -0800)]
Merge "DO NOT MERGE - Updated textfield pressed states" into gingerbread

13 years agoMerge "docs: remove quick start; make it an overview of the steps and go to installin...
Scott Main [Tue, 9 Nov 2010 00:05:24 +0000 (16:05 -0800)]
Merge "docs: remove quick start; make it an overview of the steps and go to installing guide" into gingerbread

13 years agoMerge "possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop...
Mathias Agopian [Mon, 8 Nov 2010 21:41:31 +0000 (13:41 -0800)]
Merge "possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop shadow correctly" into gingerbread

13 years agoMerge "fix [3148312] Region can access data out of bounds" into gingerbread
Mathias Agopian [Mon, 8 Nov 2010 21:40:40 +0000 (13:40 -0800)]
Merge "fix [3148312] Region can access data out of bounds" into gingerbread

13 years agoRefresh EGL header to work with the NDK
David 'Digit' Turner [Fri, 5 Nov 2010 11:41:51 +0000 (12:41 +0100)]
Refresh EGL header to work with the NDK

This change allows to use this header with the NDK's standalone toolchain.
For the record, the NDK toolchain defines __ANDROID__ as a compiler built-in
macro, this is however not the case currently for the prebuilt binaries that
are being used by the full Android build system, which otherwise defines ANDROID.

This change allows the header to be used by all toolchains properly. Note however
that we should properly should change our toolchain and sources to provide and
rely on __ANDROID__ instead of ANDROID though.

Change-Id: Iaa1aa1146985b5f24dcf3a83d9ddb9b4b59dc328

13 years agoMerge "Rotation support" into gingerbread
James Dong [Fri, 5 Nov 2010 23:58:51 +0000 (16:58 -0700)]
Merge "Rotation support" into gingerbread

13 years agoMerge "Add a new public API to support recording rotated videos" into gingerbread
James Dong [Fri, 5 Nov 2010 23:58:33 +0000 (16:58 -0700)]
Merge "Add a new public API to support recording rotated videos" into gingerbread

13 years agoMerge "docs: update homepage for GB" into gingerbread
Scott Main [Fri, 5 Nov 2010 22:02:39 +0000 (15:02 -0700)]
Merge "docs: update homepage for GB" into gingerbread

13 years agoMerge "allow all 4 orientations" into gingerbread
Hiroshi Lockheimer [Fri, 5 Nov 2010 05:20:59 +0000 (05:20 +0000)]
Merge "allow all 4 orientations" into gingerbread

13 years agoMerge "Doc change: Updating and restructuring the NDK section for GB. Filenames for...
Scott Main [Fri, 5 Nov 2010 02:27:50 +0000 (19:27 -0700)]
Merge "Doc change: Updating and restructuring the NDK section for GB. Filenames for new NDK packages still need updating." into gingerbread

13 years agoMerge "fix xlarge support in aapt for gingerbread" into gingerbread
Scott Main [Fri, 5 Nov 2010 01:56:47 +0000 (18:56 -0700)]
Merge "fix xlarge support in aapt for gingerbread" into gingerbread

13 years agoam 05cc2d63: (-s ours) This class no longer exists.
Dan Bornstein [Thu, 4 Nov 2010 23:30:06 +0000 (16:30 -0700)]
am 05cc2d63: (-s ours) This class no longer exists.

* commit '05cc2d635eba165098a8ff58678a2ef1db5ddd1a':
  This class no longer exists.

13 years agoMerge "DO NOT MERGE Add acceptPair method to BT stress." into gingerbread
Eric Rowe [Thu, 4 Nov 2010 21:54:23 +0000 (14:54 -0700)]
Merge "DO NOT MERGE Add acceptPair method to BT stress." into gingerbread

13 years agoMerge "docs: more revisions to the installing docs for GB" into gingerbread
Scott Main [Thu, 4 Nov 2010 16:17:54 +0000 (09:17 -0700)]
Merge "docs: more revisions to the installing docs for GB" into gingerbread

13 years agoMerge "Revert "Support rotation in media recorder"" into gingerbread
James Dong [Thu, 4 Nov 2010 02:42:17 +0000 (19:42 -0700)]
Merge "Revert "Support rotation in media recorder"" into gingerbread

13 years agoMerge "docs: some more edits to the sdk install docs" into gingerbread
Scott Main [Thu, 4 Nov 2010 01:03:01 +0000 (18:03 -0700)]
Merge "docs: some more edits to the sdk install docs" into gingerbread

13 years agoMerge "[3163098] Fix bug in angleChange funtion which caused the returned angle chang...
Mathias Agopian [Thu, 4 Nov 2010 00:57:32 +0000 (17:57 -0700)]
Merge "[3163098] Fix bug in angleChange funtion which caused the returned angle change to be zeroall the time. The fix is to use PrevR instead of computing the difference between R and R." into gingerbread

13 years agoMerge "Support rotation in media recorder" into gingerbread
Hiroshi Lockheimer [Thu, 4 Nov 2010 00:57:28 +0000 (17:57 -0700)]
Merge "Support rotation in media recorder" into gingerbread

13 years agoMerge "ldpi assets created from hdpi in core." into gingerbread
Gilles Debunne [Thu, 4 Nov 2010 00:37:28 +0000 (17:37 -0700)]
Merge "ldpi assets created from hdpi in core." into gingerbread

13 years agoMerge "Squash ANRs in UsbStorageActivity." into gingerbread
Hiroshi Lockheimer [Thu, 4 Nov 2010 00:08:03 +0000 (17:08 -0700)]
Merge "Squash ANRs in UsbStorageActivity." into gingerbread

13 years agoMerge "Added SIP Demo" into gingerbread
Alexander Lucas [Wed, 3 Nov 2010 22:32:57 +0000 (15:32 -0700)]
Merge "Added SIP Demo" into gingerbread

13 years agoMerge "DO NOT MERGE - Updated VPNServices stat_sys icons" into gingerbread
Justin Ho [Wed, 3 Nov 2010 20:39:26 +0000 (13:39 -0700)]
Merge "DO NOT MERGE - Updated VPNServices stat_sys icons" into gingerbread

13 years agoMerge "Remove the My Tag feature." into gingerbread
Jeff Hamilton [Wed, 3 Nov 2010 20:34:39 +0000 (13:34 -0700)]
Merge "Remove the My Tag feature." into gingerbread

13 years agoMerge "Fix the fix for storage ANRs." into gingerbread
Daniel Sandler [Wed, 3 Nov 2010 19:36:31 +0000 (12:36 -0700)]
Merge "Fix the fix for storage ANRs." into gingerbread

13 years agoMerge "DO NOT MERGE" into gingerbread
James Dong [Wed, 3 Nov 2010 16:21:44 +0000 (09:21 -0700)]
Merge "DO NOT MERGE" into gingerbread

13 years agoMerge "UMS: Avoid SystemUI ANRs during long vold operations." into gingerbread
Daniel Sandler [Wed, 3 Nov 2010 03:34:10 +0000 (20:34 -0700)]
Merge "UMS: Avoid SystemUI ANRs during long vold operations." into gingerbread

13 years agoMerge "Return a zero length byte from toByteArray instead of null." into gingerbread
Jason parks [Wed, 3 Nov 2010 01:58:09 +0000 (18:58 -0700)]
Merge "Return a zero length byte from toByteArray instead of null." into gingerbread

13 years agoam 36a1bcee: Merge "Doc change: Update uses-feature and permissions docs." into froyo
Dirk Dougherty [Wed, 3 Nov 2010 00:43:54 +0000 (17:43 -0700)]
am 36a1bcee: Merge "Doc change: Update uses-feature and permissions docs." into froyo

* commit '36a1bcee76d35636b4050674eb98285c3a3a6c2f':
  Doc change: Update uses-feature and permissions docs.

13 years agoMerge "Doc change: Update uses-feature and permissions docs." into froyo
Dirk Dougherty [Wed, 3 Nov 2010 00:40:27 +0000 (17:40 -0700)]
Merge "Doc change: Update uses-feature and permissions docs." into froyo

13 years agoMerge "Remove timeout support." into gingerbread
Nick Pelly [Tue, 2 Nov 2010 21:46:46 +0000 (14:46 -0700)]
Merge "Remove timeout support." into gingerbread

13 years agoMerge "DOC CHANGE: Add entry for monkeyrunner to tools index page." into gingerbread
Joe Malin [Tue, 2 Nov 2010 20:17:16 +0000 (13:17 -0700)]
Merge "DOC CHANGE: Add entry for monkeyrunner to tools index page." into gingerbread

13 years agoMerge "Support for <compatible-screens><screen> in ADT." into gingerbread
Raphael [Tue, 2 Nov 2010 18:43:11 +0000 (11:43 -0700)]
Merge "Support for <compatible-screens><screen> in ADT." into gingerbread

13 years agoMerge "Rescaled/updated mdpi assets added." into gingerbread
Gilles Debunne [Tue, 2 Nov 2010 17:05:52 +0000 (10:05 -0700)]
Merge "Rescaled/updated mdpi assets added." into gingerbread

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 agofix [3148312] Region can access data out of bounds
Mathias Agopian [Fri, 29 Oct 2010 22:14:08 +0000 (15:14 -0700)]
fix [3148312] Region can access data out of bounds

Change-Id: Ic46f31d40943f405e37da21a50b55edd5a2c4124

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