4992 Commits

Author SHA1 Message Date
Leon Scroggins
36b8ee27b5 am 9780c403: am 70de03d4: am f8e3ac85: Merge change Ifa8ab30e into eclair
Merge commit '9780c40335e3909c7550cab97d82ca452141aa97'

* commit '9780c40335e3909c7550cab97d82ca452141aa97':
  In onKeyUp for DPAD_CENTER, show the IME for text input.
2009-10-22 09:51:51 -07:00
Leon Scroggins
9780c40335 am 70de03d4: am f8e3ac85: Merge change Ifa8ab30e into eclair
Merge commit '70de03d41374aa3f4d3308d5d44e1db908d22667' into eclair-mr2-plus-aosp

* commit '70de03d41374aa3f4d3308d5d44e1db908d22667':
  In onKeyUp for DPAD_CENTER, show the IME for text input.
2009-10-22 09:35:27 -07:00
Leon Scroggins
70de03d413 am f8e3ac85: Merge change Ifa8ab30e into eclair
Merge commit 'f8e3ac851959efbd21da930a802f8efb65ccec5b' into eclair-mr2

* commit 'f8e3ac851959efbd21da930a802f8efb65ccec5b':
  In onKeyUp for DPAD_CENTER, show the IME for text input.
2009-10-22 06:47:47 -07:00
Android (Google) Code Review
f8e3ac8519 Merge change Ifa8ab30e into eclair
* changes:
  In onKeyUp for DPAD_CENTER, show the IME for text input.
2009-10-21 16:11:23 -04:00
Leon Scroggins
9d1abc43f5 In onKeyUp for DPAD_CENTER, show the IME for text input.
Fixes http://b/issue?id=2201966

Change-Id: Ifa8ab30e205e21e9e69e9a7405a0a6fc86c6c488
2009-10-21 15:35:33 -04:00
Grace Kloba
89d53fba12 am 85356bac: am 3f9faf47: When WebView has wrap_content, we are sending WebKit 0 height to get the exact height. But if the View system doesn\'t think the WebView dimension changed, even we call requestLayout, we won\'t get onSizeChanged. So we never notify the WebKit
Merge commit '85356bac4a1246537d16e95b7929da5a4715ab1d'

* commit '85356bac4a1246537d16e95b7929da5a4715ab1d':
  When WebView has wrap_content, we are sending WebKit
2009-10-21 12:15:16 -07:00
Leon Scroggins
1a800d157f am c62ccc5c: am 2f3dc5b9: Merge change If1e1fb39 into eclair-mr2
Merge commit 'c62ccc5c53c30426e2b2acfd0f3c01d608234f57'

* commit 'c62ccc5c53c30426e2b2acfd0f3c01d608234f57':
  Draw dividers between <optgroup> and <option> elements.
2009-10-21 12:15:02 -07:00
Cary Clark
9394f5e824 am 2c15a260: am 7a719785: Merge change Ifcafa460 into eclair-mr2
Merge commit '2c15a260a12c76ab4a36fb5fc287fa22fa948b79'

* commit '2c15a260a12c76ab4a36fb5fc287fa22fa948b79':
  fix multiple text areas, and text areas without focus rings
2009-10-21 12:14:46 -07:00
Grace Kloba
85356bac4a am 3f9faf47: When WebView has wrap_content, we are sending WebKit 0 height to get the exact height. But if the View system doesn\'t think the WebView dimension changed, even we call requestLayout, we won\'t get onSizeChanged. So we never notify the WebKit about the fina
Merge commit '3f9faf473712be7d6471913b921bf8a63ab3205d' into eclair-mr2-plus-aosp

* commit '3f9faf473712be7d6471913b921bf8a63ab3205d':
  When WebView has wrap_content, we are sending WebKit
2009-10-21 11:59:50 -07:00
Leon Scroggins
c62ccc5c53 am 2f3dc5b9: Merge change If1e1fb39 into eclair-mr2
Merge commit '2f3dc5b9ce0e3907e529c88728b166d66beccab5' into eclair-mr2-plus-aosp

* commit '2f3dc5b9ce0e3907e529c88728b166d66beccab5':
  Draw dividers between <optgroup> and <option> elements.
2009-10-21 11:59:32 -07:00
Cary Clark
2c15a260a1 am 7a719785: Merge change Ifcafa460 into eclair-mr2
Merge commit '7a7197853de1b8aea0945b5b72e0eb12b2837b50' into eclair-mr2-plus-aosp

* commit '7a7197853de1b8aea0945b5b72e0eb12b2837b50':
  fix multiple text areas, and text areas without focus rings
