OSDN Git Service

android-x86/frameworks-native.git
14 years agoam 160ab363: Merge change I0c172ebf into eclair-sdk
Scott Main [Sat, 21 Nov 2009 01:03:29 +0000 (17:03 -0800)]
am 160ab363: Merge change I0c172ebf into eclair-sdk

Merge commit '160ab363d738728456d561bb80d54d3448e7580a' into eclair

* commit '160ab363d738728456d561bb80d54d3448e7580a':
  docs change for ESR: add platform notes document for

14 years agoMerge change I0c172ebf into eclair-sdk
Android (Google) Code Review [Sat, 21 Nov 2009 00:59:57 +0000 (16:59 -0800)]
Merge change I0c172ebf into eclair-sdk

* changes:
  docs change for ESR: add platform notes document for Android 2.0.1. Also update the homepage sdk and adp announcements.

14 years agoMerge change If2b0bbed into eclair
Android (Google) Code Review [Fri, 20 Nov 2009 23:12:33 +0000 (15:12 -0800)]
Merge change If2b0bbed into eclair

* changes:
  Debugging for issue #2228381 android.view.InflateException

14 years agoDebugging for issue #2228381 android.view.InflateException
Dianne Hackborn [Fri, 20 Nov 2009 22:26:42 +0000 (14:26 -0800)]
Debugging for issue #2228381 android.view.InflateException

Binary XML file line #37: Error inflating class <unknown> after adding a secondary account

Now that I have these debug logs, I want to keep them since they will make
debugging these kinds of issues a lot easier in the future.  (Note in this
case there was no problem in the framework.)

Change-Id: If2b0bbeda4706b7c5dc1ba4a5db04b74f40e1543

14 years agoMerge change I69324a33 into eclair
Android (Google) Code Review [Fri, 20 Nov 2009 21:28:12 +0000 (13:28 -0800)]
Merge change I69324a33 into eclair

* changes:
  AlarmManagerService: Fix daylight savings time offset computation

14 years agoMerge change I0a17a960 into eclair
Android (Google) Code Review [Fri, 20 Nov 2009 21:08:06 +0000 (13:08 -0800)]
Merge change I0a17a960 into eclair

* changes:
  sdk doc change for esr: Add api diff report 5->6. Update previous diff reports to fix false positives.

14 years agoMerge change Ib3191441 into eclair
Android (Google) Code Review [Fri, 20 Nov 2009 19:59:28 +0000 (11:59 -0800)]
Merge change Ib3191441 into eclair

* changes:
  Add the checking for mediaplayer stress test.

14 years agoam 820a4e7d: docs change for ESD: add samples html pages for offline docs
Scott Main [Fri, 20 Nov 2009 17:54:52 +0000 (09:54 -0800)]
am 820a4e7d: docs change for ESD: add samples html pages for offline docs

Merge commit '820a4e7dd6adeff162a92ca40ebe2f109561036b' into eclair

* commit '820a4e7dd6adeff162a92ca40ebe2f109561036b':
  docs change for ESD: add samples html pages for offline docs

14 years agoam 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery should...
Scott Main [Fri, 20 Nov 2009 17:54:22 +0000 (09:54 -0800)]
am 6d95fc0a: docs for ESR: add docs to bluetooth explainin that discovery should be cancelled before connecting to a device

Merge commit '6d95fc0a2ca910212a43c4547c0ef000659b72dc' into eclair

* commit '6d95fc0a2ca910212a43c4547c0ef000659b72dc':
  docs for ESR: add docs to bluetooth explainin that discovery should

14 years agoMerge change I4f614c9e into eclair
Android (Google) Code Review [Fri, 20 Nov 2009 04:17:06 +0000 (20:17 -0800)]
Merge change I4f614c9e into eclair

* changes:
  Add a test app that has 100 icons.  None of them do anything when clicked.

14 years agoMerge change I39f0003e into eclair
Android (Google) Code Review [Fri, 20 Nov 2009 03:03:53 +0000 (19:03 -0800)]
Merge change I39f0003e into eclair

* changes:
  fix [2235414] libagl glDeleteBuffers() crashes

14 years agoMerge change I7d40ad9a into eclair
Android (Google) Code Review [Fri, 20 Nov 2009 02:01:30 +0000 (18:01 -0800)]
Merge change I7d40ad9a into eclair

