OSDN Git Service

android-x86/frameworks-base.git
13 years agoMerge "Fix check for required features" into honeycomb
Kenny Root [Sun, 9 Jan 2011 15:15:26 +0000 (07:15 -0800)]
Merge "Fix check for required features" into honeycomb

13 years agoImplement issue # 3255887 could CursorLoader offer...
Dianne Hackborn [Sun, 9 Jan 2011 01:25:57 +0000 (17:25 -0800)]
Implement issue # 3255887 could CursorLoader offer...

...to throttle contentobserver-based requeries

Why yes, I guess it could.

This also reworks AsyncTaskLoader to not generate multiple
concurrent tasks if it is getting change notifications before
the last background task is complete.

And removes some of the old APIs that had been deprecated but
need to be gone for final release.

And fixes a few little problems with applying the wrong theme
in system code.

Change-Id: Ic7a665b666d0fb9d348e5f23595532191065884f

13 years agoMerge "Remove unnecessary log" into honeycomb
Adam Powell [Sun, 9 Jan 2011 01:30:07 +0000 (17:30 -0800)]
Merge "Remove unnecessary log" into honeycomb

13 years agoRemove unnecessary log
Adam Powell [Sun, 9 Jan 2011 01:29:09 +0000 (17:29 -0800)]
Remove unnecessary log

Change-Id: I6bb267d7d5f82ae9e1cbe6b022b722ccedc428fd

13 years agoFix bug 3312807 - Fix child margin measurement in FrameLayout
Adam Powell [Sun, 9 Jan 2011 00:44:07 +0000 (16:44 -0800)]
Fix bug 3312807 - Fix child margin measurement in FrameLayout

Change-Id: I5166d7b2d283c577d5f95a15b1626b068cfa6bc6

13 years agoAmendment to fix for bug 3332414
Adam Powell [Sat, 8 Jan 2011 23:53:38 +0000 (15:53 -0800)]
Amendment to fix for bug 3332414

Change-Id: Id3047f6ea6f8f5c68318057798e285cc1e06d094

13 years agoMerge "Bug 3332414 - UI glitch in CAB options" into honeycomb
Adam Powell [Sat, 8 Jan 2011 23:26:53 +0000 (15:26 -0800)]
Merge "Bug 3332414 - UI glitch in CAB options" into honeycomb

13 years agoBug 3332414 - UI glitch in CAB options
Adam Powell [Sat, 8 Jan 2011 23:14:32 +0000 (15:14 -0800)]
Bug 3332414 - UI glitch in CAB options

Change-Id: Ic066f968b0125276c315f31adbd96420e528362f

13 years agoFix bug 3330683 - Do not show the legacy menu panel for HC apps on
Adam Powell [Sat, 8 Jan 2011 23:07:08 +0000 (15:07 -0800)]
Fix bug 3330683 - Do not show the legacy menu panel for HC apps on
xlarge devices.

Change-Id: Ic268684570a429d8da499c142b23bb20b3fe2b82

13 years agoFix bug 3334437 - require an adapter to measure dropdown content width
Adam Powell [Sat, 8 Jan 2011 21:58:29 +0000 (13:58 -0800)]
Fix bug 3334437 - require an adapter to measure dropdown content width

Change-Id: I357a2db66db121816091921e47708140958ad507

13 years agoFix bug 3245465 - Themed dialog icons
Adam Powell [Sat, 8 Jan 2011 06:30:48 +0000 (22:30 -0800)]
Fix bug 3245465 - Themed dialog icons

Added light/dark versions of holo dialog icons. Apps using
AlertDialogs that wish to use the system dialog icon should use
setIconAttribute(android.R.attr.alertDialogIcon) instead of
setIcon(android.R.drawable.ic_alert_dialog).

Change-Id: I40793a3164478be5ffa045ededfcab8210753a4b

13 years agoMerge "For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable...
Shih-wei Liao [Sat, 8 Jan 2011 03:26:44 +0000 (19:26 -0800)]
Merge "For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable." into honeycomb

13 years agoFor caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.
Shih-wei Liao [Sat, 8 Jan 2011 02:48:55 +0000 (18:48 -0800)]
For caching, didn't do CompileBC. Rename bccCompileBC as bccPrepareExecutable.

Change-Id: Ie63cd87bf377e2daf0c81d81c0bf86a6195edf46

13 years agoDoc change: fixing links set 3
Robert Ly [Wed, 5 Jan 2011 08:54:41 +0000 (00:54 -0800)]
Doc change: fixing links set 3

