OSDN Git Service

android-x86/frameworks-base.git
13 years agoLet the media recording framework release the Camera object when it is the owner
James Dong [Wed, 20 Jul 2011 03:24:22 +0000 (20:24 -0700)]
Let the media recording framework release the Camera object when it is the owner

related-to-bug: 5050535,5036813,5051707

Change-Id: I88e10f65f087931e7f95ab26a018d59f7361103e

13 years agoMerge "Don't recreate view's display list when size hasn't changed"
Chet Haase [Tue, 19 Jul 2011 14:21:03 +0000 (07:21 -0700)]
Merge "Don't recreate view's display list when size hasn't changed"

13 years agoMerge "Hide "Configure input method" button when the screen is locked."
satok [Tue, 19 Jul 2011 03:43:24 +0000 (20:43 -0700)]
Merge "Hide "Configure input method" button when the screen is locked."

13 years agoMerge "Enable IMEs to set additional subtypes in background"
satok [Tue, 19 Jul 2011 03:42:54 +0000 (20:42 -0700)]
Merge "Enable IMEs to set additional subtypes in background"

13 years agoHide "Configure input method" button when the screen is locked.
satok [Tue, 19 Jul 2011 02:55:52 +0000 (11:55 +0900)]
Hide "Configure input method" button when the screen is locked.

Bug: 5022109

Change-Id: I5c6b59044d03b3f0335de1f602d1c3749b038c75

13 years agoMerge "Fix drag and drop regression. Bug: 5032496"
Jeff Brown [Tue, 19 Jul 2011 03:08:48 +0000 (20:08 -0700)]
Merge "Fix drag and drop regression. Bug: 5032496"

13 years agoMerge "Remove an unnecessary finalizer."
Jeff Brown [Tue, 19 Jul 2011 02:47:10 +0000 (19:47 -0700)]
Merge "Remove an unnecessary finalizer."

13 years agoMerge "Revert "Add in i18n TLDs and new TLDs to the URL RegEx matcher.""
Bart Sears [Tue, 19 Jul 2011 02:45:33 +0000 (19:45 -0700)]
Merge "Revert "Add in i18n TLDs and new TLDs to the URL RegEx matcher.""

13 years agoRevert "Add in i18n TLDs and new TLDs to the URL RegEx matcher."
Bart Sears [Tue, 19 Jul 2011 02:43:07 +0000 (19:43 -0700)]
Revert "Add in i18n TLDs and new TLDs to the URL RegEx matcher."

This reverts commit 6050cf65dbdf52f52325dc4513156f9404ffe9d8

13 years agoMerge "Fix bug 5031652 - offer a way to associate metadata with an ActionMode"
Adam Powell [Tue, 19 Jul 2011 02:40:17 +0000 (19:40 -0700)]
Merge "Fix bug 5031652 - offer a way to associate metadata with an ActionMode"

13 years agoMerge "Manually bring change Ie8fb8162 to master ("Add images to ERI icon list")...
Todor Kalaydjiev [Tue, 19 Jul 2011 01:45:36 +0000 (18:45 -0700)]
Merge "Manually bring change Ie8fb8162 to master ("Add images to ERI icon list"). Fixes b/4604593."

13 years agoam 6e8c7dd2: am cd4636ec: Add LteOnCdmaDevice system property.
Wink Saville [Tue, 19 Jul 2011 01:42:41 +0000 (18:42 -0700)]
am 6e8c7dd2: am cd4636ec: Add LteOnCdmaDevice system property.

* commit '6e8c7dd2128b2a46f5d56ed46d4d530af6ad38f5':
  Add LteOnCdmaDevice system property.

13 years agoam cd4636ec: Add LteOnCdmaDevice system property.
Wink Saville [Tue, 19 Jul 2011 01:39:41 +0000 (18:39 -0700)]
am cd4636ec: Add LteOnCdmaDevice system property.

* commit 'cd4636ec08a50ab890acab0cf0c3c3f07f91896a':
  Add LteOnCdmaDevice system property.

13 years agoFix drag and drop regression.
Jeff Brown [Mon, 18 Jul 2011 23:53:48 +0000 (16:53 -0700)]
Fix drag and drop regression.
Bug: 5032496

Change-Id: I6504df1261f563092dadc84155d413f43e921ab8

13 years agoMerge "Add in i18n TLDs and new TLDs to the URL RegEx matcher."
Shimeng (Simon) Wang [Tue, 19 Jul 2011 01:04:51 +0000 (18:04 -0700)]
Merge "Add in i18n TLDs and new TLDs to the URL RegEx matcher."