* changes:
  More on issue #2271640: Fix wallpaper etc docs

14 years agofix [2235414] libagl glDeleteBuffers() crashes
Mathias Agopian [Fri, 20 Nov 2009 01:32:05 +0000 (17:32 -0800)]
fix [2235414] libagl glDeleteBuffers() crashes

don't dereference null pointers, would happen if one of the array wasn't bound.

14 years agoMerge change I137dac6f into eclair
Android (Google) Code Review [Fri, 20 Nov 2009 00:23:29 +0000 (16:23 -0800)]
Merge change I137dac6f into eclair

* changes:
  backout a workaround that is not needed anymore

14 years agoMerge change I99194df1 into eclair
Android (Google) Code Review [Fri, 20 Nov 2009 00:18:51 +0000 (16:18 -0800)]
Merge change I99194df1 into eclair

* changes:
  frameworks: base: dumpstate: Dump kernel cpufreq speeds.

14 years agobackout a workaround that is not needed anymore
Mathias Agopian [Thu, 19 Nov 2009 23:52:28 +0000 (15:52 -0800)]
backout a workaround that is not needed anymore

we had to add a call to glFinish() before glReadPixels() because of a bug in the GL ES
driver of a certain device. This is not needed anymore.

14 years agoMerge change I4c29c948 into eclair
Android (Google) Code Review [Thu, 19 Nov 2009 23:44:13 +0000 (15:44 -0800)]
Merge change I4c29c948 into eclair

* changes:
  fix [2269022] The raw picture displayed post shutter seems to have low-resolution

14 years agoMerge change I8134d6ed into eclair
Android (Google) Code Review [Thu, 19 Nov 2009 22:52:57 +0000 (14:52 -0800)]
Merge change I8134d6ed into eclair

* changes:
  DO NOT MERGE: Instead of inserting semi-random delays after submission to surface flinger, delay releasing buffers to the next display time to avoid flickering.

14 years agofix [2269022] The raw picture displayed post shutter seems to have low-resolution
Mathias Agopian [Thu, 19 Nov 2009 22:46:26 +0000 (14:46 -0800)]
fix [2269022] The raw picture displayed post shutter seems to have low-resolution

Make sure to always enable linear filtering in LayerBuffer. This change doesn't affect
devices using overlays.

14 years agoam afcd516e: Merge change Iaae72f66 into eclair-sdk
Scott Main [Thu, 19 Nov 2009 01:12:35 +0000 (17:12 -0800)]
am afcd516e: Merge change Iaae72f66 into eclair-sdk

Merge commit 'afcd516e3e6378aaf97ff44b0b9ea233223ded65' into eclair

* commit 'afcd516e3e6378aaf97ff44b0b9ea233223ded65':
  docs: misc edits to samples page and intro docs

14 years agoMerge change I941136fd into eclair
Android (Google) Code Review [Thu, 19 Nov 2009 01:00:16 +0000 (17:00 -0800)]
Merge change I941136fd into eclair

* changes:
  Fix bug 2271468 Update the javadoc for MediaRecorder.AudioSource to define how the two new audio sources behave when used on devices that don't support them.

14 years agoMerge change I813fdb7a into eclair
Android (Google) Code Review [Thu, 19 Nov 2009 00:20:32 +0000 (16:20 -0800)]
Merge change I813fdb7a into eclair

* changes:
  Fixes for proximity sensor behavior:

14 years agoMerge change I5ad37324 into eclair
Android (Google) Code Review [Wed, 18 Nov 2009 23:09:18 +0000 (15:09 -0800)]
Merge change I5ad37324 into eclair

* changes:
  Fix issue #2262563: 40 ANR reports from com.android.settings in dogfooding sholes running ERD43

14 years agoMerge change Iaae72f66 into eclair-sdk
Android (Google) Code Review [Wed, 18 Nov 2009 22:08:08 +0000 (14:08 -0800)]
Merge change Iaae72f66 into eclair-sdk

* changes:
  docs: misc edits to samples page and intro docs make samples page accessible from offline version instead of redirecting to the user filesystem and include instructions for creating projects based on the sample apps. fix a link and add some content to the What is android doc.

