Commit Graph

20044 Commits

Author SHA1 Message Date
John Reck
d99ecbd98f am 0aadeca6: Merge "Partial rollback of I9ebc92dc"
* commit '0aadeca6cc05367faae1eacda6be580df41c17ee':
  Partial rollback of I9ebc92dc
2011-09-01 13:47:33 -07:00
John Reck
0aadeca6cc Merge "Partial rollback of I9ebc92dc" 2011-09-01 13:46:03 -07:00
Erik Pasternak
6ff35c2b16 am 40f2faad: Merge "Fix a calendar info query to use a constant instead of a string"
* commit '40f2faadc10f7b4b549dfd32c5bc1c7c2033ca48':
  Fix a calendar info query to use a constant instead of a string
2011-09-01 13:33:06 -07:00
Erik Pasternak
40f2faadc1 Merge "Fix a calendar info query to use a constant instead of a string" 2011-09-01 13:31:39 -07:00
Makoto Onuki
ed846d703c am e39b7a3d: Merge "Add AbstractCursor.setExtras()"
* commit 'e39b7a3d846584b76bf26262ab15fa10b876208a':
  Add AbstractCursor.setExtras()
2011-09-01 13:29:09 -07:00
Erik Pasternak
92afb3f8aa am 31f8e910: Merge "Revert "Fixed the problem with the calendar sort order using the column name""
* commit '31f8e910289264fc3479bba43e5e37c4e50df8c8':
  Revert "Fixed the problem with the calendar sort order using the column name"
2011-09-01 13:29:01 -07:00
Gilles Debunne
82a685b9cb am 8a16f922: Merge "Using ListView for Suggestion popup window"
* commit '8a16f92270f4cc803292adfb533838603c67d742':
  Using ListView for Suggestion popup window
2011-09-01 13:28:39 -07:00
Fabrice Di Meglio
663932892e am 8b5a8b5b: Merge "Code cleaning"
* commit '8b5a8b5bed98bd1c048864abcf39dfc3875518cb':
  Code cleaning
2011-09-01 13:28:35 -07:00
Svetoslav Ganov
99662ef183 am 6a13dd55: Merge "Accessibility hover events are fired if hover otside of modal window."
* commit '6a13dd5544d0eb55349ccf57ee6a781ab4fd51b6':
  Accessibility hover events are fired if hover otside of modal window.
2011-09-01 13:28:18 -07:00
Michael Chan
ec3418981a am 9fd17460: Fixed the problem with the calendar sort order using the column name
* commit '9fd17460a73c46ea1c3d2174555cfcc0886ca112':
  Fixed the problem with the calendar sort order using the column name
2011-09-01 13:27:45 -07:00
Dianne Hackborn
1b472563ab am ec8917dc: Merge "Increase orientation settle time. Bug: 4981385"
* commit 'ec8917dccb5a3923458c435f6356b9c1a7975370':
  Increase orientation settle time. Bug: 4981385
2011-09-01 13:27:23 -07:00
Ben Murdoch
f80e831c78 am ea24a401: Merge "Preload libchromium_net in addition to libwebcore."
* commit 'ea24a4015a86e8c461a594abe042ade3271bbb2c':
  Preload libchromium_net in addition to libwebcore.
2011-09-01 13:27:12 -07:00
Michael Chan
e5e0250dd2 Fix a calendar info query to use a constant instead of a string
This was causing an error when trying to query the calendar app
status from the dialer.

Change-Id: I7d5f554a96d7dc3dfed8d3fa8a0f16635a776701
2011-09-01 13:24:23 -07:00
Makoto Onuki
e39b7a3d84 Merge "Add AbstractCursor.setExtras()" 2011-09-01 12:51:58 -07:00
Erik Pasternak
31f8e91028 Merge "Revert "Fixed the problem with the calendar sort order using the column name"" 2011-09-01 12:26:14 -07:00
Erik Pasternak
07d5caaba6 Revert "Fixed the problem with the calendar sort order using the column name"
This reverts commit 9fd17460a7
2011-09-01 12:26:00 -07:00
Gilles Debunne
8a16f92270 Merge "Using ListView for Suggestion popup window" 2011-09-01 11:42:23 -07:00
Fabrice Di Meglio
8b5a8b5bed Merge "Code cleaning" 2011-09-01 11:41:42 -07:00
Svetoslav Ganov
6a13dd5544 Merge "Accessibility hover events are fired if hover otside of modal window." 2011-09-01 11:27:37 -07:00
John Reck
39bb698cd2 Partial rollback of I9ebc92dc
Bug: 5239166
 Turns out nativeRecordButtons is necessary even if we are not
 using the native selection rings.

