16865 Commits

Author SHA1 Message Date
Bjorn Bringert
0408675d87 Add and expose SearchManager.getSearchableInfo()
This method is needed by QuickSearchBox to get the searchability
meta-data for an activity.

Change-Id: I1b7a72d4dde1ff15410288cfdc33c043738be977
2010-01-12 15:50:04 +00:00
Mike Lockwood
7240b50449 Merge "Unhide LocationManager APIs needed for unbundled location providers." 2010-01-11 10:48:51 -08:00
Andrei Popescu
10d268e315 Merge "Allow a video to be correctly resumed programatically after being paused." 2010-01-11 10:47:23 -08:00
Andrei Popescu
a41f97bd77 Allow a video to be correctly resumed programatically after being paused.
Fix for http://b/issue?id=2366241
2010-01-11 18:36:25 +00:00
San Mehat
0f5525ad3b framework: asec: Rename 'Cache' -> 'Container'
Signed-off-by: San Mehat <san@google.com>
2010-01-11 10:15:16 -08:00
San Mehat
ee7d552421 Merge "MountService: Clean up some logspam" 2010-01-11 10:10:10 -08:00
Mike Lockwood
52eab1c760 Unhide LocationManager APIs needed for unbundled location providers.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2010-01-11 12:32:50 -05:00
Bjorn Bringert
3b06c9f3dd Merge "Copy SearchSourceSelector from QuickSearchBox" 2010-01-11 08:39:24 -08:00
San Mehat
f96135857f MountService: Clean up some logspam
Signed-off-by: San Mehat <san@google.com>
2010-01-11 08:20:59 -08:00
Leon Scroggins
f6298db023 am ff7d33b5: am 04e0a101: Bring up IME after receiving a response from webkit.
Merge commit 'ff7d33b55b799b234f66fdcf65070ef590fee6d9'

* commit 'ff7d33b55b799b234f66fdcf65070ef590fee6d9':
  Bring up IME after receiving a response from webkit.
2010-01-11 06:58:51 -08:00
Leon Scroggins
ff7d33b55b am 04e0a101: Bring up IME after receiving a response from webkit.
Merge commit '04e0a1018f69b38827e63a7f19a4d1e341f9725a' into eclair-mr2-plus-aosp

* commit '04e0a1018f69b38827e63a7f19a4d1e341f9725a':
  Bring up IME after receiving a response from webkit.
2010-01-11 06:42:13 -08:00
Leon Scroggins
04e0a1018f Bring up IME after receiving a response from webkit.
Fix for http://b/issue?id=2361658

Requires a change to external/webkit
2010-01-11 09:10:20 -05:00
Bjorn Bringert
32d580c360 Copy SearchSourceSelector from QuickSearchBox
The widget shows the icon for a search source, and when clicked
fires an intent that shows a search source selection activity.
That intent is handled by the QuickSearchBox app.

This change also adds the source selector to the in-app
search dialog.

An upcoming change to QuickSearchBox will add the search source
selector to the home screen search widget and to the Quick Search Box
activity.

TODO: Add assets for selected and pressed states to the search selector.
TODO: The SearchDialog hides when the soruce selection activity
appears. This will be fixed when SearchDialog is changed from a
system window to a normal app window.

Change-Id: I91eadd60682577614e274ecf5b995b927c70a48a
2010-01-09 13:19:52 +00:00
Ficus Kirkpatrick
71de7851a2 Make Build.UNKNOWN public.
There needs to be a way for apps to determine whether or not
a build property exists.  Exposing UNKNOWN (the value that
Build sets properties to by default) will give apps something
to compare against.
2010-01-08 16:37:43 -08:00
Daniel Sandler
4b138d8703 am cffea95e: (-s ours) am 3fb4ee4e: Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair
Merge commit 'cffea95e1ef203223b87ae8a6bde415b25c5c415'

* commit 'cffea95e1ef203223b87ae8a6bde415b25c5c415':
  Immediately close the shade when the status bar is disabled. (DO NOT MERGE)
2010-01-08 16:33:00 -08:00
Eric Laurent
84b42b8368 am d31d7397: am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly.
Merge commit 'd31d7397ba26dcd913e96d06f0a8fd593780d629'

* commit 'd31d7397ba26dcd913e96d06f0a8fd593780d629':
  Fix issue 2361949: A2DP suspend parameters set wrongly.