2009-10-21 11:59:20 -07:00
Grace Kloba
3f9faf4737 When WebView has wrap_content, we are sending WebKit
0 height to get the exact height. But if the View system
doesn't think the WebView dimension changed, even we
call requestLayout, we won't get onSizeChanged. So
we never notify the WebKit about the final view size.

If updateLayout is true, which is probable because that
we set the height to be 0 to WebKit, just call requestLayout()
even the meansured height / width is matching the 
content height / width.

Fix http://b/issue?id=2162991
2009-10-21 11:34:35 -07:00
Android (Google) Code Review
2f3dc5b9ce Merge change If1e1fb39 into eclair-mr2
* changes:
  Draw dividers between <optgroup> and <option> elements.
2009-10-21 14:15:54 -04:00
Android (Google) Code Review
7a7197853d Merge change Ifcafa460 into eclair-mr2
* changes:
  fix multiple text areas, and text areas without focus rings
2009-10-21 14:14:46 -04:00
Cary Clark
fcafa46069 fix multiple text areas, and text areas without focus rings
If the typed key doesn't go with the current text area, clear
the focus so the key won't return to that text area. However,
don't clear the focus if it is already off the old text area.

fixes http://b/issue?id=2201049
2009-10-21 13:55:48 -04:00
Leon Scroggins
f1e1fb3976 Draw dividers between <optgroup> and <option> elements.
Fix http://b/issue?id=2198355
2009-10-21 13:39:33 -04:00
Jack Palevich
d443ba4534 Prevent transparent region from getting out of sync with Surface Flinger
The ViewRoot is responsible for calculating the current view's surface's
transparent region and reporting this to the window server, which in
turn notifies Surface Flinger.

To minimize cross-process traffic, ViewRoot keeps track of the
most recent transparent region that it has reported to the window
server, and only sends updates when the region shape changes.

ViewRoot is effectively shadowing the internal state of the window
server, and usually this works fine, because ViewRoot is usually the
only thing that changes this value.

But when the surface is recreated, the window server resets the
transparent region to empty. So in order to properly update the window
server we need to reset our copy of its state to empty too.

Fixes issue #2133090: GL Gears runs at half speed in some cases
2009-10-21 09:33:34 -07:00
Leon Scroggins
2e7b1b7d4c am b078a7f7: am a8da1735: Do not show radio/checkboxes for <optgroup> labels.
Merge commit 'b078a7f780f2aaf3917660902fd839abada5e167'

* commit 'b078a7f780f2aaf3917660902fd839abada5e167':
  Do not show radio/checkboxes for <optgroup> labels.
2009-10-21 07:32:53 -07:00
Leon Scroggins
b078a7f780 am a8da1735: Do not show radio/checkboxes for <optgroup> labels.
Merge commit 'a8da17356f9a385e097e3eef205358462d214538' into eclair-mr2-plus-aosp

* commit 'a8da17356f9a385e097e3eef205358462d214538':
  Do not show radio/checkboxes for <optgroup> labels.
2009-10-21 07:21:57 -07:00
Leon Scroggins
a8da17356f Do not show radio/checkboxes for <optgroup> labels.
Fix for http://b/issue?id=2186188.  Keep track of <optgroup> labels
separately from disabled <option> labels.  Requires a change to
external/webkit.

In CheckedTextView, if the CheckMarkDrawable is set to null,
remove it.
2009-10-21 10:01:49 -04:00
Dan Egnor
bc04846150 am 484a065c: am 2a2805b7: Merge change Ib3b06fc3 into eclair-mr2
Merge commit '484a065ce325a1c1bf38627ff924516b25a02efb'

* commit '484a065ce325a1c1bf38627ff924516b25a02efb':
  It turns out to be useful to allow enumeration on a per-tag basis,
2009-10-20 13:35:51 -07:00
Dan Egnor
484a065ce3 am 2a2805b7: Merge change Ib3b06fc3 into eclair-mr2
Merge commit '2a2805b7fbd25ee11ad554e33bf34dbb2e8b71c5' into eclair-mr2-plus-aosp

* commit '2a2805b7fbd25ee11ad554e33bf34dbb2e8b71c5':
  It turns out to be useful to allow enumeration on a per-tag basis,
2009-10-20 13:29:31 -07:00
Android (Google) Code Review
2a2805b7fb Merge change Ib3b06fc3 into eclair-mr2
* changes:
  It turns out to be useful to allow enumeration on a per-tag basis, and it's easy to support based on the data structures we have, so add a tag parameter to getNextEvent().
2009-10-20 16:23:01 -04:00
Dan Egnor
b3b06fc39b It turns out to be useful to allow enumeration on a per-tag basis,
and it's easy to support based on the data structures we have, so
add a tag parameter to getNextEvent().
2009-10-20 13:05:17 -07:00
Cary Clark
bad3f6455e am 536d7f03: am ac492e18: tweak snap scroll
Merge commit '536d7f037d21ca29c6c0c57e7d64c1f581f60ab0'

