Commit Graph

18974 Commits

Author SHA1 Message Date
Dianne Hackborn
162915eaa7 am df82905c: Merge "Update the public APIs for finding views by text to optionally use content description."
* commit 'df82905cf3ceb9192dc8087f934081f809d99bcf':
  Update the public APIs for finding views by text to optionally use content description.
2011-09-14 22:35:45 -07:00
Dianne Hackborn
df82905cf3 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
0205bbe695 am fc0ab4c0: Merge "Network stats flag to force complete poll."
* commit 'fc0ab4c065babdda912d0a1b9fce9ab59140482a':
  Network stats flag to force complete poll.
2011-09-14 21:46:06 -07:00
Jeff Sharkey
fc0ab4c065 Merge "Network stats flag to force complete poll." 2011-09-14 21:44:19 -07:00
Jeff Brown
1ac36b7729 am 93578af2: Merge "Velocity Tracker II: The Revenge of Velocity Tracker Bug: 5265529"
* commit '93578af23ecfb8f5b6001346d63c6214cdec5d17':
  Velocity Tracker II: The Revenge of Velocity Tracker Bug: 5265529
2011-09-14 21:29:11 -07:00
Jeff Brown
93578af23e Merge "Velocity Tracker II: The Revenge of Velocity Tracker Bug: 5265529" 2011-09-14 21:27:25 -07:00
satok
a260bfaeec am a0b1cc0f: Merge "Call onFinishInputView in onDestroy"
* commit 'a0b1cc0fb193805803cdd2b62dd0bd1e6607aa16':
  Call onFinishInputView in onDestroy
2011-09-14 21:14:48 -07:00
satok
a0b1cc0fb1 Merge "Call onFinishInputView in onDestroy" 2011-09-14 21:13:06 -07:00
Jeff Sharkey
991d1b1b3f Network stats flag to force complete poll.
Devices currently delay collecting UID stats during common operations
like global alerts to reduce parsing load.  Here we introduce a flag
to always collect UID and iface stats together to aid debugging.

Bug: 5321340
Change-Id: Ia8e1daf1a6f9d5f5cf1f64a04b6b6766ee965ab6
2011-09-14 19:47:05 -07:00
Svetoslav Ganov
ea515aeafa Update the public APIs for finding views by text to optionally use content description.
1. Added flags to the search method to specify whether to match text or
   content description or both.

2. Added test case for the seach by content description.

3. Updated the code in AccessibilityManager service to reflect the latest
   changes there so test automation service works - this is the fake
   service used for UI automation.

Change-Id: I14a6779a920ff0430e78947ea5aaf876c2e66076
2011-09-14 19:40:33 -07:00
Adam Powell
bd5e2d5ef2 am 468fb9ce: Merge "Fix bug 5321195 - Starting WebView text selection with long press does not invoke haptic feedback"
* commit '468fb9ce3201a58c0b2090d2191f702dc890b82e':
  Fix bug 5321195 - Starting WebView text selection with long press does not invoke haptic feedback
2011-09-14 19:31:11 -07:00
Dianne Hackborn
cb8eeca141 am d32b472e: Merge "Fix issue #5155678: Portrait > Landscape full-screen transition..."
* commit 'd32b472edfda62c8c2713c4c72da4cdba32dd5ff':
  Fix issue #5155678: Portrait > Landscape full-screen transition...
2011-09-14 19:28:59 -07:00
Adam Powell
468fb9ce32 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
d32b472edf Merge "Fix issue #5155678: Portrait > Landscape full-screen transition..." 2011-09-14 19:26:23 -07:00
Dianne Hackborn
ec537457cd Fix issue #5155678: Portrait > Landscape full-screen transition...
...mode cuts off screen rendering

The code for limiting application window sizes to not include the
navigation bar was dead.  Now it is back.

Change-Id: Ic0bde56e3300fd0d9d225e19d8de2766d07e8780
2011-09-14 19:19:55 -07:00
Jeff Brown
b59ab9f41f 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
Adam Powell
ad804e34b9 Fix bug 5321195 - Starting WebView text selection with long press does
not invoke haptic feedback

