Fabrice Di Meglio
1b5b15cbb5
Merge "Improve TextDirection resolution"
2011-08-22 16:24:43 -07:00
Michael Jurka
11efe5e5ce
Merge "Track motion events before we decide to start scrolling"
2011-08-22 16:23:40 -07:00
Dianne Hackborn
5074e1c230
Merge "Debugging for issue #5180240 : Wallpaper continues to consume CPU when screen off"
2011-08-22 16:22:10 -07:00
Adam Powell
a81d3c17b0
Merge "Fix bug 5142716 - Dialog content font size/padding is inconsistent across different applications."
2011-08-22 16:15:43 -07:00
Jaikumar Ganesh
14482d2c44
Merge "Add Api to get profile connection state."
2011-08-22 15:59:19 -07:00
Chet Haase
d92dc740ca
Merge "Fix invalidation bug with INVISIBLE views."
2011-08-22 15:19:56 -07:00
Jamie Gennis
3599bf2c07
SurfaceFlinger: use the HWC gralloc usage bit
...
This change makes SurfaceFlinger always use the
GRALLOC_USAGE_HW_COMPOSER usage bit when allocating buffers that may be
passed to the HWComposer.
Change-Id: I70362a8ede2b359fb2046853f85149d597465817
2011-08-22 14:56:29 -07:00
Andreas Huber
4163ba8136
Merge "The MatroskaExtractor will now publish a different mime-type "video/webm" if"
2011-08-22 14:27:12 -07:00
Romain Guy
99f082011e
Merge "Move constants to the correct header"
2011-08-22 14:02:17 -07:00
Jim Miller
bea88fe697
Merge "Fix 5026428: Rework unlock attempt logic with active DPM to show better messages"
2011-08-22 13:36:07 -07:00
Chris Craik
8f328b0b4c
Merge "Fix tile benchmark tool stalls"
2011-08-22 13:30:09 -07:00
Jim Miller
e3be4b9065
Merge "Fix 4993068: Don't check password history when dpm sets the password"
2011-08-22 13:28:54 -07:00
Xavier Ducrohet
851a58f8a8
Merge "LayoutLib: add native delegate for set/getHinting in Paint."
2011-08-22 13:24:38 -07:00
John Huang
7774f3274d
Merge "Handle SIP authentication response for BYE."
2011-08-22 13:02:23 -07:00
Svetoslav Ganov
840cfa2c91
Merge "Adding accessibility support to the PIN lock screen."
2011-08-22 12:19:34 -07:00
Eric Fischer
f65cdd373e
Merge "Import revised translations."
2011-08-22 12:15:17 -07:00
Tsu Chiang Chuang
c2d9862c85
Merge "fix bandwidth microbenchmark tests."
2011-08-22 11:11:07 -07:00
Jaikumar Ganesh
01e01b0626
Merge "Listen to the right Bluez signal for Channel deletion."
2011-08-22 10:31:15 -07:00
Svetoslav Ganov
0dc9291aae
Merge "Adding a callback to ShareActionProvider + make ActivityChooserView popup hide on action bar hide."
2011-08-22 09:35:00 -07:00
Chih-Chung Chang
5ca97f3829
Merge "Remove useAndroidNativeBuffer(2) warning message."
2011-08-21 19:19:01 -07:00
Jeff Brown
51e243961f
Merge "Fix tap gesture on touch pads."
2011-08-19 17:38:09 -07:00
Wei Hua
cdbdb40c6e
Merge "Added additional Face attributes."
2011-08-19 17:20:54 -07:00
Romain Guy
fd5b7ecbce
Merge "Minor fixes to SurfaceTexture transform matrix."
2011-08-19 16:57:32 -07:00
Jim Miller
ca33c0e4c6
Merge "Fix 5021968: Add input method switcher button to lock screen."
2011-08-19 16:30:13 -07:00
repo sync
4acd5b6af4
Merge "Fix device address and interface address usage"
2011-08-19 16:08:50 -07:00
Mathias Agopian
ba01b46be0
Merge "Fix occasional fusion divergence by detecting it and resetting the fusion."
2011-08-19 15:54:09 -07:00
Jeff Brown
d46a437ab5
Merge "Input system bug fixes, particularly for stylus. Bug: 5049148"
2011-08-19 15:26:13 -07:00
Christopher Tate
18d12ae570
Merge "Allow Instrumentation to kill even persistent processes"
2011-08-19 15:21:43 -07:00
Jeff Brown
ecc7adef2e
Input system bug fixes, particularly for stylus.
...
Bug: 5049148
Finished stylus support, including support for indirect stylus
and mouse tools.
Added TILT axis. When stylus tilt X/Y is available, it is transformed
into an orientation and tilt inclination which is a more convenient
representation and a simpler extension to the exiting API.
Touch devices now only report touch data using a single input
source. Previously touch devices in pointer mode would report
both absolute touch pad data and cooked pointer gestures.
Now we just pick one. The touch device switches modes as needed
when the focused application enables/disables pointer gestures.
This change greatly simplifies the code and reduces the load
on the input dispatcher.
Fixed an incorrect assumption that the value of ABS_(MT_)DISTANCE
would be zero whenever the stylus was in direct contact. It appears
that the correct way to determine whether the stylus is in direct
contact (rather than hovering) is by checking for a non-zero
reported pressure.
Added code to read the initial state of tool buttons and axis values
when the input devices are initialized or reset. This fixes
problems where the input mapper state might have the wrong initial
state.
Moved responsibility for cancelling pending inputs (keys down,
touches, etc.) to the InputDispatcher by sending it a device reset
notification. This frees the InputReader from having to synthesize
events during reset, which was cumbersome and somewhat brittle
to begin with.
Consolidated more of the common accumulator logic from
SingleTouchInputMapper and MultiTouchInputMapper into
TouchInputMapper.
Improved the PointerLocation output.
Change-Id: I595d3647f7fd7cb1e3eff8b3c76b85043b5fe2f0
2011-08-19 15:02:26 -07:00
Rajneesh Chowdury
afdf17cc7b
Merge "Fix for 4142219 Don't hard code platform-specific limitations (Jni/ Java)"
2011-08-19 15:01:11 -07:00
Dianne Hackborn
b8cf07304e
Merge "Fix issue #5187844 : Query is misrouted to wrong content provider"
2011-08-19 14:49:39 -07:00
Dianne Hackborn
4d920a85c2
Merge "Fix issue #5186318 : Can't take multiple screenshots"
2011-08-19 14:48:40 -07:00
Fabrice Di Meglio
d0eed72e42
Merge "Update TextLayout logging"
2011-08-19 14:39:15 -07:00
Jamie Gennis
5a7ba6284d
Merge "Stagefright: fix a compiler warning"
2011-08-19 14:36:10 -07:00
Amith Yamasani
72174dbaff
Merge "Fix an unintentional change in method signature and avoid an API change."
2011-08-19 14:29:34 -07:00
Stephen Hines
4e34540ab2
Merge "Issue proper parameters to root() calls for RS."
2011-08-19 14:17:47 -07:00
Guang Zhu
d0e763a523
Merge "Use port 18000 instead of 8000 for layout tests"
2011-08-19 12:44:28 -07:00
Eino-Ville Talvala
efed1d3492
Merge "Make changing white-balance mode always disable AWB lock."
2011-08-19 12:42:06 -07:00
Adam Powell
46d529be04
Merge "Fix bug 5174755 - Adjust action bar overflow limits for ifRoom items"
2011-08-19 12:34:28 -07:00
Justin Ho
1f956ae4cc
Merge "Remove old spinner_ assets from zygote Bug: 5076695"
2011-08-19 12:24:06 -07:00
Justin Ho
6defddc60e
Merge "Updated overscroll asset Bug: 5076695"
2011-08-19 12:14:30 -07:00
Wink Saville
666b21df87
Merge "Remove writing pin's to log."
2011-08-19 12:06:54 -07:00
Jason Sams
a53cc55038
Merge "Fix issue with freeing allocation with circular references."
2011-08-19 11:23:46 -07:00
Amith Yamasani
e4f15678d4
Merge "Dismiss the volume overlay dialog when user touches above the dialog as well."
2011-08-19 11:17:48 -07:00
Joe Fernandez
3fd667e143
Merge "docs: OpenGL ES 1.0 and 2.0 Tutorials - Patch1"
2011-08-19 11:13:06 -07:00
Andreas Huber
16b1513c7f
Merge "Raise the maximum input buffer size for the vpx video decoder to 256KB"
2011-08-19 10:33:41 -07:00
Daniel Sandler
29b2078e71
Merge "Low profile mode ("lights out") for phone status bar."
2011-08-19 09:37:30 -07:00
Justin Ho
191e44f6bf
Merge "Unused assets removed from SystemUI"
2011-08-19 09:03:02 -07:00
Mathias Agopian
8da5bf7109
Merge "give the proper orientation to the h/w composer HAL"
2011-08-18 21:05:51 -07:00
Adam Powell
7052ca4ab6
Merge "Fix bug 5186341 - Double Action bar when displayOptions is 0"
2011-08-18 20:36:17 -07:00