OSDN Git Service

android-x86/frameworks-base.git
14 years agoLet RemoteViews nest children, allow ViewFlipper.
Jeff Sharkey [Thu, 5 Nov 2009 01:58:08 +0000 (17:58 -0800)]
Let RemoteViews nest children, allow ViewFlipper.

This change allows applications to nest children RemoteViews
inside an existing set of RemoteViews.  These nested views
are inflated and treated as addView() calls.

This change also allows ViewFlipper through RemoteViews, and
adds logic surpress flipping when the parent window is
detached or behind the lockscreen.  Also fixes ViewAnimator
to observe the measureAllChildren flag when set.

Fixes http://b/2239905

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 agodumpstate: include the contents of the last radio log
Iliyan Malchev [Mon, 16 Nov 2009 02:28:06 +0000 (18:28 -0800)]
dumpstate: include the contents of the last radio log

Signed-off-by: Iliyan Malchev <malchev@google.com>
14 years agoFix 2209086: Add animations and misc ui improvements to SlidingTab.
Jim Miller [Mon, 16 Nov 2009 00:19:24 +0000 (16:19 -0800)]
Fix 2209086: Add animations and misc ui improvements to SlidingTab.

Added translation animation where tab "flies" when you release.
Added translation animation where pressing and releasing one tab will hide/show the other
Added alpha animation to make target appear gradually
Added margin around swipe area to allow easier unlocking.
Removed unused handler.

14 years agoMinor fix for the parent style computation in the layoutlib.
Xavier Ducrohet [Mon, 16 Nov 2009 00:13:01 +0000 (16:13 -0800)]
Minor fix for the parent style computation in the layoutlib.

This is an SDK change only.

Change-Id: Iae493184ae76b2e21200dd6bb48795ff74f79ab3

14 years agoKeep screen bright until boot completed.
Mike Lockwood [Sun, 15 Nov 2009 23:12:22 +0000 (18:12 -0500)]
Keep screen bright until boot completed.

Fixes b/2262575 (device boots into darkness)

Change-Id: Ib1fb3fcfd4a389d8aa5803a60e07660cfbe4fe47
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoFix 2209086: Fix missing callback that was preventing tab bar text from updating.
Jim Miller [Sat, 14 Nov 2009 10:25:27 +0000 (02:25 -0800)]
Fix 2209086: Fix missing callback that was preventing tab bar text from updating.

Also includes a cosmetic fix to move the Digital clock down a bit.

14 years agoAdd setPriority to allow wallpapers to run at lower cpu priority than default.
Jason Sams [Sun, 15 Nov 2009 20:14:26 +0000 (12:14 -0800)]
Add setPriority to allow wallpapers to run at lower cpu priority than default.

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 agoFix 2262069: Cosmetic change - shift DigitalClock down to provide room for carrier.
Jim Miller [Sun, 15 Nov 2009 19:04:41 +0000 (11:04 -0800)]
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 agoFix a race condition that resulted in the screen coming on without the brightness...
Mike Lockwood [Sun, 15 Nov 2009 02:02:56 +0000 (21:02 -0500)]
Fix a race condition that resulted in the screen coming on without the brightness set to the correct value.

Do not cancel screen brightness animation in forceUserActivityLocked unless screen is turning off.
Also not turn the screen on if PowerManager.preventScreenOn(false) is called while proximity sensor is active.

Fixes b/2254818 (dim display) where due to a race condition the screen is stuck in a dim state.

Change-Id: If6f805609c8d463631b9e22805e5242714ce34c0
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoPowerManagerService: Hold a wakelock while mProximityTask is queued
Mike Lockwood [Sat, 14 Nov 2009 11:36:31 +0000 (06:36 -0500)]
PowerManagerService: Hold a wakelock while mProximityTask is queued

This prevents the device from sleeping while a deferred proximity sensor
event is pending.
Fixes b/2260005 (Proximity sensor can fail due to missing wakelock)