Change-Id: I6ba6b7e5b0ecedf721ab6d1bf87d7d2a92dc7200
2011-09-14 19:11:08 -07:00
Svetoslav Ganov
b2b22f7c47 am de16e00f: Merge "TimePicker CTS test failing."
* commit 'de16e00f6d80b6ec21c15cfaba6f2083a5d4d86b':
  TimePicker CTS test failing.
2011-09-14 19:09:07 -07:00
Svetoslav Ganov
de16e00f6d Merge "TimePicker CTS test failing." 2011-09-14 19:07:23 -07:00
Svetoslav Ganov
11c9132818 TimePicker CTS test failing.
TimePicker code for setting the IME options was not taking into
account the old style of the UI where the AmPm spinner can be
null.

bug:5318844

Change-Id: I58b1781ef95398d11ecf0ca5bb49817cbba97b54
2011-09-14 18:35:48 -07:00
Mathias Agopian
628a89c0f9 am ab6d77a4: Merge "Tweak DELAY_UI for 16Hz to 15Hz"
* commit 'ab6d77a45cf2f0f350ae40ceceb65f94fb1711b4':
  Tweak DELAY_UI for 16Hz to 15Hz
2011-09-14 18:22:21 -07:00
Mathias Agopian
ab6d77a45c Merge "Tweak DELAY_UI for 16Hz to 15Hz" 2011-09-14 18:20:31 -07:00
Mathias Agopian
5263767cda Tweak DELAY_UI for 16Hz to 15Hz
this allows us to hit the lower accel rate.

Change-Id: I21944ee82020cf4b80397b87803bc481ddf51931
2011-09-14 18:18:11 -07:00
Dianne Hackborn
7b50e27ad2 am ca7b6568: Merge "Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly"
* commit 'ca7b6568333e1446b8357a89f6bdf757fee29768':
  Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly
2011-09-14 17:59:44 -07:00
Dianne Hackborn
ca7b656833 Merge "Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly" 2011-09-14 17:58:18 -07:00
Dianne Hackborn
1f903c3b57 Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly
PhoneWindowManager now takes full responsibility for deciding where the
navigation bar goes.  This gets rid of a bunch of race conditions with
determining layout while the nav bar is moving itself at the same time
the window manager is computing a new configuration.

Note that this breaks the "nav bar on left" option.  The current nav
bar code could also be cleaned up some more to completely drive its
behavior based on onSizeChanged() happening during relayout.

Change-Id: I1651d74c3464ba0d588aab3049e099c78420146a
2011-09-14 17:56:40 -07:00
Adam Powell
c4dd8fe1e8 am e71ffeb7: Merge "Fix bug 5237737 - ActionBar should fire an accessibility event when action mode is turned on/off"
* commit 'e71ffeb7e0eaa181130aaaad18a94ef3ab73ecb1':
  Fix bug 5237737 - ActionBar should fire an accessibility event when action mode is turned on/off
2011-09-14 17:33:50 -07:00
Adam Powell
e71ffeb7e0 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
Adam Powell
86ed436b83 Fix bug 5237737 - ActionBar should fire an accessibility event when
action mode is turned on/off

Fire AccessibilityEvent.TYPE_WINDOW_STATE_CHANGED when action modes
come and go to give an indication of UI change on the level of a menu
or dialog opening/closing.

Change-Id: Id36c6153b0722b4b6927c8d36503e8ac57c2d2b2
2011-09-14 16:19:44 -07:00
Dianne Hackborn
7722eec159 am 67eb4320: Merge "ICS is API 14."
* commit '67eb4320d2832b43fe3150ba07fd05ea98ea617f':
  ICS is API 14.
2011-09-14 16:05:31 -07:00
Dianne Hackborn
67eb4320d2 Merge "ICS is API 14." 2011-09-14 16:04:15 -07:00
Irfan Sheriff
cdca7e925a am 62e61d73: Merge "Add support to change IPv6 privacy extensions"
* commit '62e61d73f2f4edc480c1e6ab2110ff54ce699020':
  Add support to change IPv6 privacy extensions
