Jeff Hamilton
0da22df98e
Merge "Add a RHS status bar slot for NFC." into gingerbread
2010-10-25 14:46:45 -07:00
Mike Lockwood
c0c9d38170
Merge "GPS: Disable verbose logging" into gingerbread
2010-10-25 13:49:13 -07:00
Mathias Agopian
38e5c8ef89
Merge "fix [3123221] Video sticks playing back upside down following orientation switch" into gingerbread
2010-10-25 13:31:11 -07:00
Mathias Agopian
24b59dd299
Merge "fix [3118445] Transform * Transform does not work as expected" into gingerbread
2010-10-25 13:31:03 -07:00
Adam Powell
6ec561d0d9
Merge "DO NOT MERGE Fix bug 3124899 - timeout in CTS test ExpandableListViewBasicTest" into gingerbread
2010-10-25 11:43:03 -07:00
Scott Main
9623583194
Merge "docs: fix a couple api links" into gingerbread
2010-10-25 11:18:28 -07:00
Nick Pelly
3fa1a714a9
Merge "Fixed NdefTag parcelable conversion methods." into gingerbread
2010-10-25 08:58:00 -07:00
Wu-cheng Li
e22a282c45
Merge "Remove the FLIP_H/ROT_90 workaround from CameraService.do not merge" into gingerbread
2010-10-25 08:55:54 -07:00
Nick Pelly
58b8f2ff51
Merge "Document getPollBytes() and getActivationBytes()." into gingerbread
2010-10-24 22:06:15 -07:00
Mathias Agopian
d3caac954c
fix [3123221] Video sticks playing back upside down following orientation switch
...
the overlay wasn't reconfigured when the screen-orientation changed. It was
only done when a parameter of the surface itself changed.
Change-Id: I0ca0925bf58ded4c91ab89d12cb1fe4d1477c96c
2010-10-24 19:03:58 -07:00
Dianne Hackborn
7dd80694dd
Merge "Fix issue #3126018 : No way to specify NativeActivity's native method" into gingerbread
2010-10-24 18:33:36 -07:00
Mathias Agopian
0694d0f3b3
fix [3118445] Transform * Transform does not work as expected
...
The problem wasn't in the multiply operator, but rather in the code
that built the transform from the HAL bitmask.
We now use the multiply operator to build the Transform from the bitmask,
which guarantees, it'll always be correct.
Also added a simple test for Transform.
Change-Id: I09bf3b0e51d92f59d83ea91c4cc94fc2aa0bf227
2010-10-24 14:53:05 -07:00
Jeff Brown
f35c873501
Merge "Add unit tests for native input and fix bugs identified." into gingerbread
2010-10-24 14:18:19 -07:00
Jeff Brown
3c3cc62e24
Add unit tests for native input and fix bugs identified.
...
Fixed a bug where we would lose the first touch point when swiping out of
the virtual key area.
Fixed a bug where we would not send an ACTION_MOVE event in cases where
individual pointers went down/up and the remaining pointers actually moved.
This is important since many applications do not handle pointer movements
during ACTION_POINTER_DOWN or ACTION_POINTER_UP. In the case of
ACTION_POINTER_UP the movement was completely lost since all pointers were
dispatched using their old location rather than the new location.
Improved motion event validation to check for duplicate pointer ids.
Added an input source constant that was missing from the NDK api but
defined in the framework api.
Added a timestamp when reporting added/removed devices in EventHub.
Bug: 3070082
Change-Id: I3206a030f43b7616e2f48006e5a9d522c4d92e56
2010-10-23 03:52:57 -07:00
Eric Laurent
48a862ef5f
Merge "Fix issue 3126094." into gingerbread
2010-10-22 18:37:09 -07:00
Eric Fischer
518ee6fe95
Merge "Import translations for status bar." into gingerbread
2010-10-22 17:14:36 -07:00
Eric Rowe
4f6f494562
Merge "Change disable timeout for BT disable stress test" into gingerbread
2010-10-22 17:14:12 -07:00
Eric Fischer
2e960b21a8
Merge "Import revised translations. DO NOT MERGE" into gingerbread
2010-10-22 16:06:38 -07:00
Eric Fischer
372f65ccf6
Merge "Add a space before the weekday in the zh_CN lock screen date format." into gingerbread
2010-10-22 15:59:42 -07:00
Dianne Hackborn
91d5ae02fd
Merge "Fix issue #3122240 : Expose xlarge in GB." into gingerbread
2010-10-22 14:01:25 -07:00
Kenny Root
d0c1be3039
Merge "Exit immediately on some linklib failures" into gingerbread
2010-10-22 12:17:02 -07:00
Justin Ho
df8353fda0
Merge "DO NOT MERGE - Re-adding missing status_bar_close_on.9 for mdpi emulator" into gingerbread
2010-10-22 12:14:26 -07:00
Dianne Hackborn
08c93a781d
Merge "Update script for copying NDK headers/library." into gingerbread
2010-10-22 10:58:35 -07:00
Jeff Hamilton
ecfb0ff159
Merge "Unhide some NFC APIs that are required for the Tag app." into gingerbread
2010-10-22 10:20:06 -07:00
Nick Pelly
bf38e48333
Merge "Attempt to fix simulator build." into gingerbread
2010-10-22 08:49:51 -07:00
Mike Lockwood
bcd579d785
Merge "GPS: Fix network type logic in requestRefLocation" into gingerbread
2010-10-22 08:02:09 -07:00
Kenny Root
6d9d44aecc
Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread
2010-10-22 07:55:44 -07:00
Hung-ying Tyan
21d6871a3c
Merge "Clean up pending sessions on incoming call in SipService" into gingerbread
2010-10-21 23:08:59 -07:00
James Dong
33c44f267a
Merge "Turn the media time adjustment in file writer back on" into gingerbread
2010-10-21 20:06:59 -07:00
Dianne Hackborn
12f3f83cec
Merge "Adjust boundaries for screen sizes." into gingerbread
2010-10-21 19:21:28 -07:00
Dianne Hackborn
83a19d25f1
Merge "Implement issue #3116702 : New manifest tags for supported screen sizes DO NOT MERGE" into gingerbread
2010-10-21 19:20:49 -07:00
Dianne Hackborn
eab490ad03
Merge "Fix issue #3117918 : No way to finish a native activity" into gingerbread
2010-10-21 19:09:44 -07:00
Jeff Brown
73d9935e2d
Merge "Fix a race condition in wallpaper move throttling." into gingerbread
2010-10-21 18:02:54 -07:00
Dianne Hackborn
9cd4354dda
Merge "Fix issue #3117472 : Format storage dialog still broken" into gingerbread
2010-10-21 17:28:19 -07:00
Mathias Agopian
878353fb0b
Merge "fix [3119687] [Maps][4.6.0] Force close in street view" into gingerbread
2010-10-21 16:43:00 -07:00
Mathias Agopian
c0f95207f4
Merge "Mirror the preview for front-facing cameras. do not merge" into gingerbread
2010-10-21 16:20:07 -07:00
Mathias Agopian
6af358e0a7
fix [3119687] [Maps][4.6.0] Force close in street view
...
The EGLConfig attributes MUST be sorted, because they're used in a binary search.
A recent change introduced a bug where 2 of the configs had improperly
sorted attributes.
Change-Id: I1ac53e4463d62f27125ca9f82ed946e6c98ddba0
2010-10-21 15:58:25 -07:00
Kenny Root
bc9c82fb79
Use correct size of GAMEPAD_KEYCODES
...
Compute the actual number of indices in the GAMEPAD_KEYCODES instead of
the pure size in bytes.
Bug: 3121536
Change-Id: I71edbd8bf6eff2c8cc0ea5c6845362b3d1e06466
2010-10-21 15:46:03 -07:00
Kenny Root
06dbe50a1a
Initialized check in ZipFileRO::findEntryByName
...
If a ZipFileRO object is uninitialized, the hash table will not have
been initialized. This condition wasn't checked in findEntryByName.
Bug: 3121109
Change-Id: Ib696e0e7e0cb4dd0fb2e456d6a847e5e8f4fe14e
2010-10-21 15:25:12 -07:00
Chia-chi Yeh
e739a5257d
Merge "RTP: Fix non-zero DC in EchoSuppressor caused while aggregating samples." into gingerbread
2010-10-21 12:53:37 -07:00
Nick Kralevich
6427fde659
Merge "allow dumpstate to work for non-root users." into gingerbread
2010-10-21 11:35:49 -07:00
John Huang
84adbf3770
Merge "Fix connect duration for un-established SIP calls." into gingerbread
2010-10-21 10:46:17 -07:00
James Dong
81b5fbfdac
Merge "File writer size estimation improvement" into gingerbread
2010-10-20 20:07:57 -07:00
Mathias Agopian
a6da12c071
Merge "Add a test application to dump all the EGLConfig available" into gingerbread
2010-10-20 20:05:28 -07:00
Mathias Agopian
230fda781d
Merge "propagate RS context priority to EGLContext when possible. DO NOT MERGE." into gingerbread
2010-10-20 20:04:52 -07:00
Mathias Agopian
3c85e4ad5a
Merge "Use the context_priority extension when present." into gingerbread
2010-10-20 20:04:46 -07:00
Mathias Agopian
6d44a8718a
Merge "software renderer: fix [3117351] GL driver doesn't set the EGL_NATIVE_VISUAL_ID" into gingerbread
2010-10-20 18:00:43 -07:00
Mathias Agopian
d8e5ceb963
software renderer: fix [3117351] GL driver doesn't set the EGL_NATIVE_VISUAL_ID
...
Change-Id: I371bc0abfee6065247bc6f04b0e0451645eb2dbf
2010-10-20 17:21:43 -07:00
Dianne Hackborn
b56d2f1a46
Merge "Fix java doc on FLAG_EXTERNAL." into gingerbread
2010-10-20 17:12:27 -07:00
Mathias Agopian
16a3e39cc0
Add a test application to dump all the EGLConfig available
...
Change-Id: Iddf27f2a9dd51733f6b90081a523ca37bfe310fa
2010-10-20 17:10:47 -07:00