OSDN Git Service

android-x86/frameworks-base.git
14 years agoMerge "Fix bug in airplane mode."
Robert Greenwalt [Thu, 18 Mar 2010 18:09:11 +0000 (11:09 -0700)]
Merge "Fix bug in airplane mode."

14 years agoMerge "Either the software mp3 decoder's CRC computation is wrong (and PV never enabl...
Andreas Huber [Thu, 18 Mar 2010 17:55:12 +0000 (10:55 -0700)]
Merge "Either the software mp3 decoder's CRC computation is wrong (and PV never enabled it before) or there are files in the wild with wrong CRCs that nonetheless decode correctly, either way, opt out of CRC verification."

14 years agoEither the software mp3 decoder's CRC computation is wrong (and PV never enabled...
Andreas Huber [Thu, 18 Mar 2010 17:51:09 +0000 (10:51 -0700)]
Either the software mp3 decoder's CRC computation is wrong (and PV never enabled it before) or there are files in the wild with wrong CRCs that nonetheless decode correctly, either way, opt out of CRC verification.

Change-Id: I1d9bd78f4efb53faa82c67110cf61f78122e40f8
related-to-bug: 2511393

14 years agoMerge "Import revised translations"
Kenny Root [Thu, 18 Mar 2010 17:25:37 +0000 (10:25 -0700)]
Merge "Import revised translations"

14 years agoMerge "Pass selection data with the message to open the keyboard."
Leon Scroggins [Thu, 18 Mar 2010 17:20:35 +0000 (10:20 -0700)]
Merge "Pass selection data with the message to open the keyboard."

14 years agoMerge "Issue 2416481: Support Voice Dialer over BT SCO."
Eric Laurent [Thu, 18 Mar 2010 17:01:10 +0000 (10:01 -0700)]
Merge "Issue 2416481: Support Voice Dialer over BT SCO."

14 years agoPass selection data with the message to open the keyboard.
Leon Scroggins [Thu, 18 Mar 2010 16:42:33 +0000 (12:42 -0400)]
Pass selection data with the message to open the keyboard.

Fix for http://b/issue?id=2431351

Requires a change to external/webkit.

Change-Id: I501c3b1a9ae602458b830d34f779ccedf51dba9b

14 years agoMerge "Enabling plugin engines to pass in their engine specific settings via a Conten...
Charles Chen [Thu, 18 Mar 2010 16:32:30 +0000 (09:32 -0700)]
Merge "Enabling plugin engines to pass in their engine specific settings via a ContentProvider to the TtsService so that the TtsService can invoke their .so file with those settings."

14 years agoMerge "While streaming media data, upon a socket-read error, try reconnecting to...
Andreas Huber [Thu, 18 Mar 2010 16:01:01 +0000 (09:01 -0700)]
Merge "While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times."

14 years agoMerge "Add GoogleLogTags that includes event log tags used by Google apps"
Dan Egnor [Thu, 18 Mar 2010 15:52:28 +0000 (08:52 -0700)]
Merge "Add GoogleLogTags that includes event log tags used by Google apps"

14 years agoAdd GoogleLogTags that includes event log tags used by Google apps
Dan Egnor [Thu, 18 Mar 2010 02:47:30 +0000 (19:47 -0700)]
Add GoogleLogTags that includes event log tags used by Google apps

Bug: 2523742
Change-Id: I0e61127ac58cbc954240b30c1f55c2518d833aaa

14 years agoMerge "Remove unused file NmeaParser.java"
Mike Lockwood [Thu, 18 Mar 2010 15:18:26 +0000 (08:18 -0700)]
Merge "Remove unused file NmeaParser.java"

14 years agoMerge "RecognitionManager does not throw exceptions when needed"
Bjorn Bringert [Thu, 18 Mar 2010 14:24:04 +0000 (07:24 -0700)]
Merge "RecognitionManager does not throw exceptions when needed"

14 years agosimplify utility to hit-test focused plugin
Cary Clark [Wed, 17 Mar 2010 19:58:20 +0000 (15:58 -0400)]
simplify utility to hit-test focused plugin

After about 4 taps, this starts to return that the tap was
in the plugin. Before that, the plugin doesn't have focus.
Derek may want to verify that everything is working as it
should -- maybe it just takes that long for webkit to take
focus.

companion fix in external/webkit

