20008 Commits

Author SHA1 Message Date
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
Steve Block
9b63c8ee37 Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled
Change-Id: I19fbba824cbae372849a8f8ee66dbc8849101eb1
2010-03-17 19:14:18 +00: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
Chia-chi Yeh
071862f0cb Merge "keystore: rephrase the comment to make the usage more clear." 2010-03-17 01:48:30 -07:00
Chia-chi Yeh
0df3c165b5 keystore: rephrase the comment to make the usage more clear.
Change-Id: I529ca7ed443060089c95fe96dd230288be4b6c96
2010-03-17 16:31:20 +08:00
Tobias Haamel
c008e0a5b7 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
2010-03-17 09:16:41 +01:00
Irfan Sheriff
9ab518ad79 softAp framework changes
Remove AP persist settings
Add new netd interface
Handle errors
Handle AP config change
Bug: 2413908
Change-Id: I31a1221ef5479da8d4a2620f0f0ee0b62539bc69
2010-03-16 19:54:17 -07:00
Yu Shan Emily Lau
1cffa446ee Inserted a 1.5s wait time between the camera release and new camrea.
Change-Id: I7540064a6e5229be1ef0fe266cd3050ae36b33a4
2010-03-16 18:38:26 -07:00
Mathias Agopian
9c041bbd81 fix [2511580] Window poop on screen - drop down list left some residual when it resized
Change-Id: Ib9a3622e7a568ba26717a93b5bfa4a191651f4d0
2010-03-16 17:54:27 -07:00
Eric Laurent
ef9500fe53 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
2010-03-16 17:32:18 -07:00
Mathias Agopian
057f5c3127 make the statusbar viewtracker opaque
Change-Id: I3fc69b5a8b600e23fccc88e9d80eb3495fad16d4
2010-03-16 16:42:53 -07:00
Suchi Amalapurapu
8a9ab24a5c 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
2010-03-16 16:36:26 -07:00
Fred Quintana
50fdbef2fb Merge "Clean the settings for the account/authority when trying to sync an adapter that is not installed." 2010-03-16 16:13:13 -07:00
Fred Quintana
7620f1ae49 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
2010-03-16 15:58:44 -07:00
Irfan Sheriff
44113ba31a Remove reload config for priority change
Bug: 2467689
Change-Id: Icd3bb17f5b794282219dd410cb56888d10130281
2010-03-16 15:57:09 -07:00
Steve Block
247c065aec Merge "Fix loading from the cache for synchronous requests" 2010-03-16 15:42:14 -07:00
Jason Sams
41e6ce1e41 Merge "First cut of basic RS headers for ScriptC. Not nearly complete." 2010-03-16 15:41:08 -07:00
Jason Sams
33bcfa210a First cut of basic RS headers for ScriptC. Not nearly complete.
Change-Id: I15df067936d3c0ff0e0917fd5ca44dc8e1352154
2010-03-16 15:40:18 -07:00
Steve Block
0b43747206 Fix loading from the cache for synchronous requests
This fixes crashes in several XHR layout tests.

Bug: 2218794
Change-Id: Iebe3a2d19f1fa43b8d9c9d7763e818f7195b8ceb
2010-03-16 22:31:52 +00:00
Brian Carlstrom
4ab72cb7e7 b/2511635 Browser displays incorrect SSL cert information
WebView's mCertificate member was not cleared when going to new
pages. Rather than clearing mCertificate as was done in previously in
WebView.goBackOrForward, we now clear when CallbackProxy receives a
PAGE_STARTED message.

This problem was highlighted whenever we went to a https page that was
in the cache, since the cache does not store certificate information,
so "More > Page Info > View Certifcate" was showing the certificate of
the last non-cached page because it had not been cleared. See also
b/2516638 "SslCertificate information not cached by CacheManager"

Change-Id: I40284f22ceb7150a6b20ecc2741f6153ed9a3276
2010-03-16 15:14:22 -07:00
Daisuke Miyakawa
beb0c1b3ec Merge "Make JNI function for setLocale() call register_localized_collators() with the current locale, not previous one, every time it is possible." 2010-03-16 15:04:13 -07:00
Marco Nelissen
ea579c7d73 Merge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times." 2010-03-16 14:46:22 -07:00
Joe Onorato
4040d44dc4 Merge "fix typos in docs" 2010-03-16 14:45:36 -07:00
Joe Onorato
e0d3507764 fix typos in docs
Change-Id: I201ac8d310aab4b3cbd8e0eb2af805f1e6d929ea
http://code.google.com/p/android/issues/detail?id=7086
2010-03-16 14:44:09 -07:00
Andreas Huber
10ce6c5bbd Merge "Properly use a long long literal to avoid under/overflow during fps computation." 2010-03-16 14:43:57 -07:00
Andreas Huber
d73a81c28b Properly use a long long literal to avoid under/overflow during fps computation.
Change-Id: I04730c86d43d6192ded3e779631effda9dd06e63
2010-03-16 14:34:17 -07:00
Andreas Huber
1fbf63abf4 "isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times.
Change-Id: I597577cbb3ad1afd3cb3ca91979ef24cc1a44658
related-to-bug: 2518319
2010-03-16 14:31:52 -07:00