Commit Graph

26624 Commits

Author SHA1 Message Date
Justin Ho
889d84ae64 Merge "New stat_notify icons in hdpi and mdpi" into honeycomb 2011-01-26 09:12:01 -08:00
Jaikumar Ganesh
ded708ffa2 Merge "Improve readability of java docs for the public APIs." into honeycomb 2011-01-26 09:02:12 -08:00
Justin Ho
8dd0f0789c Merge "Removing unused assets" into honeycomb 2011-01-26 07:26:40 -08:00
Chet Haase
7088df245b Merge "Fix invalidation problem with display lists" into honeycomb 2011-01-26 06:30:48 -08:00
Patrick Scott
2a25b07d31 Merge "Turn off picture splitting for now." into honeycomb 2011-01-26 05:48:53 -08:00
satok
5d77cd9bb4 Merge "Update input method panel when packages are changed." into honeycomb 2011-01-26 02:08:48 -08:00
Romain Guy
aa90944888 Merge "Make sure the opaque bitmap is opaque. GL doesn't like being lied to. Bug #3382992" into honeycomb 2011-01-25 22:54:06 -08:00
Santosh Madhava
2756016d19 Merge "Review rework for issue 3385068 : Play gets out of sync" into honeycomb 2011-01-25 22:44:07 -08:00
Santosh Madhava
7e0f805231 Merge "Fix for issue 3366265 : Native crash exporting movie" into honeycomb 2011-01-25 22:19:21 -08:00
Dianne Hackborn
b04e935719 Merge "Change AsyncTask.execute() back to using a thread pool..." into honeycomb 2011-01-25 22:05:38 -08:00
Mathias Agopian
0d1561275e fix [3385504] Surface flinger hang when adding dim surface
Change-Id: I8e0cda414bcad5854d2ca5dde8370bfd8b2e5ea4
2011-01-25 20:52:46 -08:00
Dheeraj Sharma
83af225202 Merge "VideoEditor:Fix for 3369908" into honeycomb 2011-01-25 20:34:15 -08:00
Adam Cohen
72c36d455f Merge "Cleaning up StackView" into honeycomb 2011-01-25 20:19:17 -08:00
Daniel Sandler
f125cfb4e5 Merge "Fit and finish on status bar:" into honeycomb 2011-01-25 18:56:32 -08:00
Jaikumar Ganesh
369d3cf071 Merge "Do Not Merge. Don't connect to non keyboard HID devices." into honeycomb 2011-01-25 18:42:12 -08:00
Adam Powell
afbb27d3dd Merge "Fix button assets and styles." into honeycomb 2011-01-25 18:29:09 -08:00
Jeff Brown
a22b5608ca Merge "Disable mouse support. (DO NOT MERGE)" into honeycomb 2011-01-25 18:18:10 -08:00
Jeff Brown
4d6f482ad5 Merge "Fix crashes caused by some input devices." into honeycomb 2011-01-25 18:18:05 -08:00
Mathias Agopian
7f7c6aa0b5 Merge "egl: clear error on function entry" into honeycomb 2011-01-25 18:01:03 -08:00
Arnaud Berry
de9056f611 Merge "Fixed the display of the brightness controls in the system panel" into honeycomb 2011-01-25 17:51:32 -08:00
Justin Ho
bbbd75cd77 Merge "Removing unused assets in mdpi" into honeycomb 2011-01-25 17:46:23 -08:00
Jim Miller
b199599517 Merge "Fix 3338368: Fix bounds calculation for recent apps view" into honeycomb 2011-01-25 17:41:59 -08:00
Adam Powell
0310534e1a Merge "Fix bug 3343940 - Legacy dialogs should use overlay action mode UI" into honeycomb 2011-01-25 16:27:16 -08:00
Jim Miller
e5951dcbe2 Merge "Fix 3381660: Make modifier keys in PasswordUnlock match IME" into honeycomb 2011-01-25 16:21:21 -08:00
Costin Manolache
b4a4dfc71c Merge "If 'customTokens', let authenticator handle notification." into honeycomb 2011-01-25 16:13:12 -08:00
Xavier Ducrohet
bbdc56d266 Merge "LayoutLib: return ViewInfo for all merged items + Build init." into honeycomb 2011-01-25 16:08:03 -08:00
Jeff Brown
eb8b9d8a22 Fix crashes caused by some input devices.
The touch screen sometimes reports more than 10 pointers even though that's
all we asked for.  When this happens, we start dropping events with more
than 10 pointers.  This confuses applications and causes them to crash.
Raised the limit to 16 pointers.
Bug: 3331247

The default behavior was to identify all touch devices as touch screens.
External devices that are plugged in are more likely to be touch pads
not attached to a screen.  Changed the default to be a touch pad
and renamed some internal constants to avoid confusion.

