Commit Graph

38627 Commits

Author SHA1 Message Date
Daniel Sandler
9dd653896a Merge "Fix overlapping wifi and airplane icons." 2011-09-15 07:56:48 -07:00
Dianne Hackborn
caf953f02c Merge "Final (ha ha) API 14." 2011-09-15 00:32:15 -07:00
Chia-chi Yeh
7b90a6cc50 Merge "VpnDialogs: add string description for translation." 2011-09-15 00:06:23 -07:00
Dianne Hackborn
d30e4a877c Merge "Update the public APIs for finding views by text to optionally use content description." 2011-09-14 22:33:54 -07:00
Jeff Sharkey
ac643fca82 Merge "Network stats flag to force complete poll." 2011-09-14 21:44:19 -07:00
Jeff Brown
abb37794bd Merge "Velocity Tracker II: The Revenge of Velocity Tracker Bug: 5265529" 2011-09-14 21:27:25 -07:00
satok
d12ab2d5b8 Merge "Call onFinishInputView in onDestroy" 2011-09-14 21:13:06 -07:00
Jeff Sharkey
22af3d7ba9 Merge "Change data usage warning notification wording." 2011-09-14 20:27:55 -07:00
Peter Ng
9afa5a125a Merge "Status_bar_close that works on light and dark" 2011-09-14 20:27:14 -07:00
Justin Ho
4430fe6869 Merge "Add 480p default videos into the system." 2011-09-14 20:24:06 -07:00
Adam Powell
07031a8e76 Merge "Fix bug 5321195 - Starting WebView text selection with long press does not invoke haptic feedback" 2011-09-14 19:28:53 -07:00
Dianne Hackborn
c56b6c4306 Merge "Fix issue #5155678: Portrait > Landscape full-screen transition..." 2011-09-14 19:26:23 -07:00
Katherine Kuan
5edd37a80e Merge "Swap default avatar" 2011-09-14 19:22:34 -07:00
Jeff Brown
73aaf0d8d2 Velocity Tracker II: The Revenge of Velocity Tracker
Bug: 5265529

Rewrote the velocity tracker to fit a polynomial curve
to pointer movements using least squares linear regression.
The velocity is simply the first derivative of this polynomial.

Clients can also obtain an Estimator that describes the
complete terms of the estimating polynomial including
the coefficient of determination which provides a measure
of the quality of the fit (confidence).

Enhanced PointerLocation to display the movement curve predicted
by the estimator in addition to the velocity vector.

By default, the algorithm computes a 2nd degree (quadratic)
polynomial based on a 100ms recent history horizon.