Change-Id: Id4123a2f0685887417d0b17a6fa81368aa756b6e

13 years agoDoc change: fixing links set 2
Robert Ly [Wed, 5 Jan 2011 08:34:26 +0000 (00:34 -0800)]
Doc change: fixing links set 2

Change-Id: I8752cc7c732812a5f11f8b5f5ac83c3a87305f22

13 years agoDoc Change: Fixing broken links and miscellaneous text revisions to support link...
Robert Ly [Wed, 5 Jan 2011 06:48:02 +0000 (22:48 -0800)]
Doc Change: Fixing broken links and miscellaneous text revisions to support link fixing

Change-Id: I192595a3c7af520bf8598e80ae25d0dea289fcbd

13 years agoDoc change: Deleting obsolete files and adding html redirects. Modified hv and tracev...
Robert Ly [Sat, 8 Jan 2011 02:48:00 +0000 (18:48 -0800)]
Doc change: Deleting obsolete files and adding html redirects. Modified hv and traceview docs.

Change-Id: Ic0c02da3205d2f8f22c8c045d859ddd1f83f7a9e

13 years agoMerge "1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions...
Shih-wei Liao [Sat, 8 Jan 2011 02:38:05 +0000 (18:38 -0800)]
Merge "1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.) 2. Prepare on-device linking. 3. Clean up code." into honeycomb

13 years ago1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)
Shih-wei Liao [Sat, 8 Jan 2011 02:17:07 +0000 (18:17 -0800)]
1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)
2. Prepare on-device linking.
3. Clean up code.

Change-Id: Iac4148431dbe1c3c4044f7394eb51a1332f513f9

13 years agoEnable camera preview to a SurfaceTexture.
Jamie Gennis [Mon, 20 Dec 2010 20:15:00 +0000 (12:15 -0800)]
Enable camera preview to a SurfaceTexture.

This change adds a public Java API to use a SurfaceTexture as the
destination of camera preview frames.

Change-Id: If537fed2df12c5c181e2af5f817985c1bda853fb

13 years agoMerge "Fix bug 3200615 - "MenuPopupHelper cannot be used without an anchor"" into...
Adam Powell [Sat, 8 Jan 2011 01:27:19 +0000 (17:27 -0800)]
Merge "Fix bug 3200615 - "MenuPopupHelper cannot be used without an anchor"" into honeycomb

13 years agoFix bug 3200615 - "MenuPopupHelper cannot be used without an anchor"
Adam Powell [Sat, 8 Jan 2011 01:16:56 +0000 (17:16 -0800)]
Fix bug 3200615 - "MenuPopupHelper cannot be used without an anchor"

Add protection against views disappearing before previously posted
Runnables attempt to show a menu anchored to them.

Change-Id: Ia2a322e76665e61feb5bdb92377d5066cb6d5b04

13 years agoMerge "Fix issue 3261656." into honeycomb
Eric Laurent [Sat, 8 Jan 2011 01:20:59 +0000 (17:20 -0800)]
Merge "Fix issue 3261656." into honeycomb

13 years agoFix issue 3261656.
Eric Laurent [Wed, 29 Dec 2010 00:49:07 +0000 (16:49 -0800)]
Fix issue 3261656.

The problem can occur if a sample is started at the same time as the last AudioTrack callback
for a playing sample is called. At this time, allocateChannel() can be called concurrently with moveToFront()
which can cause an entry in mChannels being used by moveToFront() to be erased temporarily by allocateChannel().

The fix consists in making sure that the SoundPool mutex is held whenever play(), stop() or done() are called.

In addition, other potential weaknesses have been removed by making sure that the channel mutex is held while
starting, stopping and processing the AudioTrack call back.

To that purpose, a mechanism similar to the channel restart method is implemented to avoid stopping channels
from the AudioTrack call back but do it from the restart thread instead.

The sound effects SounPool management in AudioService has also been improved to make sure that the samples have
been loaded when a playback request is received and also to immediately release the SoundPool when the effects are
unloaded without waiting for the GC to occur.
The SoundPool.java class was modified to allow the use of a looper attached to the thread in which the sample
loaded listener is running and not to the thread in which the SoundPool is created.

The maximum number of samples that can be loaded in a SoundPool lifetime as been increased from 255 to 65535.

Change-Id: I368a3bdfda4239f807f857c3e97b70f6b31b0af3

