19682 Commits

Author SHA1 Message Date
Marc Blank
7f355e43b1 Add ORGANIZER_CAN_RESPOND to Calendars column
Change-Id: I6c3030772fb769546175a024804f8cd2debfd98c
2010-03-11 20:27:54 -08:00
Adam Powell
b51132cb4f Merge "Make paging touch slop smaller" 2010-03-11 10:30:01 -08:00
Nicolas Catania
47d3625390 Merge "Allow invoke in all the player states except idle and error." 2010-03-11 10:26:36 -08:00
Adam Powell
b7ef1d9ec9 Make paging touch slop smaller
Change-Id: I36e2623dcc6e3209de51d32841ca68ce322cc5d8
2010-03-11 10:25:24 -08:00
Adam Powell
9dd14231a2 Merge "Let ListView overscroll header/footer attributes take a color" 2010-03-11 10:20:22 -08:00
Mike LeBeau
7d1382ddba Merge "Add a voice search hint context for the launcher." 2010-03-11 10:15:03 -08:00
Mike LeBeau
570aa27b03 Add a voice search hint context for the launcher.
Change-Id: If22471517d8ee34b750278666277d50deaf9ce47
2010-03-11 10:14:16 -08:00
Adam Powell
52733902b4 Let ListView overscroll header/footer attributes take a color
Change-Id: I8b21794d177299f2f649a58ab972291bbc4dab5a
2010-03-11 10:13:50 -08:00
Nicolas Catania
7bd3d7d196 Allow invoke in all the player states except idle and error.
Previously invoke would work only after prepare but not
when the player is in play or pause state (for instance).
This new change just check that the player has been initialized
and is not in the error state.

Bug:2488931
Change-Id: I9b9f3679593a3b7697c1a84d993fdcd7e1693a90
2010-03-11 10:07:14 -08:00
Mike LeBeau
84eb8d2a7d Merge "Fix a variable name reference in Activity docs." 2010-03-11 09:22:18 -08:00
Mike LeBeau
305de9dbda Fix a variable name reference in Activity docs.
Change-Id: Ib0fd1c6b75f73a4470d2cb790884490a3efa8716
2010-03-11 09:21:08 -08:00
Fabrice Di Meglio
4bb75b9e35 Merge "Fix bug #2493102 (Sync keeps getting stuck, or at least very slow)" 2010-03-11 09:20:57 -08:00
Andreas Huber
35e611fb8f Merge "Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity." 2010-03-11 09:14:45 -08:00
Nicolas Catania
df2d3cdca7 Revert "Allow invoke in all the player states except idle and error."
This reverts commit 88f3b81d065d4bec6f69a25eda99158e254f55b1.
2010-03-11 08:16:26 -08:00
Nicolas Catania
2e40183638 Merge "Allow invoke in all the player states except idle and error." 2010-03-11 07:56:18 -08:00
Steve Block
cf0fd7892b Adds to DumpRenderTree the ability to ignore the results of tests
Change-Id: I7c16d9713fc35c773b810f9d5ce6700f8d9a28e4
2010-03-11 15:40:45 +00:00
Patrick Scott
73f7537b30 Limit the projection to just the url.
Todo: bulk request the icons to avoid posting a billion messages.

Bug: 2496872
Change-Id: I6298f8d6f3000cfbbf56c6bed5f98b9836706f6d
2010-03-11 10:33:28 -05:00
Leon Scroggins
aa27045a2c Use AsyncTask to update the history in the background.
Part of http://b/issue?id=2485421