13 years agoManually bring change Ie8fb8162 to master ("Add images to ERI icon list"). Fixes...
Todor Kalaydjiev [Tue, 19 Jul 2011 00:55:24 +0000 (17:55 -0700)]
Manually bring change Ie8fb8162 to master ("Add images to ERI icon list"). Fixes b/4604593.

Change-Id: I1d8233e898ee79a33fc765b9013fa8f77d9fe914

13 years agoMerge "Update TextureView.lockCanvas() test."
Romain Guy [Tue, 19 Jul 2011 00:51:59 +0000 (17:51 -0700)]
Merge "Update TextureView.lockCanvas() test."

13 years agoDon't recreate view's display list when size hasn't changed
Chet Haase [Tue, 19 Jul 2011 00:48:25 +0000 (17:48 -0700)]
Don't recreate view's display list when size hasn't changed

Minor optimization in setFrame(), to force recreation of
a view's display list only when the actual size of the view has
changed.

Change-Id: Id07bd6943beec30de731ae8469ba881f5c0d9ac6

13 years agoFix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing
Fabrice Di Meglio [Mon, 18 Jul 2011 20:35:18 +0000 (13:35 -0700)]
Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing

- optimization for single run case was broken
- pass isRTL boolean along the call stack instead of the dirFlags integer
  (which was only used as a "isRTL" in the shaper)
- update unit tests

Change-Id: I33110b76a433633a0b92fbd1db03785204e0c3e6

13 years agoUpdate TextureView.lockCanvas() test.
Romain Guy [Tue, 19 Jul 2011 00:45:04 +0000 (17:45 -0700)]
Update TextureView.lockCanvas() test.

Change-Id: Ib0f613fcd6ba64a696936e4e2b386b96d76b828a

13 years agoMerge "Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left...
Fabrice Di Meglio [Tue, 19 Jul 2011 00:43:11 +0000 (17:43 -0700)]
Merge "Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing"

13 years agoSearchView behavioral and visual changes
Amith Yamasani [Fri, 8 Jul 2011 22:25:39 +0000 (15:25 -0700)]
SearchView behavioral and visual changes

Align text suggestions and search string.
Close button only clears the field.
Back button clears focus, hides dropdown and keyboard.
Tweaked SearchDialog's use of SearchView to follow above patterns.
Fixed other little bugs.

Change-Id: I9d34c2ebe2b1b2ca887220894c19a26809db85f6

13 years agoAdd in i18n TLDs and new TLDs to the URL RegEx matcher.
Shimeng (Simon) Wang [Tue, 19 Jul 2011 00:24:14 +0000 (17:24 -0700)]
Add in i18n TLDs and new TLDs to the URL RegEx matcher.

issue: 4384739
Change-Id: I96f2263d9a14fc2560583e2719cf7c5ac5c46d9e

13 years agoRemove an unnecessary finalizer.
Jeff Brown [Mon, 18 Jul 2011 23:52:21 +0000 (16:52 -0700)]
Remove an unnecessary finalizer.

Simply having a finalizer impacts the GC's ability to
reclaim resources in a timely manner.

Change-Id: Ia9e5f6f1dcb50fae8c2819d25d167df751adf451

13 years agoMerge "Add C code to use BDADDR_ANY macro properly. The macro expands into code...
Doug Kwan [Tue, 19 Jul 2011 00:02:55 +0000 (17:02 -0700)]
Merge "Add C code to use BDADDR_ANY macro properly.  The macro expands into code that is not valid C++.  So we need to use a C helper."

13 years agoam e5143d6c: am a4aef41a: am a74774fd: am 4d8f6a38: Merge "stagefright aacenc: Mark...
Conley Owens [Mon, 18 Jul 2011 23:57:04 +0000 (16:57 -0700)]
am e5143d6c: am a4aef41a: am a74774fd: am 4d8f6a38: Merge "stagefright aacenc: Mark codeWord as UWord16"

* commit 'e5143d6c09f0e9a960661a2b0a5916c33fcafc4d':
  stagefright aacenc: Mark codeWord as UWord16

13 years agoam a4aef41a: am a74774fd: am 4d8f6a38: Merge "stagefright aacenc: Mark codeWord as...
Conley Owens [Mon, 18 Jul 2011 23:55:33 +0000 (16:55 -0700)]
am a4aef41a: am a74774fd: am 4d8f6a38: Merge "stagefright aacenc: Mark codeWord as UWord16"