13 years agoCleanup subdata apis
Jason Sams [Sat, 8 Jan 2011 01:00:07 +0000 (17:00 -0800)]
Cleanup subdata apis

Change-Id: I70d0d5e4ca2b42f3a9cbf854fe47917cee8f46df

13 years agoMerge "LayoutLib: fix moveChild again." into honeycomb
Xavier Ducrohet [Sat, 8 Jan 2011 01:01:48 +0000 (17:01 -0800)]
Merge "LayoutLib: fix moveChild again." into honeycomb

13 years agoMerge "cherrypick Change-Id: Id5d38a6d97323e082535e433ab64e89e8bd3d021 docs: catchup...
Scott Main [Sat, 8 Jan 2011 00:41:52 +0000 (16:41 -0800)]
Merge "cherrypick Change-Id: Id5d38a6d97323e082535e433ab64e89e8bd3d021 docs: catchup honeycomb to gingerbread-docs with misc changes" into honeycomb

13 years agocherrypick Change-Id: Id5d38a6d97323e082535e433ab64e89e8bd3d021
Scott Main [Fri, 7 Jan 2011 22:48:18 +0000 (14:48 -0800)]
cherrypick Change-Id: Id5d38a6d97323e082535e433ab64e89e8bd3d021
docs: catchup honeycomb to gingerbread-docs with misc changes

Change-Id: Ia192e253a1b0aca026e1809b4e68011975c1ad8c

13 years agoMerge "Rename drag "thumbnail" to the drag "shadow"" into honeycomb
Christopher Tate [Sat, 8 Jan 2011 00:36:11 +0000 (16:36 -0800)]
Merge "Rename drag "thumbnail" to the drag "shadow"" into honeycomb

13 years agoRename drag "thumbnail" to the drag "shadow"
Christopher Tate [Fri, 7 Jan 2011 21:34:24 +0000 (13:34 -0800)]
Rename drag "thumbnail" to the drag "shadow"

No functional changes; just a rename of the relevant class/method/parameters.

Change-Id: I55d9ef7c2c17892b0bc99f5da622c281e006b53e

13 years agoMerge "Awesomeplayer : Frame dropping logic change" into honeycomb
James Dong [Sat, 8 Jan 2011 00:25:38 +0000 (16:25 -0800)]
Merge "Awesomeplayer : Frame dropping logic change" into honeycomb

13 years agoLayoutLib: fix moveChild again.
Xavier Ducrohet [Sat, 8 Jan 2011 00:16:21 +0000 (16:16 -0800)]
LayoutLib: fix moveChild again.

Change-Id: Ib69a06e44be1e332f0f43c36c795c86270cb1b71

13 years agoAwesomeplayer : Frame dropping logic change
pmehendale [Thu, 6 Jan 2011 22:43:49 +0000 (14:43 -0800)]
Awesomeplayer : Frame dropping logic change

Changed late frame drop policy, now we are dropping only 1 in 8,
late (> 40ms) frames. Dropping every late frame result in lot of noticible
pauses, usually with peaky bitrate activity these pauses become more prominant.
Dropping few frames is still required to allow overall playback chain,
to regain the performance.
Experimentally decided to drop Max one late frame in 8.

Change-Id: If20848d619a76aaf8179b1e5c3155610e3bc85fd

13 years agoMerge "The switch widget didn't work properly until after onMeasure had run." into...
Joe Onorato [Sat, 8 Jan 2011 00:01:34 +0000 (16:01 -0800)]
Merge "The switch widget didn't work properly until after onMeasure had run." into honeycomb

13 years agoThe switch widget didn't work properly until after onMeasure had run.
Joe Onorato [Fri, 7 Jan 2011 23:58:44 +0000 (15:58 -0800)]
The switch widget didn't work properly until after onMeasure had run.

Change-Id: I3259193ca60392ffc133f2ff6479feb8e4ad536e

13 years agoFix check for required features
Kenny Root [Fri, 7 Jan 2011 22:27:50 +0000 (14:27 -0800)]
Fix check for required features

The required features check was in an null check for usesLibraries, so
it wasn't checking for required features when an application did not use
a library.

Bug: 3331713
Change-Id: I96d366ba00d4962b84f3796be97e2b622eb331a5

13 years agoMerge "Prevent ActivityTestCase from erasing constants." into honeycomb
Dmitri Plotnikov [Fri, 7 Jan 2011 23:26:31 +0000 (15:26 -0800)]
Merge "Prevent ActivityTestCase from erasing constants." into honeycomb

