OSDN Git Service

android-x86/frameworks-base.git
13 years agoMerge "Clean up RS math headers." into honeycomb
Stephen Hines [Wed, 12 Jan 2011 03:09:47 +0000 (19:09 -0800)]
Merge "Clean up RS math headers." into honeycomb

13 years agoMerge "Down arrow on the month can end up at the start of the month" into honeycomb
Svetoslav Ganov [Wed, 12 Jan 2011 02:04:42 +0000 (18:04 -0800)]
Merge "Down arrow on the month can end up at the start of the month" into honeycomb

13 years agoDown arrow on the month can end up at the start of the month
Svetoslav Ganov [Wed, 12 Jan 2011 01:57:08 +0000 (17:57 -0800)]
Down arrow on the month can end up at the start of the month

bug:3338078

1. The bug was that I was claculating delta month and day from
   the current date but was changing the latter in the middle
   thus causing inconsistent state.

Change-Id: Id3082b01778fc2b3116aa412aff3f12e9ebf0c97

13 years agoMerge "Disable the region compositing pipeline for layers." into honeycomb
Romain Guy [Wed, 12 Jan 2011 01:58:56 +0000 (17:58 -0800)]
Merge "Disable the region compositing pipeline for layers." into honeycomb

13 years agoDisable the region compositing pipeline for layers.
Romain Guy [Wed, 12 Jan 2011 02:01:25 +0000 (18:01 -0800)]
Disable the region compositing pipeline for layers.

This composition mode is affecting Gmail in a bad way. Disabling until
I can figure out the problem.

Change-Id: I00e657ea2d05fc7b4a606242d19dc84dd88c1e35

13 years agoDon't break the build!
Romain Guy [Wed, 12 Jan 2011 01:58:03 +0000 (17:58 -0800)]
Don't break the build!

Change-Id: I42f68c7b023c03adeedc4e979e5f4705188ee9f4

13 years agoMerge "Get rid of old ParcelFileDescriptor API." into honeycomb
Dianne Hackborn [Wed, 12 Jan 2011 01:57:19 +0000 (17:57 -0800)]
Merge "Get rid of old ParcelFileDescriptor API." into honeycomb

13 years agoGet rid of old ParcelFileDescriptor API.
Dianne Hackborn [Wed, 12 Jan 2011 01:52:22 +0000 (17:52 -0800)]
Get rid of old ParcelFileDescriptor API.

Also some new debugging code in AsyncTaskLoader.

Change-Id: Ib13386b7862821cf0ee31b003bedef78f46240f1

13 years agoMerge "Don't break the build!" into honeycomb
Romain Guy [Wed, 12 Jan 2011 01:56:09 +0000 (17:56 -0800)]
Merge "Don't break the build!" into honeycomb

13 years agoBetter backend for hardware layers.
Romain Guy [Tue, 11 Jan 2011 22:29:25 +0000 (14:29 -0800)]
Better backend for hardware layers.

With this new backend, a hardware layer is only recreated when
its associated view is udpated. This offers fast composition
in GL and fast update of the layer in GL as well.

Change-Id: I97c43a612f5955c6bf1c192c8ca4af10fdf1d076

13 years agoMerge "IAE: Service not registered: com.android.server.AccessibilityManagerService...
Svetoslav Ganov [Wed, 12 Jan 2011 01:53:15 +0000 (17:53 -0800)]
Merge "IAE: Service not registered: com.android.server.AccessibilityManagerService" into honeycomb

13 years agoMerge "Better backend for hardware layers." into honeycomb
Romain Guy [Wed, 12 Jan 2011 01:52:05 +0000 (17:52 -0800)]
Merge "Better backend for hardware layers." into honeycomb

13 years agoMerge "Add error checks to bitmap uploads. Fix java side calculation for pixel sizes...
Jason Sams [Wed, 12 Jan 2011 01:44:39 +0000 (17:44 -0800)]
Merge "Add error checks to bitmap uploads. Fix java side calculation for pixel sizes." into honeycomb