14 years agoMerge change I9f239766 into eclair
Android (Google) Code Review [Wed, 18 Nov 2009 21:26:30 +0000 (13:26 -0800)]
Merge change I9f239766 into eclair

* changes:
  Workaround for 2262578: Don't draw tabs if view is not in the correct orientation for the layout

14 years agoMerge change Icfc893d2 into eclair
Android (Google) Code Review [Wed, 18 Nov 2009 20:38:30 +0000 (12:38 -0800)]
Merge change Icfc893d2 into eclair

* changes:
  Fix for 2267410 : Battery use doesn't show CPU usage on non-wiped devices

14 years agoMerge change I587dd820 into eclair
Android (Google) Code Review [Wed, 18 Nov 2009 06:53:44 +0000 (22:53 -0800)]
Merge change I587dd820 into eclair

* changes:
  Fix 2268841: Much better looking layout for pattern lock screen.

14 years agoMerge change Id7c432bf into eclair
Android (Google) Code Review [Wed, 18 Nov 2009 01:51:37 +0000 (17:51 -0800)]
Merge change Id7c432bf into eclair

* changes:
  Add vertical bar to the alt-space character picker for the hardware keyboard.

14 years agoMerge change I715333b8 into eclair
Android (Google) Code Review [Wed, 18 Nov 2009 01:31:58 +0000 (17:31 -0800)]
Merge change I715333b8 into eclair

* changes:
  Add support for dumping RS objects to aid in debugging of white blocks bug.

14 years agoMerge change I706fe6b0 into eclair
Android (Google) Code Review [Wed, 18 Nov 2009 00:07:58 +0000 (16:07 -0800)]
Merge change I706fe6b0 into eclair

* changes:
  Check if Bluetooth is enabled before making any calls down.

14 years agoMerge change I1b6d202b into eclair
Android (Google) Code Review [Tue, 17 Nov 2009 22:40:40 +0000 (14:40 -0800)]
Merge change I1b6d202b into eclair

* changes:
  Move photo querying off main thread.

14 years agoMerge change I86db22ef into eclair
Android (Google) Code Review [Tue, 17 Nov 2009 22:23:36 +0000 (14:23 -0800)]
Merge change I86db22ef into eclair

* changes:
  Fix issue 2265955 Use dateCreated when dateTaken isn't valid when writing images/videos to database.

14 years agoMerge change I4f01d4a4 into eclair
Android (Google) Code Review [Tue, 17 Nov 2009 07:48:28 +0000 (23:48 -0800)]
Merge change I4f01d4a4 into eclair

* changes:
  Fix 2209086: Clean up visual glitches in SlidingTab for lock and incall screen.

14 years agoMerge change I51b84496 into eclair
Android (Google) Code Review [Tue, 17 Nov 2009 03:04:06 +0000 (19:04 -0800)]
Merge change I51b84496 into eclair

* changes:
  Revert "PowerManagerService: enable logging for when mPowerState changes."

14 years agoam 00ecac95: Merge change If556e259 into eclair-sdk
Scott Main [Tue, 17 Nov 2009 02:25:56 +0000 (18:25 -0800)]
am 00ecac95: Merge change If556e259 into eclair-sdk

Merge commit '00ecac957c4a5d2df132640ff418280d969e7d83' into eclair

* commit '00ecac957c4a5d2df132640ff418280d969e7d83':
  docs: remove all content from the older sdk download,

14 years agoMerge change If556e259 into eclair-sdk
Android (Google) Code Review [Tue, 17 Nov 2009 02:19:10 +0000 (18:19 -0800)]
Merge change If556e259 into eclair-sdk

* changes:
  docs: remove all content from the older sdk download, install, and requirements pages and redirect to the new sdk pages. Also update the "older sdks" doc to include all version-specific sdks. also update the robots file to disallow indexing of the old sdk docs.

14 years agoMerge change Ia428b2c2 into eclair
Android (Google) Code Review [Tue, 17 Nov 2009 02:02:20 +0000 (18:02 -0800)]
Merge change Ia428b2c2 into eclair

* changes:
  This time for sure: make wallpapers work

14 years agoMerge change I000d3564 into eclair
Android (Google) Code Review [Tue, 17 Nov 2009 01:53:20 +0000 (17:53 -0800)]
Merge change I000d3564 into eclair

* changes:
  Move map tiles to no-dpi since they are dpi-independent.