13 years agoMerge "Non-opaque views with fading edges cannot be marked dirty opaque. Bug #3325084...
Romain Guy [Fri, 7 Jan 2011 22:48:35 +0000 (14:48 -0800)]
Merge "Non-opaque views with fading edges cannot be marked dirty opaque. Bug #3325084" into honeycomb

13 years agoNon-opaque views with fading edges cannot be marked dirty opaque.
Romain Guy [Fri, 7 Jan 2011 22:50:27 +0000 (14:50 -0800)]
Non-opaque views with fading edges cannot be marked dirty opaque.
Bug #3325084

Change-Id: I80b7653daa2ae3cc6d81da1063911aa4cb69e8f4

13 years agoMerge "WM part of #3293405: Screen needs to be redrawn when HDMI is plugged in" into...
Dianne Hackborn [Fri, 7 Jan 2011 22:10:05 +0000 (14:10 -0800)]
Merge "WM part of #3293405: Screen needs to be redrawn when HDMI is plugged in" into honeycomb

13 years agoMerge "Fix bug 3158976 - Search box is too small" into honeycomb
Adam Powell [Fri, 7 Jan 2011 22:07:39 +0000 (14:07 -0800)]
Merge "Fix bug 3158976 - Search box is too small" into honeycomb

13 years agoWM part of #3293405: Screen needs to be redrawn when HDMI is plugged in
Dianne Hackborn [Fri, 7 Jan 2011 22:06:50 +0000 (14:06 -0800)]
WM part of #3293405: Screen needs to be redrawn when HDMI is plugged in

Change-Id: If5ceb28073c6abf14165871bd99cb481b31a863b

13 years agoFix bug 3158976 - Search box is too small
Adam Powell [Fri, 7 Jan 2011 18:45:18 +0000 (10:45 -0800)]
Fix bug 3158976 - Search box is too small

Set default minimum widths for SearchView text fields.

Fix an issue with the ActionButton style.

Change-Id: I2315df334479ba66fed16e2ca59c4a49e2437442

13 years agobug:3325039 Making the cursor ring movement send accessibility events.
Svetoslav Ganov [Thu, 6 Jan 2011 02:52:05 +0000 (18:52 -0800)]
bug:3325039 Making the cursor ring movement send accessibility events.

1. Added a mechanism to select the cursor ring content if accessibility is
   enabled - This is achieved by sending an event to the WebCore thread
   (if accessibility is enabled) to select the content of the cursor when
   the latter moves. Added code in WebViewCore to select the given node
   and notify the UI thread for the selection markup which is delivered
   of the accessibility injector which manages sending accessibility
   events. This is relevant for adding accessibility to WebView if
   JavaScript is not enabled. (If JS is enabled we inject a screenreader
   written in JS).

2. Fixed the event delegation to the accessibility injector since it
   should be able to consume key events of interest and perform some
   action which leads to sending appropriate accessibility event.
   In the previous implementation it was possible that the injector
   consumes the event but the latter was bubbled up.

3. Added function to scroll the selection into view while moving it
   around based on user commands.

Note: This is a part of two project commmit.

Change-Id: Ibb81d0468726efbe3bf6e3add1b19c69e3206638

13 years agoMerge "LayoutLib: fix animated moveChild." into honeycomb
Xavier Ducrohet [Fri, 7 Jan 2011 21:54:26 +0000 (13:54 -0800)]
Merge "LayoutLib: fix animated moveChild." into honeycomb

13 years agocherrypick Change-Id: If65316cb08c8912ed2ad1fe10ab7d5ceee664084
Scott Main [Fri, 7 Jan 2011 21:46:42 +0000 (13:46 -0800)]
cherrypick Change-Id: If65316cb08c8912ed2ad1fe10ab7d5ceee664084
docs: revise developing on a device to replace nexus one

Change-Id: I2e9945020a7b63175e0d5cf37ad4dd9bc783fa04

13 years agocherrypick Change-Id: I9e1b530b5cbd43043d326c04bfc30b073bf9d388
Scott Main [Wed, 22 Dec 2010 17:30:26 +0000 (09:30 -0800)]
cherrypick Change-Id: I9e1b530b5cbd43043d326c04bfc30b073bf9d388
fix bug 3295540

Change-Id: I1835444ff6dd0351a0f66ef565fa97a15dfea53f

13 years agocherrypick Change-Id: Ic4fe5e2d1ef3082c34fb448dd1f4705f73f2235f
Scott Main [Wed, 5 Jan 2011 19:42:09 +0000 (11:42 -0800)]
cherrypick Change-Id: Ic4fe5e2d1ef3082c34fb448dd1f4705f73f2235f
docs: update dashboard

