OSDN Git Service

android-x86/frameworks-base.git
13 years agoAdd support for arcs.
Romain Guy [Mon, 24 Jan 2011 00:15:02 +0000 (16:15 -0800)]
Add support for arcs.

Change-Id: I96c057ff4eb1b464b03f132da0b85333777bee4f

13 years agoAdd support for ovals and stroked rectangles.
Romain Guy [Sun, 23 Jan 2011 22:18:41 +0000 (14:18 -0800)]
Add support for ovals and stroked rectangles.

Change-Id: I1292e241386763c82e6622c8f7ed90b0f5b7bd4f

13 years agoAlways render text underline extra.
Romain Guy [Sun, 23 Jan 2011 21:32:12 +0000 (13:32 -0800)]
Always render text underline extra.
Bug #3381287

Change-Id: Ibfbc9c51c8dccef216daccc37d835e5dbf143a6a

13 years agoMerge "Fix issue #3302006: Cannot see the dialog lunched from a transparent activity...
Dianne Hackborn [Sun, 23 Jan 2011 20:00:41 +0000 (12:00 -0800)]
Merge "Fix issue #3302006: Cannot see the dialog lunched from a transparent activity." into honeycomb

13 years agoMerge "Collapse sucessive calls to restoreToCount() in display lists." into honeycomb
Romain Guy [Sun, 23 Jan 2011 19:59:39 +0000 (11:59 -0800)]
Merge "Collapse sucessive calls to restoreToCount() in display lists." into honeycomb

13 years agoCollapse sucessive calls to restoreToCount() in display lists.
Romain Guy [Sun, 23 Jan 2011 20:01:41 +0000 (12:01 -0800)]
Collapse sucessive calls to restoreToCount() in display lists.

Change-Id: Icb3d3dc2c579436d375269a9cb0b821a931c5a79

13 years agoMerge "Fix bug 3380299 - Update checkboxes to show checks." into honeycomb
Adam Powell [Sun, 23 Jan 2011 19:44:55 +0000 (11:44 -0800)]
Merge "Fix bug 3380299 - Update checkboxes to show checks." into honeycomb

13 years agoFix potential crash in display lists.
Romain Guy [Sun, 23 Jan 2011 19:35:13 +0000 (11:35 -0800)]
Fix potential crash in display lists.

Change-Id: I868821cbe69f7e71d93701b9cdb528a2ef796cd4

13 years agoFix bug 3380299 - Update checkboxes to show checks.
Adam Powell [Sun, 23 Jan 2011 00:55:37 +0000 (16:55 -0800)]
Fix bug 3380299 - Update checkboxes to show checks.

Glowing square lights out, check marks in!

Update radio buttons.

Change-Id: I8f03f4a72ad8d97310bd4f7321dde0d466bd6d49

13 years agoFix issue #3302006: Cannot see the dialog lunched from a transparent activity.
Dianne Hackborn [Sun, 23 Jan 2011 02:05:38 +0000 (18:05 -0800)]
Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.

The activity manager was not performing the layout pass on the new window,
because its app token was still hidden, because the activity manager / window
manager were still waiting for it to be ready to show.

Just ignore whether the app token is hidden for this case.

Also fixes some problems with animations, and tweaks the ViewConfiguration
values for xlarge screens.

Change-Id: Icbe9c77ba8127d1e02df2d6f27b8e86ec842e50a

13 years agoFix bug 3380266 - Add searchview min width defaults for non-xlarge configurations
Adam Powell [Sat, 22 Jan 2011 23:24:49 +0000 (15:24 -0800)]
Fix bug 3380266 - Add searchview min width defaults for non-xlarge configurations

Change-Id: Ibebf7438b668c27f726d9023d0530d90e72d413c

13 years agoMerge "Remove MTP related log spam" into honeycomb
Mike Lockwood [Sat, 22 Jan 2011 22:35:39 +0000 (14:35 -0800)]
Merge "Remove MTP related log spam" into honeycomb

13 years agoMerge "Whoops, actually exclude pre-HC apps." into honeycomb
Dianne Hackborn [Sat, 22 Jan 2011 21:06:48 +0000 (13:06 -0800)]
Merge "Whoops, actually exclude pre-HC apps." into honeycomb