14 years agoMerge change Iff5b8ce3 into eclair
Android (Google) Code Review [Tue, 17 Nov 2009 00:33:41 +0000 (16:33 -0800)]
Merge change Iff5b8ce3 into eclair

* changes:
  Work on issue 2259506: camera ANRed and then device runtime restarted

14 years agoMerge change Ica8c305a into eclair
Android (Google) Code Review [Mon, 16 Nov 2009 23:48:47 +0000 (15:48 -0800)]
Merge change Ica8c305a into eclair

* changes:
  More GLSurfaceView cleanup.

14 years agoMerge change Iffbb6e55 into eclair
Android (Google) Code Review [Mon, 16 Nov 2009 23:20:46 +0000 (15:20 -0800)]
Merge change Iffbb6e55 into eclair

* changes:
  Make perf metrics collection & output via instrumentation simpler

14 years agoMerge change I1c0bebbc into eclair
Android (Google) Code Review [Mon, 16 Nov 2009 23:05:16 +0000 (15:05 -0800)]
Merge change I1c0bebbc into eclair

* changes:
  fix [2262591] Junk on screen in ERD46

14 years agofix [2262591] Junk on screen in ERD46
Mathias Agopian [Mon, 16 Nov 2009 22:55:36 +0000 (14:55 -0800)]
fix [2262591] Junk on screen in ERD46

since we're using the GPU for composition, don't use a texture for dimming,
instead simply use an alpha-blended quad.

also workaround what looks like a GL driver bug by calling glFinish() before
glReadPixels().

14 years agoMerge change I9c1bad53 into eclair
Android (Google) Code Review [Mon, 16 Nov 2009 22:01:30 +0000 (14:01 -0800)]
Merge change I9c1bad53 into eclair

* changes:
  Add setPriority to allow wallpapers to run at lower cpu priority than default.

14 years agoMerge change Iae493184 into eclair
Android (Google) Code Review [Mon, 16 Nov 2009 19:21:34 +0000 (11:21 -0800)]
Merge change Iae493184 into eclair

* changes:
  Minor fix for the parent style computation in the layoutlib.

14 years agoMerge change Ib1fb3fcf into eclair
Android (Google) Code Review [Mon, 16 Nov 2009 11:21:12 +0000 (03:21 -0800)]
Merge change Ib1fb3fcf into eclair

* changes:
  Keep screen bright until boot completed.

14 years agoMerge change I326e3e29 into eclair
Android (Google) Code Review [Mon, 16 Nov 2009 08:30:10 +0000 (00:30 -0800)]
Merge change I326e3e29 into eclair

* changes:
  dumpstate: include the contents of the last radio log

14 years agoam 59450740: Merge change I0b0a4d6a into eclair-sdk
Scott Main [Mon, 16 Nov 2009 03:18:45 +0000 (19:18 -0800)]
am 59450740: Merge change I0b0a4d6a into eclair-sdk

Merge commit '59450740c72c8642c25e2fa757754dc32252d1a2' into eclair

* commit '59450740c72c8642c25e2fa757754dc32252d1a2':
  docs: update the publishing guide to revise the updating section

14 years agoMerge change I0b0a4d6a into eclair-sdk
Android (Google) Code Review [Mon, 16 Nov 2009 03:12:13 +0000 (19:12 -0800)]
Merge change I0b0a4d6a into eclair-sdk

* changes:
  docs: update the publishing guide to revise the updating section bug 1755357

14 years agoMerge change Ied958262 into eclair
Android (Google) Code Review [Sun, 15 Nov 2009 19:41:43 +0000 (11:41 -0800)]
Merge change Ied958262 into eclair

* changes:
  Fix 2262069: Cosmetic change - shift DigitalClock down to provide room for carrier.

14 years agoMerge changes Ia4825f54,If6f80560 into eclair
Android (Google) Code Review [Sun, 15 Nov 2009 13:32:03 +0000 (05:32 -0800)]
Merge changes Ia4825f54,If6f80560 into eclair

* changes:
  Fix a race condition that resulted in the screen coming on without the brightness set to the correct value.
  PowerManagerService: Hold a wakelock while mProximityTask is queued