Change-Id: Ia4825f548b5b7d8a0b184f720b32c2f21b77b96e
Signed-off-by: Mike Lockwood <lockwood@android.com>
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 agoFix 2261626: Don't show text on button if orientation is vertical.
Jim Miller [Sat, 14 Nov 2009 03:20:28 +0000 (19:20 -0800)]
Fix 2261626: Don't show text on button if orientation is vertical.

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 agoImport revised translations. DO NOT MERGE
Eric Fischer [Sat, 14 Nov 2009 01:13:39 +0000 (17:13 -0800)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

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 agoUnbreak setting photos as wallpaper
Mike Cleron [Sat, 14 Nov 2009 00:37:27 +0000 (16:37 -0800)]
Unbreak setting photos as wallpaper

14 years agofix an npe when a user tries to get an auth token from an authenticator that doesn...
Fred Quintana [Sat, 14 Nov 2009 00:21:52 +0000 (16:21 -0800)]
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 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 agoAdd isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager
Mike Lockwood [Fri, 13 Nov 2009 22:40:38 +0000 (17:40 -0500)]
Add isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager

Needed for the fix for b/2260437 (device wakes itself back up when camera is last application running)

Change-Id: I0e419fcf05542df203eb3f127dde7a888416e86d
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoProperly implement Paint.breakText for layoutlib.
Xavier Ducrohet [Fri, 13 Nov 2009 22:10:20 +0000 (14:10 -0800)]
Properly implement Paint.breakText for layoutlib.

BUG 2260400

Change-Id: I7082e366b65da0b5de2a6dbb547f66e05e0b78e0

14 years agoFix the full-weekday date format strings to actually use the full weekday.
Eric Fischer [Fri, 13 Nov 2009 19:08:36 +0000 (11:08 -0800)]
Fix the full-weekday date format strings to actually use the full weekday.

Also fix the abbreviated weekday/month/day/year strings to use a 4-digit year.

Approver: jerryw

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 agoUpdate VCardComposer getOwnerPhoneNumberVcard() to support empty vcard for 0.vcf
Jaikumar Ganesh [Fri, 13 Nov 2009 19:01:25 +0000 (11:01 -0800)]
Update VCardComposer getOwnerPhoneNumberVcard() to support empty vcard for 0.vcf

Add check in getOwnerPhoneNumberVcard(). If the incoming phonenumber is empty,
do not add "TEL" to vcard data.

Original Change by: Yue Lixin
DrNo: Eastham
Bug: 2247067

14 years agoA little more on #2256270: Package manager sends bad broadcasts when components change
Dianne Hackborn [Thu, 12 Nov 2009 20:55:51 +0000 (12:55 -0800)]
A little more on #2256270: Package manager sends bad broadcasts when components change

Don't go through all this work if the enabled state hasn't changed.

Change-Id: If7393f53d6c0d0770960bb37bcaa5adebdbb3099

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 agoAdd support for making a LiveWallpaper the default
Mike Cleron [Thu, 12 Nov 2009 15:45:47 +0000 (07:45 -0800)]
Add support for making a LiveWallpaper the default

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 agodocs: update the publishing guide to revise the updating section
Scott Main [Fri, 13 Nov 2009 05:08:57 +0000 (21:08 -0800)]
docs: update the publishing guide to revise the updating section
bug 1755357

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 agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 13 Nov 2009 03:45:43 +0000 (19:45 -0800)]
Import revised translations.  DO NOT MERGE

Approver: jerryw

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 agoFix 2209086: Updated assets and fixed widget dimension calculation.
Jim Miller [Fri, 13 Nov 2009 01:45:07 +0000 (17:45 -0800)]
Fix 2209086: Updated assets and fixed widget dimension calculation.

Added hvga assets for new lock screen widget.

Tested:
LockScreen on wvga and hvga devices.
InCallScreen on wvga and hvga devices.

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 agoFix issue #2258571: Fix build versions
Dianne Hackborn [Fri, 13 Nov 2009 00:11:36 +0000 (16:11 -0800)]
Fix issue #2258571: Fix build versions