* commit 'a4aef41a74a69b0296b88361ffb33d0470a26362':
  stagefright aacenc: Mark codeWord as UWord16

13 years agoam a74774fd: am 4d8f6a38: Merge "stagefright aacenc: Mark codeWord as UWord16"
Conley Owens [Mon, 18 Jul 2011 23:53:41 +0000 (16:53 -0700)]
am a74774fd: am 4d8f6a38: Merge "stagefright aacenc: Mark codeWord as UWord16"

* commit 'a74774fd9146aa22801487d3652dc18e9e328b8e':
  stagefright aacenc: Mark codeWord as UWord16

13 years agoam 4d8f6a38: Merge "stagefright aacenc: Mark codeWord as UWord16"
Conley Owens [Mon, 18 Jul 2011 23:52:26 +0000 (16:52 -0700)]
am 4d8f6a38: Merge "stagefright aacenc: Mark codeWord as UWord16"

* commit '4d8f6a38e7268e29e189cb4173f42c7aa5b320a3':
  stagefright aacenc: Mark codeWord as UWord16

13 years agoMerge "stagefright aacenc: Mark codeWord as UWord16"
Conley Owens [Mon, 18 Jul 2011 23:49:43 +0000 (16:49 -0700)]
Merge "stagefright aacenc: Mark codeWord as UWord16"

13 years agoFix bug 5031652 - offer a way to associate metadata with an ActionMode
Adam Powell [Fri, 15 Jul 2011 05:37:06 +0000 (22:37 -0700)]
Fix bug 5031652 - offer a way to associate metadata with an ActionMode

Change-Id: Ic9d453b5c58eea922ec65423801e008d953bb25b

13 years agoMerge "Make the theme attribute actionModeStyle public."
Adam Powell [Mon, 18 Jul 2011 23:29:53 +0000 (16:29 -0700)]
Merge "Make the theme attribute actionModeStyle public."

13 years agoMake the theme attribute actionModeStyle public.
Adam Powell [Mon, 18 Jul 2011 23:28:55 +0000 (16:28 -0700)]
Make the theme attribute actionModeStyle public.

Change-Id: I53cd5e88dbd9df83c3e171277ce4a4da5faf8a8c

13 years agoI. Can. Not. Stand. ViewAncestor.
Dianne Hackborn [Mon, 18 Jul 2011 20:22:50 +0000 (13:22 -0700)]
I. Can. Not. Stand. ViewAncestor.

It was done so we would have the name "ViewRoot" available for a
public API.  However, the name "ViewAncestor" just makes no sense.
So instead, change it to ViewRootImpl.

Change-Id: If9599ca67896f339f6fefa7d1dde121201171d97

13 years agoMerge "Trim OpenGLRenderer's memory usage whenever possible"
Romain Guy [Mon, 18 Jul 2011 23:06:31 +0000 (16:06 -0700)]
Merge "Trim OpenGLRenderer's memory usage whenever possible"

13 years agoMerge "Fix issue # 5017868: Twitter crashes on start:"
Dianne Hackborn [Mon, 18 Jul 2011 23:03:08 +0000 (16:03 -0700)]
Merge "Fix issue # 5017868: Twitter crashes on start:"

13 years agoMerge "UsbManager: document that passing null setCurrentFunction restores default...
Mike Lockwood [Mon, 18 Jul 2011 22:59:35 +0000 (15:59 -0700)]
Merge "UsbManager: document that passing null setCurrentFunction restores default function"

13 years agoAdd unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left text and...
Fabrice Di Meglio [Sat, 16 Jul 2011 02:18:59 +0000 (19:18 -0700)]
Add unit tests for bug #5037425 Canvas.drawText can't handle Right-to-Left text and text composing

Change-Id: Ic71a563ad0f4ba6de5b7f030f04a3a9615b7617c

13 years agoam 3ab6ccda: am 2acddc54: am 89bac182: am 88409911: Merge "stagefright: Include stdli...
Deckard Autoverifier [Mon, 18 Jul 2011 22:46:26 +0000 (15:46 -0700)]
am 3ab6ccda: am 2acddc54: am 89bac182: am 88409911: Merge "stagefright: Include stdlib.h for malloc/free"

* commit '3ab6ccda447c605c35c8854a2ec8c49c2a0653a6':
  stagefright: Include stdlib.h for malloc/free

