OSDN Git Service

android-x86/frameworks-native.git
14 years agoMerge "Fix 2287263: Change carrier TextView to be 1 line and marquee if text is too...
Jim Miller [Sat, 23 Jan 2010 04:19:12 +0000 (20:19 -0800)]
Merge "Fix 2287263: Change carrier TextView to be 1 line and marquee if text is too long." into eclair

14 years agoMerge "SDK doc change: Misc small fixes." into eclair
Dirk Dougherty [Sat, 23 Jan 2010 00:45:58 +0000 (16:45 -0800)]
Merge "SDK doc change: Misc small fixes." into eclair

14 years agoMerge "SDK doc change: Add "fetch by http" workaround for connection problems in...
Dirk Dougherty [Sat, 23 Jan 2010 00:38:59 +0000 (16:38 -0800)]
Merge "SDK doc change: Add "fetch by http" workaround for connection problems in SDK Manager." into eclair

14 years agoMerge "Fix issue #2391429: Crash during boot if fwd locked app is incompletely instal...
Dianne Hackborn [Fri, 22 Jan 2010 23:47:08 +0000 (15:47 -0800)]
Merge "Fix issue #2391429: Crash during boot if fwd locked app is incompletely installed" into eclair

14 years agoMerge "doc change: add announce for developer lab at mwc. move adc to carousel."...
Dirk Dougherty [Fri, 22 Jan 2010 22:23:39 +0000 (14:23 -0800)]
Merge "doc change: add announce for developer lab at mwc. move adc to carousel." into eclair

14 years agoMerge "Updated emergency string when locale changes." into eclair
John Wang [Fri, 22 Jan 2010 21:17:25 +0000 (13:17 -0800)]
Merge "Updated emergency string when locale changes." into eclair

14 years agoMerge "Fix issue 2388215: Audio not routed to 3.5mm Headset after removal/insertion...
Eric Laurent [Fri, 22 Jan 2010 18:14:26 +0000 (10:14 -0800)]
Merge "Fix issue 2388215: Audio not routed to 3.5mm Headset after removal/insertion." into eclair

14 years agoMerge "initialize sync adapters that get installed while the system is running bug...
Fred Quintana [Fri, 22 Jan 2010 01:30:07 +0000 (17:30 -0800)]
Merge "initialize sync adapters that get installed while the system is running bug b/issue?id=2360782" into eclair

14 years agoMerge "Instead of caputre the memory footprint before and after the test. We would...
Yu Shan Emily Lau [Thu, 21 Jan 2010 23:07:51 +0000 (15:07 -0800)]
Merge "Instead of caputre the memory footprint before and after the test. We would like to monitor the memory trend while the test is running. This can eliminate the overhead for the frist test case in creating the player." into eclair

14 years agoMerge "Add Emergency Calls Only String." into eclair
John Wang [Thu, 21 Jan 2010 21:38:32 +0000 (13:38 -0800)]
Merge "Add Emergency Calls Only String." into eclair

14 years agoMerge "fix bug 2264186: clean up the outstanding async queries in ContactHeaderWidget...
Wei Huang [Thu, 21 Jan 2010 20:21:11 +0000 (12:21 -0800)]
Merge "fix bug 2264186: clean up the outstanding async queries in ContactHeaderWidget." into eclair

14 years agoMerge "Find layout classes in all "layout-*" dirs." into eclair
Ying Wang [Thu, 21 Jan 2010 19:07:14 +0000 (11:07 -0800)]
Merge "Find layout classes in all "layout-*" dirs." into eclair

14 years agoMerge "Try to switch to another default net on connection failure." into eclair
Robert Greenwalt [Thu, 21 Jan 2010 17:57:46 +0000 (09:57 -0800)]
Merge "Try to switch to another default net on connection failure." into eclair

14 years agoMerge "Use MCC value to always override channel count setting" into eclair
Irfan Sheriff [Thu, 21 Jan 2010 15:46:49 +0000 (07:46 -0800)]
Merge "Use MCC value to always override channel count setting" into eclair

14 years agoMerge "DO NOT MERGE" into eclair
Grace Kloba [Thu, 21 Jan 2010 07:30:05 +0000 (23:30 -0800)]
Merge "DO NOT MERGE" into eclair