Update the definition of SDK 6, remove all new APIs from it.

Change-Id: Id96827f630ab46279d9ad8d3f7498e5515e0a688

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 agoRemoved the fixed height in the sim unlock screen's header.
Nicolas Catania [Fri, 13 Nov 2009 00:18:33 +0000 (16:18 -0800)]
Removed the fixed height in the sim unlock screen's header.

Use wrap content and set the textview for the explaination
to 2 lines.
Fixed the bug on passion.
G1 is too unstable to test.

Bug:2251298

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 agoMake default vertex program correctly track surface size.
Jason Sams [Fri, 13 Nov 2009 00:09:45 +0000 (16:09 -0800)]
Make default vertex program correctly track surface size.

14 years agoPackageManager: Support secondary ABI for native code at installation time.
David 'Digit' Turner [Sat, 7 Nov 2009 01:54:12 +0000 (17:54 -0800)]
PackageManager: Support secondary ABI for native code at installation time.

The goal of this change is to allow the Package Manager to look for native
shared libraries corresponding to the CPU ABI reported by ro.product.cpu.abi2
if none was found for the CPU ABI given by ro.product.cpu.abi

This is used to support both ARMv5 and ARMv7 native code on modern ARMv7-based
devices. Typically, such a device would report a primary ABI of 'armeabi-v7a'
and a secondary one of 'armeabi', to indicate that it can run the binaries
generated for both.

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 agoDefer EGL init until the surface changed call comes in. Pass w,h along with surface...
Jason Sams [Thu, 12 Nov 2009 23:10:25 +0000 (15:10 -0800)]
Defer EGL init until the surface changed call comes in.  Pass w,h along with surface for verification of driver state.

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 agoReturn null if SIM doesn't have the MSISDN Aplha tag.
Jaikumar Ganesh [Thu, 12 Nov 2009 21:26:32 +0000 (13:26 -0800)]
Return null if SIM doesn't have the MSISDN Aplha tag.

This makes both the GSM and CDMA version compatible.

Bug: 2247067
Dr No: jsh

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 agoFix bug 2253204: MapView resources for hdpi devices.
Dan Egnor [Thu, 12 Nov 2009 20:24:33 +0000 (12:24 -0800)]
Fix bug 2253204: MapView resources for hdpi devices.

14 years agoFix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG...
Eric Laurent [Thu, 12 Nov 2009 20:09:06 +0000 (12:09 -0800)]
Fix issue 2242614: Wired headset not recognized: bogus "state" in ACTION_HEADSET_PLUG broadcast.

The headset state indicated by HeadsetObserver in the broadcast intent ACTION_HEADSET_PLUG was not 0 or 1 as specified in the java doc but contained a bit field indicating the type of headset connected.

Modified HeadsetObserver to broacast a state conforming to java doc.
Added an extra to intent ACTION_HEADSET_PLUG to indicate if headset has a microphone or not.
Removed handling of non standard headset indications from HeadsetObserver.
Removed platform specific devices from output devices defined in AudioSystem.
Modified AudioService to use new ACTION_HEADSET_PLUG intent extra instead of bitfield in state.

14 years agoFix 2209086: restore drawable states when drawables change.
Jim Miller [Thu, 12 Nov 2009 11:39:14 +0000 (03:39 -0800)]
Fix 2209086: restore drawable states when drawables change.

This fixes a bug where the right tab hightlight wasn't being seen.
The prooblem was that we weren't preserving the drawables' states when
the application requested a new drawable. We now track the drawable state
so we can updated it when the resources change.

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 agoUse a diff that ignores trailing whitespaces to get by some layout test failures.
Guang Zhu [Thu, 12 Nov 2009 18:18:14 +0000 (10:18 -0800)]
Use a diff that ignores trailing whitespaces to get by some layout test failures.

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 agoUpdate keyguard and pattern-lock layouts for new UX designs.
Daniel Sandler [Thu, 12 Nov 2009 06:06:33 +0000 (22:06 -0800)]
Update keyguard and pattern-lock layouts for new UX designs.