2010-01-08 16:28:21 -08:00
Romain Guy
2924a51fd0 Fix duplicate constant in layoutbridge. 2010-01-08 15:57:54 -08:00
Romain Guy
9b0b155e60 Merge "Deprecate fill_parent and introduce match_parent. Bug: #2361749." 2010-01-08 15:32:18 -08:00
Charles Chen
714834d757 Merge "Enabling multiple apps to use different speech synthesis engines and not interfere with one another." 2010-01-08 15:26:57 -08:00
Jean-Michel Trivi
2a6c63b678 Merge "Remove useless start of AudioTrack for TTS and improper volume setting. The AudioTrack that plays the synthesized audio data should only be started when the first synthesis request is sent, not after the initialization of the engine. The track volume should be initialized to it nominal level. Volumes above 1 do not provide amplification, so setting the volume to 2 is not necessary." 2010-01-08 15:21:39 -08:00
Romain Guy
980a938c1c Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
2010-01-08 15:11:38 -08:00
Charles Chen
60dd360640 Enabling multiple apps to use different speech synthesis engines and not
interfere with one another.
2010-01-08 15:06:57 -08:00
San Mehat
0a02894202 Merge "MountService: Add new Settings for UMS prompting and notification behavior" 2010-01-08 15:05:57 -08:00
Jean-Michel Trivi
ddc63ad04b Remove useless start of AudioTrack for TTS and improper volume setting.
The AudioTrack that plays the synthesized audio data should only be
started when the first synthesis request is sent, not after the
initialization of the engine.
The track volume should be initialized to it nominal level. Volumes
above 1 do not provide amplification, so setting the volume to 2 is
not necessary.
2010-01-08 15:03:50 -08:00
San Mehat
ad5a748ea7 Merge "Settings: Add settings for MountService prefs and bump DB version to 46" 2010-01-08 15:03:43 -08:00
Mike Reed
923432d5ca Merge "explicitly initialize static final boolean to fix build" 2010-01-08 14:36:52 -08:00
Mike Reed
b2924736d7 explicitly initialize static final boolean to fix build 2010-01-08 17:34:58 -05:00
Andreas Huber
e7bac8fad0 Merge "Reorganize some of the stagefright implementation related to metadata." 2010-01-08 14:09:01 -08:00
Mike Reed
1df26b1ed2 Merge "optional flag to enable tracker debugging" 2010-01-08 13:34:54 -08:00
Mike Reed
fdc5424b1c optional flag to enable tracker debugging 2010-01-08 16:13:28 -05:00
Tom O'Neill
046dd0111c Merge "ContentResolver.query() includes performance considerations" 2010-01-08 13:04:56 -08:00
San Mehat
1f6301e1ff MountService: Add new Settings for UMS prompting and notification behavior
Signed-off-by: San Mehat <san@google.com>
2010-01-08 12:56:33 -08:00
San Mehat
87734d3bc1 Settings: Add settings for MountService prefs and bump DB version to 46
Adds 4 new Settings:
    Secure.MOUNT_PLAY_NOTIFICATION_SND - Play notification sound on events
    Secure.MOUNT_UMS_AUTOSTART         - Auto-start UMS when host detected
    Secure.MOUNT_UMS_PROMPT            - Show notification when host detected
    Secure.MOUNT_UMS_NOTIFY_ENABLED    - Show notification while UMS enabled

These settings are also added to the Settings backup list

Signed-off-by: San Mehat <san@google.com>
2010-01-08 12:55:22 -08:00
Tom O'Neill
0ba1cb06c6 ContentResolver.query() includes performance considerations
Mention the desirability of using "?"-substitution in the where clause,
and reemphasize the importance of using an explicit projection.

Change-Id: Iaa489d50db409f34e78bcd55253e5a4e53445cf2
2010-01-08 12:53:50 -08:00
Joe Onorato
f5d95cbc1a less log spew 2010-01-08 15:46:24 -05:00
San Mehat
51d3e79898 Merge "MountService: Fix asec list bug" 2010-01-08 12:38:24 -08:00
Daniel Sandler
cffea95e1e am 3fb4ee4e: Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair
Merge commit '3fb4ee4e03351078ceadf3d8dd05789ae152e8dd' into eclair-plus-aosp

* commit '3fb4ee4e03351078ceadf3d8dd05789ae152e8dd':
  Immediately close the shade when the status bar is disabled. (DO NOT MERGE)
2010-01-08 12:33:17 -08:00
San Mehat
6c133a7895 MountService: Fix asec list bug
Signed-off-by: San Mehat <san@google.com>
2010-01-08 12:32:54 -08:00
Daniel Sandler
3fb4ee4e03 Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair 2010-01-08 12:31:03 -08:00
Eric Laurent
d31d7397ba am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly.
Merge commit '663ec308801a34de82db9ab993f0e906da690f89' into eclair-plus-aosp

* commit '663ec308801a34de82db9ab993f0e906da690f89':
  Fix issue 2361949: A2DP suspend parameters set wrongly.
2010-01-08 12:17:08 -08:00
Irfan Sheriff
7aac5547da Synchronize all WifiNative calls
Some of the native calls were left unsynchronized in the framework. Pre-empted IOCTL call
interrupted by another call from the framework cannot be handled in the driver.

Bug: 2310455
2010-01-08 12:04:30 -08:00
Andreas Huber
e4a838051d Reorganize some of the stagefright implementation related to metadata. 2010-01-08 11:54:36 -08:00
Erik Pasternak
660cc3461a Merge "b/2293263 Finished removing busyBits references." 2010-01-08 10:45:35 -08:00
Evan Millar
431f5fd9e8 Unhide WebView#emulateShiftHeld() so that gmail can do select-to-copy 2010-01-08 10:17:02 -08:00
Eric Fischer
698893fc90 Merge "Update with latest translations." 2010-01-08 10:00:58 -08:00
Andrei Popescu
b816377fed Merge "Fix a bug where the usage for an origin shows up as 0 in Website Settings when the origin uses app cache but not database." 2010-01-08 09:49:31 -08:00
Patrick Scott
29eadcf376 Merge "Deprecate onTooManyRedirects." 2010-01-08 09:23:44 -08:00
Vasu Nori
02a018f0b5 Merge "when finalizing SQLiteCursor, close it but don't throw exceptions." 2010-01-08 09:21:31 -08:00
Eric Laurent
663ec30880 Fix issue 2361949: A2DP suspend parameters set wrongly.
Move reset of A2DP suspend state from handleSinkStateChange() in BluetoothA2dpService to
BluetoothA2dp.ACTION_SINK_STATE_CHANGED intent receiver in AudioService.
Previous implementation could cause a false reset of suspend state if a new sink attempted to
connect while A2DP was suspended.
New implementation only resets A2DP suspend state when a new sink is actually connected.
2010-01-08 08:48:18 -08:00
Andrei Popescu
9840970413 Fix a bug where the usage for an origin shows up as 0 in Website Settings when the origin
uses app cache but not database.
2010-01-08 16:41:23 +00:00