14 years agoMerge change I60ff11dc into eclair
Android (Google) Code Review [Sun, 15 Nov 2009 06:12:31 +0000 (22:12 -0800)]
Merge change I60ff11dc into eclair

* changes:
  fix an npe when a user tries to get an auth token from an authenticator that doesn't support it, like exchange

14 years agoMerge change I425ca595 into eclair
Android (Google) Code Review [Sat, 14 Nov 2009 10:39:51 +0000 (02:39 -0800)]
Merge change I425ca595 into eclair

* changes:
  Fix 2261626: Don't show text on button if orientation is vertical.

14 years agoMerge change I830df4b1 into eclair
Android (Google) Code Review [Sat, 14 Nov 2009 09:01:26 +0000 (01:01 -0800)]
Merge change I830df4b1 into eclair

* changes:
  addresses several bugs: 2206097216658322611192216759

14 years agoaddresses several bugs: 2206097, 2166583, 2261119, 2216759
Mathias Agopian [Sat, 14 Nov 2009 02:54:14 +0000 (18:54 -0800)]
addresses several bugs: 2206097216658322611192216759

2206097: Broken suggestions while composing message
2166583: Color artifacts with MDP dithering
2261119: Passion transition animations are rough
2216759: Screen flicker when dropdown list in background window shows or hides

This is part of enabling GPU composition instead of using the MDP. This change
is dependent on another change in the vendor project.

Specifically this change disables the use of EGLImageKHR for s/w buffers
for cache coherency reasons. memcpy is used instead.

14 years agoMerge change Ibd5b099c into eclair
Android (Google) Code Review [Sat, 14 Nov 2009 01:42:19 +0000 (17:42 -0800)]
Merge change Ibd5b099c into eclair

* changes:
  Import revised translations.  DO NOT MERGE

14 years agoMerge change I18e02606 into eclair
Android (Google) Code Review [Sat, 14 Nov 2009 01:31:21 +0000 (17:31 -0800)]
Merge change I18e02606 into eclair

* changes:
  fix some aspects of [2258746] native crash in launcher2

14 years agoMerge change Id6c0b844 into eclair
Android (Google) Code Review [Sat, 14 Nov 2009 01:00:44 +0000 (17:00 -0800)]
Merge change Id6c0b844 into eclair

* changes:
  Unbreak setting photos as wallpaper

14 years agoMerge change I7082e366 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 23:42:31 +0000 (15:42 -0800)]
Merge change I7082e366 into eclair

* changes:
  Properly implement Paint.breakText for layoutlib.

14 years agofix some aspects of [2258746] native crash in launcher2
Mathias Agopian [Fri, 13 Nov 2009 23:26:29 +0000 (15:26 -0800)]
fix some aspects of [2258746] native crash in launcher2

Surface::validate() could sometimes dereference a null pointer before checking it wasn't null.
This will prevent the application to crash when given bad parameters or used incorrectly.
However, the bug above probably has another cause.

14 years agoMerge change I0e419fcf into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 23:17:59 +0000 (15:17 -0800)]
Merge change I0e419fcf into eclair

* changes:
  Add isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager

14 years agoMerge change I98f82b9a into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 22:51:00 +0000 (14:51 -0800)]
Merge change I98f82b9a into eclair

* changes:
  Fix the full-weekday date format strings to actually use the full weekday.

14 years agoMerge change I4898b145 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 21:39:01 +0000 (13:39 -0800)]
Merge change I4898b145 into eclair

* changes:
  Removed the fixed height in the sim unlock screen's header.

14 years agoMerge change I4c05ba1f into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 20:06:29 +0000 (12:06 -0800)]
Merge change I4c05ba1f into eclair

* changes:
  Update VCardComposer getOwnerPhoneNumberVcard() to support empty vcard for 0.vcf

14 years agoMerge change I322b6ee7 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 19:01:57 +0000 (11:01 -0800)]
Merge change I322b6ee7 into eclair

* changes:
  Add support for making a LiveWallpaper the default

14 years agoam dbc7e27e: docs: document the \'showSearchIconAsBadge" flag and "icon" attribute...
Scott Main [Fri, 13 Nov 2009 18:45:32 +0000 (10:45 -0800)]
am dbc7e27e: docs: document the \'showSearchIconAsBadge" flag and "icon" attribute as deprecated. bug 2105329