13 years agoWhoops, actually exclude pre-HC apps.
Dianne Hackborn [Sat, 22 Jan 2011 21:00:12 +0000 (13:00 -0800)]
Whoops, actually exclude pre-HC apps.

Change-Id: I7266b3a622ae65f350bdb2a0eb6557b481a14365

13 years agoMerge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb
Dianne Hackborn [Sat, 22 Jan 2011 19:38:48 +0000 (11:38 -0800)]
Merge "Fix issue #3377999: Activities need to be stopped when sleeping" into honeycomb

13 years agoMerge "Fix regression with hardware layers." into honeycomb
Romain Guy [Sat, 22 Jan 2011 08:39:16 +0000 (00:39 -0800)]
Merge "Fix regression with hardware layers." into honeycomb

13 years agoFix regression with hardware layers.
Romain Guy [Sat, 22 Jan 2011 08:32:12 +0000 (00:32 -0800)]
Fix regression with hardware layers.

The renderer was checking whether the layer's region is a rect to
draw it with a simple quad. This test was done against the layer's
region structure, which was cleared after generating the mesh.
Unfortunately Region::isRect() returns true when the region is
empty, which was causing the renderer to always use a quad to
draw a mesh on screen.

Change-Id: If4b874579ee0cedcb67367c9efa5c0c98ca55231

13 years agoMerge "doc change: update glibc/ubuntu min req for sdk. Add info about emulator perfo...
Dirk Dougherty [Sat, 22 Jan 2011 06:24:42 +0000 (22:24 -0800)]
Merge "doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance." into honeycomb

13 years agodoc change: update glibc/ubuntu min req for sdk. Add info about emulator performance.
Dirk Dougherty [Sat, 22 Jan 2011 06:21:47 +0000 (22:21 -0800)]
doc change: update glibc/ubuntu min req for sdk. Add info about emulator performance.

Change-Id: Ia6f0731538ed8df76dbb949d9052667013b8da7c

13 years agoMerge "Connect other profiles when priority is auto connect." into honeycomb
Jaikumar Ganesh [Sat, 22 Jan 2011 05:24:49 +0000 (21:24 -0800)]
Merge "Connect other profiles when priority is auto connect." into honeycomb

13 years agoMerge "Log only 1 line per process when using OpenGLRenderer." into honeycomb
Romain Guy [Sat, 22 Jan 2011 05:15:40 +0000 (21:15 -0800)]
Merge "Log only 1 line per process when using OpenGLRenderer." into honeycomb

13 years agoLog only 1 line per process when using OpenGLRenderer.
Romain Guy [Sat, 22 Jan 2011 05:14:15 +0000 (21:14 -0800)]
Log only 1 line per process when using OpenGLRenderer.

Change-Id: Idbdd6b84f31301e58ed53e0d50fd61fece192dfa

13 years agoRemove MTP related log spam
Mike Lockwood [Sat, 22 Jan 2011 05:00:54 +0000 (21:00 -0800)]
Remove MTP related log spam

Change-Id: I9de1792cbeec07fa5ab42ff9a10813f0c3d30fc1
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoDoc change: adding sample links
Robert Ly [Sat, 22 Jan 2011 04:34:02 +0000 (20:34 -0800)]
Doc change: adding sample links

Change-Id: I8922fe5d775b1b3c9acf0c1002188a9dd89ff611

13 years agoMerge "Update preloaded-classes for Honeycomb." into honeycomb
Jesse Wilson [Sat, 22 Jan 2011 03:29:22 +0000 (19:29 -0800)]
Merge "Update preloaded-classes for Honeycomb." into honeycomb

13 years agoConnect other profiles when priority is auto connect.
Jaikumar Ganesh [Sat, 22 Jan 2011 02:58:17 +0000 (18:58 -0800)]
Connect other profiles when priority is auto connect.

ACL auto connection was removed so other profiles
won't auto connect when priority was auto connect.

Reduced connect other profiles time delay.

Bug: 3281016
Change-Id: I8d98fd0d9bace193d619d7f241fff22f07e3e935