Change-Id: Ifb21e6277ca71f717e4d91fca1ec4a49a810a7dc

13 years agoDon't match wrap_content/match_parent children with child count = 1.
Romain Guy [Fri, 7 Jan 2011 21:27:39 +0000 (13:27 -0800)]
Don't match wrap_content/match_parent children with child count = 1.
Bug #3328711

Change-Id: Ic131f2feecbeec4a7250d47193c9794aa70d22ee

13 years agoMerge "Don't match wrap_content/match_parent children with child count = 1. Bug ...
Romain Guy [Fri, 7 Jan 2011 21:24:50 +0000 (13:24 -0800)]
Merge "Don't match wrap_content/match_parent children with child count = 1. Bug #3328711" into honeycomb

13 years agoMerge "Do not update matches string when there are no matches." into honeycomb
Leon Scroggins [Fri, 7 Jan 2011 21:17:19 +0000 (13:17 -0800)]
Merge "Do not update matches string when there are no matches." into honeycomb

13 years agoMerge "Hardware Composer new and refactored test cases" into honeycomb
Louis Huemiller [Fri, 7 Jan 2011 21:12:11 +0000 (13:12 -0800)]
Merge "Hardware Composer new and refactored test cases" into honeycomb

13 years agoMerge "Added support for Unicode surrogate characters in word selection" into honeycomb
Gilles Debunne [Fri, 7 Jan 2011 21:11:16 +0000 (13:11 -0800)]
Merge "Added support for Unicode surrogate characters in word selection" into honeycomb

13 years agoMerge "Additional loading methods for fonts and a3d files. Cleaned up error messages...
Alex Sakhartchouk [Fri, 7 Jan 2011 21:03:07 +0000 (13:03 -0800)]
Merge "Additional loading methods for fonts and a3d files. Cleaned up error messages." into honeycomb

13 years agoMerge "Import some unabbreviated translations for large screens." into honeycomb
Eric Fischer [Fri, 7 Jan 2011 21:00:17 +0000 (13:00 -0800)]
Merge "Import some unabbreviated translations for large screens." into honeycomb

13 years agoDo not update matches string when there are no matches.
Leon Scroggins [Fri, 7 Jan 2011 20:51:43 +0000 (15:51 -0500)]
Do not update matches string when there are no matches.

Bug:2927451
Change-Id: I6374ffcc9d0710d69206d2f1f31a908b010a75bf

13 years agoLayoutLib: fix animated moveChild.
Xavier Ducrohet [Fri, 7 Jan 2011 20:47:31 +0000 (12:47 -0800)]
LayoutLib: fix animated moveChild.

The child can only be added to the new viewgroup
after it's been removed from the previous one, which
is delayed if there's an animation.

Change-Id: I9123a2670d0d17b3eb6f8f89085ebab8ca2b800f

13 years agoMerge "Add support for the "compilation" tag in mp3, mp4 and ogg, and also add suppor...
Marco Nelissen [Fri, 7 Jan 2011 20:43:36 +0000 (12:43 -0800)]
Merge "Add support for the "compilation" tag in mp3, mp4 and ogg, and also add support for two common ways of specifying album artist in ogg files. b/3311831" into honeycomb

13 years agoAdd support for the "compilation" tag in mp3, mp4 and ogg, and also add
Marco Nelissen [Thu, 6 Jan 2011 19:12:17 +0000 (11:12 -0800)]
Add support for the "compilation" tag in mp3, mp4 and ogg, and also add
support for two common ways of specifying album artist in ogg files.
b/3311831

(cherry-picked from GB because of weird automerger failure)

Change-Id: Ibf12a3d6bc8bbc2ac5ea815de6b33414b8f53f0f

13 years agoMerge "Removed XmlAdapters from frameworks." into honeycomb
Gilles Debunne [Fri, 7 Jan 2011 20:41:10 +0000 (12:41 -0800)]
Merge "Removed XmlAdapters from frameworks." into honeycomb

13 years agoMerge "in requery(), when exception is caught, print warning + stacktrace" into honeycomb
Vasu Nori [Fri, 7 Jan 2011 20:40:16 +0000 (12:40 -0800)]
Merge "in requery(), when exception is caught, print warning + stacktrace" into honeycomb