Merge commit 'dbc7e27ef10349f11ac940d59ff4f812319fce51' into eclair

* commit 'dbc7e27ef10349f11ac940d59ff4f812319fce51':
  docs: document the 'showSearchIconAsBadge" flag and

14 years agoMerge change Ifb28d340 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 18:13:42 +0000 (10:13 -0800)]
Merge change Ifb28d340 into eclair

* changes:
  Import revised translations.  DO NOT MERGE

14 years agoMerge change Iad79689a into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 06:53:28 +0000 (22:53 -0800)]
Merge change Iad79689a into eclair

* changes:
  Improvements for issue 2197683: English IME key-press latency is noticeably higher on passion than sholes

14 years agoMerge change I923d7d72 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 06:45:50 +0000 (22:45 -0800)]
Merge change I923d7d72 into eclair

* changes:
  Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast.

14 years agoMerge change Ia0a40883 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 05:29:13 +0000 (21:29 -0800)]
Merge change Ia0a40883 into eclair

* changes:
  Modify the binder to request 1M - 2 pages instead of 1M.  The backing store in the kernel requires a guard page, so 1M allocations fragment memory very badly.  Subtracting a couple of pages so that they fit in a power of two allows the kernel to make more efficient use of its virtual address space.

14 years agoMerge change I8061e6ac into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 02:51:35 +0000 (18:51 -0800)]
Merge change I8061e6ac into eclair

* changes:
  Fix 2209086: Updated assets and fixed widget dimension calculation.

14 years agoMerge change I42a0f7a5 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 01:51:26 +0000 (17:51 -0800)]
Merge change I42a0f7a5 into eclair

* changes:
  PackageManager: Support secondary ABI for native code at installation time.

14 years agoModify the binder to request 1M - 2 pages instead of 1M. The backing store
Rebecca Schultz Zavin [Sat, 31 Oct 2009 01:39:55 +0000 (18:39 -0700)]
Modify the binder to request 1M - 2 pages instead of 1M.  The backing store
in the kernel requires a guard page, so 1M allocations fragment memory very
badly.  Subtracting a couple of pages so that they fit in a power of
two allows the kernel to make more efficient use of its virtual address space.

Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
14 years agoMerge change Ieb4b0318 into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 00:29:26 +0000 (16:29 -0800)]
Merge change Ieb4b0318 into eclair

* changes:
  Make default vertex program correctly track surface size.

14 years agoMerge change Idfc116fe into eclair
Android (Google) Code Review [Fri, 13 Nov 2009 00:10:10 +0000 (16:10 -0800)]
Merge change Idfc116fe into eclair

* changes:
  Return null if SIM doesn't have the MSISDN Aplha tag.

14 years agoMerge change Icf335098 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 23:36:27 +0000 (15:36 -0800)]
Merge change Icf335098 into eclair

* changes:
  fix [2236865] STOPSHIP: bump soft gl and egl minor version number

14 years agoMerge change I81b1421a into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 23:27:28 +0000 (15:27 -0800)]
Merge change I81b1421a into eclair

* changes:
  Defer EGL init until the surface changed call comes in.  Pass w,h along with surface for verification of driver state.

14 years agofix [2236865] STOPSHIP: bump soft gl and egl minor version number
Mathias Agopian [Thu, 12 Nov 2009 23:19:42 +0000 (15:19 -0800)]
fix [2236865] STOPSHIP: bump soft gl and egl minor version number

14 years agoMerge change Ie122606f into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 23:12:08 +0000 (15:12 -0800)]
Merge change Ie122606f into eclair

* changes:
  Add code to use Gservices provided values for throtting NITZ updates.

14 years agoMerge change I31c52bef into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 21:37:30 +0000 (13:37 -0800)]
Merge change I31c52bef into eclair

* changes:
  Revert change incorrectly submitted as part of change #32153.

14 years agoMerge change I90daccf3 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 21:25:36 +0000 (13:25 -0800)]
Merge change I90daccf3 into eclair

* changes:
  fix [2143798] Need to figure out how to do video on Passion w/ GPU

14 years agoMerge change Ic31c11ad into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 21:13:58 +0000 (13:13 -0800)]
Merge change Ic31c11ad into eclair

* changes:
  Fix 2209086: restore drawable states when drawables change.