14 years agoMerge "Fix failure to open AVRCP input device due to EPERM." into eclair
Nick Pelly [Thu, 21 Jan 2010 04:43:54 +0000 (20:43 -0800)]
Merge "Fix failure to open AVRCP input device due to EPERM." into eclair

14 years agoFix failure to open AVRCP input device due to EPERM.
Nick Pelly [Thu, 21 Jan 2010 03:36:49 +0000 (19:36 -0800)]
Fix failure to open AVRCP input device due to EPERM.

Sleep for 100us and try to open the input device again if it fails, with a
maximum of 10 attempts.

We need the retry logic because setting permissions on a new input device is
racy. The init process watches for new input device (via uevent) and sets the
permission on them in devices.c:make_device(). However at the same time
EventHub.cpp watches for new input devices from the system_server process, and
immediately tries to open them. I can't see a simple way to avoid this race
condition.

As best as I can tell this race condition has always exisited.
There must have been some timing change that happened recently that causes us
to hit this race condition much more often. See repro notes in referenced bug.

Bug: 2375632

14 years agoMerge "Do not merge" into eclair
Mike Reed [Thu, 21 Jan 2010 02:32:32 +0000 (18:32 -0800)]
Merge "Do not merge" into eclair

14 years agoMerge "Fix the sloppy detection in the ScaleGestureDetector." into eclair
Grace Kloba [Thu, 21 Jan 2010 01:36:50 +0000 (17:36 -0800)]
Merge "Fix the sloppy detection in the ScaleGestureDetector." into eclair

14 years agoMerge "SDK doc change: Add doc update for NDKr3." into eclair
Xavier Ducrohet [Thu, 21 Jan 2010 01:30:27 +0000 (17:30 -0800)]
Merge "SDK doc change: Add doc update for NDKr3." into eclair

14 years agoMerge "docs: add guide to copying and installing the Dev Tools app from the emulator...
Scott Main [Thu, 21 Jan 2010 01:10:25 +0000 (17:10 -0800)]
Merge "docs: add guide to copying and installing the Dev Tools app from the emulator to a device." into eclair

14 years agoMerge "DO NOT MERGE Avoid wifi disable in a UNKNOWN state" into eclair
Irfan Sheriff [Wed, 20 Jan 2010 21:26:08 +0000 (13:26 -0800)]
Merge "DO NOT MERGE Avoid wifi disable in a UNKNOWN state" into eclair

14 years agoMerge "Add bugreport info about network feature use. DO NOT MERGE" into eclair
Robert Greenwalt [Wed, 20 Jan 2010 21:26:04 +0000 (13:26 -0800)]
Merge "Add bugreport info about network feature use. DO NOT MERGE" into eclair

14 years agoMerge "Do not merge" into eclair
Mike Reed [Wed, 20 Jan 2010 21:17:49 +0000 (13:17 -0800)]
Merge "Do not merge" into eclair

14 years agoMerge "Cleanup of process-specific DNS." into eclair
Robert Greenwalt [Wed, 20 Jan 2010 19:08:13 +0000 (11:08 -0800)]
Merge "Cleanup of process-specific DNS." into eclair

14 years agoMerge "Be tolerant of GPS session and engine on status messages arriving out of order...
Mike Lockwood [Wed, 20 Jan 2010 18:00:55 +0000 (10:00 -0800)]
Merge "Be tolerant of GPS session and engine on status messages arriving out of order." into eclair

14 years agoMerge "ADT/Layoutlib: implement sweep gradient." into eclair
Xavier Ducrohet [Wed, 20 Jan 2010 17:43:46 +0000 (09:43 -0800)]
Merge "ADT/Layoutlib: implement sweep gradient." into eclair

14 years agoMerge "Edge of screen slop detection for ScaleGestureDetector." into eclair
Adam Powell [Wed, 20 Jan 2010 00:40:17 +0000 (16:40 -0800)]
Merge "Edge of screen slop detection for ScaleGestureDetector." into eclair

14 years agoMerge "docs: add a section about debugging web pages with the Console APIs; revise...
Scott Main [Wed, 20 Jan 2010 00:18:52 +0000 (16:18 -0800)]
Merge "docs: add a section about debugging web pages with the Console APIs; revise and cleanup some of the other content." into eclair