13 years agoMerge "add note about emulator performance" into honeycomb
Scott Main [Sat, 22 Jan 2011 03:13:38 +0000 (19:13 -0800)]
Merge "add note about emulator performance" into honeycomb

13 years agoMerge "Updated ic_sysbar menu asset" into honeycomb
Justin Ho [Sat, 22 Jan 2011 03:11:56 +0000 (19:11 -0800)]
Merge "Updated ic_sysbar menu asset" into honeycomb

13 years agoadd note about emulator performance
Scott Main [Sat, 22 Jan 2011 03:11:23 +0000 (19:11 -0800)]
add note about emulator performance

Change-Id: I92bcbc10f6cbf89abb2d8cc8ea80bc283f8fa343

13 years agoMerge "Updated IME asset" into honeycomb
Justin Ho [Sat, 22 Jan 2011 03:11:15 +0000 (19:11 -0800)]
Merge "Updated IME asset" into honeycomb

13 years agoUpdated ic_sysbar menu asset
Justin Ho [Sat, 22 Jan 2011 03:10:09 +0000 (19:10 -0800)]
Updated ic_sysbar menu asset

Change-Id: I108f4313c881b8805065a8e414d5abbe482d449c

13 years agoUpdated IME asset
Justin Ho [Sat, 22 Jan 2011 03:08:33 +0000 (19:08 -0800)]
Updated IME asset

Change-Id: Iba03d6d070467b8f5335690e9cf5fc0fb04dce68

13 years agoMerge "Correctly invalidate views that transition from opaque to non-opaque. Bug...
Romain Guy [Sat, 22 Jan 2011 03:02:05 +0000 (19:02 -0800)]
Merge "Correctly invalidate views that transition from opaque to non-opaque. Bug #3337037" into honeycomb

13 years agoCorrectly invalidate views that transition from opaque to non-opaque.
Romain Guy [Sat, 22 Jan 2011 03:01:46 +0000 (19:01 -0800)]
Correctly invalidate views that transition from opaque to non-opaque.
Bug #3337037

Change-Id: I31397273a31b6004e2e3801866122bcbb3ebee5d

13 years agoMerge "update sidenav, fix typos" into honeycomb
Scott Main [Sat, 22 Jan 2011 02:48:58 +0000 (18:48 -0800)]
Merge "update sidenav, fix typos" into honeycomb

13 years agoupdate sidenav, fix typos
Scott Main [Sat, 22 Jan 2011 02:36:07 +0000 (18:36 -0800)]
update sidenav, fix typos

Change-Id: I9da574db1ee13f511a5557f6ce4559192afc67b3

13 years agoMerge "b/3377597 Improve zooming performance." into honeycomb
Bart Sears [Sat, 22 Jan 2011 02:47:13 +0000 (18:47 -0800)]
Merge "b/3377597 Improve zooming performance." into honeycomb

13 years agoMerge "more revisions to getting started; add emulator issues" into honeycomb
Scott Main [Sat, 22 Jan 2011 02:26:53 +0000 (18:26 -0800)]
Merge "more revisions to getting started; add emulator issues" into honeycomb

13 years agomore revisions to getting started; add emulator issues
Scott Main [Sat, 22 Jan 2011 02:25:18 +0000 (18:25 -0800)]
more revisions to getting started; add emulator issues

Change-Id: I1483933857eeab784b2bfa6698846854017fcd9c

13 years agoMerge "Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible...
Adam Powell [Sat, 22 Jan 2011 02:18:00 +0000 (18:18 -0800)]
Merge "Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"" into honeycomb

13 years agoMerge "Fixing a couple StackView bugs:" into honeycomb
Adam Cohen [Sat, 22 Jan 2011 02:12:15 +0000 (18:12 -0800)]
Merge "Fixing a couple StackView bugs:" into honeycomb

13 years agoFix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"
Adam Powell [Sat, 22 Jan 2011 02:12:02 +0000 (18:12 -0800)]
Fix bug 3360851 - actionbar overflow menu button doesn't trigger "audible selection"

Change-Id: I768d35f9752d5f6466708fd191781aa26aefd121