14 years agoMerge change Id301a47f into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 20:54:43 +0000 (12:54 -0800)]
Merge change Id301a47f into eclair

* changes:
  Fix bug 2253204: MapView resources for hdpi devices.

14 years agoMerge change I54089080 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 18:34:32 +0000 (10:34 -0800)]
Merge change I54089080 into eclair

* changes:
  Update keyguard and pattern-lock layouts for new UX designs.

14 years agoMerge change I880541a8 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 17:53:09 +0000 (09:53 -0800)]
Merge change I880541a8 into eclair

* changes:
  Delegate the platform dependent hardware renderer implementation to a shared library provided by the vendor.

14 years agoMerge change I5ae73af7 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 17:52:10 +0000 (09:52 -0800)]
Merge change I5ae73af7 into eclair

* changes:
  Don't back up system wallpapers.

14 years agoMerge change I738ed802 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 07:27:03 +0000 (23:27 -0800)]
Merge change I738ed802 into eclair

* changes:
  Fix BMW and Audi auto pairing lists.

14 years agoMerge change I32371166 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 07:10:06 +0000 (23:10 -0800)]
Merge change I32371166 into eclair

* changes:
  Fix issue #2239203: Setting large background causes OOME and soft-reboot spiral

14 years agoMerge change I9890c2d4 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 07:04:47 +0000 (23:04 -0800)]
Merge change I9890c2d4 into eclair

* changes:
  Fix 2209086: Fix landscape layout of LockScreen on devices with a keyboard

14 years agoMerge change I143ea844 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 06:46:49 +0000 (22:46 -0800)]
Merge change I143ea844 into eclair

* changes:
  Add BMW and Audi to Auto Pairing black list.

14 years agoMerge change I580de484 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 04:18:44 +0000 (20:18 -0800)]
Merge change I580de484 into eclair

* changes:
  Fix issue #2256270: Package manager sends bad broadcasts when components change

14 years agoMerge change I3656f7a3 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 04:11:25 +0000 (20:11 -0800)]
Merge change I3656f7a3 into eclair

* changes:
  Honor the mInitialScale set on WebView. This was lost when we fixed restoring the scale for a new page.

14 years agoMerge change Idc34a3f7 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 04:11:13 +0000 (20:11 -0800)]
Merge change Idc34a3f7 into eclair

* changes:
  Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states. Tweak "animation" to be 250ms based on conversation with ui guys. Some minor performance tweaks to SlidingTab.

14 years agoMerge change I80022375 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 03:09:56 +0000 (19:09 -0800)]
Merge change I80022375 into eclair

* changes:
  Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast

14 years agoMerge change Icccbd889 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 02:52:07 +0000 (18:52 -0800)]
Merge change Icccbd889 into eclair

* changes:
  Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.

14 years agoMerge change Ifcf20541 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 02:49:55 +0000 (18:49 -0800)]
Merge change Ifcf20541 into eclair

* changes:
  New Javadoc for ContactsContract.

14 years agoMerge change I775e1ec0 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 02:16:05 +0000 (18:16 -0800)]
Merge change I775e1ec0 into eclair

* changes:
  Debugging for issue #2250075: Desk dock clock app sometimes doesn't

14 years agoMerge change I7fb3bc59 into eclair
Android (Google) Code Review [Thu, 12 Nov 2009 02:05:12 +0000 (18:05 -0800)]
Merge change I7fb3bc59 into eclair

* changes:
  Add new date formats for the lock screen.

14 years agofix [2143798] Need to figure out how to do video on Passion w/ GPU
Mathias Agopian [Fri, 6 Nov 2009 07:08:00 +0000 (23:08 -0800)]
fix [2143798] Need to figure out how to do video on Passion w/ GPU

This builds on the EGLImage solution. We simply use copybit to convert from the
YUV frame into an EGLImage created for that purpose and proceed with the
regular EGLImage code.
We need to do this because "regular" GL doesn't support YUV textures.

We could improve upon this by detecting exacly what the GL supports and bypass
this extra step if not required, but we'll do this later if needed.

14 years agoMerge change I5975651f into eclair
Android (Google) Code Review [Wed, 11 Nov 2009 23:37:37 +0000 (15:37 -0800)]
Merge change I5975651f into eclair

* changes:
  Don't feed the timezone to RenderScript time functions, let the library figure it out.