13 years agoRemoved XmlAdapters from frameworks.
Gilles Debunne [Fri, 7 Jan 2011 02:14:35 +0000 (18:14 -0800)]
Removed XmlAdapters from frameworks.

Has been moved to samples.

Change-Id: Icc0530d78df9755a4a1fe9314fa557a91da408c6

13 years agoMerge "Mark the veto button GONE for ongoing notifications so they can go into its...
Joe Onorato [Fri, 7 Jan 2011 20:08:27 +0000 (12:08 -0800)]
Merge "Mark the veto button GONE for ongoing notifications so they can go into its space." into honeycomb

13 years agoPrevent ActivityTestCase from erasing constants.
Dmitri Plotnikov [Fri, 7 Jan 2011 20:06:47 +0000 (12:06 -0800)]
Prevent ActivityTestCase from erasing constants.

If you test case is declaring a non-primitive constant,
this method would clear out the constant between
individual tests.

Change-Id: I570f2bbbbbb0a170bf63b7473b4aaf84869e93e0

13 years agoAdded support for Unicode surrogate characters in word selection
Gilles Debunne [Fri, 7 Jan 2011 18:16:21 +0000 (10:16 -0800)]
Added support for Unicode surrogate characters in word selection

Inspired by https://review.source.android.com/#change,16606

Change-Id: I896354f5aba83c1919c008f07b6d0b2abf0b8e01

13 years agoMerge "Fix bug 3330223 - onCreateOptionsMenu() unable to getActionView() immediately...
Adam Powell [Fri, 7 Jan 2011 19:35:15 +0000 (11:35 -0800)]
Merge "Fix bug 3330223 - onCreateOptionsMenu() unable to getActionView() immediately after orientation change" into honeycomb

13 years agoFix bug 3330223 - onCreateOptionsMenu() unable to getActionView()
Adam Powell [Fri, 7 Jan 2011 19:12:02 +0000 (11:12 -0800)]
Fix bug 3330223 - onCreateOptionsMenu() unable to getActionView()
immediately after orientation change

Inflate action view layout resource earlier so that calls to
getActionView are valid immediately after menu inflation.

Change-Id: I8023328b1a77670ac42a783f6e4b46aa5c2a798e

13 years agoMerge "LayoutLib: Finish the matrix delegate." into honeycomb
Xavier Ducrohet [Fri, 7 Jan 2011 19:32:00 +0000 (11:32 -0800)]
Merge "LayoutLib: Finish the matrix delegate." into honeycomb

13 years agoAdditional loading methods for fonts and a3d files.
Alex Sakhartchouk [Fri, 7 Jan 2011 19:12:08 +0000 (11:12 -0800)]
Additional loading methods for fonts and a3d files.
Cleaned up error messages.

Change-Id: Id33b7149671df23c37cc11375d844a7837dac750

Change-Id: I6663ce54f7b9bbaf285935ca658d93ba417f8179

13 years agoMark the veto button GONE for ongoing notifications so they can go into its space.
Joe Onorato [Fri, 7 Jan 2011 19:03:54 +0000 (11:03 -0800)]
Mark the veto button GONE for ongoing notifications so they can go into its space.

Change-Id: I0f03052c630c937f12d52d93dfa680ce8c6a27d0

13 years agoFix typo bug in FrameLayout's measurement code.
Romain Guy [Fri, 7 Jan 2011 19:03:20 +0000 (11:03 -0800)]
Fix typo bug in FrameLayout's measurement code.
Bug #3327185

Change-Id: If9a897efd8766b158749d053dabee3477bf1b053

13 years agoMerge "Add telephony.sms.receive and telephony.sms.send properties." into honeycomb
Wink Saville [Fri, 7 Jan 2011 19:00:42 +0000 (11:00 -0800)]
Merge "Add telephony.sms.receive and telephony.sms.send properties." into honeycomb

13 years agoMerge "Fix typo bug in FrameLayout's measurement code. Bug #3327185" into honeycomb
Romain Guy [Fri, 7 Jan 2011 19:00:20 +0000 (11:00 -0800)]
Merge "Fix typo bug in FrameLayout's measurement code. Bug #3327185" into honeycomb

13 years agoMerge "For Cdma a blank plmn is valid to show in some cases." into honeycomb
Wink Saville [Fri, 7 Jan 2011 18:44:20 +0000 (10:44 -0800)]
Merge "For Cdma a blank plmn is valid to show in some cases." into honeycomb