13 years agoMerge "Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should...
Adam Powell [Sat, 22 Jan 2011 02:08:51 +0000 (18:08 -0800)]
Merge "Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip" into honeycomb

13 years agoFix bug 3374664 - Action bar spacing between tabs, spinners and titles should be...
Adam Powell [Sat, 22 Jan 2011 02:07:37 +0000 (18:07 -0800)]
Fix bug 3374664 - Action bar spacing between tabs, spinners and titles should be 32 dip

Change-Id: I1397e7ee8146d929bea790698581c3c1bab7298f

13 years agoFixing a couple StackView bugs:
Adam Cohen [Sat, 22 Jan 2011 01:46:11 +0000 (17:46 -0800)]
Fixing a couple StackView bugs:

-> Making sure to update visuals every time adapter count changes
-> Fixing a clipping issue seen on some devices

Change-Id: I489395b5caaa06eb7187b2dac679b793bf54d7e1

13 years agoremove link to revisions
Scott Main [Sat, 22 Jan 2011 01:59:13 +0000 (17:59 -0800)]
remove link to revisions

Change-Id: Iaf4a418c22f6e97a88f658092338f67e88d73723

13 years agodocs: update the honeycomb preview version notes
Scott Main [Fri, 21 Jan 2011 22:51:33 +0000 (14:51 -0800)]
docs: update the honeycomb preview version notes

Change-Id: I5364ef351095a23914f75ae109d21cb4d9c09e01

13 years agoUpdate preloaded-classes for Honeycomb.
Jesse Wilson [Sat, 22 Jan 2011 01:12:43 +0000 (17:12 -0800)]
Update preloaded-classes for Honeycomb.

We preload classes for two reasons. Classes that are popular can be
shared and can increase the number of apps that can be run concurrently.
Classes that initialize slowly can be initialized at system boot time
by the zygote, decreasing the time to launch a specific app.

To select which classes to preload, I exercised Android's built-in apps
as well as these apps from Market: ESPN score center, Amazon, Flixster,
Twitter, Adobe Reader, Ebay Mobile, Facebook, Solitare (Ken Magic),
Barcode Reader, Google Earth and Square.

A cycle of launching ~460 (non unique) activities in sequence took 9m35s
with the previous preloaded-classes list. The update improves the launch
time of the same sequence to 9m27s: the marginal improvement over the
previous set of preloaded classes is negligible.

http://b/3004763

Change-Id: Ida511ae31eeff6d95d9cb6aacae68b9bb9dd2ebe

13 years agoMerge "Fix some error messages, turn off logging." into honeycomb
Dianne Hackborn [Sat, 22 Jan 2011 00:45:27 +0000 (16:45 -0800)]
Merge "Fix some error messages, turn off logging." into honeycomb

13 years agoFix some error messages, turn off logging.
Dianne Hackborn [Sat, 22 Jan 2011 00:44:04 +0000 (16:44 -0800)]
Fix some error messages, turn off logging.

Change-Id: Ifcd2c0f0ad137485896144d2248361aeb0a05600

13 years agob/3377597 Improve zooming performance.
Huahui Wu [Sat, 22 Jan 2011 00:10:23 +0000 (16:10 -0800)]
b/3377597 Improve zooming performance.

Once WebKit claimed it doesn't want to consume the multi-touch events,
we remember that and handle the events in WebView directly.

Change-Id: Idfc99c16b3f4d7f4719791c64fb2355ff66aba5e

13 years agoMerge "Fix bug 3374792 - Default holo dark activity background is badly dithered...
Adam Powell [Sat, 22 Jan 2011 00:21:37 +0000 (16:21 -0800)]
Merge "Fix bug 3374792 - Default holo dark activity background is badly dithered at full size" into honeycomb

13 years agoMerge "Fix bug #3338957 (Account Picker and Account type picker need love)" into...
Fabrice Di Meglio [Sat, 22 Jan 2011 00:20:37 +0000 (16:20 -0800)]
Merge "Fix bug #3338957 (Account Picker and Account type picker need love)" into honeycomb