Change-Id: I80ffba6c55876b0af9c305c539a10e8e8ed7cb3c
http://b/2521087

14 years agoMerge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers are...
Steve Block [Thu, 18 Mar 2010 12:02:15 +0000 (05:02 -0700)]
Merge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled"

14 years agoRecognitionManager does not throw exceptions when needed
Valentin Kravtsov [Thu, 18 Mar 2010 07:41:38 +0000 (07:41 +0000)]
RecognitionManager does not throw exceptions when needed

bug fix for: http://b/issue?id=2522063
RecognitionManager does not throw an exception in startListening() was called without the preceding setListener()

Change-Id: I8e303d0c53c7593fbf1dc7033b2c0f82eebfb081

14 years agoMerge "Rework permissions to be retained when an app is temporarily uninstalled."
Dianne Hackborn [Thu, 18 Mar 2010 09:05:20 +0000 (02:05 -0700)]
Merge "Rework permissions to be retained when an app is temporarily uninstalled."

14 years agoRework permissions to be retained when an app is temporarily uninstalled.
Dianne Hackborn [Wed, 17 Mar 2010 05:55:08 +0000 (22:55 -0700)]
Rework permissions to be retained when an app is temporarily uninstalled.

This allows us to keep the assigned permissions when apps are temporarily
removed due to the SD card being unmounted, and also if you use the
facility to uninstall an app but keep its data.

Also fixes issue #2515189: Potential permission spoofing attack in
Android (external bug 7166)

Change-Id: I2a120ec938552028c989f9e0e890c32773957738

14 years agoMerge "Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390"
Amith Yamasani [Thu, 18 Mar 2010 08:24:03 +0000 (01:24 -0700)]
Merge "Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390"

14 years agoFix issue #2519590: Lock screen stuck in landscape mode
Dianne Hackborn [Thu, 18 Mar 2010 02:44:59 +0000 (19:44 -0700)]
Fix issue #2519590: Lock screen stuck in landscape mode

Well, mostly.  There is still a problem here where the first time
you show the lock screen it just doesn't draw itself.  I assume
this is something breaking in the view hierarchy as it floounders
around removing and adding new views as it is first being shown...
but no idea at this point what is the actual case.

Change-Id: Iba99ae3242931c8673b17b106c86fc99e2c52abe

14 years agoIssue 2416481: Support Voice Dialer over BT SCO.
Eric Laurent [Thu, 18 Mar 2010 06:26:26 +0000 (23:26 -0700)]
Issue 2416481: Support Voice Dialer over BT SCO.

Added public methods to AudioManager API so that unbundled applications can use bluetooth
SCO audio when the phone is not incall.
Without this change, the only way to activate and use bluetooth SCO is via the BluetoothHeadset API
which is not public yet.

Change-Id: Ia1680f219ea1d0943092d475d5be7d6638983ebb

14 years agoFix window leak and receiver leak. Bug: 2520143 and Bug: 2517390
Amith Yamasani [Thu, 18 Mar 2010 03:54:10 +0000 (20:54 -0700)]
Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390

In Activity.onDestroy close any open SearchDialog to avoid a window leak.

Register/unregister broadcast receiver in onStart/onStop of the dialog.

14 years agoEnabling plugin engines to pass in their engine specific settings
Charles Chen [Thu, 18 Mar 2010 06:47:07 +0000 (23:47 -0700)]
Enabling plugin engines to pass in their engine specific settings
via a ContentProvider to the TtsService so that the TtsService can
invoke their .so file with those settings.

Change-Id: Icd0e966971c36ebb4da191a50cda96d6f4525df5

14 years agoMerge "Make Tethering not disconnect on every net change."
Robert Greenwalt [Thu, 18 Mar 2010 05:55:25 +0000 (22:55 -0700)]
Merge "Make Tethering not disconnect on every net change."

14 years agoMerge "Support plugin parameter updates for TTS plugin settings."
Jean-Michel Trivi [Thu, 18 Mar 2010 05:55:10 +0000 (22:55 -0700)]
Merge "Support plugin parameter updates for TTS plugin settings."

14 years agoMerge "fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they...
Joe Onorato [Thu, 18 Mar 2010 05:35:57 +0000 (22:35 -0700)]
Merge "fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't"