13 years agoam b32af642: am 31140598: am 16db83c2: am eb07c531: Merge "stagefright amrwbenc:...
Deckard Autoverifier [Mon, 18 Jul 2011 22:46:21 +0000 (15:46 -0700)]
am b32af642: am 31140598: am 16db83c2: am eb07c531: Merge "stagefright amrwbenc: Remove a duplicate, unused file"

* commit 'b32af642454f3113cb1539821eb3b0dbf4174974':
  stagefright amrwbenc: Remove a duplicate, unused file

13 years agoam d4dee1a5: am 29fd8cdb: am 80ef1745: am c06c3603: Merge "stagefright aacenc: Make...
Deckard Autoverifier [Mon, 18 Jul 2011 22:46:18 +0000 (15:46 -0700)]
am d4dee1a5: am 29fd8cdb: am 80ef1745: am c06c3603: Merge "stagefright aacenc: Make the mem_malloc function 64-bit safe"

* commit 'd4dee1a57fdcd1bd1e7c621163e89039cf88d9f9':
  stagefright aacenc: Make the mem_malloc function 64-bit safe

13 years agoam b7f0d825: am 691257b1: am 68e37dac: am 55f115a3: Merge "stagefright: Only use...
Deckard Autoverifier [Mon, 18 Jul 2011 22:46:14 +0000 (15:46 -0700)]
am b7f0d825: am 691257b1: am 68e37dac: am 55f115a3: Merge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"

* commit 'b7f0d825c56dced10bb7df7cfc624ef9ebffe21c':
  stagefright: Only use __int64 on MSVC, not on all win32 compilers

13 years agoam 2acddc54: am 89bac182: am 88409911: Merge "stagefright: Include stdlib.h for mallo...
Deckard Autoverifier [Mon, 18 Jul 2011 22:44:03 +0000 (15:44 -0700)]
am 2acddc54: am 89bac182: am 88409911: Merge "stagefright: Include stdlib.h for malloc/free"

* commit '2acddc54e1e7a9f41b4b5acc2e8984c46539425a':
  stagefright: Include stdlib.h for malloc/free

13 years agoam 31140598: am 16db83c2: am eb07c531: Merge "stagefright amrwbenc: Remove a duplicat...
Deckard Autoverifier [Mon, 18 Jul 2011 22:44:01 +0000 (15:44 -0700)]
am 31140598: am 16db83c2: am eb07c531: Merge "stagefright amrwbenc: Remove a duplicate, unused file"

* commit '31140598866c668047fc6dede7944e146aa21a0a':
  stagefright amrwbenc: Remove a duplicate, unused file

13 years agoam 29fd8cdb: am 80ef1745: am c06c3603: Merge "stagefright aacenc: Make the mem_malloc...
Deckard Autoverifier [Mon, 18 Jul 2011 22:43:58 +0000 (15:43 -0700)]
am 29fd8cdb: am 80ef1745: am c06c3603: Merge "stagefright aacenc: Make the mem_malloc function 64-bit safe"

* commit '29fd8cdbe554ca65c57dd9eea59dc57e3392acc3':
  stagefright aacenc: Make the mem_malloc function 64-bit safe

13 years agoam 691257b1: am 68e37dac: am 55f115a3: Merge "stagefright: Only use __int64 on MSVC...
Deckard Autoverifier [Mon, 18 Jul 2011 22:43:54 +0000 (15:43 -0700)]
am 691257b1: am 68e37dac: am 55f115a3: Merge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"

* commit '691257b1812ffd8172b01c17b9ba23a48eb76594':
  stagefright: Only use __int64 on MSVC, not on all win32 compilers

13 years agoam 89bac182: am 88409911: Merge "stagefright: Include stdlib.h for malloc/free"
Deckard Autoverifier [Mon, 18 Jul 2011 22:41:31 +0000 (15:41 -0700)]
am 89bac182: am 88409911: Merge "stagefright: Include stdlib.h for malloc/free"

* commit '89bac1820f3788d655ae293ec9a65c18226e09ee':
  stagefright: Include stdlib.h for malloc/free

13 years agoam 16db83c2: am eb07c531: Merge "stagefright amrwbenc: Remove a duplicate, unused...
Deckard Autoverifier [Mon, 18 Jul 2011 22:41:29 +0000 (15:41 -0700)]
am 16db83c2: am eb07c531: Merge "stagefright amrwbenc: Remove a duplicate, unused file"

* commit '16db83c26442f5e25b6aad77a37b612fa0be9862':
  stagefright amrwbenc: Remove a duplicate, unused file