14 years agoMerge "ADT/Layoutlib: implement radial gradient." into eclair
Xavier Ducrohet [Tue, 19 Jan 2010 22:48:58 +0000 (14:48 -0800)]
Merge "ADT/Layoutlib: implement radial gradient." into eclair

14 years agoMerge "Add instrumentation as a source tag for proguard keep options." into eclair
Ying Wang [Tue, 19 Jan 2010 19:55:12 +0000 (11:55 -0800)]
Merge "Add instrumentation as a source tag for proguard keep options." into eclair

14 years agoMerge "Prevent orientation change from triggering activity recreation." into eclair
Guang Zhu [Tue, 19 Jan 2010 19:53:00 +0000 (11:53 -0800)]
Merge "Prevent orientation change from triggering activity recreation." into eclair

14 years agoMerge "Security fix in accessibility - don't read out password. # 2371557" into eclair
Amith Yamasani [Tue, 19 Jan 2010 19:50:39 +0000 (11:50 -0800)]
Merge "Security fix in accessibility - don't read out password. # 2371557" into eclair

14 years agoMerge "docs: some spelling typos" into eclair
Scott Main [Tue, 19 Jan 2010 19:18:39 +0000 (11:18 -0800)]
Merge "docs: some spelling typos" into eclair

14 years agoMerge "If ZoomButttonsController detects more than one pointer, give up the control...
Grace Kloba [Mon, 18 Jan 2010 23:21:38 +0000 (15:21 -0800)]
Merge "If ZoomButttonsController detects more than one pointer, give up the control. This should enable the View behind it, like WebView, will always get the multi-pointer events even when ZoomButtonsController is up." into eclair

14 years agoMerge "DO NOT MERGE" into eclair
Grace Kloba [Mon, 18 Jan 2010 23:21:31 +0000 (15:21 -0800)]
Merge "DO NOT MERGE" into eclair

14 years agoMerge "Fix for 2292713: Remove workaround that hides SlidingTab widget while internal...
Jim Miller [Sat, 16 Jan 2010 01:20:29 +0000 (17:20 -0800)]
Merge "Fix for 2292713: Remove workaround that hides SlidingTab widget while internal state is inconsistent." into eclair

14 years agoMerge "ADT/Layoutlib: Add dash support to stroke." into eclair
Xavier Ducrohet [Fri, 15 Jan 2010 22:27:34 +0000 (14:27 -0800)]
Merge "ADT/Layoutlib: Add dash support to stroke." into eclair

14 years agoMerge "ADT/Layoutlib: properly handle stroke information." into eclair
Xavier Ducrohet [Fri, 15 Jan 2010 18:30:52 +0000 (10:30 -0800)]
Merge "ADT/Layoutlib: properly handle stroke information." into eclair

14 years agoMerge "DO NOT MERGE" into eclair
Grace Kloba [Fri, 15 Jan 2010 03:29:09 +0000 (19:29 -0800)]
Merge "DO NOT MERGE" into eclair

14 years agoMerge "DO NOT MERGE" into eclair
Grace Kloba [Fri, 15 Jan 2010 03:28:55 +0000 (19:28 -0800)]
Merge "DO NOT MERGE" into eclair

14 years agoMerge "ADT/Layoutlib: improved gradient drawing for perf." into eclair
Xavier Ducrohet [Fri, 15 Jan 2010 03:10:44 +0000 (19:10 -0800)]
Merge "ADT/Layoutlib: improved gradient drawing for perf." into eclair

14 years agoMerge "ADT/Layoutlib: always use custom gradient (java) Paint." into eclair
Xavier Ducrohet [Fri, 15 Jan 2010 02:36:26 +0000 (18:36 -0800)]
Merge "ADT/Layoutlib: always use custom gradient (java) Paint." into eclair

14 years agoMerge "Updated developer groups documentation to point to Stack Overflow, also rearra...
Roman Nurik [Fri, 15 Jan 2010 01:18:31 +0000 (17:18 -0800)]
Merge "Updated developer groups documentation to point to Stack Overflow, also rearranged a few things." into eclair