13 years agoMerge "Doc change: fixing links and code indents" into honeycomb
Scott Main [Sat, 22 Jan 2011 00:19:56 +0000 (16:19 -0800)]
Merge "Doc change: fixing links and code indents" into honeycomb

13 years agoMerge "Remove dead code referencing an obsolete interface." into honeycomb
Carl Shapiro [Sat, 22 Jan 2011 00:11:40 +0000 (16:11 -0800)]
Merge "Remove dead code referencing an obsolete interface." into honeycomb

13 years agoRemove dead code referencing an obsolete interface.
Carl Shapiro [Fri, 21 Jan 2011 20:28:35 +0000 (12:28 -0800)]
Remove dead code referencing an obsolete interface.

Bug: 3378919

Change-Id: I780d98492ea7996187e3d97fcae7748f7ee68e91

13 years agoMerge "Fix bug 3362680 - calendar crash while tabbing among views" into honeycomb
Adam Powell [Fri, 21 Jan 2011 23:49:46 +0000 (15:49 -0800)]
Merge "Fix bug 3362680 - calendar crash while tabbing among views" into honeycomb

13 years agoMerge "Temporary Changes for certification of SCO." into honeycomb
Jaikumar Ganesh [Fri, 21 Jan 2011 23:43:42 +0000 (15:43 -0800)]
Merge "Temporary Changes for certification of SCO." into honeycomb

13 years agoFix bug 3362680 - calendar crash while tabbing among views
Adam Powell [Fri, 21 Jan 2011 23:34:14 +0000 (15:34 -0800)]
Fix bug 3362680 - calendar crash while tabbing among views

Remove pending click callbacks when a view is detached from its
window.

Change-Id: I51de184b8e95dbd594675ea6849647586a7c4ba2

13 years agoMerge "Optimize call to drawBitmap during screen rotation." into honeycomb
Jeff Brown [Fri, 21 Jan 2011 23:29:46 +0000 (15:29 -0800)]
Merge "Optimize call to drawBitmap during screen rotation." into honeycomb

13 years agoMerge "Reduce number of calls to updateInputWindows by 60%." into honeycomb
Jeff Brown [Fri, 21 Jan 2011 23:29:39 +0000 (15:29 -0800)]
Merge "Reduce number of calls to updateInputWindows by 60%." into honeycomb

13 years agoTemporary Changes for certification of SCO.
Jaikumar Ganesh [Thu, 20 Jan 2011 22:49:53 +0000 (14:49 -0800)]
Temporary Changes for certification of SCO.

Bug: 3349475
Change-Id: I555b127a1d9218494cd05c07c9e9f29628f3bc74

13 years agoFix bug 3374792 - Default holo dark activity background is badly
Adam Powell [Fri, 21 Jan 2011 04:15:47 +0000 (20:15 -0800)]
Fix bug 3374792 - Default holo dark activity background is badly
dithered at full size

Fix bug 3357191 - Need holo star assets

Fix bug 3357255 - Need expandable list item arrow assets

Fix bug 3373538 - Holo button padding settings difficult to work with
- remove hard padding from holo button styles. This also adds explicit
'small button' holo assets.

Fix bug 3362311 - PopupMenu with just one item has broken borders -
fix 9-patches.

Fix bug 3357195 - Need holo toggle button assets

Change-Id: I9aad9487960dc9f7e7671431ff753a6dde10908a

13 years agoMerge "Perform orthogonal rotations without using a Skia canvas." into honeycomb
Carl Shapiro [Fri, 21 Jan 2011 23:09:56 +0000 (15:09 -0800)]
Merge "Perform orthogonal rotations without using a Skia canvas." into honeycomb

13 years agoMerge "Revert "Make AwesomePlayer's reset process more verbose to track down ANRs...
Carl Shapiro [Fri, 21 Jan 2011 23:05:26 +0000 (15:05 -0800)]
Merge "Revert "Make AwesomePlayer's reset process more verbose to track down ANRs."" into honeycomb

13 years agoFix bug #3338957 (Account Picker and Account type picker need love)
Fabrice Di Meglio [Fri, 21 Jan 2011 00:12:36 +0000 (16:12 -0800)]
Fix bug #3338957 (Account Picker and Account type picker need love)