13 years agoam 80ef1745: am c06c3603: Merge "stagefright aacenc: Make the mem_malloc function...
Deckard Autoverifier [Mon, 18 Jul 2011 22:41:26 +0000 (15:41 -0700)]
am 80ef1745: am c06c3603: Merge "stagefright aacenc: Make the mem_malloc function 64-bit safe"

* commit '80ef1745d00c235b117e389e56e58210cf88e5c8':
  stagefright aacenc: Make the mem_malloc function 64-bit safe

13 years agoam 68e37dac: am 55f115a3: Merge "stagefright: Only use __int64 on MSVC, not on all...
Deckard Autoverifier [Mon, 18 Jul 2011 22:41:24 +0000 (15:41 -0700)]
am 68e37dac: am 55f115a3: Merge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"

* commit '68e37dacc065eebb971d443722b7a8413ff403d6':
  stagefright: Only use __int64 on MSVC, not on all win32 compilers

13 years agoam 88409911: Merge "stagefright: Include stdlib.h for malloc/free"
Deckard Autoverifier [Mon, 18 Jul 2011 22:38:30 +0000 (15:38 -0700)]
am 88409911: Merge "stagefright: Include stdlib.h for malloc/free"

* commit '88409911aebed6c3663e51d51fca67f527c0c2fb':
  stagefright: Include stdlib.h for malloc/free

13 years agoam eb07c531: Merge "stagefright amrwbenc: Remove a duplicate, unused file"
Deckard Autoverifier [Mon, 18 Jul 2011 22:38:27 +0000 (15:38 -0700)]
am eb07c531: Merge "stagefright amrwbenc: Remove a duplicate, unused file"

* commit 'eb07c531498f4dc881ad2b4d1a32cacab25950ff':
  stagefright amrwbenc: Remove a duplicate, unused file

13 years agoam c06c3603: Merge "stagefright aacenc: Make the mem_malloc function 64-bit safe"
Deckard Autoverifier [Mon, 18 Jul 2011 22:38:25 +0000 (15:38 -0700)]
am c06c3603: Merge "stagefright aacenc: Make the mem_malloc function 64-bit safe"

* commit 'c06c3603e09a85136eb97d1d8ba1a49fcebae93b':
  stagefright aacenc: Make the mem_malloc function 64-bit safe

13 years agoam 55f115a3: Merge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"
Deckard Autoverifier [Mon, 18 Jul 2011 22:38:22 +0000 (15:38 -0700)]
am 55f115a3: Merge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"

* commit '55f115a3214343c826acf27fcbc4bf2927049083':
  stagefright: Only use __int64 on MSVC, not on all win32 compilers

13 years agoMerge "stagefright: Include stdlib.h for malloc/free"
Deckard Autoverifier [Mon, 18 Jul 2011 22:23:41 +0000 (15:23 -0700)]
Merge "stagefright: Include stdlib.h for malloc/free"

13 years agoMerge "stagefright amrwbenc: Remove a duplicate, unused file"
Deckard Autoverifier [Mon, 18 Jul 2011 22:23:31 +0000 (15:23 -0700)]
Merge "stagefright amrwbenc: Remove a duplicate, unused file"

13 years agoMerge "stagefright aacenc: Make the mem_malloc function 64-bit safe"
Deckard Autoverifier [Mon, 18 Jul 2011 22:23:20 +0000 (15:23 -0700)]
Merge "stagefright aacenc: Make the mem_malloc function 64-bit safe"

13 years agoMerge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"
Deckard Autoverifier [Mon, 18 Jul 2011 22:23:09 +0000 (15:23 -0700)]
Merge "stagefright: Only use __int64 on MSVC, not on all win32 compilers"

13 years agoMerge "CameraService: (dis)connect from preview windows"
Jamie Gennis [Mon, 18 Jul 2011 22:19:20 +0000 (15:19 -0700)]
Merge "CameraService: (dis)connect from preview windows"

13 years agoMerge "MediaPlayer: add ANativeWindow (dis)connect calls"
Jamie Gennis [Mon, 18 Jul 2011 22:18:43 +0000 (15:18 -0700)]
Merge "MediaPlayer: add ANativeWindow (dis)connect calls"

13 years agoMerge "Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens...
Philip Milne [Mon, 18 Jul 2011 22:17:06 +0000 (15:17 -0700)]
Merge "Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml."

13 years agoAdd lock/unlockCanvas to TextureView
Romain Guy [Fri, 15 Jul 2011 01:08:37 +0000 (18:08 -0700)]
Add lock/unlockCanvas to TextureView