13 years agoMerge "Mark the status bar configuration string untranslatable." into honeycomb
Eric Fischer [Fri, 7 Jan 2011 18:41:50 +0000 (10:41 -0800)]
Merge "Mark the status bar configuration string untranslatable." into honeycomb

13 years agoMerge "Use BluetoothAdapter broadcast for coex settings" into honeycomb
Irfan Sheriff [Fri, 7 Jan 2011 17:37:01 +0000 (09:37 -0800)]
Merge "Use BluetoothAdapter broadcast for coex settings" into honeycomb

13 years agoUse BluetoothAdapter broadcast for coex settings
Irfan Sheriff [Thu, 6 Jan 2011 06:00:16 +0000 (22:00 -0800)]
Use BluetoothAdapter broadcast for coex settings

Use the bluetooth adapter broadcast so that we capture
various bluetooth profiles for both scan coex settings
and coex settings during DHCP

Change-Id: Idec41940514efe7ea9927f67b6199b4893794e2a

13 years agoAdding AsyncTaskLoader.waitForLoader() for testing
Dmitri Plotnikov [Fri, 7 Jan 2011 02:39:33 +0000 (18:39 -0800)]
Adding AsyncTaskLoader.waitForLoader() for testing

Change-Id: I8a4c13d48c9deca70594be58beafb68f08da65ea

13 years agoMerge "Fix stuck-open notification shade." into honeycomb
Daniel Sandler [Fri, 7 Jan 2011 17:20:09 +0000 (09:20 -0800)]
Merge "Fix stuck-open notification shade." into honeycomb

13 years agoAvoid superfluous calls to CacheManager with the Chromium HTTP stack
Steve Block [Tue, 4 Jan 2011 14:26:27 +0000 (14:26 +0000)]
Avoid superfluous calls to CacheManager with the Chromium HTTP stack

When using the Chromium HTTP stack, most of the calls to CacheManager
methods are not required, as we're not using its cache. These methods
are now marked with asserts to make this clear.

Also avoid creating the cache database in WebViewDatabase.

This will avoid creating the database databases/webviewCache.db and
the directory cache/webviewCache.

Bug: 3270236
Change-Id: I68f94dde16830ed817454d5e1af961f41b71d018

13 years agoFix stuck-open notification shade.
Daniel Sandler [Fri, 7 Jan 2011 16:38:12 +0000 (11:38 -0500)]
Fix stuck-open notification shade.

Reversing the animations isn't working well, but re-creating
them in the correct direction is, so we'll use that for now.

Bug: 3326529
Change-Id: I40fdbd1d02bb8028d4d1f1bceb15f2c335366063

13 years agoFor Cdma a blank plmn is valid to show in some cases.
Wink Saville [Fri, 7 Jan 2011 16:35:59 +0000 (08:35 -0800)]
For Cdma a blank plmn is valid to show in some cases.

When roaming the plmn might be blank but we want to have
showPlmn true otherwise "No Service" is displayed.

bug: 3265611
Change-Id: Iaed8997ab0bb336c79cef1fc848526ca7a73f9a1

13 years agoMerge "Remove obsolete strings (rather than fix l10n guidelines)." into honeycomb
Daniel Sandler [Fri, 7 Jan 2011 14:34:55 +0000 (06:34 -0800)]
Merge "Remove obsolete strings (rather than fix l10n guidelines)." into honeycomb

13 years agoMerge "Remove some superfluous null-checks when constructing a CacheResult" into...
Steve Block [Fri, 7 Jan 2011 14:12:08 +0000 (06:12 -0800)]
Merge "Remove some superfluous null-checks when constructing a CacheResult" into honeycomb

13 years agoHardware Composer new and refactored test cases
Louis Huemiller [Thu, 6 Jan 2011 02:53:47 +0000 (18:53 -0800)]
Hardware Composer new and refactored test cases

Change-Id: Iabf46fc5d75891f917e06a257470a0e3f2bd3c95

13 years agoAdd telephony.sms.receive and telephony.sms.send properties.
Wink Saville [Fri, 7 Jan 2011 05:24:34 +0000 (21:24 -0800)]
Add telephony.sms.receive and telephony.sms.send properties.

The purpose of these properties is to allow, at boot time, the
enable and disabling of receiving and sending of SMS messages.
These properties are used to initialize two booleans within
[Gsm|Cdma]SMSDispatcher code. The two booleans are initialized
to the value of config_sms_capable and when config_sms_capable
is false the device can neither receive nor send SMS.

Under some conditions, such as testing, it could be desirable
to send and or receive SMS messages on a device where config_sms_capable
is false. With the addition of these two properties it is now possible
to use /data/local.prop to control the booleans independently.