* commit '536d7f037d21ca29c6c0c57e7d64c1f581f60ab0':
  tweak snap scroll
2009-10-20 12:39:05 -07:00
Cary Clark
107a8034de am ef7671db: am 5af4cf47: Merge change I4958d608 into eclair-mr2
Merge commit 'ef7671dbee57ad68f581f0852d797887f9d07890'

* commit 'ef7671dbee57ad68f581f0852d797887f9d07890':
  add dpad control of text selection for sholes
2009-10-20 12:30:06 -07:00
Cary Clark
536d7f037d am ac492e18: tweak snap scroll
Merge commit 'ac492e181a21749858ebf30dc1f5bcb0ded4383c' into eclair-mr2-plus-aosp

* commit 'ac492e181a21749858ebf30dc1f5bcb0ded4383c':
  tweak snap scroll
2009-10-20 12:28:56 -07:00
Cary Clark
ef7671dbee am 5af4cf47: Merge change I4958d608 into eclair-mr2
Merge commit '5af4cf47b94383deb47648240036c7090f46fd41' into eclair-mr2-plus-aosp

* commit '5af4cf47b94383deb47648240036c7090f46fd41':
  add dpad control of text selection for sholes
2009-10-20 12:18:56 -07:00
Cary Clark
ac492e181a tweak snap scroll
WebView.mHeldMotionless should only be set to MOTIONLESS_FALSE
if some scrolling occurs, even in the case where motion is discarded
by snap-scroll mode.

Refactoring the code allows the code to be smaller, and provides
a single point where scrollBy() is called while dragging.

This doesn't change the snap-scroll logic in any way.

related to http://b/issue?id=2092446
2009-10-20 15:17:55 -04:00
Cary Clark
c05af372b8 add dpad control of text selection for sholes
Make movement of text selection arrow and I-beam respond to
both trackball and d-pad. Make the 'click' action work for
both trackball-up and d-pad center.

fixes http://b/issue?id=2186069
2009-10-20 14:27:36 -04:00
Grace Kloba
a91cb7284e am 1bee6131: am 12a19551: Merge change I58def690 into eclair-mr2
Merge commit '1bee61319615f2564a5cf0a4275d82fea35cb39d'

* commit '1bee61319615f2564a5cf0a4275d82fea35cb39d':
  If openOrCreateDatabase() throws an exception, delete
2009-10-20 10:23:57 -07:00
Grace Kloba
1bee613196 am 12a19551: Merge change I58def690 into eclair-mr2
Merge commit '12a19551dd106b04898d262807213ce4c6d1e5f7' into eclair-mr2-plus-aosp

* commit '12a19551dd106b04898d262807213ce4c6d1e5f7':
  If openOrCreateDatabase() throws an exception, delete
2009-10-20 10:13:59 -07:00
Android (Google) Code Review
12a19551dd Merge change I58def690 into eclair-mr2
* changes:
  If openOrCreateDatabase() throws an exception, delete the old db and re-do it. If it still fails, something bad happens, like the directory may have the different permission. Let it throw as WebView needs the db.
2009-10-20 13:03:02 -04:00
Eric Laurent
41e1371484 am 2ff77e27: am 52f545c7: Merge change Ibe55f880 into eclair-mr2
Merge commit '2ff77e2706a417dd75de07285ff948146d2f99cf'

* commit '2ff77e2706a417dd75de07285ff948146d2f99cf':
  Bluetooth A2DP suspend-resume improvements.
2009-10-20 00:48:09 -07:00
Eric Laurent
2ff77e2706 am 52f545c7: Merge change Ibe55f880 into eclair-mr2
Merge commit '52f545c7fd427610cf06d8215fde434cbbf55d81' into eclair-mr2-plus-aosp

* commit '52f545c7fd427610cf06d8215fde434cbbf55d81':
  Bluetooth A2DP suspend-resume improvements.
2009-10-20 00:40:20 -07:00
Android (Google) Code Review
52f545c7fd Merge change Ibe55f880 into eclair-mr2
* changes:
  Bluetooth A2DP suspend-resume improvements.
2009-10-20 03:32:44 -04:00
Amith Yamasani
155000d1f1 am c0df229d: am b0f4d0cd: am f37447ba: Proper fix for zero signal strength and no_service. Fixes #2176141
Merge commit 'c0df229d203aa8d4f06c7847c0d53d8ad9026b74'

* commit 'c0df229d203aa8d4f06c7847c0d53d8ad9026b74':
  Proper fix for zero signal strength and no_service. Fixes #2176141