With this change, TextureView has feature parity with SurfaceView.

Change-Id: I4ef2da33420fc9590f868636ae72a5a6de61965b

13 years agoMerge "SurfaceTexture: add a multi-SurfaceTexture test"
Jamie Gennis [Mon, 18 Jul 2011 22:00:54 +0000 (15:00 -0700)]
Merge "SurfaceTexture: add a multi-SurfaceTexture test"

13 years agoTrim OpenGLRenderer's memory usage whenever possible
Romain Guy [Mon, 18 Jul 2011 22:00:43 +0000 (15:00 -0700)]
Trim OpenGLRenderer's memory usage whenever possible

Change-Id: I9225077184f374b1a43300add15cc1d5b6869d1c

13 years agoMerge "move lock/unlock implementaion outside of Surface into SurfaceTextureClient"
Mathias Agopian [Mon, 18 Jul 2011 21:55:58 +0000 (14:55 -0700)]
Merge "move lock/unlock implementaion outside of Surface into SurfaceTextureClient"

13 years agoMerge "Fix leftover artifacts from sliding Recents items out"
Chet Haase [Mon, 18 Jul 2011 21:40:54 +0000 (14:40 -0700)]
Merge "Fix leftover artifacts from sliding Recents items out"

13 years agoMerge "Track line and column when parsing JSON."
Jesse Wilson [Mon, 18 Jul 2011 21:39:39 +0000 (14:39 -0700)]
Merge "Track line and column when parsing JSON."

13 years agoDerive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml.
Philip Milne [Fri, 15 Jul 2011 22:39:07 +0000 (15:39 -0700)]
Derive GridLayout's 'gap' constants from new "default_gap" entry in dimens.xml.

Also:

. removed static import of R.styleable - this is non-standard
. removed final modifier from DEBUG flag,
this prevents the compiler from excluding the debugging code but
allows debugging code to be enabled externally
. added override to removeAllViews() as GridLayout needs to be notified whever hiearchy changes.

Change-Id: I2409289bce7c6638eff320ffd48a6c0704e77fa8

13 years agoTrack line and column when parsing JSON.
Jesse Wilson [Mon, 18 Jul 2011 19:58:03 +0000 (12:58 -0700)]
Track line and column when parsing JSON.

This is a prerequisite to skipping the BOM if it exists.
Bug: http://code.google.com/p/android/issues/detail?id=18508

Change-Id: I38b1c46f246d8526fa20859b50ca3e25c9f9b9d1

13 years agoMerge "Always escape chars that JavaScript treats as newlines."
Jesse Wilson [Mon, 18 Jul 2011 21:27:31 +0000 (14:27 -0700)]
Merge "Always escape chars that JavaScript treats as newlines."

13 years agoMerge "Fix resolution padding glitch"
Fabrice Di Meglio [Mon, 18 Jul 2011 21:26:45 +0000 (14:26 -0700)]
Merge "Fix resolution padding glitch"

13 years agoMerge "Clean test APIs for Harfbuzz support"
Fabrice Di Meglio [Mon, 18 Jul 2011 21:26:34 +0000 (14:26 -0700)]
Merge "Clean test APIs for Harfbuzz support"

13 years agoFix leftover artifacts from sliding Recents items out
Chet Haase [Mon, 18 Jul 2011 21:03:21 +0000 (14:03 -0700)]
Fix leftover artifacts from sliding Recents items out

When items were removed from the Recents list, the removeViewInLayout()
method was being called instead of removeView(). This avoided proper
layout and invalidation from occurring, which sometimes resulted in
detritus on the screen since the framework wasn't updating the area
last occupied by the item.

Change-Id: I43132d06df1714f00c399d34908e4d6dd0a8d5c6

13 years agoMerge "EGL: update EGL_ANDROID_recordable extension."
Jamie Gennis [Mon, 18 Jul 2011 20:36:19 +0000 (13:36 -0700)]
Merge "EGL: update EGL_ANDROID_recordable extension."

13 years agoFix issue # 5017868: Twitter crashes on start:
Dianne Hackborn [Mon, 18 Jul 2011 20:20:04 +0000 (13:20 -0700)]
Fix issue # 5017868: Twitter crashes on start:

unable to resolve static field 106 (DEBUG) in Landroid/util/Config

Config was removed, but apparently some apps are actually using it.
Put it back.

Change-Id: Iebcb94b1158abc5e8c3dd9855068d2e9223d8999