14 years agoMerge "Fix for deadlock between StatusBarService and NotificationManagerService"
Joe Onorato [Thu, 18 Mar 2010 05:33:30 +0000 (22:33 -0700)]
Merge "Fix for deadlock between StatusBarService and NotificationManagerService"

14 years agofix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't
Joe Onorato [Thu, 18 Mar 2010 05:19:51 +0000 (22:19 -0700)]
fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't

PasswordEntryKeyboardHelper now sets the FLAG_KEEP_TOUCH_MODE flag for the events
so that the last event we process from the soft keybaord doesn't exit touch mode
and we don't erroneously go into non-touch mode since the on-screen button pressing
left us in touch mode.

Change-Id: Id2546ec3bc4b337aedb5e925de0c709ce62ea059

14 years agoSupport plugin parameter updates for TTS plugin settings.
Jean-Michel Trivi [Thu, 18 Mar 2010 05:07:13 +0000 (22:07 -0700)]
Support plugin parameter updates for TTS plugin settings.

Change-Id: Ia18a15b260a5eccb9ac55a8d526832c015224bca

14 years agoMake Tethering not disconnect on every net change.
Robert Greenwalt [Wed, 17 Mar 2010 18:19:57 +0000 (11:19 -0700)]
Make Tethering not disconnect on every net change.

Tethering will now persist to on (until turned off) through upstream net drops,
tunnels, switches to wifi or 2G, mms sends, etc.  It will also strive to use
the most natural connection and only go to HiPri/Dun APNs when needed.

bug:2519915
bug:2501837
Change-Id: Iedf6647daad8df507d7c87d1130b204b0a0acc7b

14 years agoFix the build
Adam Powell [Thu, 18 Mar 2010 04:20:13 +0000 (21:20 -0700)]
Fix the build

Change-Id: I4448a0c56c192d3d9f0308bb77301a3f18de6024

14 years agoEliminate haptic feedback when hitting an overscroll barrier due to a fling.
Adam Powell [Thu, 18 Mar 2010 03:17:04 +0000 (20:17 -0700)]
Eliminate haptic feedback when hitting an overscroll barrier due to a fling.

Change-Id: I434ec3edd95a19677ad9dbd1ac5ca3f3f5d091cb

14 years agoRemove unused file NmeaParser.java
Mike Lockwood [Thu, 18 Mar 2010 02:36:15 +0000 (22:36 -0400)]
Remove unused file NmeaParser.java

Change-Id: I8027b98ccf1271870243ced8a7ccc61d25a224b2
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoFix bug in airplane mode.
Robert Greenwalt [Thu, 18 Mar 2010 02:26:58 +0000 (19:26 -0700)]
Fix bug in airplane mode.

If the phone comes up in airplane mode you and you turn it off,
you can currently end with both mobile and wifi turned on.

bug:2524413
Change-Id: I7a841c955be9038109d0b220070406a3fbd3e8e9

14 years agoMerge "Added a check to TtsService to make sure that the engine is enabled before...
Charles Chen [Thu, 18 Mar 2010 02:19:17 +0000 (19:19 -0700)]
Merge "Added a check to TtsService to make sure that the engine is enabled before using it; if the engine is not enabled, TtsService will fall back to using the default system engine."

14 years agoAdded a check to TtsService to make sure that the engine is enabled
Charles Chen [Thu, 18 Mar 2010 02:15:41 +0000 (19:15 -0700)]
Added a check to TtsService to make sure that the engine is enabled
before using it; if the engine is not enabled, TtsService will fall
back to using the default system engine.

Change-Id: I401f9c19cc1351c0ae6daf2b11069e5036febc51

14 years agoMerge "Added a configuration option indicating if the platform supports use of blueto...
Eric Laurent [Thu, 18 Mar 2010 02:15:16 +0000 (19:15 -0700)]
Merge "Added a configuration option indicating if the platform supports use of bluetooth SCO for off call use cases. Added method to BluetoothHeadset API to check if voice dialer over bluetooth is supported. Replaces direct use of DISABLE_BT_VOICE_DIALING and takes platform capabilities into account."

14 years agoAdded a configuration option indicating if the platform supports use of
Eric Laurent [Wed, 17 Mar 2010 21:59:27 +0000 (14:59 -0700)]
Added a configuration option indicating if the platform supports use of
bluetooth SCO for off call use cases.
Added method to BluetoothHeadset API to check if voice dialer over
bluetooth is supported. Replaces direct use of DISABLE_BT_VOICE_DIALING
and takes platform capabilities into account.

