Commit Graph

26232 Commits

Author SHA1 Message Date
Robert Greenwalt
22b075c949 Merge "Update network subtypes info so it is current." into honeycomb 2011-01-14 12:23:45 -08:00
Adam Powell
38a5410f16 Merge "Fix bug 3347747 - Use a better context when fetching resources for action modes" into honeycomb 2011-01-14 12:12:13 -08:00
satok
2903930bcf Merge "Add input methods settings panel" into honeycomb 2011-01-14 12:03:40 -08:00
Romain Guy
d9ee65e634 Merge "Don't add clipped rects to layer regions. Bug #3350208" into honeycomb 2011-01-14 11:25:56 -08:00
Mathias Agopian
a317f1ba7f Fix error reporting in Surface::cancelBuffer()
when we validate the surface there, most errors are in fact allowed
because it is legal to cancel a buffer after a surface has been
destroyed (for instance). in that case make sure to not log
error messages as they are very confusing.

Change-Id: Iecdfbaf6d9ee5da54d56cd7ea7a0d430c30934b0
2011-01-14 11:04:34 -08:00
Mathias Agopian
a49576f06b Merge "fix [3312683] Camera mirroring problem after switching from back to front camera" into honeycomb 2011-01-14 10:54:47 -08:00
Costin Manolache
2894c8db9e Merge "Fix NPE, caller may not pass loginOptions." into honeycomb 2011-01-14 10:52:11 -08:00
Justin Ho
971a5e5e3f Merge "Updated assets from Gingerbread" into honeycomb 2011-01-14 10:48:22 -08:00
Justin Ho
d54113473a Merge "Updated stat_notify icons in new style" into honeycomb 2011-01-14 10:38:04 -08:00
Ben Murdoch
26280d874f Merge "Hook up CacheManager for the Chromium HTTP stack" into honeycomb 2011-01-14 09:40:13 -08:00
Shih-wei Liao
73b8ffe170 Merge "Retire librslib_rt." into honeycomb 2011-01-14 05:03:28 -08:00
Shih-wei Liao
f5199748fb Merge "Move linking stuff to libbcc." into honeycomb 2011-01-14 05:03:09 -08:00
Shih-wei Liao
ed1c9c62c9 Merge "Avoid converting rslib.bc to things like rslib.h. So we are less error-prone." into honeycomb 2011-01-14 04:37:59 -08:00
satok
073322d46a Merge "Save input method subtype even if the current IME is not running." into honeycomb 2011-01-14 00:13:16 -08:00
Adam Powell
568e54b2a7 Merge "Fix bug 3352112 - crash in AbsListView.smoothScrollBy" into honeycomb 2011-01-13 22:21:15 -08:00
Dianne Hackborn
f6cb9b6ffb Merge "Fix issue #3330037: Unnecessary orientations appear..." into honeycomb 2011-01-13 21:14:12 -08:00
Jeff Brown
dfb6d06ca6 Merge "Fix NPE in interceptKeyBeforeDispatching." into honeycomb 2011-01-13 20:00:31 -08:00
Romain Guy
fa65927287 Merge "Move the main thread check to the appropriate place." into honeycomb 2011-01-13 18:36:13 -08:00
Xavier Ducrohet
19bcfd28db Merge "LayoutLib: Fix multi-line text rendering." into honeycomb 2011-01-13 18:30:04 -08:00
Mathias Agopian
ad456f9878 fix [3312683] Camera mirroring problem after switching from back to front camera
the crop as well as buffer orientation can change at every frame, when that happens
we need to reset the hwc HAL (ie: set the GEOMETRY_CHANGED flag).
currently we achieve this by taking the same code path than an actual geometry change
which is a bit more heavy than necessary.