Change-Id: I8e7713928b77c0098640b51ce8e8815dad0c9545
2011-09-01 11:05:03 -07:00
Michael Chan
9fd17460a7 Fixed the problem with the calendar sort order using the column name
Change-Id: Ib50e0a10f001d1b5626e460fecaefff6d6a2a308
2011-09-01 10:46:14 -07:00
Dianne Hackborn
ec8917dccb Merge "Increase orientation settle time. Bug: 4981385" 2011-09-01 10:44:17 -07:00
Ben Murdoch
ea24a4015a Merge "Preload libchromium_net in addition to libwebcore." 2011-09-01 10:40:29 -07:00
John Reck
4c24bc28c9 am 6c859576: Merge "Draw text selection in Java"
* commit '6c859576ad5ae5e870e3e96b650f015024b6c49e':
  Draw text selection in Java
2011-09-01 08:45:09 -07:00
John Reck
6c859576ad Merge "Draw text selection in Java" 2011-09-01 08:43:30 -07:00
Wu-cheng Li
7437294555 am 98bb251c: Add video snapshot camera parameter.
* commit '98bb251c8b527600e7a4cca6cc33499710bbfbf1':
  Add video snapshot camera parameter.
2011-09-01 04:17:12 -07:00
Wu-cheng Li
98bb251c8b Add video snapshot camera parameter.
The API is still hidden.

bug:5187868

Change-Id: I59e1b5774ca32be049723d1a0887faa90d8884bb
2011-09-01 13:37:14 +08:00
Jeff Brown
7552c044fc Increase orientation settle time.
Bug: 4981385

Improves noise tolerance and reduces the chance of mispredicted
orientation changes.

Change-Id: I27f2c05a981ae93b0de41c542d41377b2ea25450
2011-08-31 22:22:24 -07:00
Svetoslav Ganov
4c1c101a91 Accessibility hover events are fired if hover otside of modal window.
1. Added a check whether the received hover event is in the bounds
   if the view before sending accessiiblity hover events. Hence, if
   a widnow gets a hover event and it gets to its topmost view the
   latter will not fire an accessibility event.

bug:5233588

Change-Id: I61e81fbf0ce59a7f57377262ce066bcf8db98f56
2011-08-31 20:14:41 -07:00
Ben Murdoch
492bbe3f7b Preload libchromium_net in addition to libwebcore.
To improve WebView app startup time, preload libchromium_net which
was recently split from libwebcore into its own shared library.

Bug: 5112647
Change-Id: I4417d5a4f8c7783e8fa7b8eaddf89aaeb3693fac
2011-09-01 03:33:43 +01:00
Fabrice Di Meglio
7d892dcc8a Code cleaning
- remove unused constant
- fix spelling

Change-Id: I0053129b33c2ee472db84e14d4b2ace5d97d20a8
2011-08-31 19:31:51 -07:00
Robert Greenwalt
81f2a36a53 am 2d012c12: Merge "Create new isNetworkSupported API"
* commit '2d012c128fda793be3bf443f0b8596fbe23ca323':
  Create new isNetworkSupported API
2011-08-31 17:46:41 -07:00
Robert Greenwalt
2d012c128f Merge "Create new isNetworkSupported API" 2011-08-31 17:44:50 -07:00
David Brown
eef989ebd4 am 93d77b63: Don\'t log PII when launching intents with "sms:" or "sip:" URIs
* commit '93d77b633e7888b425443f544b2732485adee45e':
  Don't log PII when launching intents with "sms:" or "sip:" URIs
2011-08-31 17:13:12 -07:00
John Reck
086a514e6b Draw text selection in Java
Bug: 5208328
 Bug: 5224394
 Also use framework assets

