Joe Onorato
b8d806d034
Merge "Fix for deadlock between StatusBarService and NotificationManagerService"
2010-03-17 22:33:30 -07:00
Adam Powell
cc83c868b6
Fix the build
...
Change-Id: I4448a0c56c192d3d9f0308bb77301a3f18de6024
2010-03-17 21:20:13 -07:00
Adam Powell
8a836a8b98
Eliminate haptic feedback when hitting an overscroll barrier due to a fling.
...
Change-Id: I434ec3edd95a19677ad9dbd1ac5ca3f3f5d091cb
2010-03-17 20:33:07 -07:00
Charles Chen
6c261f327a
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."
2010-03-17 19:19:17 -07:00
Charles Chen
dd5b4e2150
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
2010-03-17 19:15:41 -07:00
Eric Laurent
fdd9d1878b
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."
2010-03-17 19:15:16 -07:00
Eric Laurent
d726b35ebd
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
2010-03-17 19:11:59 -07:00
Suchi Amalapurapu
d3dd518baf
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."
2010-03-17 18:50:29 -07:00
Suchi Amalapurapu
14b6abda13
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
2010-03-17 18:43:31 -07:00
Adam Powell
f43eab142d
Merge "Make AbsListViews remeasure children after rotation"
2010-03-17 18:33:18 -07:00
Dianne Hackborn
5062a582ff
Merge "Fix issue #2325621 : Runtime restart after launching Android keyboard setting."
2010-03-17 18:29:12 -07:00
Dianne Hackborn
8cf1bcd1d2
Fix issue #2325621 : Runtime restart after launching Android keyboard setting.
...
Again.
Change-Id: Icc36029767fbfea19e474aa0731e8271da1329db
2010-03-17 18:08:39 -07:00
Erik
3be0b0a15d
Merge "b/2483233 Made each reminder time a unique intent"
2010-03-17 17:55:06 -07:00
Wink Saville
3781764949
Merge "Add additional sendMessage methods."
2010-03-17 17:54:28 -07:00
Adam Powell
f3c2edaa21
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
2010-03-17 17:50:47 -07:00
Jean-Michel Trivi
a378de742f
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."
2010-03-17 17:47:08 -07:00
Obi Okafor
c5e56ddedf
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.
2010-03-17 17:46:23 -07:00
Wink Saville
91fbd56757
Add additional sendMessage methods.
...
To simplify sending messages add sendMessage methods that take
what and obj as parameters.
Change-Id: Ib22d752eb3cb32fe3dfa8dd2e65915acec3e5db6
2010-03-17 17:12:43 -07:00
Erik
42f1957817
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
2010-03-17 16:19:27 -07:00
James Dong
aa773543c4
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."
2010-03-17 15:51:48 -07:00
James Dong
454f69c84c
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
2010-03-17 15:40:15 -07:00
Romain Guy
a15f4a46ad
Merge "Prevent crash when dismissing a PopupWindow that didn't have time to show up. Bug #2520981 "
2010-03-17 15:29:21 -07:00
Yu Shan Emily Lau
2babee6604
Merge "Inserted a 1.5s wait time between the camera release and new camrea."
2010-03-17 15:28:30 -07:00
Romain Guy
92be82e6a8
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
2010-03-17 15:16:21 -07:00
Jean-Michel Trivi
308e9a5d09
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
2010-03-17 15:04:20 -07:00
Scott Main
8ad6465ca4
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
2010-03-17 15:03:05 -07:00
Charles Chen
ceffa1597d
Adding secure setting for storing a list of enabled TTS plugins.
...
Change-Id: I972ae4fb71e430828b7d4b297613f6a21da3c982
2010-03-17 14:50:31 -07:00
Jean-Michel Trivi
d1f78767fc
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."
2010-03-17 14:47:45 -07:00
Andreas Huber
65c8a7a1c1
Merge "Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate."
2010-03-17 12:53:22 -07:00
Romain Guy
8dd9b6053c
Merge "Fix centering in FrameLayout when margins are specified."
2010-03-17 12:45:39 -07:00
Romain Guy
b954a54350
Fix centering in FrameLayout when margins are specified.
...
Change-Id: I022f458c73967eacc9487bf8d8119999395efda9
2010-03-17 12:45:10 -07:00
Scott Main
41696d379f
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"
2010-03-17 11:43:01 -07:00
Andreas Huber
fe1dee83ed
Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate.
...
Change-Id: I175492aba8fd6cc1320d047bd2608750d7b193f9
related-to-bug: 2492187
2010-03-17 11:29:35 -07:00
Jean-Michel Trivi
d327f21626
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
2010-03-17 11:24:15 -07:00
Romain Guy
3b40ebfac3
Merge "Fix NPE in AutoCompleteTextView to tame the monkeys. Bug #2522599 "
2010-03-17 11:10:07 -07:00
Romain Guy
11d5bfde84
Fix NPE in AutoCompleteTextView to tame the monkeys.
...
Bug #2522599
Change-Id: I85654898399e5329585fb6aa5f3890ca4c22e2bf
2010-03-17 11:08:17 -07:00
Steve Block
75d20e9304
Merge "Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list"
2010-03-17 11:02:13 -07:00
San Mehat
d9e86f5d4c
Merge "dumpstate: Remove df from bugreport and add vold system dump"
2010-03-17 10:56:29 -07:00
Dmitri Plotnikov
d8c208bab4
Merge "Disable the HanziToPinyinTest when there is no Chinese collator."
2010-03-17 10:56:02 -07:00
Bai Tao
9ad006dd45
Disable the HanziToPinyinTest when there is no Chinese collator.
...
Change-Id: I180b927dbb24ceb254fd535633230032a3363562
2010-03-18 01:54:06 +08:00
Daniel Sandler
09bc8d8c12
Merge "Add progress indicator to USB mass storage screen."
2010-03-17 10:53:11 -07:00
Steve Block
7c58da7589
Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list
...
Bug: 2079807
Change-Id: I2bff326e68d8ac761fd2c4628fab8b10d255c7dc
2010-03-17 17:41:49 +00:00
Romain Guy
4f43ae09d2
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
2010-03-17 10:39:04 -07:00
Scott Main
b3b2b4f2de
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
2010-03-17 10:07:18 -07:00
San Mehat
9e3f8c631e
dumpstate: Remove df from bugreport and add vold system dump
...
Change-Id: Ib5a7611019c13bae04f6bf099c4c598f1662890a
Signed-off-by: San Mehat <san@google.com>
2010-03-17 09:50:25 -07:00
Eric Laurent
4889fb75d4
Merge "Fix issue 2416481: Support Voice Dialer over BT SCO."
2010-03-17 09:16:27 -07:00
Leon Scroggins
d246ca8115
Merge "Allow the shift key to be passed to plugin."
2010-03-17 07:20:37 -07:00
Leon Scroggins
d426c58d94
Remove assets which are no longer used.
...
Change-Id: I3d09d8a096603438b32bd927b33e738a0fd2068b
2010-03-17 10:01:01 -04:00
Leon Scroggins
69a63b0c52
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
2010-03-17 09:57:19 -04:00
Leon Scroggins
a03d4ce5b4
Make browser search consistent with QSB.
...
Use the arrow icon for the browser search.
Fixes http://b/issue?id=2520802
Change-Id: I5ebc7de2b5df5fe80be730a46da32fee35d5deff
2010-03-17 09:36:09 -04:00