bug: 3315489
Change-Id: I83fe6f2da7d66ff720f28b696d8d76ec388706c0

13 years agoLayoutLib: Finish the matrix delegate.
Xavier Ducrohet [Fri, 7 Jan 2011 03:20:03 +0000 (19:20 -0800)]
LayoutLib: Finish the matrix delegate.

Change-Id: Ife70a4707c113f4a2aed18e303cb2f221c73db2a

13 years agoMerge "fix a long-standing 'typo' bug" into honeycomb
Vasu Nori [Fri, 7 Jan 2011 02:57:13 +0000 (18:57 -0800)]
Merge "fix a long-standing 'typo' bug" into honeycomb

13 years agoMerge "New layers API for Views." into honeycomb
Romain Guy [Fri, 7 Jan 2011 02:50:19 +0000 (18:50 -0800)]
Merge "New layers API for Views." into honeycomb

13 years agofix a long-standing 'typo' bug
Vasu Nori [Fri, 7 Jan 2011 02:46:39 +0000 (18:46 -0800)]
fix a long-standing 'typo' bug

bug:2676368
Change-Id: Ie7381f343223c3bd4757de962efab7b75fe2cf1d

13 years agoMerge "Updated flightmode stat_sys icon" into honeycomb
Justin Ho [Fri, 7 Jan 2011 02:34:34 +0000 (18:34 -0800)]
Merge "Updated flightmode stat_sys icon" into honeycomb

13 years agoNew layers API for Views.
Romain Guy [Thu, 6 Jan 2011 18:04:23 +0000 (10:04 -0800)]
New layers API for Views.

This API can be used to back a view and its children with either a
software layer (bitmap) or hardware layer (FBO). Layers have
various usages, including color filtering and performance
improvements during animations.

Change-Id: Ifc3bea847918042730fc5a8c2d4206dd6c9420a3

13 years agoUpdated flightmode stat_sys icon
Justin Ho [Fri, 7 Jan 2011 02:32:24 +0000 (18:32 -0800)]
Updated flightmode stat_sys icon

Change-Id: Ic87be7c565fe374617bb51cbac912151288a1728

13 years agoMerge "LayoutLib: fix clipping issues." into honeycomb
Xavier Ducrohet [Fri, 7 Jan 2011 02:14:20 +0000 (18:14 -0800)]
Merge "LayoutLib: fix clipping issues." into honeycomb

13 years agoLayoutLib: fix clipping issues.
Xavier Ducrohet [Thu, 6 Jan 2011 23:50:42 +0000 (15:50 -0800)]
LayoutLib: fix clipping issues.

There were two issues:
- Graphics2D.setClip only works on rectangular shapes.
  This means doing a setClip on a non rectangular shape should
  basically reset the clip and intersect with the new shape.

- the current clip can be null, so the combineShape method
  must handle it.

Change-Id: Id2cd7475e991d8b533ff2e8850cc2c27663f9e52

13 years agoMark the status bar configuration string untranslatable.
Eric Fischer [Fri, 7 Jan 2011 02:07:43 +0000 (18:07 -0800)]
Mark the status bar configuration string untranslatable.

Change-Id: I77dd3b7cfca6601064329382c9ef88924af17506

13 years agoImport some unabbreviated translations for large screens.
Eric Fischer [Fri, 7 Jan 2011 01:37:17 +0000 (17:37 -0800)]
Import some unabbreviated translations for large screens.

Change-Id: I41c5b010bfa14d84f8802b415e6bb465663c722c

13 years agoMerge "(cherrypick from master) 3322879 Device soft reboots on enabling and disabling...
Svetoslav Ganov [Fri, 7 Jan 2011 01:55:31 +0000 (17:55 -0800)]
Merge "(cherrypick from master) 3322879 Device soft reboots on enabling and disabling accessibility settings" into honeycomb

13 years agoin requery(), when exception is caught, print warning + stacktrace
Vasu Nori [Fri, 7 Jan 2011 01:45:32 +0000 (17:45 -0800)]
in requery(), when exception is caught, print warning + stacktrace

Change-Id: Ifa03e2c4bcf09fbba5ac028d4c7a74e092450612

13 years agoMerge "We are now Honeycomb." into honeycomb
Dianne Hackborn [Fri, 7 Jan 2011 01:41:46 +0000 (17:41 -0800)]
Merge "We are now Honeycomb." into honeycomb