Needed for issue 2416481: Support Voice Dialer over BT SCO.

Change-Id: I237d5a984dbc4cbc88e98b85d710a6c87ba1b315

14 years agoMerge "Add new install flag to install on internal flash only Change default install...
Suchi Amalapurapu [Thu, 18 Mar 2010 01:50:29 +0000 (18:50 -0700)]
Merge "Add new install flag to install on internal flash only Change default install location policy for new flag. New error code for media unavailable."

14 years agoAdd new install flag to install on internal flash only
Suchi Amalapurapu [Wed, 17 Mar 2010 15:37:04 +0000 (08:37 -0700)]
Add new install flag to install on internal flash only
Change default install location policy for new flag.
New error code for media unavailable.

Change-Id: I5a5d0828b067692b2b94a15a2bcc7534f796c1a2

14 years agoMerge "Make AbsListViews remeasure children after rotation"
Adam Powell [Thu, 18 Mar 2010 01:33:18 +0000 (18:33 -0700)]
Merge "Make AbsListViews remeasure children after rotation"

14 years agoImport revised translations
Kenny Root [Thu, 18 Mar 2010 01:29:29 +0000 (18:29 -0700)]
Import revised translations

Change-Id: Id1a0d62dc917937fc14ccab26eb7bd2c2148137e

14 years agoMerge "Fix issue #2325621: Runtime restart after launching Android keyboard setting."
Dianne Hackborn [Thu, 18 Mar 2010 01:29:12 +0000 (18:29 -0700)]
Merge "Fix issue #2325621: Runtime restart after launching Android keyboard setting."

14 years agoFix issue #2325621: Runtime restart after launching Android keyboard setting.
Dianne Hackborn [Tue, 16 Mar 2010 20:06:10 +0000 (13:06 -0700)]
Fix issue #2325621: Runtime restart after launching Android keyboard setting.

Again.

Change-Id: Icc36029767fbfea19e474aa0731e8271da1329db

14 years agoMerge "b/2483233 Made each reminder time a unique intent"
Erik [Thu, 18 Mar 2010 00:55:06 +0000 (17:55 -0700)]
Merge "b/2483233 Made each reminder time a unique intent"

14 years agoMerge "Add additional sendMessage methods."
Wink Saville [Thu, 18 Mar 2010 00:54:28 +0000 (17:54 -0700)]
Merge "Add additional sendMessage methods."

14 years agoMake AbsListViews remeasure children after rotation
Adam Powell [Wed, 17 Mar 2010 00:31:01 +0000 (17:31 -0700)]
Make AbsListViews remeasure children after rotation

Fixes issues in Settings and other places where TextView separators
aren't resized properly after a rotation

Change-Id: Id5c53d4c5e6621e79e723ec2c300c8a43f12e379

14 years agoMerge "Fix bug where the ID stored for an OnAudioFocusChangeListener is an empty...
Jean-Michel Trivi [Thu, 18 Mar 2010 00:47:08 +0000 (17:47 -0700)]
Merge "Fix bug where the ID stored for an OnAudioFocusChangeListener is an empty string when audio focus is requested or abandonned with a null listener."

14 years agoFix for deadlock between StatusBarService and NotificationManagerService
Obi Okafor [Thu, 11 Mar 2010 00:00:02 +0000 (01:00 +0100)]
Fix for deadlock between StatusBarService and NotificationManagerService

A ServerThread holding a lock on mQueue in StatusBarService invoked a
callback in NotificationManagerService which required a lock on
mNotificationList. At  the same time, a BinderThread holding a lock on
mNotificationList was attempting to post a message to StatusBarService
which requires lock on mQueue. The fix is to release the lock on mQueue
in handleMessage() before running the actions at the end of the method.

14 years agoAdd additional sendMessage methods.
Wink Saville [Thu, 18 Mar 2010 00:12:43 +0000 (17:12 -0700)]
Add additional sendMessage methods.

To simplify sending messages add sendMessage methods that take
what and obj as parameters.

Change-Id: Ib22d752eb3cb32fe3dfa8dd2e65915acec3e5db6

14 years agoWhile streaming media data, upon a socket-read error, try reconnecting to the server...
Andreas Huber [Wed, 17 Mar 2010 23:38:30 +0000 (16:38 -0700)]
While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times.