13 years agoMerge "WebView accessibility key bindings do not allow mapping of all meta keys....
Svetoslav Ganov [Wed, 12 Jan 2011 01:43:01 +0000 (17:43 -0800)]
Merge "WebView accessibility key bindings do not allow mapping of all meta keys. Exception when turning off acessibility and having a WebView showing content." into honeycomb

13 years agoAdd error checks to bitmap uploads.
Jason Sams [Wed, 12 Jan 2011 01:42:52 +0000 (17:42 -0800)]
Add error checks to bitmap uploads.
Fix java side calculation for pixel sizes.

Change-Id: I2636db2ccdc9a330214fe9d8b26617b33e52ec8e

13 years agoMerge "Update large-screen translations." into honeycomb
Eric Fischer [Wed, 12 Jan 2011 01:39:12 +0000 (17:39 -0800)]
Merge "Update large-screen translations." into honeycomb

13 years agoMerge "Updated expander assets from Gingerbread" into honeycomb
Justin Ho [Wed, 12 Jan 2011 01:34:34 +0000 (17:34 -0800)]
Merge "Updated expander assets from Gingerbread" into honeycomb

13 years agoUpdated expander assets from Gingerbread
Justin Ho [Wed, 12 Jan 2011 01:33:10 +0000 (17:33 -0800)]
Updated expander assets from Gingerbread

Change-Id: Ieb5e47bc6907e6805ae55be3a9efa13b47309cdd

13 years agoMerge "default wifi sleep policy change" into honeycomb
Irfan Sheriff [Wed, 12 Jan 2011 01:26:18 +0000 (17:26 -0800)]
Merge "default wifi sleep policy change" into honeycomb

13 years agoMerge "LayoutLib: Log error when style can't be found." into honeycomb
Xavier Ducrohet [Wed, 12 Jan 2011 01:24:06 +0000 (17:24 -0800)]
Merge "LayoutLib: Log error when style can't be found." into honeycomb

13 years agoLayoutLib: Log error when style can't be found.
Xavier Ducrohet [Wed, 12 Jan 2011 01:11:01 +0000 (17:11 -0800)]
LayoutLib: Log error when style can't be found.

Change-Id: I9a88cdac44a2d31c053e7f0c92a14e69bd82ac83

13 years agoMerge "The status bar half of making the status bar resize when hdmi is plugged in...
Joe Onorato [Wed, 12 Jan 2011 01:09:16 +0000 (17:09 -0800)]
Merge "The status bar half of making the status bar resize when hdmi is plugged in." into honeycomb

13 years agoMerge "Update AppWidgetHostActivity to work again." into honeycomb
Joe Onorato [Wed, 12 Jan 2011 01:08:52 +0000 (17:08 -0800)]
Merge "Update AppWidgetHostActivity to work again." into honeycomb

13 years agoThe status bar half of making the status bar resize when hdmi is plugged in.
Joe Onorato [Wed, 12 Jan 2011 01:07:41 +0000 (17:07 -0800)]
The status bar half of making the status bar resize when hdmi is plugged in.

Change-Id: Ia349413774ba709fb3242780671c7b459850f4a4

13 years agoClean up RS math headers.
Stephen Hines [Tue, 11 Jan 2011 22:38:18 +0000 (14:38 -0800)]
Clean up RS math headers.

Fix types for ilogb and remquo.

Change-Id: I54f8634b1fe8b6cfb136d3bdf6aab5a5961e6827

13 years agoUpdate large-screen translations.
Eric Fischer [Wed, 12 Jan 2011 00:59:54 +0000 (16:59 -0800)]
Update large-screen translations.

Change-Id: Iff616447f1cd547d887c0aa84071daa34166a5ad

13 years agoMerge "Dropdown, checkboxes, buttons from Gingerbread" into honeycomb
Justin Ho [Wed, 12 Jan 2011 00:11:35 +0000 (16:11 -0800)]
Merge "Dropdown, checkboxes, buttons from Gingerbread" into honeycomb