Change-Id: If704fd7df5aa95648d78e615571d4a2658d29534
2011-08-31 17:09:44 -07:00
David Brown
93d77b633e Don't log PII when launching intents with "sms:" or "sip:" URIs
We were already redacting phone numbers from "tel:" and "smsto:" URIs.

Now, do that for "sms:" and "sip:" too, since those schemes are equally
likely to contain PII in the scheme-specific part.

TESTED: Received incoming call; selected "Respond via SMS" -> "Custom
        message"; confirmed no PII in the system log.

Bug: 5244735
Change-Id: If2444c8901249aac9fd8e6b809d6da01db2e27c1
2011-08-31 17:04:17 -07:00
Robert Greenwalt
9b2886e243 Create new isNetworkSupported API
Useful for checking if on a wifi-only device.
Similar to asking for NetworkInfo for a network type and checking for
null, though here the intent is explicit.

bug:5087537
Change-Id: Ia3ddd09b6b735b8b3ceb7a347891e015fd96b218
2011-08-31 16:53:12 -07:00
Adam Powell
a2dd470c48 am 5a0a47a0: Merge "Make EdgeEffect public API."
* commit '5a0a47a006008232d9962f2d8e6da8b7b79a4cdd':
  Make EdgeEffect public API.
2011-08-31 16:14:15 -07:00
Adam Powell
5a0a47a006 Merge "Make EdgeEffect public API." 2011-08-31 16:11:45 -07:00
Adam Powell
89935e41c5 Make EdgeEffect public API.
This enables apps to make use of the system's visual edge effect used
during overscroll in 2D content.

Also un-@hide the getCurrVelocity methods from Scroller/OverScroller,
without which it becomes cumbersome to obtain values to pass to the
EdgeEffect#onAbsorb method.

Change-Id: I40e452455f5cb5d45d1fb3687f739fc8eae65560
2011-08-31 14:59:19 -07:00
Dianne Hackborn
8aab8b5759 am 1434ab98: Merge "Use floating point window positions."
* commit '1434ab98e690cbcfcdcd2296b491a44bff14cc55':
  Use floating point window positions.
2011-08-31 14:22:37 -07:00
Dianne Hackborn
d040edbae9 Use floating point window positions.
Gets rid of gapps between windows during animations.

Change-Id: I17d2ef0af214008f0eabd7eb19268f145fe83b39
2011-08-31 14:18:32 -07:00
Makoto Onuki
630f6b1cf8 Add AbstractCursor.setExtras()
This allows providers to return SQLiteCursor with a bundle, without wrapping
it in a CursorWrapper, which has performance penalty on cross-process
queries.

Bug 5220669

Change-Id: I46b9dfb3d8e01e9caf080bb24acfd97551441e25
2011-08-31 14:17:55 -07:00
Fabrice Di Meglio
616359fc8e am be566b48: Merge "Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it"
* commit 'be566b488a78e9e5ba0971ebe888d41511a11fa8':
  Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it
2011-08-31 14:16:32 -07:00
Fabrice Di Meglio
be566b488a Merge "Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it" 2011-08-31 14:14:11 -07:00
Fabrice Di Meglio
3716601573 Fix bug #5243493 TextView selection is not working correctly when there is some RTL run into it
- make the selection green highlight work

Change-Id: I4e3b88e3720288f973b1b9e68afa8f800ad13779
2011-08-31 13:56:37 -07:00
Nick Pelly
666fa84e66 am 46848574: Merge "NFC API updates."
* commit '468485747970d9842d94e1d292fe4cced701cad2':
  NFC API updates.
2011-08-31 13:26:23 -07:00
Nick Pelly
4684857479 Merge "NFC API updates." 2011-08-31 13:24:14 -07:00
Jeff Brown
79753f387a am 9d4bc852: Merge "Fix input channel leak. Bug: 5156144"
* commit '9d4bc852ea459c2a4347a87ce0357b3328a25db8':
  Fix input channel leak. Bug: 5156144
2011-08-31 13:03:26 -07:00
Jeff Brown
9d4bc852ea Merge "Fix input channel leak. Bug: 5156144" 2011-08-31 13:01:16 -07:00