Change-Id: I7534905e07a6456d18b26d5d60fa8915f25ae99e
related-to-bug: 2492187

14 years agob/2483233 Made each reminder time a unique intent
Erik [Wed, 17 Mar 2010 23:17:22 +0000 (16:17 -0700)]
b/2483233 Made each reminder time a unique intent

Snoozing alarms was causing a leapfrog effect which would drop the
alert in the middle because of PendingIntent. By making each intent
unique to a given time this will no longer occur.

Change-Id: I6ca6821f7f8879a299775f4fca4e2ad0de55f1bc

14 years agoMerge "Don't stop a test case when the test case failed for some of the sample files...
James Dong [Wed, 17 Mar 2010 22:51:48 +0000 (15:51 -0700)]
Merge "Don't stop a test case when the test case failed for some of the sample files. Instead, only check against failure or success at the end of the test case."

14 years agoDon't stop a test case when the test case failed for some of the sample files.
James Dong [Wed, 17 Mar 2010 22:09:24 +0000 (15:09 -0700)]
Don't stop a test case when the test case failed for some of the sample files.
Instead, only check against failure or success at the end of the test case.

bug - 2338793

Change-Id: I6c2f4fa2f48795d7efaba603688853d8d59b42ed

14 years agoMerge "Prevent crash when dismissing a PopupWindow that didn't have time to show...
Romain Guy [Wed, 17 Mar 2010 22:29:21 +0000 (15:29 -0700)]
Merge "Prevent crash when dismissing a PopupWindow that didn't have time to show up. Bug #2520981"

14 years agoMerge "Inserted a 1.5s wait time between the camera release and new camrea."
Yu Shan Emily Lau [Wed, 17 Mar 2010 22:28:30 +0000 (15:28 -0700)]
Merge "Inserted a 1.5s wait time between the camera release and new camrea."

14 years agoPrevent crash when dismissing a PopupWindow that didn't have time to show up.
Romain Guy [Wed, 17 Mar 2010 22:16:21 +0000 (15:16 -0700)]
Prevent crash when dismissing a PopupWindow that didn't have time to show up.
Bug #2520981

This is very similar to recent crashes we fixed in Dialogs.

Change-Id: Ifd85f05ddc3843ef727ca92808568a5520c83107

14 years agoFix bug where the ID stored for an OnAudioFocusChangeListener is an
Jean-Michel Trivi [Wed, 17 Mar 2010 22:04:20 +0000 (15:04 -0700)]
Fix bug where the ID stored for an OnAudioFocusChangeListener is an
empty string when audio focus is requested or abandonned with a
null listener.

Change-Id: I7709b75c6092aefc002806343298bc679d42d6c6

14 years agodocs: remove documenation about the search dialog from SearchManager
Scott Main [Wed, 17 Mar 2010 19:06:06 +0000 (12:06 -0700)]
docs: remove documenation about the search dialog from SearchManager
and point to the new developer guide. Also update the searchable config
doc with a few comments about action keys because they're not documented
anywhere else.

Change-Id: I66d43881daf03a3ffe30b3e5aa6857c8829a6d72

14 years agoAdding secure setting for storing a list of enabled TTS plugins.
Charles Chen [Wed, 17 Mar 2010 04:18:10 +0000 (21:18 -0700)]
Adding secure setting for storing a list of enabled TTS plugins.

Change-Id: I972ae4fb71e430828b7d4b297613f6a21da3c982

14 years agoMerge "Implementation of the policing of transport control key press events among...
Jean-Michel Trivi [Wed, 17 Mar 2010 21:47:45 +0000 (14:47 -0700)]
Merge "Implementation of the policing of transport control key press events among multiple applications competing for the remote control focus. AudioManager defines a new API for applications to use in order to register their BroadcastReceiver for the media button as the one to receive the corresponding intent, but all applications at the same time (in an ordered broadcast). AudioService handles a stack of remote control focus owners. It traps ACTION_MEDIA_BUTTON intents and sends a new intent to the remote control focus owner."

14 years agoMerge "Instead of asserting that nothing bad happened during (software-)AAC decoding...
Andreas Huber [Wed, 17 Mar 2010 19:53:22 +0000 (12:53 -0700)]
Merge "Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate."