13 years agoMerge "Fixed animation ordering bug in LayoutTransition."
Chet Haase [Mon, 18 Jul 2011 20:07:34 +0000 (13:07 -0700)]
Merge "Fixed animation ordering bug in LayoutTransition."

13 years agoEnable IMEs to set additional subtypes in background
satok [Mon, 18 Jul 2011 02:11:42 +0000 (11:11 +0900)]
Enable IMEs to set additional subtypes in background

Bug: 4591792

Change-Id: I7e61a576c56d1a3a56001bdf2fd51ad3801add01

13 years agoMerge "Fix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes."
Jim Miller [Mon, 18 Jul 2011 19:59:36 +0000 (12:59 -0700)]
Merge "Fix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes."

13 years agoFix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes.
Jim Miller [Fri, 15 Jul 2011 01:54:01 +0000 (18:54 -0700)]
Fix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes.

Adds selection overlay to recents to comply with UX design.
Adds longpress popup for removal and inspection of items.

Change-Id: Ic23c3f135b6ed107cc5156505d8f163daa94c52e

13 years agoMerge "Touch exploration separate setting and API to poll the latter state."
Svetoslav Ganov [Mon, 18 Jul 2011 19:57:02 +0000 (12:57 -0700)]
Merge "Touch exploration separate setting and API to poll the latter state."

13 years agoAlways escape chars that JavaScript treats as newlines.
Jesse Wilson [Mon, 18 Jul 2011 19:55:09 +0000 (12:55 -0700)]
Always escape chars that JavaScript treats as newlines.

Related GSON Bug: http://code.google.com/p/google-gson/issues/detail?id=341
Change-Id: I41b1615c4b3b4526f2223a75191f9b0699cdda12

13 years agoam f139965e: (-s ours) am 45ddd425: am 3edba93f: am 98fcc404: Merge "stagefright...
Conley Owens [Mon, 18 Jul 2011 19:55:22 +0000 (12:55 -0700)]
am f139965e: (-s ours) am 45ddd425: am 3edba93f: am 98fcc404: Merge "stagefright aacenc/amrwbenc: Remove trailing whitespace"

* commit 'f139965e4acc8eadb57f1d18d34ea3a89ab622d0':
  stagefright aacenc/amrwbenc: Remove trailing whitespace

13 years agoam 45ddd425: am 3edba93f: am 98fcc404: Merge "stagefright aacenc/amrwbenc: Remove...
Conley Owens [Mon, 18 Jul 2011 19:47:50 +0000 (12:47 -0700)]
am 45ddd425: am 3edba93f: am 98fcc404: Merge "stagefright aacenc/amrwbenc: Remove trailing whitespace"

* commit '45ddd42544167494cee7213ecddcb6f8057c86c0':
  stagefright aacenc/amrwbenc: Remove trailing whitespace

13 years agoam 3edba93f: am 98fcc404: Merge "stagefright aacenc/amrwbenc: Remove trailing whitespace"
Conley Owens [Mon, 18 Jul 2011 19:44:57 +0000 (12:44 -0700)]
am 3edba93f: am 98fcc404: Merge "stagefright aacenc/amrwbenc: Remove trailing whitespace"

* commit '3edba93fd9bff8e2b22486271e6e816e3b233ae9':
  stagefright aacenc/amrwbenc: Remove trailing whitespace

13 years agoTouch exploration separate setting and API to poll the latter state.
Svetoslav Ganov [Fri, 15 Jul 2011 00:57:06 +0000 (17:57 -0700)]
Touch exploration separate setting and API to poll the latter state.

1. Seperated touch exploration to be a seperate setting rather being
   magically enabled by the system of accessiiblity is on the there
   is at leas one accessibility service that speaks enabled. Now
   there is a setting for requesting touch exploration but still the
   system will enabled it only if that makes sense i.e. accessibility
   is on and one accessibility service that speaks is enabled.

2. Added public API for checking of touch exploration is enabled.

3. Added description attribute in accessibility service declaration
   which will be shown to the user before enabling the service.

4. Added API for quick cloning of AccessibilityNodeInfo.

5. Added clone functionality to SparseArray, SparseIntArray, and
   SparseBooleanArray.

bug:5034010
bug:5033928

Change-Id: Ia442edbe55c20309244061cd9d24e0545c01b54f

13 years agoam 98fcc404: Merge "stagefright aacenc/amrwbenc: Remove trailing whitespace"
Conley Owens [Mon, 18 Jul 2011 19:42:42 +0000 (12:42 -0700)]
am 98fcc404: Merge "stagefright aacenc/amrwbenc: Remove trailing whitespace"