2009-10-19 15:55:39 -07:00
Amith Yamasani
c0df229d20 am b0f4d0cd: am f37447ba: Proper fix for zero signal strength and no_service. Fixes #2176141
Merge commit 'b0f4d0cd249773927c891ab52505505b6b19347b' into eclair-mr2-plus-aosp

* commit 'b0f4d0cd249773927c891ab52505505b6b19347b':
  Proper fix for zero signal strength and no_service. Fixes #2176141
2009-10-19 15:44:08 -07:00
Amith Yamasani
b0f4d0cd24 am f37447ba: Proper fix for zero signal strength and no_service. Fixes #2176141
Merge commit 'f37447bad3773b62176baa837908daf6edb44273' into eclair-mr2

* commit 'f37447bad3773b62176baa837908daf6edb44273':
  Proper fix for zero signal strength and no_service. Fixes #2176141
2009-10-19 15:30:01 -07:00
Amith Yamasani
f37447bad3 Proper fix for zero signal strength and no_service. Fixes #2176141
Track phone service state changes and use a separate timer for out-of-service
since the hunting can timeout on some devices.

Store the timeout value in the config.xml, as it is device/network specific.

Settings App will also change to use the hunting duration to compute the cost
of zero signal.
2009-10-19 15:16:26 -07:00
Mark Wagner
6fdd2c5958 am da4204ca: am dad4780b: Merge change I3834b1cb into eclair-mr2
Merge commit 'da4204caa487bc613e51684db457ef4be6a914fc'

* commit 'da4204caa487bc613e51684db457ef4be6a914fc':
  support for multiline paragraph style indentation
2009-10-19 14:15:09 -07:00
Ken Shirriff
bc994a33b6 am 5b231096: am f9feb96e: Merge change I4458a55d into eclair-mr2
Merge commit '5b231096f25dcca09e17e485684f1f55f8fc67a4'

* commit '5b231096f25dcca09e17e485684f1f55f8fc67a4':
  Add access to ContentProvider for SyncState.
2009-10-19 14:14:58 -07:00
Mark Wagner
da4204caa4 am dad4780b: Merge change I3834b1cb into eclair-mr2
Merge commit 'dad4780bbd6be0891ea8745bd274fc8d6882f071' into eclair-mr2-plus-aosp

* commit 'dad4780bbd6be0891ea8745bd274fc8d6882f071':
  support for multiline paragraph style indentation
2009-10-19 14:04:00 -07:00
Ken Shirriff
5b231096f2 am f9feb96e: Merge change I4458a55d into eclair-mr2
Merge commit 'f9feb96e4ff4e390112410f0b4a514a0fca951d8' into eclair-mr2-plus-aosp

* commit 'f9feb96e4ff4e390112410f0b4a514a0fca951d8':
  Add access to ContentProvider for SyncState.
2009-10-19 13:58:07 -07:00
Android (Google) Code Review
dad4780bbd Merge change I3834b1cb into eclair-mr2
* changes:
  support for multiline paragraph style indentation
2009-10-19 16:57:33 -04:00
Ken Shirriff
e341c7e7c8 Add access to ContentProvider for SyncState.
This is used (temporarily) by the new calendar sync implementation.
2009-10-19 13:13:19 -07:00
Patrick Scott
63a83cc601 am cab9cb19: am 169ef4cc: Check for null before returing a chunk from the pool.
Merge commit 'cab9cb1970c2ec41b5a497f8f5e983ae26940e41'

* commit 'cab9cb1970c2ec41b5a497f8f5e983ae26940e41':
  Check for null before returing a chunk from the pool.
2009-10-19 10:19:03 -07:00
Patrick Scott
cab9cb1970 am 169ef4cc: Check for null before returing a chunk from the pool.
Merge commit '169ef4cca30c77a1a85c9684560c504a5ac230b5' into eclair-mr2-plus-aosp

* commit '169ef4cca30c77a1a85c9684560c504a5ac230b5':
  Check for null before returing a chunk from the pool.
2009-10-19 10:13:57 -07:00
Patrick Scott
169ef4cca3 Check for null before returing a chunk from the pool.
Since references can be queued in another thread, the first entry in the pool
could have been queued after processPoolLocked. Check for null and create a new
chunk if the check fails.
2009-10-19 13:04:08 -04:00
Ben Murdoch
47f5f6df04 am c17a6895: am 208360b2: Fix for b/2164520: Download manager should handle video/m4v MIME type.
Merge commit 'c17a6895bf226205023c99898f65643bdf3b9c10'

* commit 'c17a6895bf226205023c99898f65643bdf3b9c10':
  Fix for b/2164520: Download manager should handle video/m4v MIME type.
2009-10-19 09:53:13 -07:00