14 years agoMerge "ADT/Layout: support for 3+ color in linear gradients" into eclair
Xavier Ducrohet [Fri, 15 Jan 2010 01:15:56 +0000 (17:15 -0800)]
Merge "ADT/Layout: support for 3+ color in linear gradients" into eclair

14 years agoMerge "Add Event log for RAT switch." into eclair
John Wang [Fri, 15 Jan 2010 00:43:38 +0000 (16:43 -0800)]
Merge "Add Event log for RAT switch." into eclair

14 years agoMerge "add drawSpriteScreenspaceCropped to renderscript" into eclair
Joe Onorato [Thu, 14 Jan 2010 23:53:45 +0000 (15:53 -0800)]
Merge "add drawSpriteScreenspaceCropped to renderscript" into eclair

14 years agoMerge "docs: remove dev guide link from download confirmation content so we only...
Scott Main [Thu, 14 Jan 2010 21:01:30 +0000 (13:01 -0800)]
Merge "docs: remove dev guide link from download confirmation content so we only link to the install guide and re-affirm the system reqs bug: 2374363,2374334" into eclair

14 years agoMerge "ADT/Layoutlib: 2 color, linear gradient support." into eclair
Xavier Ducrohet [Thu, 14 Jan 2010 18:03:56 +0000 (10:03 -0800)]
Merge "ADT/Layoutlib: 2 color, linear gradient support." into eclair

14 years agoMerge "DO NOT MERGE" into eclair
Grace Kloba [Thu, 14 Jan 2010 17:29:52 +0000 (09:29 -0800)]
Merge "DO NOT MERGE" into eclair

14 years agoMerge "ADT/Layoutlib: implement Canvas.concat(Matrix)" into eclair
Xavier Ducrohet [Thu, 14 Jan 2010 03:14:28 +0000 (19:14 -0800)]
Merge "ADT/Layoutlib: implement Canvas.concat(Matrix)" into eclair

14 years agoMerge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 scree...
Adam Powell [Thu, 14 Jan 2010 02:00:35 +0000 (18:00 -0800)]
Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can't reliably handle translation and scaling at the same time." into eclair

14 years agoMerge "Only output proguard keep for nonempty attribute name in the AndroidManifest...
Ying Wang [Wed, 13 Jan 2010 00:31:14 +0000 (16:31 -0800)]
Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair

14 years agoMerge "DO NOT MERGE." into eclair
Grace Kloba [Tue, 12 Jan 2010 18:00:03 +0000 (10:00 -0800)]
Merge "DO NOT MERGE." into eclair

14 years agoMerge "framework: storage: Ensure that filesystems are unmounted before shutdown...
San Mehat [Tue, 12 Jan 2010 17:59:35 +0000 (09:59 -0800)]
Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair

14 years agoMerge "LayoutLib: support for custom styles." into eclair
Xavier Ducrohet [Mon, 11 Jan 2010 23:25:16 +0000 (15:25 -0800)]
Merge "LayoutLib: support for custom styles." into eclair

14 years agoMerge "Hide unused fields" into eclair
Tom Taylor [Mon, 11 Jan 2010 22:11:46 +0000 (14:11 -0800)]
Merge "Hide unused fields" into eclair

14 years agoMerge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer...
Trevor Johns [Mon, 11 Jan 2010 22:00:54 +0000 (14:00 -0800)]
Merge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com." into eclair

14 years agoMerge "SDK doc change: Miscellaneous fixes." into eclair
Dirk Dougherty [Mon, 11 Jan 2010 19:33:57 +0000 (11:33 -0800)]
Merge "SDK doc change: Miscellaneous fixes." into eclair

14 years agoMerge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair
Jack Palevich [Sun, 10 Jan 2010 05:51:05 +0000 (21:51 -0800)]
Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair

14 years agoMerge "add eventlog message whenever sqlite reports db corruption error" into eclair
Vasu Nori [Fri, 8 Jan 2010 23:09:12 +0000 (15:09 -0800)]
Merge "add eventlog message whenever sqlite reports db corruption error" into eclair

14 years agoMerge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE...
Daniel Sandler [Fri, 8 Jan 2010 20:31:03 +0000 (12:31 -0800)]
Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair

14 years agoDO NOT MERGE A library for encoding and decoding ETC1 textures.
Jack Palevich [Fri, 8 Jan 2010 08:00:21 +0000 (16:00 +0800)]
DO NOT MERGE A library for encoding and decoding ETC1 textures.

The ETC1 compressed texture format is commonly
supported by OpenGL ES 2.0-capable devices.

This change adds a host-only version of the library. It is used by
the etc1tool.

14 years agoMerge "SDK doc change: add "Optimizing Judiciously" excerpt to best practices. Clean...
Dirk Dougherty [Thu, 7 Jan 2010 20:30:14 +0000 (12:30 -0800)]
Merge "SDK doc change: add "Optimizing Judiciously" excerpt to best practices. Clean up blockquote usage in other files." into eclair

14 years agoMerge "docs: fix some broken links" into eclair
Scott Main [Thu, 7 Jan 2010 18:18:45 +0000 (10:18 -0800)]
Merge "docs: fix some broken links" into eclair

14 years agoMerge "Move Layoutlib API library to sdk.git" into eclair
Xavier Ducrohet [Thu, 7 Jan 2010 17:08:06 +0000 (09:08 -0800)]
Merge "Move Layoutlib API library to sdk.git" into eclair

14 years agoMerge "Fix media option settings for A2DP." into eclair
Jaikumar Ganesh [Wed, 6 Jan 2010 21:38:27 +0000 (13:38 -0800)]
Merge "Fix media option settings for A2DP." into eclair

14 years agoMerge change Id8e98194 into eclair
Android (Google) Code Review [Wed, 23 Dec 2009 07:34:22 +0000 (23:34 -0800)]
Merge change Id8e98194 into eclair

* changes:
  Fix issues 2333450 and 2333559:

14 years agoMerge change I49c9a3a3 into eclair
Android (Google) Code Review [Wed, 23 Dec 2009 02:29:29 +0000 (18:29 -0800)]
Merge change I49c9a3a3 into eclair

* changes:
  Fix bug 2325244 screen turns black for a brief period of time

14 years agoMerge change Iccfa50fe into eclair
Android (Google) Code Review [Tue, 22 Dec 2009 17:50:42 +0000 (09:50 -0800)]
Merge change Iccfa50fe into eclair

* changes:
  Fix issue 2323920: Notification & A2DP audio stutter.

14 years agoFix issue 2323920: Notification & A2DP audio stutter.
Eric Laurent [Fri, 18 Dec 2009 13:47:48 +0000 (05:47 -0800)]
Fix issue 2323920: Notification & A2DP audio stutter.

Modified AudioFlinger duplicating output thread so that audio tracks are not mixed until both outputs (A2DP and hardware) have exited standby mode. This avoids to have one output far ahead of the other and audio frames dropped because the compensation mechanism cannot keep up.
Also calculate the maximum wait time in OutputTrack::write() based the on smallest frame count of all output threads instead of the frame count of the thread the OutputTrack is connected to. This avoids starving the thread with the smallest frame count by waiting too long on the other thread.
Since the frame count was reduced on hardware output to reduce latency the difference between A2DP and hardware outputs frame counts had become problematic.
Also increased the number of overflow buffers to cope with bigger timing differences among outputs.

14 years agoMerge change I551ed729 into eclair
Android (Google) Code Review [Mon, 21 Dec 2009 22:17:15 +0000 (14:17 -0800)]
Merge change I551ed729 into eclair

* changes:
  Use UNDEFINED priorities when unpaired.

14 years agoMerge change I577dd1f3 into eclair
Android (Google) Code Review [Mon, 21 Dec 2009 22:16:44 +0000 (14:16 -0800)]
Merge change I577dd1f3 into eclair

* changes:
  Accept incoming connections if no other sink is in NonDisconnecting state.

14 years agoMerge change I2703edac into eclair
Android (Google) Code Review [Sat, 19 Dec 2009 20:30:15 +0000 (12:30 -0800)]
Merge change I2703edac into eclair

* changes:
  docs: add new device features for the uses-feature manifest element and edit some other pieces.

14 years agoMerge change Iab5952e1 into eclair
Android (Google) Code Review [Sat, 19 Dec 2009 08:36:48 +0000 (00:36 -0800)]
Merge change Iab5952e1 into eclair