- update UI to match design requirements

Change-Id: Idb5dbea876eb7170a8c1f077a99cfe168d41f1e1

13 years agoMerge "Tapping inside an EditText should always pop up the IME." into honeycomb
Gilles Debunne [Fri, 21 Jan 2011 22:53:44 +0000 (14:53 -0800)]
Merge "Tapping inside an EditText should always pop up the IME." into honeycomb

13 years agoRevert "Make AwesomePlayer's reset process more verbose to track down ANRs."
Carl Shapiro [Fri, 21 Jan 2011 22:50:32 +0000 (14:50 -0800)]
Revert "Make AwesomePlayer's reset process more verbose to track down ANRs."

This reverts commit 90c656574175bd54ed8d258f406f158177e5e91c.

Bug: 3378444
Change-Id: Id845bc0bc213f18c73fec12e6a2084cb2075c2d9

13 years agoMerge "Set the default state of NOTIFICATIONS_USE_RING_VOLUME." into honeycomb
Amith Yamasani [Fri, 21 Jan 2011 22:47:32 +0000 (14:47 -0800)]
Merge "Set the default state of NOTIFICATIONS_USE_RING_VOLUME." into honeycomb

13 years agoMerge "Add public API for on screen zoom controls" into honeycomb
Michael Kolb [Fri, 21 Jan 2011 22:47:30 +0000 (14:47 -0800)]
Merge "Add public API for on screen zoom controls" into honeycomb

13 years agoPerform orthogonal rotations without using a Skia canvas.
Carl Shapiro [Fri, 21 Jan 2011 07:13:09 +0000 (23:13 -0800)]
Perform orthogonal rotations without using a Skia canvas.

Bug: 3371653

Change-Id: I315f671c0016f61417ff7c2a98d2c96f6b243bdf

13 years agoMerge "Properly rotate video that's marked as such and decoded to a surface." into...
Andreas Huber [Fri, 21 Jan 2011 22:42:22 +0000 (14:42 -0800)]
Merge "Properly rotate video that's marked as such and decoded to a surface." into honeycomb

13 years agoOptimize call to drawBitmap during screen rotation.
Jeff Brown [Fri, 21 Jan 2011 22:39:52 +0000 (14:39 -0800)]
Optimize call to drawBitmap during screen rotation.

Using SRC mode reduces drawBitmap time from 50ms to 15ms.

Change-Id: Ibde82f358d92bd330b8c78c9db1ded6a0b4ba135

13 years agoProperly rotate video that's marked as such and decoded to a surface.
Andreas Huber [Fri, 21 Jan 2011 22:32:31 +0000 (14:32 -0800)]
Properly rotate video that's marked as such and decoded to a surface.

Change-Id: I1e9144db3447e58c99aac3f47702ad471678789c
related-to-bug: 3378148

13 years agoMerge "Restart input when the webpage changes the text." into honeycomb
Leon Scroggins [Fri, 21 Jan 2011 22:30:50 +0000 (14:30 -0800)]
Merge "Restart input when the webpage changes the text." into honeycomb

13 years agoMerge "fix bug 3375251 Copying arrays of objects would generate an exception due...
Jason Sams [Fri, 21 Jan 2011 22:28:55 +0000 (14:28 -0800)]
Merge "fix bug 3375251 Copying arrays of objects would generate an exception due to excessive internal type checking." into honeycomb

13 years agoMerge "Change the default ssid from GoogleGuest to the opennet for the power test...
Yu Shan Emily Lau [Fri, 21 Jan 2011 22:27:06 +0000 (14:27 -0800)]
Merge "Change the default ssid from GoogleGuest to the opennet for the power test." into honeycomb

13 years agoAdd public API for on screen zoom controls
Michael Kolb [Fri, 21 Jan 2011 19:29:02 +0000 (11:29 -0800)]
Add public API for on screen zoom controls

    http://b/issue?id=3378224
    This is a simple unhide.
    Allow the use of WebView pinch-to-zoom gestures
    without the on screen zoom controls.
    Currently, enabling pinch to zoom with the public API also shows the
    on screen zoom buttons.
    If the zoom buttons are not wanted, a custom implementation of pinch to
    zoom is required, which can't be done correctly at this point.