To do this, we bring DigitalClock over from Clock into the
internal widgets.  Its font, Clockopia, comes along for the
ride (find it in /system/fonts).

This change is required for relevant code changes in
frameworks/policy/phone.

Change-Id: I354534f1abd9cf9557c9d18566f1d55b6be5e8f1

14 years agoDelegate the platform dependent hardware renderer implementation to a shared library...
Andreas Huber [Thu, 12 Nov 2009 00:33:17 +0000 (16:33 -0800)]
Delegate the platform dependent hardware renderer implementation to a shared library provided by the vendor.

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 agoFix BMW and Audi auto pairing lists.
Jaikumar Ganesh [Thu, 12 Nov 2009 07:12:04 +0000 (23:12 -0800)]
Fix BMW and Audi auto pairing lists.

Bug no:2256558
Dr No:Eastham

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 agoFix issue #2239203: Setting large background causes OOME and soft-reboot spiral
Dianne Hackborn [Thu, 12 Nov 2009 06:50:37 +0000 (22:50 -0800)]
Fix issue #2239203: Setting large background causes OOME and soft-reboot spiral

Try really really hard not to crash, for any reason.

Change-Id: I32371166229825f13fc8d12d5cf3a6531cdb345e

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 agoAdd BMW and Audi to Auto Pairing black list.
Jaikumar Ganesh [Thu, 12 Nov 2009 06:27:49 +0000 (22:27 -0800)]
Add BMW and Audi to Auto Pairing black list.

Bug: 2256558
Dr No: Eastham

14 years agoFix 2209086: Fix landscape layout of LockScreen on devices with a keyboard
Jim Miller [Thu, 12 Nov 2009 06:38:16 +0000 (22:38 -0800)]
Fix 2209086: Fix landscape layout of LockScreen on devices with a keyboard

14 years agoDon't back up system wallpapers.
Dan Egnor [Thu, 12 Nov 2009 01:00:06 +0000 (17:00 -0800)]
Don't back up system wallpapers.

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 agoFix issue #2256270: Package manager sends bad broadcasts when components change
Dianne Hackborn [Thu, 12 Nov 2009 04:12:41 +0000 (20:12 -0800)]
Fix issue #2256270: Package manager sends bad broadcasts when components change

Also reworks this intent protocol a little bit to be much more efficient, only
requiring one broadcast per package.

Change-Id: I580de4843ebd3c7f2e6df7295a2f80d2937cef7c

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 agoHonor the mInitialScale set on WebView. This was
Grace Kloba [Tue, 10 Nov 2009 23:49:03 +0000 (15:49 -0800)]
Honor the mInitialScale set on WebView. This was
lost when we fixed restoring the scale for a new
page.

Fix http://b/issue?id=2251716

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 agoFix broken handling of the BACK key in PopupWindow. Needed by Launcher2.
Romain Guy [Thu, 12 Nov 2009 02:51:18 +0000 (18:51 -0800)]
Fix broken handling of the BACK key in PopupWindow. Needed by Launcher2.

Change-Id: Icccbd8897186d0b9348a40b3dfc19ab7ac389efd

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 agoNew Javadoc for ContactsContract.
Dmitri Plotnikov [Thu, 12 Nov 2009 02:48:19 +0000 (18:48 -0800)]
New Javadoc for ContactsContract.

Change-Id: Ifcf20541fda7449f1954f2021c53be3eb672e7ee

14 years agoFix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast
Dianne Hackborn [Thu, 12 Nov 2009 02:04:39 +0000 (18:04 -0800)]
Fix issue #2256032: Change CONFIGURATION_CHANGED and add a locale changed broadcast

You can no longer receive CONFIGURATION_CHANGED in a manifest, which is really really
bad (launching apps every time the screen is rotated!).  A new LOCALE_CHANGED broadcast
is sent that you can receive in a manifest.

Change-Id: I80022375f0716db2e672382a29db3cea1af74702

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.