14 years agoMerge "Fix centering in FrameLayout when margins are specified."
Romain Guy [Wed, 17 Mar 2010 19:45:39 +0000 (12:45 -0700)]
Merge "Fix centering in FrameLayout when margins are specified."

14 years agoFix centering in FrameLayout when margins are specified.
Romain Guy [Wed, 17 Mar 2010 19:45:10 +0000 (12:45 -0700)]
Fix centering in FrameLayout when margins are specified.

Change-Id: I022f458c73967eacc9487bf8d8119999395efda9

14 years agoAdds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled
Steve Block [Wed, 17 Mar 2010 19:07:58 +0000 (19:07 +0000)]
Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled

Change-Id: I19fbba824cbae372849a8f8ee66dbc8849101eb1

14 years agoMerge "docs: add Search dev guide new docs: Search (topic home page) Using the Androi...
Scott Main [Wed, 17 Mar 2010 18:43:01 +0000 (11:43 -0700)]
Merge "docs: add Search dev guide new docs: Search (topic home page) Using the Android Search Box Adding Recent Query Suggestions Adding Custom Suggestions Searchable Configuration"

14 years agoInstead of asserting that nothing bad happened during (software-)AAC decoding, return...
Andreas Huber [Wed, 17 Mar 2010 18:29:35 +0000 (11:29 -0700)]
Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate.

Change-Id: I175492aba8fd6cc1320d047bd2608750d7b193f9
related-to-bug: 2492187

14 years agoImplementation of the policing of transport control key press
Jean-Michel Trivi [Wed, 17 Mar 2010 04:44:33 +0000 (21:44 -0700)]
Implementation of the policing of transport control key press
events among multiple applications competing for the remote control
focus.
AudioManager defines a new API for applications to use in order to
register their BroadcastReceiver for the media button as the one
to receive the corresponding intent, but all applications at the
same time (in an ordered broadcast).
AudioService handles a stack of remote control focus owners. It
traps ACTION_MEDIA_BUTTON intents and sends a new intent to the
remote control focus owner.

Change-Id: I3c109221ecfb160cbb1ec0e40a71b241aad73812

14 years agoMerge "Fix NPE in AutoCompleteTextView to tame the monkeys. Bug #2522599"
Romain Guy [Wed, 17 Mar 2010 18:10:07 +0000 (11:10 -0700)]
Merge "Fix NPE in AutoCompleteTextView to tame the monkeys. Bug #2522599"

14 years agoFix NPE in AutoCompleteTextView to tame the monkeys.
Romain Guy [Wed, 17 Mar 2010 18:08:17 +0000 (11:08 -0700)]
Fix NPE in AutoCompleteTextView to tame the monkeys.
Bug #2522599

Change-Id: I85654898399e5329585fb6aa5f3890ca4c22e2bf

14 years agoMerge "Updates the status of some HTML5 storage layout tests in the DumpRenderTree...
Steve Block [Wed, 17 Mar 2010 18:02:13 +0000 (11:02 -0700)]
Merge "Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list"

14 years agoMerge "dumpstate: Remove df from bugreport and add vold system dump"
San Mehat [Wed, 17 Mar 2010 17:56:29 +0000 (10:56 -0700)]
Merge "dumpstate: Remove df from bugreport and add vold system dump"

14 years agoMerge "Disable the HanziToPinyinTest when there is no Chinese collator."
Dmitri Plotnikov [Wed, 17 Mar 2010 17:56:02 +0000 (10:56 -0700)]
Merge "Disable the HanziToPinyinTest when there is no Chinese collator."

14 years agoDisable the HanziToPinyinTest when there is no Chinese collator.
Bai Tao [Wed, 17 Mar 2010 17:23:24 +0000 (01:23 +0800)]
Disable the HanziToPinyinTest when there is no Chinese collator.

Change-Id: I180b927dbb24ceb254fd535633230032a3363562

14 years agoMerge "Add progress indicator to USB mass storage screen."
Daniel Sandler [Wed, 17 Mar 2010 17:53:11 +0000 (10:53 -0700)]
Merge "Add progress indicator to USB mass storage screen."

14 years agoUpdates the status of some HTML5 storage layout tests in the DumpRenderTree skipped...
Steve Block [Wed, 17 Mar 2010 17:37:09 +0000 (17:37 +0000)]
Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list

Bug: 2079807
Change-Id: I2bff326e68d8ac761fd2c4628fab8b10d255c7dc