* changes:
  docs: add "required" attribute to the <uses-feature> docs and add a note to the CAMERA permission stating that it enables the <uses-feature> for camera. This is an incrimental update for the 2.0.1 docs. More changes to come for the 2.1 docs to include more features

14 years agoMerge change Ie4b0d302 into eclair
Android (Google) Code Review [Sat, 19 Dec 2009 01:13:53 +0000 (17:13 -0800)]
Merge change Ie4b0d302 into eclair

* changes:
  docs: update the site homepage with 2.1 announcement

14 years agoMerge change Ic31c0f62 into eclair
Android (Google) Code Review [Sat, 19 Dec 2009 01:12:36 +0000 (17:12 -0800)]
Merge change Ic31c0f62 into eclair

* changes:
  docs: update the Bluetooth guide with links to the sample app, scrub the sibling files, and revise the Bluetooth package summary to point to the BT dev guide.

14 years agoMerge change I75bb4c98 into eclair
Android (Google) Code Review [Thu, 17 Dec 2009 18:31:19 +0000 (10:31 -0800)]
Merge change I75bb4c98 into eclair

* changes:
  doc change: Move commit 4075b4ced from guide/appendix/faq to resources/faq.

14 years agoMerge change I3f67758f into eclair
Android (Google) Code Review [Thu, 17 Dec 2009 18:28:06 +0000 (10:28 -0800)]
Merge change I3f67758f into eclair

* changes:
  doc change: remove existing (unchanged since sdk) samples from zip. This now contains only new samples.

14 years agoMerge change I7d67e1b3 into eclair
Android (Google) Code Review [Thu, 17 Dec 2009 02:20:05 +0000 (18:20 -0800)]
Merge change I7d67e1b3 into eclair

* changes:
  docs: small edits

14 years agoMerge change I354261e2 into eclair
Android (Google) Code Review [Wed, 16 Dec 2009 23:30:02 +0000 (15:30 -0800)]
Merge change I354261e2 into eclair

* changes:
  docs: small edit to live wallpaper sentence

14 years agoMerge change I10073d50 into eclair
Android (Google) Code Review [Wed, 16 Dec 2009 20:14:11 +0000 (12:14 -0800)]
Merge change I10073d50 into eclair

* changes:
  Add Annotation for optional features.

14 years agoMerge change Iccb92649 into eclair
Android (Google) Code Review [Wed, 16 Dec 2009 19:14:40 +0000 (11:14 -0800)]
Merge change Iccb92649 into eclair

* changes:
  docs: fix typo

14 years agoMerge change I33eb64c0 into eclair
Android (Google) Code Review [Wed, 16 Dec 2009 19:11:02 +0000 (11:11 -0800)]
Merge change I33eb64c0 into eclair

* changes:
  docs: add 2.1 platform notes, win usb driver notes  and fix some javadocs for PhonestateListener

14 years agoMerge change Ib43ec8f6 into eclair
Android (Google) Code Review [Wed, 16 Dec 2009 18:05:10 +0000 (10:05 -0800)]
Merge change Ib43ec8f6 into eclair

* changes:
  docs: fix some typos in the manifest docs samples and remove the "one or more of" phrase from the syntax snippet because it interferes with the syntax coloring.

14 years agoMerge change Ia36d8e74 into eclair
Android (Google) Code Review [Wed, 16 Dec 2009 17:59:12 +0000 (09:59 -0800)]
Merge change Ia36d8e74 into eclair

* changes:
  Updates to SDK troubleshooting doc, per bug 2315781.

14 years agoMerge change I8385f59d into eclair
Android (Google) Code Review [Wed, 16 Dec 2009 05:24:15 +0000 (21:24 -0800)]
Merge change I8385f59d into eclair

* changes:
  sdk doc change for esr: Cleanup for resources tab content.

14 years agoMerge change I0448ef20 into eclair
Android (Google) Code Review [Tue, 15 Dec 2009 16:50:20 +0000 (08:50 -0800)]
Merge change I0448ef20 into eclair

* changes:
  Fix SoundPool buffer size rounding error. Bug 2327620.

14 years agoMerge change I0c8814d1 into eclair
Android (Google) Code Review [Tue, 15 Dec 2009 05:34:44 +0000 (21:34 -0800)]
Merge change I0c8814d1 into eclair

