- 06 Mar, 2010 1 commit
-
-
Christopher Tate authored
Change-Id: I0b21316ff890d7f3c7d4b82837bb60670724c2e8
-
- 05 Mar, 2010 39 commits
-
-
Adam Powell authored
-
Suchi Amalapurapu authored
-
Mark Wagner authored
-
Mike Lockwood authored
-
Grace Kloba authored
Merge "Adding over scroll to webview. We will always apply over scroll vertically. In horizontal direction, if the page can't be zoomed and the current content just fit, we will not do over scroll."
-
Mike Lockwood authored
BUG: 2477103 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Brad Fitzpatrick authored
-
Brad Fitzpatrick authored
This permits implementing interfaces which are faster than using remote Cursors. It then uses it for Settings & SettingProvider, which together account for ~50% of total ContentProvider event loop stalls across Froyo dogfooders. For fetching Settings this looks like it should reduce average Settings lookup from 10 ms to 0.4 ms on Sholes, once the SettingsProvider serves most gets from in-memory cache. Currently it brings the Sholes average down from 10ms to 2.5 ms while still using SQLite queries on each get.
-
Mike Lockwood authored
-
Mike Lockwood authored
BUG: 2367912 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
Ed Heyl authored
Merge "Change an aapt "warning" from "*** " to "**** " (from three to four stars). "*** " (three stars and a space) is the 'magic make error string'; so this change makes it easier to find the real issues/errors in build logs. Besides, other aapt messages are "**** "."
-
Grace Kloba authored
over scroll vertically. In horizontal direction, if the page can't be zoomed and the current content just fit, we will not do over scroll. Per UI request, only draw the shadow when title bar is not visible.
-
Suchi Amalapurapu authored
-
Adam Powell authored
-
Ed Heyl authored
"*** " (three stars and a space) is the 'magic make error string'; so this change makes it easier to find the real issues/errors in build logs. Besides, other aapt messages are "**** ".
-
Xavier Ducrohet authored
-
Xavier Ducrohet authored
If an overlay has a type of resources that's not defined in the main res pool, then aapt would crash. This dynamically create new ResourceTypeSet when needed when processing the overlays Change-Id: I67bc3622281bde73cf42f37a0983798d3f658ce2
-
Andreas Huber authored
Merge "Instead of allocating the decoder instances in response to a call to setDataSource, postpone allocation to the preparation phase where it belongs."
-
Dianne Hackborn authored
Extract all UI behavior from dock observer and ACTION_DOCK_EVENT. Also introduce a desk type to go along with the car type all through the resource system, since we now need to have corresponding high-level broadcasts for desk dock mode. As part of that I also reworked some of the logic for switching modes to all funnel through a single update() call that looks all of the current state to decide what to do next, and fixed various locking issues. In addition I found there were bugs in the configuration change handling causing us to only switch into the car mode config and then never get out of it. Unfortunately now that we are actually changing the configuration for each mode change, the transitions between them are really crummy as we restart all kinds of activities. :(
-
Andreas Huber authored
Instead of allocating the decoder instances in response to a call to setDataSource, postpone allocation to the preparation phase where it belongs. related-to-bug: 2492205
-
Mark Wagner authored
-
Suchi Amalapurapu authored
-
Christopher Tate authored
-
Gloria Wang authored
-
Gloria Wang authored
-
Vasu Nori authored
-
Ben Murdoch authored
Merge "It is possible that we may get a call from WebCore that the first layout has completed before we've successfully syncd the webview dimensions from Java to native and in this case, we end up syncing a height of 0 to WebKit. This causes hit detection to fail, as WebKit thinks we have a 0-height visible area. This patch fixes this scenario by syncing the height of the webview back to WebKit in the case that the first layout comes back before we've sent our dimensions."
-
Shimeng (Simon) Wang authored
-
Andreas Huber authored
Merge "NPR's audio streams start with a 30sec segment whose mp3 headers are subtly different from those following. Allow certain bits to vary that were thought to be fixed before."
-
Ben Murdoch authored
completed before we've successfully syncd the webview dimensions from Java to native and in this case, we end up syncing a height of 0 to WebKit. This causes hit detection to fail, as WebKit thinks we have a 0-height visible area. This patch fixes this scenario by syncing the height of the webview back to WebKit in the case that the first layout comes back before we've sent our dimensions. Fix for b/2449863 Change-Id: Id72c37b17411f3409edc7104d83ca5ffd17ab09b
-
Chih-Chung Chang authored
-
Shimeng (Simon) Wang authored
commit 35ade1c72b5fe34c177712108ccbc070eab11a87 Author: Shimeng (Simon) Wang <swang@google.com> Date: Thu Mar 4 16:29:01 2010 -0800 Alternative way to fix the history picture drawing issue. Disable zoom part for history picture mode. Bug: 2462039 commit 1a27acaa36c60546e5e6b2e1caf4ce5488dad14b Author: Shimeng (Simon) Wang <swang@google.com> Date: Thu Mar 4 16:06:41 2010 -0800 Use the screen width to derive the desired scale. This is to fix the history picture draw issue. Since the mActualScale will be changed in some other places. Bug: 2462039
-
Mike Reed authored
-
Mike Lockwood authored
-
Mike Reed authored
-
Daniel Sandler authored
Introduces new vibe-mode icons for GlobalActions and makes other icons (volume & silent) consistent on GlobalActions and the keyguard. Change-Id: Ic9a04bb8929343faf6c33f5db9894b0c8febaa2d
-
Bernd Holzhey authored
Bug: http://b/issue?id=2490154
-
James Dong authored
bug - 2375978
-
Robert Greenwalt authored
-