A certain mouse happens to also behave like a touch pad.  That caused
problems because we would see multiple concurrent traces of motion events
coming from the same input device so we would batch them up.
Added code to ensure that we don't batch events unless they come from
the same *source* in addition to coming from the same *device*.

Due to batching or misbehaving drivers, it's possible for the set of
pointer ids to be different from what we expect when it comes time to
split motion events across windows.  As a result, we can generate motion
events with 0 pointers.  When we try to deliver those events, we cause
an error in the InputTransport so we tear down the InputChannel and kill
the application.
Added code to check out assumption about pointer ids and drop the
event gracefully instead.

Patched up the tests to take into account the change in default behavior
for identifying touch screens and touch pads.

Change-Id: Ic364bd4cb4cc6335d4a1213a26d6bdadc7e33505
2011-01-25 16:02:22 -08:00
Gilles Debunne
9b18927508 Merge "A long press on the selection handle no longer selects the word." into honeycomb 2011-01-25 15:59:01 -08:00
Romain Guy
92e9d3fc29 Merge "Fix documentation typo." into honeycomb 2011-01-25 15:48:17 -08:00
Mike Lockwood
40096245e5 Merge "StagefrightMediaScanner: Close metadata retriever after we are done scanning" into honeycomb 2011-01-25 15:46:25 -08:00
Mike Lockwood
1883b5766d Merge "MTP: Fix race conditions in MtpServer JNI code" into honeycomb 2011-01-25 15:44:28 -08:00
Michael I. Gold
4aea6bff14 egl: clear error on function entry
Clear the current thread error state on entry to API functions as
mandated by the EGL 1.4 specification, section 3.1.  glGetError
returns additional information about the "most recent EGL function".

Change-Id: Ic24c64b39294ffc1a4e43fa72663e076b9d7decf
2011-01-25 15:36:21 -08:00
James Dong
39ddcd266e Merge "Report errors to applications if AudioRecord->start() fails" into honeycomb 2011-01-25 15:31:09 -08:00
Justin Ho
508030a8be Merge "New contact picture" into honeycomb 2011-01-25 15:31:08 -08:00
Dianne Hackborn
288d083743 Merge "Argh forget to include my final part of the change." into honeycomb 2011-01-25 15:23:13 -08:00
Dianne Hackborn
e7a1c6b766 Merge "New extra for GET_CONTENT." into honeycomb 2011-01-25 15:17:50 -08:00
Adam Powell
1bbf840737 Merge "Fix bug 3387855 - Menu flashes on left side of screen" into honeycomb 2011-01-25 14:46:47 -08:00
Santosh Madhava
00d2608d1e Merge "Fix for issue 3385068 : Play gets out of sync" into honeycomb 2011-01-25 14:46:15 -08:00
Scott Main
24a422ec50 Merge "docs: revise and amend platform notes for preview" into honeycomb 2011-01-25 14:21:28 -08:00
Jeff Brown
205ee2d2da Merge "Fix surface frame size reporting." into honeycomb 2011-01-25 14:21:00 -08:00
Gilles Debunne
7a5ea10996 Merge "Fix for a call to startActivity from outside of an app." into honeycomb 2011-01-25 14:20:09 -08:00
Dianne Hackborn
32d0fec1f0 Merge "Fix issue #3385839: Fragment.onCreateView is passing in activity..." into honeycomb 2011-01-25 14:06:01 -08:00
Justin Ho
fc5eb727a1 Merge changes I282a8421,I53d15f37 into honeycomb
* changes:
  Merging Gingerbread assets into Honeycomb
  Removing old assets from SystemUI in drawable-hdpi
2011-01-25 14:01:25 -08:00
Jaikumar Ganesh
b2fdb066d2 Merge "Rename virtual call API to ScoUsingVirtualCall." into honeycomb 2011-01-25 13:56:02 -08:00
Romain Guy
260e546e98 Merge "Prevent crash in View when gathering attributes without an AttachInfo. Bug #3385339" into honeycomb 2011-01-25 13:55:14 -08:00
Gilles Debunne
4a3a735d74 Merge "Overscoll bounce amplitude is smaller." into honeycomb 2011-01-25 13:44:32 -08:00
Adam Powell
69d4962cb2 Merge "Fix bug 3378333 - Holo-style layout for granting permissions" into honeycomb 2011-01-25 13:42:49 -08:00
Dheeraj Sharma
a7c5e7650e Merge "Video Editor:Fix for 3375632" into honeycomb 2011-01-25 12:50:34 -08:00
Amith Yamasani
1571ac1ae2 Merge "Heed the focusability flag in SearchView and set the default to true." into honeycomb 2011-01-25 12:35:06 -08:00
Jeff Brown
41cd3a720a Merge "Fix emulator trackball." into honeycomb 2011-01-25 12:33:50 -08:00