* changes:
  Removing copyrighted backgrounds/logos from ContactManager and Wiktionary samples.

14 years agoMerge change I8f657a99 into eclair
Android (Google) Code Review [Tue, 15 Dec 2009 01:41:15 +0000 (17:41 -0800)]
Merge change I8f657a99 into eclair

* changes:
  Avoid a crash trying to get a substring whose start is after its end.

14 years agoMerge change Ib1eb2e9e into eclair
Android (Google) Code Review [Mon, 14 Dec 2009 20:11:08 +0000 (12:11 -0800)]
Merge change Ib1eb2e9e into eclair

* changes:
  sdk doc change for esr: Add "resources" tab content. Fix links pointing to the old locations. Change Android.mk to output samples files to resources/samples. Misc other fixes.

14 years agoam 6f95f461: Fix the dependencies to make online-sdk-docs.
Ying Wang [Sat, 12 Dec 2009 23:38:29 +0000 (15:38 -0800)]
am 6f95f461: Fix the dependencies to make online-sdk-docs.

Merge commit '6f95f461098d5b9e93212cf9cc7c7a6498eecf3a' into eclair

* commit '6f95f461098d5b9e93212cf9cc7c7a6498eecf3a':
  Fix the dependencies to make online-sdk-docs.

14 years agoMerge change I2ffe306f into eclair
Android (Google) Code Review [Sat, 12 Dec 2009 02:25:21 +0000 (18:25 -0800)]
Merge change I2ffe306f into eclair

* changes:
  Fix issue #2304284: contacts/dialer/recentcalls constantly flashing

14 years agoMerge change I6dc8a694 into eclair
Android (Google) Code Review [Fri, 11 Dec 2009 22:54:19 +0000 (14:54 -0800)]
Merge change I6dc8a694 into eclair

* changes:
  Layoutlib: Add a constant for default density value.

14 years agofix [2269582] [TOP-10][Passion_1506][APT:Camera]Sometimes camera preview screen is...
Mathias Agopian [Fri, 11 Dec 2009 08:56:10 +0000 (00:56 -0800)]
fix [2269582] [TOP-10][Passion_1506][APT:Camera]Sometimes camera preview screen is truncated after launching and back to home screen by home key repeatedly

When a surface is removed from the screen while it holds a "freeze lock", the
release of that lock happens in the destructor as a "safety net". However, it
doesn't trigger an update at that point.

Make sure that "freeze locks" are released from the transaction at the point
a surface is removed from the screen (if it's not on screen, it shouldn't
prevent the screen to redraw, and therefore cannot hold a freeze lock).
The refresh corresponding to that transaction will pick it up as soon as possible.

14 years agoMerge change I18305fec into eclair
Android (Google) Code Review [Fri, 11 Dec 2009 01:03:30 +0000 (17:03 -0800)]
Merge change I18305fec into eclair

* changes:
  Add ContactManager, MultiResolution, Wiktionary, and WiktionarySimple to samples index. Also add latest samples zip file.

14 years agofix [2319255] crash in openGL : from the media recorder stress test.
Mathias Agopian [Thu, 10 Dec 2009 23:52:29 +0000 (15:52 -0800)]
fix [2319255] crash in openGL : from the media recorder stress test.

never call eglCreateImageKHR() with a NULL native buffer, which can
happen in OOM conditions.

14 years agoMerge change I24bb662a into eclair
Android (Google) Code Review [Thu, 10 Dec 2009 07:42:13 +0000 (23:42 -0800)]
Merge change I24bb662a into eclair

* changes:
  Adding screenshots for development/samples/Wiktionary and development/samples/WiktionarySimple.

14 years agoMerge change Ia48b3f2a into eclair
Android (Google) Code Review [Thu, 10 Dec 2009 02:41:04 +0000 (18:41 -0800)]
Merge change Ia48b3f2a into eclair

* changes:
  Fix #2313887: Device doesn't boot after rebooting device...

14 years agoMerge change I06398298 into eclair
Android (Google) Code Review [Thu, 10 Dec 2009 02:20:21 +0000 (18:20 -0800)]
Merge change I06398298 into eclair

* changes:
  docs: add images used in BT developer guide.