Change-Id: I3f94080471c3a4b498b11c91603fff9994dc3c2c

13 years agoRestart input when the webpage changes the text.
Leon Scroggins [Fri, 21 Jan 2011 22:14:36 +0000 (17:14 -0500)]
Restart input when the webpage changes the text.

Bug:3375518
Change-Id: I0a18d0ca764ce428d86bd5f6d13f8764668acea6

13 years agoReduce number of calls to updateInputWindows by 60%.
Jeff Brown [Fri, 21 Jan 2011 21:59:04 +0000 (13:59 -0800)]
Reduce number of calls to updateInputWindows by 60%.

Change-Id: Ida9069dd58be2070f3c9d312aa9d868bd98eb8e2

13 years agoChange the default ssid from GoogleGuest to the opennet for the power test.
Yu Shan Emily Lau [Fri, 21 Jan 2011 05:24:29 +0000 (21:24 -0800)]
Change the default ssid from GoogleGuest to the opennet for the power test.

Change-Id: I63bae360d283dc5224790aaccbd879015402187d

13 years agoFix issue #3377999: Activities need to be stopped when sleeping
Dianne Hackborn [Fri, 21 Jan 2011 21:34:36 +0000 (13:34 -0800)]
Fix issue #3377999: Activities need to be stopped when sleeping

This is a band-aid over the existing kludgy stopping mechanism
where the semantics of stop are different in the activity manager
than in the clients.

This change is intended to be as unobtrusive as possible, only
impacting the sleep case.  I have a different change that
completely reworks how we stop activities to simply this all
a lot by unifying the semantics between the server and client.
However, it is too late in HC for such an extensive change.  Later
I'll revert this one and put in the better solution.

Change-Id: Id77f2db1ec83469cdd888acb8fbc4679daa7766e

13 years agoTapping inside an EditText should always pop up the IME.
Gilles Debunne [Fri, 21 Jan 2011 16:46:06 +0000 (08:46 -0800)]
Tapping inside an EditText should always pop up the IME.

Bug 3374062

When the tap in slightly off the EditText, it receives focus from its parent layout
which dispatches the event. However, the touch event is (correctly) not propagated
in that case.

onFocusChanged should hence do actions similar to what is done on touch up events.

Change-Id: Ia5c04546674fc6239aa4d0b8d051f4951ca91352

13 years agoMerge "Don't set a Toast's view to null when enqueued several times. Bug #3374386...
Romain Guy [Fri, 21 Jan 2011 21:23:25 +0000 (13:23 -0800)]
Merge "Don't set a Toast's view to null when enqueued several times. Bug #3374386" into honeycomb

13 years agoMerge "Some tweaks to HTTP live / nuplayer behaviour" into honeycomb
Andreas Huber [Fri, 21 Jan 2011 21:14:30 +0000 (13:14 -0800)]
Merge "Some tweaks to HTTP live / nuplayer behaviour" into honeycomb

13 years agoMerge "Update Bitmap.recycle() doc for heap-allocated pixel data" into honeycomb
Patrick Dubroy [Fri, 21 Jan 2011 21:13:17 +0000 (13:13 -0800)]
Merge "Update Bitmap.recycle() doc for heap-allocated pixel data" into honeycomb

13 years agofix bug 3375251
Jason Sams [Fri, 21 Jan 2011 21:08:02 +0000 (13:08 -0800)]
fix bug 3375251
Copying arrays of objects would generate an exception
due to excessive internal type checking.

Change-Id: Ic89c24962408f1a95dc0385b74618a70d6ff5859

13 years agoMerge "b/3369602 Using Math.round() to convert float coordinates to integers." into...
Huahui Wu [Fri, 21 Jan 2011 21:03:49 +0000 (13:03 -0800)]
Merge "b/3369602 Using Math.round() to convert float coordinates to integers." into honeycomb

13 years agoDo a better job of lining up text with page text.
Leon Scroggins [Wed, 19 Jan 2011 22:01:55 +0000 (17:01 -0500)]
Do a better job of lining up text with page text.

