Matthew Xie
1667446c90
Merge "Fix a compile error when debug is turned on"
2011-09-12 18:30:48 -07:00
Jeff Sharkey
bd75cfa9c4
am 883adec7: Merge "Handle data changed during FlingRunnable."
...
* commit '883adec77118bdaa0984f157a13e2263f6419595':
Handle data changed during FlingRunnable.
2011-09-12 18:30:43 -07:00
Jeff Sharkey
883adec771
Merge "Handle data changed during FlingRunnable."
2011-09-12 18:28:15 -07:00
Matthew Xie
62f7c9737f
Fix a compile error when debug is turned on
...
logv uses a variable that is declared after its use
Change-Id: Id5c09698e4a0a91befa3ce2f60ce02ec28733889
2011-09-12 18:25:31 -07:00
Jeff Sharkey
7f2202b0bd
Handle data changed during FlingRunnable.
...
Bug: 5297171
Change-Id: I733ed978bb1d237c992f5d003b212baeac102a3d
2011-09-12 18:20:56 -07:00
Adam Powell
852579f98c
am 413ce9dd: Merge "Pause WebKit drawing when WebView loses window focus."
...
* commit '413ce9ddab86d5e2f4818859e974db04335b8d26':
Pause WebKit drawing when WebView loses window focus.
2011-09-12 18:16:37 -07:00
Adam Powell
413ce9ddab
Merge "Pause WebKit drawing when WebView loses window focus."
2011-09-12 18:15:37 -07:00
Adam Powell
e00e8a7837
Pause WebKit drawing when WebView loses window focus.
...
This prevents animations and other live page content from consuming
too many resources while the user is interacting with a popup window.
Bug 5300522
Change-Id: I40fb6d16d56b540c431172052a1ae7fead7109be
2011-09-12 18:04:00 -07:00
Dianne Hackborn
2cef70aa32
am f0ec2dd3: Merge "Fix problems where we were allocating TypedArray when not needed."
...
* commit 'f0ec2dd3270b60b1516293190757de298f187957':
Fix problems where we were allocating TypedArray when not needed.
2011-09-12 17:54:27 -07:00
Dianne Hackborn
f0ec2dd327
Merge "Fix problems where we were allocating TypedArray when not needed."
2011-09-12 17:52:54 -07:00
Svetoslav Ganov
2638b99b88
am 8a6d7323: Merge "CheckedTextView is missing onInitializeAccessibilityNodeInfo() implementation."
...
* commit '8a6d732360c9dbcdf1d2b4da93d150f16af8507b':
CheckedTextView is missing onInitializeAccessibilityNodeInfo() implementation.
2011-09-12 17:07:10 -07:00
Michael Jurka
82b7906e8e
am f1c8adc9: Merge "Bug fixes in Recents"
...
* commit 'f1c8adc9ae4a3f8619da2f9942d026c2bc411882':
Bug fixes in Recents
2011-09-12 17:07:07 -07:00
Jason Simmons
d1367c4c2d
Merge "Hold the AAHDecoderPump ThreadWrapper in a ref-counting pointer" into ics-aah
2011-09-12 17:06:44 -07:00
Svetoslav Ganov
8a6d732360
Merge "CheckedTextView is missing onInitializeAccessibilityNodeInfo() implementation."
2011-09-12 17:05:44 -07:00
Michael Jurka
f1c8adc9ae
Merge "Bug fixes in Recents"
2011-09-12 17:04:53 -07:00
Dianne Hackborn
ab0f485e64
Fix problems where we were allocating TypedArray when not needed.
...
Fixes up some recycling of TypedArray objects to reduce the
number we need to allocate during inflation etc.
Change-Id: I948dccc052997779001eaa99db2a710b04be01ae
2011-09-12 17:04:32 -07:00
Svetoslav Ganov
222de674ab
am bd5c9768: Merge "Adding accessibility delegate mechanism for backwards compatibility support."
...
* commit 'bd5c9768c4432c6cb2bfa5f521d49ff03c087ff8':
Adding accessibility delegate mechanism for backwards compatibility support.
2011-09-12 17:00:31 -07:00
Svetoslav Ganov
bd5c9768c4
Merge "Adding accessibility delegate mechanism for backwards compatibility support."
2011-09-12 16:58:13 -07:00
Jason Simmons
cd8857fa39
Hold the AAHDecoderPump ThreadWrapper in a ref-counting pointer
...
Change-Id: I8929905a7bf07a751b5deb4c74875172a33d874d
2011-09-12 16:58:07 -07:00
Michael Jurka
0e8063a3b4
Bug fixes in Recents
...
- Making thumbnails invisible until loaded (fixes regression)
- Speed up dismiss animation from menu
- Make the max swipe velocity greater
- Make only the thumbnail and app title long-clickable
- No more click sound when tapping outside the thumbnails to dismiss Recents
- Tweaking color of recents app label text
Change-Id: If7b6cd59e92feb0472eb3ea266733549cb9f4d4b
2011-09-12 16:55:04 -07:00
Jeff Sharkey
e4c7ed4292
am e44365b5: Merge "Data usage structure optimizations."
...
* commit 'e44365b539056b84a3ab57f5a9338d182eb10033':
Data usage structure optimizations.
2011-09-12 16:53:50 -07:00
Jeff Sharkey
e44365b539
Merge "Data usage structure optimizations."
2011-09-12 16:50:34 -07:00
Amith Yamasani
5558a0ab09
am 1357c0a2: Merge "Use a new config flag to decide if notification led pulsing can be turned on/off."
...
* commit '1357c0a22873dbb9246a9118720dfe00acbdf372':
Use a new config flag to decide if notification led pulsing can be turned on/off.
2011-09-12 16:49:05 -07:00
Amith Yamasani
1357c0a228
Merge "Use a new config flag to decide if notification led pulsing can be turned on/off."
2011-09-12 16:46:58 -07:00
Svetoslav Ganov
34ffaabc30
CheckedTextView is missing onInitializeAccessibilityNodeInfo() implementation.
...
bug:5160586
Change-Id: I3861cfc398566805cdf3c551cbf20dc7b5c208d9
2011-09-12 16:19:37 -07:00
Jeff Sharkey
69b0f63af2
Data usage structure optimizations.
...
Driven by traceview hotspots found in Settings UI.
Change-Id: I614a049523c526b7fcd12fffdf53a3e4723623e4
2011-09-12 16:13:20 -07:00
Svetoslav Ganov
031d9c1389
Adding accessibility delegate mechanism for backwards compatibility support.
...
1. Added an AccessibilityDelegate class in View which can be set by
a client that wants to cutomize accessibility behavior via
composition as opposed to inheritance. Insead overriding a new method in
View thus being bound to the API version that introduced this
method a developer can conditionally inject the accessibility
customization if the platform API version is heigh enough. The
developer will have to override the method of interest of the
delegate. The default implementation of the delegate methods is
the same as that of View in the case that there is no delegate
set. If a delegate is set calling an accessibility related method
on View will be handed off to the corresponsing method of the
delegate.
bug:5259555
Change-Id: I00e750e22e5e7164a1b571cb3d12ecaf4ab93db4
2011-09-12 15:42:19 -07:00
Chet Haase
632e88e00d
am 2f2eea70: Merge "Fix wobbly spinners"
...
* commit '2f2eea704ef82878c7aa909a1f7dbdf19851b0fb':
Fix wobbly spinners
2011-09-12 15:19:13 -07:00
Chet Haase
2f2eea704e
Merge "Fix wobbly spinners"
2011-09-12 15:17:32 -07:00
Dianne Hackborn
b73f3175a7
am 83f9dfe0: Merge "Add boot mode where only "core apps" are started."
...
* commit '83f9dfe0f085a01ebaa9f3ba6205af20e20bbe78':
Add boot mode where only "core apps" are started.
2011-09-12 15:09:14 -07:00
Dianne Hackborn
83f9dfe0f0
Merge "Add boot mode where only "core apps" are started."
2011-09-12 15:07:51 -07:00
Jeff Brown
4268115b6f
am e982d836: Merge "Track status bar fling velocity using screen coords. Bug: 5210198"
...
* commit 'e982d836d659a9503843dfed1115e74279c8837b':
Track status bar fling velocity using screen coords. Bug: 5210198
2011-09-12 14:52:08 -07:00
Jeff Brown
d36e503acf
am 125b73eb: Merge "Fix ACTION_CANCEL handling in status bar. Bug: 5198231"
...
* commit '125b73eb59a991fe77cb757454ec7468bf0abca7':
Fix ACTION_CANCEL handling in status bar. Bug: 5198231
2011-09-12 14:52:00 -07:00
Jeff Brown
e982d836d6
Merge "Track status bar fling velocity using screen coords. Bug: 5210198"
2011-09-12 14:50:38 -07:00
Jeff Brown
125b73eb59
Merge "Fix ACTION_CANCEL handling in status bar. Bug: 5198231"
2011-09-12 14:50:31 -07:00
Dianne Hackborn
4c34eed9ab
am 1cd955b0: Merge "Get rid of some animation flickers and other bad things."
...
* commit '1cd955b01d8ea72009be56f4c4a93d4d79e902df':
Get rid of some animation flickers and other bad things.
2011-09-12 14:44:11 -07:00
Dianne Hackborn
1cd955b01d
Merge "Get rid of some animation flickers and other bad things."
2011-09-12 14:42:02 -07:00
Amith Yamasani
ba7b959635
Use a new config flag to decide if notification led pulsing can be turned on/off.
...
Bug: 5242350
Change-Id: I35d6b858350d47fc6b10b4e65c587c15a82c0301
2011-09-12 14:29:36 -07:00
Andreas Huber
9373c02cb3
am 7fc8f515: Merge "Turn an another assertion into a runtime error in ACodec\'s implementation"
...
* commit '7fc8f515a0add6837d525b4f2b4baa7ebe37fc7f':
Turn an another assertion into a runtime error in ACodec's implementation
2011-09-12 14:23:25 -07:00
Chet Haase
e5cdb6c839
Fix wobbly spinners
...
Some progress bars use AnimatedRotateDrawable, which suffered
from the same bug as AnimationDrawable (until a recent fix). The
code would not account for the left/top offset of the drawable in its view,
so it would rotate the drawable around the wrong center, causing it to
wobble and not get erased properly.
Change-Id: I3f34f797e595973d9eb1d952d92026c769c7ec0a
2011-09-12 14:21:46 -07:00
Andreas Huber
7fc8f515a0
Merge "Turn an another assertion into a runtime error in ACodec's implementation"
2011-09-12 14:21:42 -07:00
Christopher Tate
9bbddd22c3
am d30b8979: Merge "Move full backup/restore onto dedicated threads"
...
* commit 'd30b89799c010ad91b9d98fb0c3ddb45b152f71e':
Move full backup/restore onto dedicated threads
2011-09-12 14:21:18 -07:00
Jeff Brown
911fe30d58
Track status bar fling velocity using screen coords.
...
Bug: 5210198
Change-Id: I58630ab861c0934755a4aac4b96fdc5634c4a438
2011-09-12 14:21:17 -07:00
Christopher Tate
d30b89799c
Merge "Move full backup/restore onto dedicated threads"
2011-09-12 14:19:15 -07:00
Andreas Huber
d41108c91f
Turn an another assertion into a runtime error in ACodec's implementation
...
Change-Id: I6779b29f200b90d088273ab3204724ef3d8d59bd
related-to-bug: 5284760
2011-09-12 14:14:08 -07:00
Jeff Brown
68ebcdf3fd
Fix ACTION_CANCEL handling in status bar.
...
Bug: 5198231
Widgets always need to handle ACTION_CANCEL properly since
it can happen at any time, such as when the screen is turned
off or the screen is rotated, removed or reconfigured.
Change-Id: Ia30b14bb6f68cdde5286b4d72e69130e9fb38732
2011-09-12 14:12:17 -07:00
Andreas Huber
70c72ff8a9
am 465d42ef: Merge "Increase the avi extractor\'s confidence slighly over mp3\'s"
...
* commit '465d42ef781db15a603427115bd66341eb907c31':
Increase the avi extractor's confidence slighly over mp3's
2011-09-12 14:00:54 -07:00
Andreas Huber
465d42ef78
Merge "Increase the avi extractor's confidence slighly over mp3's"
2011-09-12 13:59:11 -07:00
Andreas Huber
f8c84b3434
Increase the avi extractor's confidence slighly over mp3's
...
So that we don't accidentally identify a .avi file containing an mp3 track as
an mp3 file.
Change-Id: I73495b80cbb5bc1007bf810f2db453c9f175171b
related-to-bug: 5288189
2011-09-12 13:49:00 -07:00
Dianne Hackborn
d02a9e95f4
Get rid of some animation flickers and other bad things.
...
Change-Id: If7606286bf0bd01cf023d57719ccb27e39d5564c
2011-09-12 13:47:31 -07:00