Change-Id: I751f9ed1eeec0c27db7df2e77d5d17c6bcc17a24
2011-01-13 17:53:01 -08:00
Romain Guy
0484494c2c Merge "Remove debug code" into honeycomb 2011-01-13 17:44:28 -08:00
Jason Sams
ec399ba4c7 Merge "Re-implement img npot support in HC." into honeycomb 2011-01-13 17:21:02 -08:00
Romain Guy
8e01f93712 Merge "Add debug logs for display lists." into honeycomb 2011-01-13 17:20:47 -08:00
Huahui Wu
051b995952 Merge "b/3133123 Pass touch point ids to WebKit." into honeycomb 2011-01-13 17:02:33 -08:00
Kenny Root
2231929bec Merge "Deep clone settings for system package update" into honeycomb 2011-01-13 16:55:00 -08:00
Alex Sakhartchouk
ce78a36d82 Merge "Docs plus removing some junk per API review." into honeycomb 2011-01-13 16:27:23 -08:00
Jaikumar Ganesh
b4ac9515d0 Merge "Fix bug in handling connect/disconnect multiple devices." into honeycomb 2011-01-13 16:21:12 -08:00
Brad Fitzpatrick
dfcf73d96b Merge "Remove accidental StrictMode logging left in." into honeycomb 2011-01-13 16:16:46 -08:00
Dianne Hackborn
9006e65eac Merge "Fix issue #3153930: orphan window left on screen" into honeycomb 2011-01-13 15:45:37 -08:00
Guang Zhu
13d57720c8 Merge "remove runFinalizationSync calls" into honeycomb 2011-01-13 15:38:44 -08:00
Gilles Debunne
b5ea8a91b0 Merge "fix for cts DuplicateParentStateEnabled bug with TextViews." into honeycomb 2011-01-13 14:51:33 -08:00
Adam Powell
f0d6539cd7 Merge "Fix bug 3242262 - Add queryHint attribute for SearchView" into honeycomb 2011-01-13 14:51:16 -08:00
Svetoslav Ganov
5951c33c3a Merge "Invisible of gone views fire accessibility events." into honeycomb 2011-01-13 14:46:27 -08:00
Christopher Tate
558992649f Merge "Suppress orientation changes during drag operations" into honeycomb 2011-01-13 14:20:48 -08:00
Xavier Ducrohet
7f796ba933 Merge "LayoutLib: Use the new log tag constants from LayoutLog" into honeycomb 2011-01-13 13:45:38 -08:00
Jamie Gennis
b5dc8004f3 Merge "Fix remote GraphicBuffer allocation in SurfaceFlinger." into honeycomb 2011-01-13 12:57:21 -08:00
Jamie Gennis
c16387eb1d Merge "Add logging to SurfaceTextureClient." into honeycomb 2011-01-13 12:56:38 -08:00
Fabrice Di Meglio
f6562238fe Merge "Print currentDestinationString() for each backup transport" into honeycomb 2011-01-13 12:45:27 -08:00
Svetoslav Ganov
966938038f Merge "DatePicker is calling back its listener on init." into honeycomb 2011-01-13 12:41:04 -08:00
Jamie Gennis
9a78c90cd4 Fix remote GraphicBuffer allocation in SurfaceFlinger.
This change fixes a horrible hack that I did to allow application
processes to create GraphicBuffer objects by making a binder call to
SurfaceFlinger.  This change introduces a new binder interface
specifically for doing this, and does it in such a way that
SurfaceFlinger will maintain a reference to the buffers until the app is
done with them.

Change-Id: Icb240397c6c206d7f69124c1497a829f051cb49b
2011-01-13 12:19:04 -08:00
Jamie Gennis
e5366c567a Add logging to SurfaceTextureClient.
Change-Id: I984c3b9c88f8af613a50138188ff1b770e2de6b4
2011-01-13 12:19:03 -08:00
Jason parks
e36c415874 Revert "Remove the APIs for the old encryption scheme."
This reverts commit 1125d780a8b61703b8eb28c5c77dac5f3f0022dd.
2011-01-13 14:15:43 -06:00
Romain Guy
bd0ec24441 Merge "Cleanup implementation of hardware layers." into honeycomb 2011-01-13 12:13:59 -08:00
Jamie Gennis
0579d57502 Merge "Fix a bug in SurfaceTexture::dequeueBuffer." into honeycomb 2011-01-13 12:13:56 -08:00
Eric Laurent
a7196d2e83 Merge "Fix issue 3302649." into honeycomb 2011-01-13 11:59:13 -08:00
Jamie Gennis
e00b12aeeb Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycomb 2011-01-13 11:29:14 -08:00
Eric Fischer
75dc53f237 Merge "Import revised translations." into honeycomb 2011-01-13 10:59:52 -08:00
Xavier Ducrohet
c299ae8dbb Merge "LayoutLib: move MockView back into its original package." into honeycomb 2011-01-13 10:22:53 -08:00
Xavier Ducrohet
7550a0c576 Merge "LayoutLib: Add getViewParent/getViewIndex on RenderSession." into honeycomb 2011-01-13 10:22:43 -08:00
James Dong
0e1e796ae6 Merge "Add audio encoding parameters check" into honeycomb 2011-01-13 10:21:28 -08:00