* commit '98fcc4041d35831c7a65a6e2f0e61021e0fb37e2':
  stagefright aacenc/amrwbenc: Remove trailing whitespace

13 years agoMerge "stagefright aacenc/amrwbenc: Remove trailing whitespace"
Conley Owens [Mon, 18 Jul 2011 19:37:16 +0000 (12:37 -0700)]
Merge "stagefright aacenc/amrwbenc: Remove trailing whitespace"

13 years agoFixed animation ordering bug in LayoutTransition.
Chet Haase [Mon, 18 Jul 2011 19:12:36 +0000 (12:12 -0700)]
Fixed animation ordering bug in LayoutTransition.

This bug caused an artifact in Recent Apps where you might see things
pop to their end location before popping back and then animating correctly
into place.

Change-Id: Ia7313ec76cc42162528c3c167b8bc562284b14bc

13 years agoAdd LteOnCdmaDevice system property.
Wink Saville [Mon, 18 Jul 2011 18:32:55 +0000 (11:32 -0700)]
Add LteOnCdmaDevice system property.

Provide a system property which may be
optionally set at build time.

Change-Id: I253ff0df7c8f8c5627c775fb0cff2cb831157eed

13 years agoMerge "Work on death recipient leaks in Activity Manager and Content Service."
Dianne Hackborn [Mon, 18 Jul 2011 18:30:16 +0000 (11:30 -0700)]
Merge "Work on death recipient leaks in Activity Manager and Content Service."

13 years agoMerge "Add option to query hardware decoders only"
Jean-Michel Trivi [Mon, 18 Jul 2011 18:07:47 +0000 (11:07 -0700)]
Merge "Add option to query hardware decoders only"

13 years agoAdd option to query hardware decoders only
Jean-Michel Trivi [Sun, 17 Jul 2011 23:35:11 +0000 (16:35 -0700)]
Add option to query hardware decoders only

Add an option to OMXCodec::QueryCodecs() to filter out
 software codecs.

Update stagefright command line tool to list the roles of codecs.

Change-Id: Icddb79118c30fe13cc3aea20f340174cc082c4e0

13 years agoUsbManager: document that passing null setCurrentFunction restores default function
Mike Lockwood [Mon, 18 Jul 2011 17:54:32 +0000 (10:54 -0700)]
UsbManager: document that passing null setCurrentFunction restores default function

Change-Id: I4340b336f3e91b3b8242f2a66c34a7a7f5c3021f
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "NetInitiatedActivity: support AUTO response feature for SUPL IOT"
Mike Lockwood [Mon, 18 Jul 2011 17:27:42 +0000 (10:27 -0700)]
Merge "NetInitiatedActivity: support AUTO response feature for SUPL IOT"

13 years agoMerge "Few minor TTS clean ups."
Narayan Kamath [Mon, 18 Jul 2011 17:12:56 +0000 (10:12 -0700)]
Merge "Few minor TTS clean ups."

13 years agoNetInitiatedActivity: support AUTO response feature for SUPL IOT
Alexy Shin [Mon, 18 Jul 2011 16:42:55 +0000 (09:42 -0700)]
NetInitiatedActivity: support AUTO response feature for SUPL IOT

Change-Id: I38a9ed0b03cb7f9ce2b81e0742ef48508d8392af
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "Always consider playlists corresponding to different bandwidths different."
Andreas Huber [Mon, 18 Jul 2011 16:04:28 +0000 (09:04 -0700)]
Merge "Always consider playlists corresponding to different bandwidths different."

13 years agoMerge "Fix seek behaviour at startup and teardown of media session that hasn't been...
Andreas Huber [Mon, 18 Jul 2011 16:04:22 +0000 (09:04 -0700)]
Merge "Fix seek behaviour at startup and teardown of media session that hasn't been started"

13 years agoReconcile with gingerbread-release
The Android Open Source Project [Mon, 18 Jul 2011 15:10:06 +0000 (08:10 -0700)]
Reconcile with gingerbread-release

Change-Id: I74130bf01f70959376b8453e0288c4436cdbec2b

13 years agoFew minor TTS clean ups.
Narayan Kamath [Mon, 18 Jul 2011 13:43:07 +0000 (14:43 +0100)]
Few minor TTS clean ups.

(a) Remove unnecessary null check.
(b) Remove unused function.
(c) Clean up for TextToSpeech#shutdown.

Change-Id: I3ec5bccc327437064da130634a14aaf7d48eca4d