13 years agoDropdown, checkboxes, buttons from Gingerbread
Justin Ho [Wed, 12 Jan 2011 00:00:39 +0000 (16:00 -0800)]
Dropdown, checkboxes, buttons from Gingerbread

Change-Id: Iec4818958f7a0cf41dab94695a06b9b3d0f72acb

13 years agoMerge "Fix bug 3338079 - Dialog styled activity decor" into honeycomb
Adam Powell [Tue, 11 Jan 2011 23:58:29 +0000 (15:58 -0800)]
Merge "Fix bug 3338079 - Dialog styled activity decor" into honeycomb

13 years agoFix bug 3338079 - Dialog styled activity decor
Adam Powell [Tue, 11 Jan 2011 23:37:04 +0000 (15:37 -0800)]
Fix bug 3338079 - Dialog styled activity decor

Fixed a bug in FastScroller that could cause a crash on an empty list
in always-show mode.

Fix holo light button text color

Change-Id: I7b50043d715b9b870eb34808017d743ba64d2e08

13 years agodefault wifi sleep policy change
Irfan Sheriff [Tue, 11 Jan 2011 23:40:35 +0000 (15:40 -0800)]
default wifi sleep policy change

Keep wifi sleep policy as never when charged as long as
user has not changed the settings

Bug: 3038345
Change-Id: I0598af41fe0144f2dfddc5bd331bd91d91e0ffea

13 years agoMerge "List selectors, menu backgrounds, popups, menu backgrounds from Gingerbread...
Justin Ho [Tue, 11 Jan 2011 23:39:40 +0000 (15:39 -0800)]
Merge "List selectors, menu backgrounds, popups, menu backgrounds from Gingerbread (HDPI and MDPI)" into honeycomb

13 years agoMerge "Updated HDPI btn_default states from Gingerbread" into honeycomb
Justin Ho [Tue, 11 Jan 2011 23:39:10 +0000 (15:39 -0800)]
Merge "Updated HDPI btn_default states from Gingerbread" into honeycomb

13 years agoMerge "LayoutLib: misc fix." into honeycomb
Xavier Ducrohet [Tue, 11 Jan 2011 23:34:44 +0000 (15:34 -0800)]
Merge "LayoutLib: misc fix." into honeycomb

13 years agoMerge "Increase cache size and low-watermark threshold, also" into honeycomb
Andreas Huber [Tue, 11 Jan 2011 23:20:39 +0000 (15:20 -0800)]
Merge "Increase cache size and low-watermark threshold, also" into honeycomb

13 years agoMerge "Properly parse Matroska lacing flags and extract all frames contained in a...
Andreas Huber [Tue, 11 Jan 2011 23:16:04 +0000 (15:16 -0800)]
Merge "Properly parse Matroska lacing flags and extract all frames contained in a block." into honeycomb

13 years agoLayoutLib: misc fix.
Xavier Ducrohet [Tue, 11 Jan 2011 23:14:13 +0000 (15:14 -0800)]
LayoutLib: misc fix.

Change-Id: I0e2eff376d8f8e7682c28ef771b886d5fab5ff65

13 years agoWebView accessibility key bindings do not allow mapping of all meta keys. Exception...
Svetoslav Ganov [Tue, 11 Jan 2011 22:19:17 +0000 (14:19 -0800)]
WebView accessibility key bindings do not allow mapping of all meta keys. Exception when turning off acessibility and having a WebView showing content.

bug:3341772

1.  Now a key in the binding is represented as a long with 32 MSB for modifiers and 32 LSB for keyCode.

bug: 3340732

1. Added check in the WebView key handling code to diable the accessibility injector/injected script in
   case accessibility is been disabled after loading the content.

Change-Id: Ic3746dff16ec77ba682a5b139cec0e6afd8fc839

13 years agoIncrease cache size and low-watermark threshold, also
Andreas Huber [Tue, 11 Jan 2011 23:05:28 +0000 (15:05 -0800)]
Increase cache size and low-watermark threshold, also