Change-Id: Iccb2c3fc22e14eb1eb88d98ebb4499df14ffb511
2010-03-11 09:45:10 -05:00
Ben Murdoch
e179c1d1b6 Merge "Check if the JS_ENGINE key exists as an environment variable before reading it." 2010-03-11 05:46:28 -08:00
Ben Murdoch
dc2711d47d Check if the JS_ENGINE key exists as an environment variable before reading it.
Change-Id: I274b23ea53ec0129ea3b52ff66322f7069338f53
2010-03-11 13:27:20 +00:00
Cary Clark
2809631e59 use the correct LayoutParams to fix going to fullscreen view
Change-Id: Id4d1841d720011c6fda6c43fe7ffb55762cef259
http://2467842
2010-03-11 08:25:33 -05:00
Steve Block
e3e2294be5 Merge "Remove http/wml from the DumpRenderTree skipped list, as this directory no longer exists." 2010-03-11 03:08:38 -08:00
Steve Block
8028dab82b Remove http/wml from the DumpRenderTree skipped list, as this directory no longer exists.
Change-Id: I7f97d68695ee1df45329749d8f08d44364bfef24
2010-03-11 10:41:20 +00:00
Dianne Hackborn
409578fcb1 Don't remove alarms for packages that are being updated.
Change-Id: I296e6587aa1bb391e748ff4bb5649dcfa6ebbc24
2010-03-10 23:23:11 -08:00
Adam Powell
bfb5d4b93b Added overscroll headers and footers to ListView.
These let developers set a drawable for the list header and footer
to be drawn above and below list content.

Change-Id: Ideddec854cb0bc11f83efb3c000c217844be82c7
2010-03-10 22:14:28 -08:00
Romain Guy
232c9d5b7d Merge "Fix the build." 2010-03-10 22:12:27 -08:00
Romain Guy
a8551b1efa Fix the build.
Change-Id: I0caef1fd522d231d803e0fd9e0b8fdf3272db168
2010-03-10 22:11:50 -08:00
Dianne Hackborn
2ee89ea288 Applications should -not- be able to set preferred activities.
I can't believe I let this slip through.  And in the SDK no less. :(

The APIs for setting preferred activities will now throw a security
exception when used.  This may break some apps, we'll see how it
goes.  If it is too bad we can just make these log and not throw
anything, but I would much prefer they throw an exception.

Change-Id: I3aed434750eef8b202aa9d5bd774a0121be521c6
2010-03-10 21:26:23 -08:00
Yu Shan Emily Lau
d8929fa768 Merge "Modified the expected metadata result as the behavior of Stagefright." 2010-03-10 19:11:38 -08:00
Yu Shan Emily Lau
a6f9e38b7f Modified the expected metadata result as the behavior of Stagefright.
Change-Id: Id86e262f0d3375eeda68d5df04e4ebd2f21ffc4f
2010-03-10 19:03:56 -08:00
Omari Stephens
d2a2daaa89 Fix small typo in javadoc: "deleting" -> "updating"
Change-Id: Ie0464aa92d33eb5b076a8122f5bd6317fd44a7b2
2010-03-10 18:54:49 -08:00
Eric Fischer
26779e7e82 Merge "Don't break lines in the middle of a smiley or other graphic replacement." 2010-03-10 17:59:48 -08:00
Fabrice Di Meglio
1dfc8a2518 Fix bug #2493102 (Sync keeps getting stuck, or at least very slow)
- use sql bindargs and extract usefull sql statements
- code cleaning and formatting

Change-Id: I717bf063b3f009e7369b70618f834d780ad6baa3
2010-03-10 17:49:46 -08:00
Robert Greenwalt
94d4b034ad Merge "Disable USB Tethering when UMS is active" 2010-03-10 17:24:46 -08:00
Andreas Huber
fb1eb6fbc9 Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity.
Change-Id: I799ce1d58d56a31088a89603d8a18d24780f5b57
related-to-bug: 2492187
2010-03-10 17:12:01 -08:00
Amith Yamasani
6c604690ac Merge "Fixing bug 2411394 - Monkey crash due to incorrect test service manifest" 2010-03-10 17:02:40 -08:00
Dan Egnor
ff34fc2b45 Merge "Fix rare NPE in DropBoxManagerService" 2010-03-10 16:53:15 -08:00
Robert Greenwalt
b9e1ed2b80 Merge "Make HiPri work when already connected." 2010-03-10 16:52:27 -08:00
Robert Greenwalt
030f5e18df Disable USB Tethering when UMS is active
Make the tethering module aware of UMS.