Change-Id: Id377bef44117fce68fee2c41f90134ce3224d3a1
2011-09-14 19:16:37 -07:00
Svetoslav Ganov
bfb7bf0cc1 Merge "TimePicker CTS test failing." 2011-09-14 19:07:23 -07:00
Daniel Sandler
9fb45a6eb1 Merge "Fix NPE." 2011-09-14 18:56:12 -07:00
Mathias Agopian
128118ab3a Merge "Add (support for) EGL_NV_system_time extension." 2011-09-14 18:50:54 -07:00
Mathias Agopian
58d8fec4dc Merge "Tweak DELAY_UI for 16Hz to 15Hz" 2011-09-14 18:20:31 -07:00
Mathias Agopian
573cd6e2c0 Merge "improve sensorservice dumpsys" 2011-09-14 18:20:12 -07:00
Christopher Tate
d194e02308 Merge "Use string resources instead of inline literals for progress toasts" 2011-09-14 18:18:36 -07:00
Dianne Hackborn
a43be90f09 Merge "Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly" 2011-09-14 17:58:18 -07:00
James Dong
609444fcb9 Merge "Change an assert failure due to unsupported level by HW AVC decoder and report the error to applications" 2011-09-14 17:42:22 -07:00
Adam Powell
bd31697d53 Merge "Fix bug 5237737 - ActionBar should fire an accessibility event when action mode is turned on/off" 2011-09-14 17:32:37 -07:00
Eric Fischer
4c539ce12e Merge "Bug 5278473: Add a delete option in the suggestion popup" 2011-09-14 17:18:59 -07:00
Marius Renn
3b85935d66 Merge "Rename of DoodleEffect as part of cleanup (Bug 5287103)." 2011-09-14 17:13:30 -07:00
Daniel Sandler
8aaf21f8b3 Merge "Fix disappearing BACK button." 2011-09-14 16:26:22 -07:00
Svetoslav Ganov
4c4c7202e5 Merge "AccessibilityManagerService not registered for removed packages." 2011-09-14 16:24:21 -07:00
Dianne Hackborn
8628dcdaa4 Merge "ICS is API 14." 2011-09-14 16:04:15 -07:00
Peter Ng
7ef0075697 Merge "Spinner touchstates now in line with list states" 2011-09-14 15:03:32 -07:00
Irfan Sheriff
f606550535 Merge "Add support to change IPv6 privacy extensions" 2011-09-14 15:03:26 -07:00
Adam Powell
fa7ea4a514 Merge "Bug 5151927 - Monkeys should not play with detached lists." 2011-09-14 14:54:23 -07:00
Jaikumar Ganesh
af3290fd71 Merge "Use an integer for the channel id." 2011-09-14 14:46:20 -07:00
Jaikumar Ganesh
a1808ac811 Merge "Add Register before boot flag." 2011-09-14 14:46:10 -07:00
Rajneesh Chowdury
d40e610938 Merge "Fix for bug 5309242 [Prime] VideoEditorAPITest testVideoContentHD failed" 2011-09-14 14:01:36 -07:00
Robert Greenwalt
08a72fd5d8 Merge "Add OTADM feature for Verizon requirement. - GsmDataConnectionTracker.java <in function createApnList> : modify parameter type for new ApnSetting. (carrierEnabled has changed to boolean from integer, BEARER has changed to integer from string). <in function createAllApnList> : modify telephony db query statement using carrierEnabled. (carrier_enabled: 1 enable apn, 0: disabled apn) <in function buildWaitingApns> : modify apn management code when current RAT (radio access technology) is LTE or EHRPD. add internal function named needToCheckApnBearer to check current RAT is LTE or EHRPD. - ApnSetting.java : add two member variable (carrierEnabled: apn enable/disable , bearer : Radio Access Technology) - Telephony.java : add two static string CARRIER_ENABLED & BEARER. - ApnSettingTest.java : add two assertEquals in function assertApnSettingEqual. add CARRIER_ENABLED & BEARER parameters." 2011-09-14 13:41:10 -07:00
Christopher Tate
b596180bc3 Merge "Give backup/restore confirmation a proper window title" 2011-09-14 11:34:03 -07:00
Svetoslav Ganov
ec09b911cb Merge "Disable accessibility if all accessibility serivces are disbaled." 2011-09-14 11:07:36 -07:00
Fabrice Di Meglio
b112590778 Merge "Fix some TextLayoutCache issues" 2011-09-14 11:05:04 -07:00
Gilles Debunne
41b273efbb Merge "Bug 5295607: IOOB problems in Suggestions" 2011-09-14 11:02:43 -07:00
Matthew Xie
810f69b620 Merge "Keep Binder reference in the mServiceRecordToPid hashmap" 2011-09-14 10:48:43 -07:00
Daniel Sandler
6885dfafe4 Merge "When the status bar hides, close the notification panel." 2011-09-14 10:23:21 -07:00
Scott Main
7178cfd4a7 Merge "docs: update usb driver directory" 2011-09-14 09:57:46 -07:00
Eric Laurent
e6d17213f9 Merge "Issue 5044873: Pb with BT SCO AudioManager API" 2011-09-14 09:18:23 -07:00
Narayan Kamath
00efee55df Merge "Don't wait indefinitely for audio tracks to finish playing." 2011-09-14 09:11:17 -07:00
Jean-Michel Trivi
bf8cdefdea Merge "Bug 5300223 RemoteControlClient uses PendingIntent" 2011-09-14 09:05:36 -07:00
Justin Ho
97bb018322 Merge "Moving tablet unlock screen assets to tablet-specific folders Refreshing visual style to match phone unlock assets Bug: 5231253" 2011-09-14 07:39:56 -07:00
The Android Open Source Project
e59a9f5f08 Reconcile with gingerbread-release gingerbread-mr4-release honeycomb-LTE-release
Change-Id: I2ef7b37dce08a4012ed7ba1704841fb2af846b76
2011-09-14 07:22:47 -07:00
Mike Lockwood
39c1e8b753 Merge "Move Power Manager minimum screen brightness to a framework resource" 2011-09-14 07:12:46 -07:00
Ed Heyl
ccfa5f9863 keep history after reset to GRK39D 2011-09-14 04:28:58 -07:00
Jean-Baptiste Queru
c85432ac37 am 1d6a69f8: Ignore e4f0da70 from gingerbread-plus-aosp
* commit '1d6a69f84f8d14dc8bf90f421ad49ea7f4df88b1':
  Added interface to SurfaceTexture needed by WebKit.
2011-09-13 22:40:47 -07:00