Dianne Hackborn
be1f62260a
Fix issue #3374356 : Buttons sometimes don't highlight
...
On touch up, View would move itself to the pressed state if it
hadn't already shown as pressed. However, it did this *after*
scheduling the message to deliver the onClick(). Thus if the
app took a little too long to execute inside of onClick(), the
invalidate to draw the highlight state would be executed right
before the following message to remove the highlight state,
causing it to basically not be shown.
This change just does the invalidate before scheduling the
onClick, so we can be sure it gets done first.
Change-Id: I6a4d1742a3aab60969c38b44bb3e163f48de62d4
2011-01-20 15:24:28 -08:00
Andreas Huber
601fe0e595
Implement missing pause/resume support for NuPlayer.
...
Change-Id: Ia3f1ce521dd4b70e134ef03aa7c9db8e8d39a134
related-to-bug: 2368598
2011-01-20 15:23:04 -08:00
Brad Fitzpatrick
5f8b5c191c
Fixes for StrictMode instance count checking.
...
Misc stuff found after looking at the first day of data, Jesse's
review, and comments from Dianne about tracking Activity counts
better.
Change-Id: Ifee1ef8f59f41061d4aac8c02765627dbf3cd8e4
2011-01-20 15:12:08 -08:00
Dianne Hackborn
6e1bf6a305
Fix issue #3352125 : Crash after clearing search query
...
Don't deliver data arriving from a Loader after the application
has moved on to a new Loader.
Also throttle the number of Loaders will have actively running
for a particular ID.
Oh, and documentation. Documentation is good.
Change-Id: I5a5cfdbb8c9bfb320ffc014f99e37fe7e3001382
2011-01-20 14:58:40 -08:00
Santosh Madhava
bdb2e79a41
Fix for PR 3369866 : Project thumbnail should have the same aspect ratio
...
Change-Id: I028f0c74f71c8b5497a6c904b93a3f09dde559e0
2011-01-20 14:52:06 -08:00
Adam Powell
9c91c7e27f
Merge "Fix bug 3362375 - API REVIEW: remove unused public 'up' id" into honeycomb
2011-01-20 14:39:56 -08:00
Christopher Tate
7fb8b565f9
Include the local state obj in ACTION_DRAG_STARTED events
...
Fixes bug 3362502
The underlying cause was that the DragEvent.obtain() variant which
clones an existing event was failing to copy the local state field.
This change also moves the logic for inserting the local state object
into DragEvents about to be dispatched from the Binder incall thread
into the main-thread code sequence. This is to eliminate any potential
SMP memory coherency issues around drag start vs incoming events
needing to refer to the local state object.
Change-Id: I368e8936dbf8a00b7d5cc19c2ef0101bd75b6b2d
2011-01-20 13:53:17 -08:00
Daniel Sandler
a7cb63a153
Merge "Remove inappropriate triangle icons from quick settings panel." into honeycomb
2011-01-20 13:31:53 -08:00
Kenny Root
6af08a47d0
Merge "Don't pay attention to string block on @null" into honeycomb
2011-01-20 13:27:35 -08:00
Adam Powell
1264c33163
Fix bug 3362375 - API REVIEW: remove unused public 'up' id
...
Fix bug 3362453 - API REVIEW: android.app.ActionBar
Change-Id: I4e0233cd9355a47682bfe7b4a7fda39801586f1a
2011-01-20 13:25:08 -08:00
Trevor Johns
2ca4d8b7b9
Merge "Fixing bugs in HelloWebView tutorial on developer.android.com." into honeycomb
2011-01-20 13:19:25 -08:00
Kenny Root
7fbe4d2e74
Don't pay attention to string block on @null
...
When someone referenced an empty string by putting in the special value
"@null" the string block was kept, but when filtering themes this wasn't
filtered because the framework thought it was actually a null string.
Bug: 3000940
Change-Id: I1e9a0479ef761b3e388b562ae728c5da0f4b5deb
2011-01-20 13:18:03 -08:00
Trevor Johns
b99d136f25
Fixing bugs in HelloWebView tutorial on developer.android.com.
...
- Top-level LinearLayout needs to fill_parent, rather than wrap_content,
otherwise the child WebView has 0 width
- setWebViewClient() needs to construct a new HelloWebViewClient, not
WebViewClientDemo (which doens't exist).
Change-Id: Ie8b14e0cbf2b498573e965ccfc27b858dedabfa0
2011-01-20 13:04:17 -08:00
Shih-wei Liao
040d7d8ce7
Handle fatal errors from calling bccRegisterSymbolCallback (if any).
...
Change-Id: I53f35b6efd26abc1e8559f6f1e37abb55a1df7db
2011-01-20 12:35:44 -08:00
Amith Yamasani
43dee06479
Set the default state of NOTIFICATIONS_USE_RING_VOLUME.
...
Bug: 3365600
This doesn't affect upgrades, only new installs.
Don't backup/restore NOTIFICATIONS_USE_RING_VOLUME anymore as it doesn't
work well across device types and can wedge the device into a state
where you can never hear notification sounds.
Change-Id: I703e1db539eb4ac45b273f46ada0b4bbf3b981bb
2011-01-20 12:34:03 -08:00
Joe Onorato
913d04aa3b
Merge "Don't log the full stack trace when we can't load a resource." into honeycomb
2011-01-20 12:33:34 -08:00
Mathias Agopian
35e4a497f4
Merge "fix [3369743] SurfaceFlinger reads hardware composer hints before calling hwc.prepare()" into honeycomb
2011-01-20 12:25:33 -08:00
Mathias Agopian
a423d86800
Merge "clean-up unneeded code" into honeycomb
2011-01-20 12:25:26 -08:00
Daniel Sandler
f175155dfb
Remove inappropriate triangle icons from quick settings panel.
...
Bug: 3316041
Change-Id: I877a587ecd6a6a8a0b00322bdcd46e3f4235a887
2011-01-20 15:24:45 -05:00
Stephen Hines
2e0f0bb3fe
Merge "Remove unnecessary library functions." into honeycomb
2011-01-20 12:23:32 -08:00
Wink Saville
18fcb8d84a
Merge "Add two more parameters too RIL_REQUEST_SETUP_DATA_CALL, DO NOT MERGE" into honeycomb
2011-01-20 12:20:59 -08:00
Mathias Agopian
1d4549ab03
clean-up unneeded code
...
now that we removed the notion of a "inUse" buffer in surfaceflinger
a lot of code can be simplified / removed.
noteworthy, the whole concept of "unlockClient" wrt. "compositionComplete"
is also gone.
Change-Id: I210413d4c8c0998dae05c8620ebfc895d3e6233d
2011-01-20 12:10:11 -08:00
Daniel Sandler
62340c7e82
am 6bc9eca3: am 04fba96b: Merge "Animate transitions between notification & settings panels." into honeycomb
...
* commit '6bc9eca3fa5b268c5273c1b527176dc87d9fb216':
Animate transitions between notification & settings panels.
2011-01-20 12:06:59 -08:00
Daniel Sandler
6bc9eca3fa
am 04fba96b: Merge "Animate transitions between notification & settings panels." into honeycomb
...
* commit '04fba96bb7e3fdac2fe3b396ff5cc6560c13ecb5':
Animate transitions between notification & settings panels.
2011-01-20 12:02:48 -08:00
Daniel Sandler
04fba96bb7
Merge "Animate transitions between notification & settings panels." into honeycomb
2011-01-20 12:01:05 -08:00
Stephen Hines
a16a981453
Remove unnecessary library functions.
...
Change-Id: I47fadb2b9e8b9e9ef5f139470366ce43c75fadbb
2011-01-20 11:59:07 -08:00
Joe Onorato
08f1654417
Don't log the full stack trace when we can't load a resource.
...
Bug: 3369315
Change-Id: I3a586bbefccbd59a0e99d712efe9a1cd3da6d058
2011-01-20 11:50:12 -08:00
Romain Guy
571f76a24e
am cff27e52: am c8219299: Merge "Remove unnecessary code." into honeycomb
...
* commit 'cff27e523d68f72012bd908bac1a78cbb5b0a7e9':
Remove unnecessary code.
2011-01-20 11:41:18 -08:00
Romain Guy
cff27e523d
am c8219299: Merge "Remove unnecessary code." into honeycomb
...
* commit 'c8219299b0003793cee8049b96a3bf7530765eea':
Remove unnecessary code.
2011-01-20 11:39:18 -08:00
Romain Guy
c8219299b0
Merge "Remove unnecessary code." into honeycomb
2011-01-20 11:37:22 -08:00
Romain Guy
ff26a0c1c9
Remove unnecessary code.
...
Change-Id: I83eba3406c26a4028af08b4d4c95ecd02803e75a
2011-01-20 11:39:09 -08:00
Huahui Wu
3aae603e39
am baa647e3: am 292f39c1: Merge "b/3350774 Enforce clearing the flag mIsHandlingMultiTouch." into honeycomb
...
* commit 'baa647e325a3ba1acaa463b8c3553de6547ff4f5':
b/3350774 Enforce clearing the flag mIsHandlingMultiTouch.
2011-01-20 11:16:31 -08:00
Huahui Wu
baa647e325
am 292f39c1: Merge "b/3350774 Enforce clearing the flag mIsHandlingMultiTouch." into honeycomb
...
* commit '292f39c1201f2f08ac90d5562a7fd7070e9b32a0':
b/3350774 Enforce clearing the flag mIsHandlingMultiTouch.
2011-01-20 11:13:36 -08:00
Huahui Wu
292f39c120
Merge "b/3350774 Enforce clearing the flag mIsHandlingMultiTouch." into honeycomb
2011-01-20 11:08:33 -08:00
Svetoslav Ganov
f27e6d5d78
am f008667e: am 1ec1fdfc: Merge "API REVIEW: android.widget.NumberPicker.OnValueChangedListener" into honeycomb
...
* commit 'f008667e6d6dc62f36b46c35ebe41b7592b3931c':
API REVIEW: android.widget.NumberPicker.OnValueChangedListener
2011-01-20 11:06:40 -08:00
Svetoslav Ganov
f008667e6d
am 1ec1fdfc: Merge "API REVIEW: android.widget.NumberPicker.OnValueChangedListener" into honeycomb
...
* commit '1ec1fdfce959069f3092c15d27efc1c2286dc15c':
API REVIEW: android.widget.NumberPicker.OnValueChangedListener
2011-01-20 11:04:27 -08:00
Romain Guy
e23cae2335
am 1eaac21e: am 68c56a51: Merge "Documentation fix." into honeycomb
...
* commit '1eaac21e6f4056fd582a7e58fb9a553f37f7820a':
Documentation fix.
2011-01-20 11:02:25 -08:00
Svetoslav Ganov
1ec1fdfce9
Merge "API REVIEW: android.widget.NumberPicker.OnValueChangedListener" into honeycomb
2011-01-20 11:02:14 -08:00
Romain Guy
1eaac21e6f
am 68c56a51: Merge "Documentation fix." into honeycomb
...
* commit '68c56a51b32b5f5322c4f0f7dbba918712ad6473':
Documentation fix.
2011-01-20 11:00:19 -08:00
Romain Guy
482b34a6f8
Documentation fix.
...
Activity's documentation wasn't clear on what would happen when
calling setContentView(View).
Change-Id: I37be6565ba897694460c80a39562346293faa8ea
2011-01-20 10:59:28 -08:00
Romain Guy
68c56a51b3
Merge "Documentation fix." into honeycomb
2011-01-20 10:57:59 -08:00
Svetoslav Ganov
cedc446684
API REVIEW: android.widget.NumberPicker.OnValueChangedListener
...
Change-Id: I1e739553ab6b99b2768e42cf379a0b155dced81a
2011-01-20 10:41:14 -08:00
Eric Laurent
b37b90e4c5
am 4dcaeb6d: am 404946fc: Merge "Fix issue 3371096." into honeycomb
...
* commit '4dcaeb6d776bc87469a97001a223099c8e805579':
Fix issue 3371096.
2011-01-20 10:35:29 -08:00
Eric Laurent
4dcaeb6d77
am 404946fc: Merge "Fix issue 3371096." into honeycomb
...
* commit '404946fc260e5dff23c8a0db12e33ff842ab4b47':
Fix issue 3371096.
2011-01-20 10:33:29 -08:00
Eric Laurent
404946fc26
Merge "Fix issue 3371096." into honeycomb
2011-01-20 10:31:21 -08:00
Svetoslav Ganov
2cf5f5a103
am 655f6e10: am 19484fac: Merge "Some touches on the NumberPicker UI." into honeycomb
...
* commit '655f6e1026f1d6a4db9a4453ee25897fdd5a4006':
Some touches on the NumberPicker UI.
2011-01-20 10:12:37 -08:00
Svetoslav Ganov
655f6e1026
am 19484fac: Merge "Some touches on the NumberPicker UI." into honeycomb
...
* commit '19484fac336ce1606a9f0b464d6bfc33ae0523e7':
Some touches on the NumberPicker UI.
2011-01-20 10:10:20 -08:00
Svetoslav Ganov
19484fac33
Merge "Some touches on the NumberPicker UI." into honeycomb
2011-01-20 10:08:39 -08:00
Gilles Debunne
353b4f10a6
am a04cfb9a: am 6b20dc43: Merge "Error popup no longer flickers in TextViews." into honeycomb
...
* commit 'a04cfb9a023448f872691e773a08c0ff811ce20c':
Error popup no longer flickers in TextViews.
2011-01-20 09:57:16 -08:00
Gilles Debunne
a04cfb9a02
am 6b20dc43: Merge "Error popup no longer flickers in TextViews." into honeycomb
...
* commit '6b20dc43a0b835254840746f1027945b5414654b':
Error popup no longer flickers in TextViews.
2011-01-20 09:55:32 -08:00