bug:2469818
Change-Id: I29995812db41bf01a17c303f31fd1707a8d55328
2010-03-10 16:51:35 -08:00
Dianne Hackborn
c3243e242d Merge "Further improvements to window management!" 2010-03-10 16:51:13 -08:00
Dan Egnor
f283e36210 Fix rare NPE in DropBoxManagerService
Change-Id: I2e9713802c59feb539d5d4c1ab1dfa21ec88d9f6
2010-03-10 16:49:55 -08:00
Dianne Hackborn
b8b11a0b1d Further improvements to window management!
Fix issue #2493497: Stuck in the Emergency dialer - Home/Back keys doesn't work
This was another case of not updating the window focus when needed, this time
when the lock screen was hidden.

Also re-arrange the layout/animate flow to address issues where you would see
a flicker of whatever was behind the lock screen when showing a new activity that
hides the lock screen.  This was because we were deciding to hide the lock screen
during the layout phase, which meant we had to do it without considering whether
it had drawn.  So we could hide the lock screen before the window is shown for the
first time after being drawn.  Now we can do this in the policy during animate, so
we can wait until the window is drawn and actually being shown.

The flow in perform layout is thus significantly changed, where the layout and
animate loops are both under the same repeating loop.  The actual flow from this
should be the same, but it now allows the policy to request a new layout after
the animation loop is done.  This actually cleans up a number of things in this
code as the complexity has increased.

Finally this includes a change to the ui mode manager when switching modes, to do
the resource configuration switch at a different time.  This makes transitions
between modes much cleaner (though not yet perfect).

Change-Id: I5d9e75c1e79df1106108dd522f8ffed6058ef82b
2010-03-10 16:47:57 -08:00
Irfan Sheriff
0f34406009 Clean up native access from framework
Driver commands should be issued when driver has started.
Supplicant commands should be issued when Wi-Fi is enabled
Bug: 2339709
Bug: 2371609
Change-Id: I9ba6ddfa0cf4c4b8ca049b0eb7eaaa8edb42bad1
2010-03-10 16:42:23 -08:00
Erik
191bbafacc Merge "Noticed comment field when splitting guests wasn't being cleared." 2010-03-10 16:29:44 -08:00
Joe Onorato
6a5f5ad6be Merge "use ifContentScrolls in the windowshade" 2010-03-10 16:27:50 -08:00
Joe Onorato
02a5cd13b7 use ifContentScrolls in the windowshade
Change-Id: Ia261e60233cc6dd23d0fcf8459ed8f17597e8448
2010-03-10 16:26:35 -08:00
Robert Greenwalt
78a640af95 Make HiPri work when already connected.
A recent change made the HiPri MobileDataStateTracker listen for notifications
about the default connection (which HiPri shadows).  Local code was sending
itself a notification using the old HiPri badging instead of the new Default
badging and those notifications where therefore ignored.

Manifested itself on HiPri connections when we were already on 3g.

See change 42422 on master platform/frameworks/base for the change this is completing.

Change-Id: I375026048724d0035297287c61c6c2f58d4e0294
2010-03-10 16:19:18 -08:00
Nicolas Catania
88f3b81d06 Allow invoke in all the player states except idle and error.
Previously invoke would work only after prepare but not
when the player is in play or pause state (for instance).
This new change just check that the player has been initialized
and is not in the error state.

Bug:2488931

Change-Id: I7a69d1b6e3eec1e5dbdf7378ff2085329062595a
2010-03-10 16:17:30 -08:00
Suchi Amalapurapu
5e1573601b Merge "Dont include code size for apps on sdcard. Use constants defined in PackageHelper for user preferences to install auto, internal, external. Set default install location to external. Update settings db version number" 2010-03-10 16:15:35 -08:00
Suchi Amalapurapu
089262dc02 Dont include code size for apps on sdcard.
Use constants defined in PackageHelper for user preferences
to install auto, internal, external.
Set default install location to external.
Update settings db version number

Change-Id: Ib5110c9377990e20a48cee923e55898dfddfd1e6
2010-03-10 16:08:51 -08:00