2011-09-14 15:06:42 -07:00
Irfan Sheriff
62e61d73f2 Merge "Add support to change IPv6 privacy extensions" 2011-09-14 15:03:26 -07:00
Adam Powell
e75f899108 am 149cecdc: Merge "Bug 5151927 - Monkeys should not play with detached lists."
* commit '149cecdc7853125a4b67ebe4e7795a6e7d2af07d':
  Bug 5151927 - Monkeys should not play with detached lists.
2011-09-14 14:57:01 -07:00
Adam Powell
149cecdc78 Merge "Bug 5151927 - Monkeys should not play with detached lists." 2011-09-14 14:54:23 -07:00
Jaikumar Ganesh
f0697b2b45 am f28c5393: Merge "Use an integer for the channel id."
* commit 'f28c5393890dfd7172abdc7c9213ca7c6ba50835':
  Use an integer for the channel id.
2011-09-14 14:47:42 -07:00
Jaikumar Ganesh
6ff2e6fbf3 am d1ec771e: Merge "Add Register before boot flag."
* commit 'd1ec771e27d93cb5cf3477c771c26653e309116f':
  Add Register before boot flag.
2011-09-14 14:47:38 -07:00
Jaikumar Ganesh
f28c539389 Merge "Use an integer for the channel id." 2011-09-14 14:46:20 -07:00
Jaikumar Ganesh
d1ec771e27 Merge "Add Register before boot flag." 2011-09-14 14:46:10 -07:00
Adam Powell
a2b986e72c Bug 5151927 - Monkeys should not play with detached lists.
Don't process ListView key events while detached from a window.

Change-Id: Ibf85e081887d47834a467f9fd2cb6a1e39b4857e
2011-09-14 14:21:33 -07:00
Dianne Hackborn
0784cfb4b7 ICS is API 14.
Change-Id: I95f500f94ce206ae6ca6938d17537431d8799237
2011-09-14 13:51:59 -07:00
Robert Greenwalt
dce56b3efd am 11fed2b2: 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
* commit '11fed2b218eae1ea94e7c1055a49562efef87a90':
  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:42:45 -07:00
Robert Greenwalt
11fed2b218 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
Costin Manolache
8c5454e043 am e5847ada: b/5316640 fix bundle add
* commit 'e5847ada7bdf99386dc13471a7d4f08bf779531b':
  b/5316640 fix bundle add
2011-09-14 13:16:10 -07:00
Costin Manolache
e5847ada7b b/5316640 fix bundle add
Change-Id: I567c26f6d8fc1a0ea5827fd32f9012b979cbea71
2011-09-14 12:53:18 -07:00
Irfan Sheriff
7329361cdc Add support to change IPv6 privacy extensions
Bug: 3360737
Change-Id: I9136992d05f7abf15bdfd92aad3a3e0c0fe3bee2
2011-09-14 12:31:56 -07:00
Jaikumar Ganesh
ee4837b3a0 Add Register before boot flag.
In some instances, the device might connect before we have booted up.

Change-Id: I1a50585207a2b0b2339acb048dffaea84e1a91e9
2011-09-14 11:57:46 -07:00
Gilles Debunne
16e1516ce8 am a4102b97: Merge "Bug 5295607: IOOB problems in Suggestions"
* commit 'a4102b972e9facb287e3c3ee2d52b93d8325e83a':
  Bug 5295607: IOOB problems in Suggestions
2011-09-14 11:04:47 -07:00
Gilles Debunne
a4102b972e Merge "Bug 5295607: IOOB problems in Suggestions" 2011-09-14 11:02:43 -07:00
Matthew Xie
4e5f916f3c am f16e2aea: Merge "Keep Binder reference in the mServiceRecordToPid hashmap"
* commit 'f16e2aea541f9be26f8194d803fbf2a5971aaa5e':
  Keep Binder reference in the mServiceRecordToPid hashmap
2011-09-14 10:50:22 -07:00