14 years agoStupid AutoCompleteTextView.
Romain Guy [Wed, 17 Mar 2010 17:31:15 +0000 (10:31 -0700)]
Stupid AutoCompleteTextView.
Bug #2522538

Fixes problems that occur in the Email application. If the adapter is initially empty,
the code in the data set observer to update the popup would not show the popup. This
change makes sure the popup will be shown if the adapter was initially empty and the
user has typed enough characters in the input field.

Change-Id: I44a0e4fab18a642763816a974b8c1886d8e52869

14 years agodocs: add Search dev guide
Scott Main [Sat, 13 Feb 2010 01:19:02 +0000 (17:19 -0800)]
docs: add Search dev guide
new docs:
Search (topic home page)
Using the Android Search Box
Adding Recent Query Suggestions
Adding Custom Suggestions
Searchable Configuration

Also adds screenshots and a ZIP file with search icons

Change-Id: I44ae31b23d4878b052e91d368e95d50192776c80

14 years agodumpstate: Remove df from bugreport and add vold system dump
San Mehat [Wed, 17 Mar 2010 16:50:25 +0000 (09:50 -0700)]
dumpstate: Remove df from bugreport and add vold system dump

Change-Id: Ib5a7611019c13bae04f6bf099c4c598f1662890a
Signed-off-by: San Mehat <san@google.com>
14 years agoMerge "Fix issue 2416481: Support Voice Dialer over BT SCO."
Eric Laurent [Wed, 17 Mar 2010 16:16:27 +0000 (09:16 -0700)]
Merge "Fix issue 2416481: Support Voice Dialer over BT SCO."

14 years agoMerge "Allow the shift key to be passed to plugin."
Leon Scroggins [Wed, 17 Mar 2010 14:20:37 +0000 (07:20 -0700)]
Merge "Allow the shift key to be passed to plugin."

14 years agoRemove assets which are no longer used.
Leon Scroggins [Wed, 17 Mar 2010 14:01:01 +0000 (10:01 -0400)]
Remove assets which are no longer used.

Change-Id: I3d09d8a096603438b32bd927b33e738a0fd2068b

14 years agoAllow the shift key to be passed to plugin.
Leon Scroggins [Wed, 17 Mar 2010 13:57:19 +0000 (09:57 -0400)]
Allow the shift key to be passed to plugin.

Fix for http://b/issue?id=2519667

Do not return so that we can fall through and pass the shift up
to the page.

Change-Id: Ib3c07f2d39e772f88dd6eee6390034e5a3e3e026

14 years agoMake browser search consistent with QSB.
Leon Scroggins [Wed, 17 Mar 2010 13:36:09 +0000 (09:36 -0400)]
Make browser search consistent with QSB.

Use the arrow icon for the browser search.

Fixes http://b/issue?id=2520802

Change-Id: I5ebc7de2b5df5fe80be730a46da32fee35d5deff

14 years agoMerge "keystore: rephrase the comment to make the usage more clear."
Chia-chi Yeh [Wed, 17 Mar 2010 08:48:30 +0000 (01:48 -0700)]
Merge "keystore: rephrase the comment to make the usage more clear."

14 years agokeystore: rephrase the comment to make the usage more clear.
Chia-chi Yeh [Wed, 17 Mar 2010 08:31:20 +0000 (16:31 +0800)]
keystore: rephrase the comment to make the usage more clear.

Change-Id: I529ca7ed443060089c95fe96dd230288be4b6c96

14 years agoFix 2514479: Putting phone in car dock ignores security pattern
Tobias Haamel [Tue, 16 Mar 2010 17:10:50 +0000 (18:10 +0100)]
Fix 2514479: Putting phone in car dock ignores security pattern

Don't disable the keylock pattern when the device is in car mode.
Instead it should be possible to show the lock pattern at least once
and after valid authentication it should be disabled in the system.
Since this requires additional discussion it will be moved to the
next Android release.

Change-Id: I28cddcfb6640e44a29c716b59a3d6e37e8003dca

14 years agosoftAp framework changes
Irfan Sheriff [Fri, 12 Mar 2010 23:48:17 +0000 (15:48 -0800)]
softAp framework changes

Remove AP persist settings
Add new netd interface
Handle errors
Handle AP config change
Bug: 2413908
Change-Id: I31a1221ef5479da8d4a2620f0f0ee0b62539bc69