Bug:3085564
Bug:3196224
Bug:3321608

Remove Touch.getMaxScrollX(), which is incorrect for my
purpose, and is not used anywhere else.  Instead use the
layout to determine the maximum horizontal scroll of a
textfield.

Now that textareas use layers, scroll the layer's picture
in the UI thread for vertical movement.  When passing a
click to webcore, also pass a message to scroll the actual
textarea so the click will be in the correct place.

Lastly, do not override bringPointIntoView, which allows
moving the insertion handler beyond the edge of a field to
scroll it.  Instead, override requestRectangleOnScreen to
do nothing, since my actual goal is to prevent the TextView
from changing the scroll of the WebView, which is done by
webkit.

Requires a change to external/webkit.

Change-Id: Ib91907599b792287c373d3678cb04e0cb5e34471

13 years agoDon't set a Toast's view to null when enqueued several times.
Romain Guy [Fri, 21 Jan 2011 20:31:53 +0000 (12:31 -0800)]
Don't set a Toast's view to null when enqueued several times.
Bug #3374386

Change-Id: I0fc6f96b37c8866ad1e890813054dafbaf2cc13e

13 years agoMerge "Move URLTest tests to libcore." into honeycomb
Jesse Wilson [Fri, 21 Jan 2011 20:13:11 +0000 (12:13 -0800)]
Merge "Move URLTest tests to libcore." into honeycomb

13 years agoUpdate Bitmap.recycle() doc for heap-allocated pixel data
Patrick Dubroy [Fri, 21 Jan 2011 00:48:59 +0000 (16:48 -0800)]
Update Bitmap.recycle() doc for heap-allocated pixel data

13 years agoDoc change: fixing links and code indents
Robert Ly [Fri, 21 Jan 2011 19:53:29 +0000 (11:53 -0800)]
Doc change: fixing links and code indents

Change-Id: I1fecaee28858c9b619ea41357c5313a7c39d6e13

13 years agoMerge "Add and enforce the permission for encrypting/decrypting." into honeycomb
Jason parks [Fri, 21 Jan 2011 19:59:15 +0000 (11:59 -0800)]
Merge "Add and enforce the permission for encrypting/decrypting." into honeycomb

13 years agoMerge "Update encryption commands." into honeycomb
Jason parks [Fri, 21 Jan 2011 19:39:15 +0000 (11:39 -0800)]
Merge "Update encryption commands." into honeycomb

13 years agoMerge "Paste popup window is displayed on the side when it would be clipped on top...
Gilles Debunne [Fri, 21 Jan 2011 19:29:39 +0000 (11:29 -0800)]
Merge "Paste popup window is displayed on the side when it would be clipped on top of screen." into honeycomb

13 years agoMerge "Keep min/max zoom scale in proportion when zoom density changes." into honeycomb
Shimeng (Simon) Wang [Fri, 21 Jan 2011 18:45:22 +0000 (10:45 -0800)]
Merge "Keep min/max zoom scale in proportion when zoom density changes." into honeycomb

13 years agoMove URLTest tests to libcore.
Jesse Wilson [Fri, 21 Jan 2011 18:37:19 +0000 (10:37 -0800)]
Move URLTest tests to libcore.

These tests were migrated to libcore in change ID I5a6bcdf1c03d0c36b11552ae086d0dece0440f64.

Change-Id: Idc2d8fc3681b77c9a4c19a192a202bc556a48d23

13 years agob/3369602 Using Math.round() to convert float coordinates to integers.
Huahui Wu [Fri, 21 Jan 2011 18:37:09 +0000 (10:37 -0800)]
b/3369602 Using Math.round() to convert float coordinates to integers.

Change-Id: If4da01046c909667ce57a849569ae6b1acefb939

13 years agoPaste popup window is displayed on the side when it would be clipped on top of screen.
Gilles Debunne [Thu, 20 Jan 2011 20:19:44 +0000 (12:19 -0800)]
Paste popup window is displayed on the side when it would be clipped on top of screen.

Bug 3259774

Change-Id: I6ea20452a3a235e264c91c112f52da7230657708