MediaPlayer now sends out MEDIA_INFO,MEDIA_INFO_VIDEO_TRACK_LAGGING messages
to the JAVA client informing it how much (if at all) the video lags behind
audio (arg2 is the media delay in ms).

Change-Id: I6933f573d8597a35112e4b5ee0fcb826a7f6ddd1
related-to-bug: 3335220

13 years agoIAE: Service not registered: com.android.server.AccessibilityManagerService
Svetoslav Ganov [Tue, 11 Jan 2011 23:04:40 +0000 (15:04 -0800)]
IAE: Service not registered: com.android.server.AccessibilityManagerService

bug:3331645

1. Let the binder the AccessibilityManagerService has obtained while connecting
   to an accessibility services be garbage collected since when binding we will
   will get in the on #onServiceConnected callback and it can be potentially
   another instance.

Change-Id: I87aa5e5f741e2e54c72d3d0d396ac00eda5aeb5c

13 years agoMerge "Solve translucency issue when drawing paths." into honeycomb
Romain Guy [Tue, 11 Jan 2011 23:01:02 +0000 (15:01 -0800)]
Merge "Solve translucency issue when drawing paths." into honeycomb

13 years agoSolve translucency issue when drawing paths.
Romain Guy [Tue, 11 Jan 2011 23:02:21 +0000 (15:02 -0800)]
Solve translucency issue when drawing paths.

Change-Id: I68ae0e2ccddaca2f76b5b2dd3e3cf1277fddaad6

13 years agoMerge "Update status bar icons for BT reverse tethering." into honeycomb
Jaikumar Ganesh [Tue, 11 Jan 2011 22:51:01 +0000 (14:51 -0800)]
Merge "Update status bar icons for BT reverse tethering." into honeycomb