14 years agoInserted a 1.5s wait time between the camera release and new camrea.
Yu Shan Emily Lau [Wed, 17 Mar 2010 01:16:51 +0000 (18:16 -0700)]
Inserted a 1.5s wait time between the camera release and new camrea.

Change-Id: I7540064a6e5229be1ef0fe266cd3050ae36b33a4

14 years agofix [2511580] Window poop on screen - drop down list left some residual when it resized
Mathias Agopian [Tue, 16 Mar 2010 23:41:46 +0000 (16:41 -0700)]
fix [2511580] Window poop on screen - drop down list left some residual when it resized

Change-Id: Ib9a3622e7a568ba26717a93b5bfa4a191651f4d0

14 years agoFix issue 2416481: Support Voice Dialer over BT SCO.
Eric Laurent [Thu, 11 Mar 2010 22:47:00 +0000 (14:47 -0800)]
Fix issue 2416481: Support Voice Dialer over BT SCO.

- AudioPolicyManager: allow platform specific choice for opening a direct output.
 Also fixed problems in direct output management.
- AudioFliinger: use shorter standby delay and track inactivity grace period for direct output
thread to free hardware resources as soon as possible.
- AudioSystem: do not use cached output selection in getOutput() when a direct output
can be selected.

Change-Id: If44b50d29237b8402ffd7a5ba1dc43c56f903e9b

14 years agomake the statusbar viewtracker opaque
Mathias Agopian [Tue, 16 Mar 2010 23:42:39 +0000 (16:42 -0700)]
make the statusbar viewtracker opaque

Change-Id: I3fc69b5a8b600e23fccc88e9d80eb3495fad16d4

14 years agoDo storage checks before initiating a move.
Suchi Amalapurapu [Fri, 12 Mar 2010 00:49:16 +0000 (16:49 -0800)]
Do storage checks before initiating a move.
Add new remote method to check for insufficient error conditions.
Some fixes in MountService when updating media status on PackageManagerService
Fix size calculation condition in installd.

Add new error code if media is unavailable.
New tests for testing error codes.
Some additional debugging statements in MountService.

Change-Id: Ibfe90d5ed6c71d57f9c1c67806f38b5ae9ecdfbf

14 years agoMerge "Clean the settings for the account/authority when trying to sync an adapter...
Fred Quintana [Tue, 16 Mar 2010 23:13:13 +0000 (16:13 -0700)]
Merge "Clean the settings for the account/authority when trying to sync an adapter that is not installed."

14 years agoClean the settings for the account/authority when trying to sync an
Fred Quintana [Tue, 16 Mar 2010 22:58:44 +0000 (15:58 -0700)]
Clean the settings for the account/authority when trying to sync an
adapter that is not installed.

Change-Id: Id4a804615b9546155948797f9dd9a0f03fbe4b2f
http://b/issue?id=2520175

14 years agoRemove reload config for priority change
Irfan Sheriff [Tue, 16 Mar 2010 21:54:07 +0000 (14:54 -0700)]
Remove reload config for priority change

Bug: 2467689
Change-Id: Icd3bb17f5b794282219dd410cb56888d10130281

14 years agoMerge "Fix loading from the cache for synchronous requests"
Steve Block [Tue, 16 Mar 2010 22:42:14 +0000 (15:42 -0700)]
Merge "Fix loading from the cache for synchronous requests"

14 years agoMerge "First cut of basic RS headers for ScriptC. Not nearly complete."
Jason Sams [Tue, 16 Mar 2010 22:41:08 +0000 (15:41 -0700)]
Merge "First cut of basic RS headers for ScriptC.  Not nearly complete."

14 years agoFirst cut of basic RS headers for ScriptC. Not nearly complete.
Jason Sams [Tue, 16 Mar 2010 22:35:57 +0000 (15:35 -0700)]
First cut of basic RS headers for ScriptC.  Not nearly complete.

Change-Id: I15df067936d3c0ff0e0917fd5ca44dc8e1352154

14 years agoFix loading from the cache for synchronous requests
Steve Block [Mon, 15 Mar 2010 11:43:06 +0000 (11:43 +0000)]
Fix loading from the cache for synchronous requests

This fixes crashes in several XHR layout tests.

Bug: 2218794
Change-Id: Iebe3a2d19f1fa43b8d9c9d7763e818f7195b8ceb