13 years agoList selectors, menu backgrounds, popups, menu backgrounds from Gingerbread (HDPI...
Justin Ho [Tue, 11 Jan 2011 22:21:48 +0000 (14:21 -0800)]
List selectors, menu backgrounds, popups, menu backgrounds from Gingerbread (HDPI and MDPI)

Change-Id: I74ecf0133e7b395caa699b41a7e4f8e60772fd13

13 years agoMerge "Fix network availability reporting" into honeycomb
Irfan Sheriff [Tue, 11 Jan 2011 22:16:04 +0000 (14:16 -0800)]
Merge "Fix network availability reporting" into honeycomb

13 years agoMerge "Update AndroidClock font for LockScreen and tweak transparency." into honeycomb
Jim Miller [Tue, 11 Jan 2011 22:13:37 +0000 (14:13 -0800)]
Merge "Update AndroidClock font for LockScreen and tweak transparency." into honeycomb

13 years agoMerge "Updated btn default states (MDPI) from Gingerbread" into honeycomb
Justin Ho [Tue, 11 Jan 2011 22:05:28 +0000 (14:05 -0800)]
Merge "Updated btn default states (MDPI) from Gingerbread" into honeycomb

13 years agoUpdated HDPI btn_default states from Gingerbread
Justin Ho [Tue, 11 Jan 2011 22:02:13 +0000 (14:02 -0800)]
Updated HDPI btn_default states from Gingerbread

Change-Id: I3defa049dfe2364fc2cda6dcce50126ad242d0fb

13 years agoMerge "b/3331379 reduce ping-to-zoom jitter." into honeycomb
Huahui Wu [Tue, 11 Jan 2011 21:59:46 +0000 (13:59 -0800)]
Merge "b/3331379 reduce ping-to-zoom jitter." into honeycomb

13 years agoUpdated btn default states (MDPI) from Gingerbread
Justin Ho [Tue, 11 Jan 2011 21:58:24 +0000 (13:58 -0800)]
Updated btn default states (MDPI) from Gingerbread

Change-Id: I09006ef68d7b17e0a1dde56d24bf90a97cb4069d

13 years agoMerge "Updated permission bullet" into honeycomb
Justin Ho [Tue, 11 Jan 2011 21:51:33 +0000 (13:51 -0800)]
Merge "Updated permission bullet" into honeycomb

13 years agoMerge "Updated Help icon" into honeycomb
Justin Ho [Tue, 11 Jan 2011 21:51:00 +0000 (13:51 -0800)]
Merge "Updated Help icon" into honeycomb

13 years agoUpdated permission bullet
Justin Ho [Tue, 11 Jan 2011 21:49:48 +0000 (13:49 -0800)]
Updated permission bullet

Change-Id: Idbfb5dcb17b29cd47e0fd65d23bf920f68b9b271

13 years agoMerge "LayoutLib: Improve error reporting." into honeycomb
Xavier Ducrohet [Tue, 11 Jan 2011 21:31:18 +0000 (13:31 -0800)]
Merge "LayoutLib: Improve error reporting." into honeycomb

13 years agoMerge "LayoutLib: fix XmlUtils.convertValueToInt" into honeycomb
Xavier Ducrohet [Tue, 11 Jan 2011 21:31:05 +0000 (13:31 -0800)]
Merge "LayoutLib: fix XmlUtils.convertValueToInt" into honeycomb

13 years agoMerge "LayoutLib: only support animator-type animations." into honeycomb
Xavier Ducrohet [Tue, 11 Jan 2011 21:22:19 +0000 (13:22 -0800)]
Merge "LayoutLib: only support animator-type animations." into honeycomb

13 years agoLayoutLib: Improve error reporting.
Xavier Ducrohet [Tue, 11 Jan 2011 21:19:02 +0000 (13:19 -0800)]
LayoutLib: Improve error reporting.

Change-Id: I37cad7e2efb959202960c57b271c55c759867139

13 years agoProperly parse Matroska lacing flags and extract all frames contained in a block.
Andreas Huber [Tue, 11 Jan 2011 19:56:06 +0000 (11:56 -0800)]
Properly parse Matroska lacing flags and extract all frames contained in a block.

Change-Id: I1aca46b2e28b9cad88bf4a296f675e81e66ee095
related-to-bug: 3331623

13 years agoAll animator resources moved to res/animator
Chet Haase [Tue, 11 Jan 2011 15:21:59 +0000 (07:21 -0800)]
All animator resources moved to res/animator

Change-Id: I9342ff21e9a15ba29da946e091343a6f8223c181

13 years agoMerge "Find when pressing enter. Call onClickListener in TextView." into honeycomb
Leon Scroggins [Tue, 11 Jan 2011 20:41:52 +0000 (12:41 -0800)]
Merge "Find when pressing enter.  Call onClickListener in TextView." into honeycomb

13 years agoUpdated Help icon
Justin Ho [Tue, 11 Jan 2011 20:19:53 +0000 (12:19 -0800)]
Updated Help icon

Change-Id: Ifa6598ec8cb89c5533b76c85b1c164b30e8eb6ff

13 years agoFind when pressing enter. Call onClickListener in TextView.
Leon Scroggins [Tue, 11 Jan 2011 20:17:34 +0000 (15:17 -0500)]
Find when pressing enter.  Call onClickListener in TextView.

Bug:3313519

In Find ActionMode, Enter should call find on page (rather than
advancing focus to the WebView).

In TextView, pass and Enter key down to super, so that the
pressed state can get called properly, and the
onClickListener will fire.

Change-Id: Ia875fa6b5cf02565a0d066a009e68ce97718b032

13 years agoLayoutLib: fix XmlUtils.convertValueToInt
Xavier Ducrohet [Tue, 11 Jan 2011 20:10:57 +0000 (12:10 -0800)]
LayoutLib: fix XmlUtils.convertValueToInt

It looks like the device implementation of Integer.parseInt
is able to handle converting hexa value > 80000000 while the
desktop VM cannot.

This patch provide a fix for this.

While implementing it and running the TestDegates test I realized
that some delegate methods for Region were mising, so this adds them
too.

Change-Id: Ifee1efd47c8c52adc2f4658ec4fc8bd55adb84b4

13 years agoFix network availability reporting
Irfan Sheriff [Tue, 11 Jan 2011 19:17:14 +0000 (11:17 -0800)]
Fix network availability reporting

Report wifi is available as long as it is kept on

Change-Id: I5be9461106ef4968cbc423f90e0ff168e089791f

13 years agoUpdate AppWidgetHostActivity to work again.
Joe Onorato [Tue, 11 Jan 2011 06:58:05 +0000 (22:58 -0800)]
Update AppWidgetHostActivity to work again.

Change-Id: I301b59ef49423d45b052edb350856421c7844fba

13 years agoMerge "Simplify panel animations with an eye to performance." into honeycomb
Daniel Sandler [Tue, 11 Jan 2011 19:51:59 +0000 (11:51 -0800)]
Merge "Simplify panel animations with an eye to performance." into honeycomb

13 years agoSimplify panel animations with an eye to performance.
Daniel Sandler [Tue, 11 Jan 2011 15:28:58 +0000 (10:28 -0500)]
Simplify panel animations with an eye to performance.

Things are faster, but we're not buttery-smooth yet.

Bug: 3322970
Change-Id: Ib63bdc2e807b039197a12d3ed3935653e6237ae0

13 years agoMerge "Copy user info from PackageSetting as well" into honeycomb
Kenny Root [Tue, 11 Jan 2011 19:46:19 +0000 (11:46 -0800)]
Merge "Copy user info from PackageSetting as well" into honeycomb

13 years agob/3331379 reduce ping-to-zoom jitter.
Huahui Wu [Tue, 11 Jan 2011 18:21:20 +0000 (10:21 -0800)]
b/3331379 reduce ping-to-zoom jitter.

Change-Id: I522c86661777e670776b9fb448dc3333cef8b77b

13 years agoMerge "Fix uninitialized rect structure for retrieving rect cropping information...
James Dong [Tue, 11 Jan 2011 19:23:47 +0000 (11:23 -0800)]
Merge "Fix uninitialized rect structure for retrieving rect cropping information from decoder" into honeycomb

13 years agoCopy user info from PackageSetting as well
Kenny Root [Tue, 11 Jan 2011 19:15:35 +0000 (11:15 -0800)]
Copy user info from PackageSetting as well

In order not to clobber the internal system's settings, we duplicate it
before putting it back into mPackages, but the PackageSetting has a
couple extra pieces of information that weren't being copied.

Bug: 3339279
Change-Id: Ic9b64117f287d53f2c0cebb924c775405690938e

13 years agoMerge "Change function parameter from int to float." into honeycomb
Shimeng (Simon) Wang [Tue, 11 Jan 2011 18:54:43 +0000 (10:54 -0800)]
Merge "Change function parameter from int to float." into honeycomb

13 years agoLayoutLib: only support animator-type animations.
Xavier Ducrohet [Tue, 11 Jan 2011 18:54:12 +0000 (10:54 -0800)]
LayoutLib: only support animator-type animations.

Change-Id: Ia3609fc5d11555190bc323d61a3577144a4692fd

13 years agoChange function parameter from int to float.
Shimeng (Simon) Wang [Fri, 7 Jan 2011 23:51:06 +0000 (15:51 -0800)]
Change function parameter from int to float.

This change has a corresponding change in external/webkit:
https://android-git.corp.google.com/g/#change,88118

issue: 3225233
Change-Id: Icff31ef5c440cb02671ed363f57a0a5549cb32ef

13 years agoMerge "LayoutLib: fix some issue with resource resolution." into honeycomb
Xavier Ducrohet [Tue, 11 Jan 2011 18:42:37 +0000 (10:42 -0800)]
Merge "LayoutLib: fix some issue with resource resolution." into honeycomb

13 years agoMerge "bug:3339065 enable sqlite concurrency enhancing feature on settingsprovider...
Vasu Nori [Tue, 11 Jan 2011 18:37:22 +0000 (10:37 -0800)]
Merge "bug:3339065 enable sqlite concurrency enhancing feature on settingsprovider" into honeycomb

13 years agoMerge "Change local names for greater clarity." into honeycomb
Robert Greenwalt [Tue, 11 Jan 2011 18:15:21 +0000 (10:15 -0800)]
Merge "Change local names for greater clarity." into honeycomb

13 years agoChange local names for greater clarity.
Robert Greenwalt [Tue, 11 Jan 2011 01:17:20 +0000 (17:17 -0800)]
Change local names for greater clarity.

Change-Id: I806284317c0c756260080b6c006b4c338b9cbc6d

13 years agoMerge "IOBE while diabling accessibility with some enabled accessibility services...
Svetoslav Ganov [Tue, 11 Jan 2011 18:01:00 +0000 (10:01 -0800)]
Merge "IOBE while diabling accessibility with some enabled accessibility services." into honeycomb

13 years agoIgnore overflow:hidden in overview mode.
Shimeng (Simon) Wang [Mon, 10 Jan 2011 22:30:20 +0000 (14:30 -0800)]
Ignore overflow:hidden in overview mode.

The feature was enabled to prevent flash sites from flickering due to
viewport height change when the site is scrolled.

Now fixed viewport height is in honeycomb, this flickering shall be
a non-issue.  So to support better scrolling of overflow:hidden sites
and better consistency, overflow:hidden in overview mode is ignored
as well.

Tested on flash site http://home.disney.go.com/mwc.index to make sure
no flickering happens.  More testing shall be done once good flash
player is there.

issue: 3330038
Change-Id: Ia3f61ce49cfb970d26976d4e876c337d210a9df2

13 years agoMerge "Enable write ahead logging on databases used by WebView." into honeycomb
Leon Scroggins [Tue, 11 Jan 2011 17:24:39 +0000 (09:24 -0800)]
Merge "Enable write ahead logging on databases used by WebView." into honeycomb

13 years agoMerge "Don't release the video recording frame after recording is stopped in CameraSo...
James Dong [Tue, 11 Jan 2011 16:56:02 +0000 (08:56 -0800)]
Merge "Don't release the video recording frame after recording is stopped in CameraSourceTimeLapse.cpp" into honeycomb

13 years agoRename RGBEvaluator to ArgbEvaluator
Chet Haase [Mon, 10 Jan 2011 23:56:56 +0000 (15:56 -0800)]
Rename RGBEvaluator to ArgbEvaluator

Change-Id: Iee74b475960d623fa757349e4053bd7c58cf5734

13 years agobug:3339065 enable sqlite concurrency enhancing feature on settingsprovider
Vasu Nori [Tue, 11 Jan 2011 07:20:39 +0000 (23:20 -0800)]
bug:3339065 enable sqlite concurrency enhancing feature on settingsprovider

why is settingsprovider doing getReadbleDatabase() in onCreate() method?
it shoul do getWritableDatabse() so that sqlite's WAL
feature can be enabled on it.

Change-Id: I60e46ce240a6474bbb50ab26fb1d979242b0c9ad

13 years agoMerge "Composite layers as regions." into honeycomb
Romain Guy [Tue, 11 Jan 2011 06:25:05 +0000 (22:25 -0800)]
Merge "Composite layers as regions." into honeycomb

13 years agoComposite layers as regions.
Romain Guy [Tue, 11 Jan 2011 06:26:16 +0000 (22:26 -0800)]
Composite layers as regions.

This change detects what area of a layer was drawn into and generates a mesh
to match this area exactly. This can be used to avoid blending empty pixels
when the layer is composited.
This change also adds proper layers support to lines rendering and implements
layers composition in a more readable way.

Change-Id: I4a5588b98b19bd66891ebdc39631b193c5e31999

13 years agoLayoutLib: fix some issue with resource resolution.
Xavier Ducrohet [Tue, 11 Jan 2011 05:49:40 +0000 (21:49 -0800)]
LayoutLib: fix some issue with resource resolution.

TypedArray.getResourceId() is not only about id/foo,
it can be any type of resources.

Change-Id: Ia5e147bc078bb349a3fa500a04c596ae44ea34ce

13 years agoUpdate AndroidClock font for LockScreen and tweak transparency.
Jim Miller [Tue, 11 Jan 2011 05:18:26 +0000 (21:18 -0800)]
Update AndroidClock font for LockScreen and tweak transparency.

Change-Id: I5e4e8cb67c0498105f3b3d87c68c44b85e5baf77

13 years agoBetter logging of out of memory errors in OpenGLRenderer.
Romain Guy [Tue, 11 Jan 2011 05:14:18 +0000 (21:14 -0800)]
Better logging of out of memory errors in OpenGLRenderer.

Change-Id: I6b72a084340d8d4b6e0b0a100ed4314d09d441ef

13 years agoMerge "Better logging of out of memory errors in OpenGLRenderer." into honeycomb
Romain Guy [Tue, 11 Jan 2011 05:11:27 +0000 (21:11 -0800)]
Merge "Better logging of out of memory errors in OpenGLRenderer." into honeycomb

13 years agoMerge "Fix 3305645: Hide recents if there are no recent apps." into honeycomb
Jim Miller [Tue, 11 Jan 2011 05:06:22 +0000 (21:06 -0800)]
Merge "Fix 3305645: Hide recents if there are no recent apps." into honeycomb

13 years agoFix 3305645: Hide recents if there are no recent apps.
Jim Miller [Tue, 11 Jan 2011 05:02:25 +0000 (21:02 -0800)]
Fix 3305645: Hide recents if there are no recent apps.

Change-Id: I7a6131b22fd73cb8dae12b8bb80a5921414c1861

13 years agoDon't release the video recording frame after recording is stopped in CameraSourceTim...
James Dong [Tue, 11 Jan 2011 04:42:21 +0000 (20:42 -0800)]
Don't release the video recording frame after recording is stopped in CameraSourceTimeLapse.cpp

bug - 3334999

Change-Id: I1c83080713696221048da9b1a9f8c2ee48849ade

13 years agoMerge "Prevent events from getting backlogged." into honeycomb
Jeff Brown [Tue, 11 Jan 2011 04:17:28 +0000 (20:17 -0800)]
Merge "Prevent events from getting backlogged." into honeycomb

13 years agoun@hide android.os.Environment.isExternalStorageEmulated()
Mike Lockwood [Tue, 11 Jan 2011 03:12:31 +0000 (22:12 -0500)]
un@hide android.os.Environment.isExternalStorageEmulated()

Change-Id: I35e7dc59763595523cb5af569e237bcff5cf1b49
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "Hardware Composer Test hwcCommit set blend type" into honeycomb
Louis Huemiller [Tue, 11 Jan 2011 02:09:49 +0000 (18:09 -0800)]
Merge "Hardware Composer Test hwcCommit set blend type" into honeycomb

13 years agoHardware Composer Test hwcCommit set blend type
Louis Huemiller [Tue, 11 Jan 2011 02:03:05 +0000 (18:03 -0800)]
Hardware Composer Test hwcCommit set blend type

Change-Id: If345641bd009cfd131b1a8e74cd4a9e8e4a7dfc7

13 years agoMerge "Hardware Composer Test Overlap Stats" into honeycomb
Louis Huemiller [Tue, 11 Jan 2011 01:46:38 +0000 (17:46 -0800)]
Merge "Hardware Composer Test Overlap Stats" into honeycomb

13 years agoMerge "LayoutLib: move asserts around." into honeycomb
Xavier Ducrohet [Tue, 11 Jan 2011 01:44:16 +0000 (17:44 -0800)]
Merge "LayoutLib: move asserts around." into honeycomb

13 years agoMerge "current.xml" into honeycomb
Joe Onorato [Tue, 11 Jan 2011 01:41:54 +0000 (17:41 -0800)]
Merge "current.xml" into honeycomb