OSDN Git Service

android-x86/frameworks-base.git
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 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 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 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 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 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

13 years agoSome tweaks to HTTP live / nuplayer behaviour
Andreas Huber [Fri, 21 Jan 2011 18:15:23 +0000 (10:15 -0800)]
Some tweaks to HTTP live / nuplayer behaviour

- play audio-only streams again
- workaround for malformed streams that switch PIDs across bandwidths
- attempt to pick a different bandwidth stream if the previously chosen one appears
  to be malformed/unsupported.

Change-Id: I426d0a40dc725aa242f619d4c9d048b69aca55c9
related-to-bug: 2368598

13 years agoMerge "Read actual device encryption status" into honeycomb
Andy Stadler [Fri, 21 Jan 2011 18:27:46 +0000 (10:27 -0800)]
Merge "Read actual device encryption status" into honeycomb

13 years agoMerge "Integrating btn_dialog assets from Gingerbread" into honeycomb
Justin Ho [Fri, 21 Jan 2011 17:18:17 +0000 (09:18 -0800)]
Merge "Integrating btn_dialog assets from Gingerbread" into honeycomb

13 years agoIntegrating btn_dialog assets from Gingerbread
Justin Ho [Fri, 21 Jan 2011 17:17:20 +0000 (09:17 -0800)]
Integrating btn_dialog assets from Gingerbread

Change-Id: Ibcd80e649e666b611f6b5b23dfcdd5818f619131

13 years agoMerge "Sync activity picker to latest dialog style." into honeycomb
Amith Yamasani [Fri, 21 Jan 2011 16:42:18 +0000 (08:42 -0800)]
Merge "Sync activity picker to latest dialog style." into honeycomb

13 years agoIntegrating Gingerbread phone lockscreen assets
Justin Ho [Fri, 21 Jan 2011 15:57:11 +0000 (07:57 -0800)]
Integrating Gingerbread phone lockscreen assets

Change-Id: Id13942e4e516b3744d89521898c55566fd39fc35

13 years agoResized btn_radio buttons from Gingerbread for legacy apps
Justin Ho [Fri, 21 Jan 2011 15:40:49 +0000 (07:40 -0800)]
Resized btn_radio buttons from Gingerbread for legacy apps

Change-Id: I1d2bef3e08e48c4a36c8311c076bdbe9fa0b3725

13 years agoMerge "Show implicitly enabled subtypes in the input method selection dialog" into...
satok [Fri, 21 Jan 2011 11:37:49 +0000 (03:37 -0800)]
Merge "Show implicitly enabled subtypes in the input method selection dialog" into honeycomb

13 years agoShow implicitly enabled subtypes in the input method selection dialog
satok [Wed, 19 Jan 2011 12:40:27 +0000 (21:40 +0900)]
Show implicitly enabled subtypes in the input method selection dialog

bug: 3367646

Change-Id: I9550f17f163950d80113fbcb8c9dd8a7d014cf6a

13 years agoMerge "Fix for issue 3370052 : Export progress percentage is incorrect" into honeycomb
Santosh Madhava [Fri, 21 Jan 2011 07:44:29 +0000 (23:44 -0800)]
Merge "Fix for issue 3370052 : Export progress percentage is incorrect" into honeycomb

13 years agoMerge "Fix for PR 3369866 : Project thumbnail should have the same aspect ratio"...
Santosh Madhava [Fri, 21 Jan 2011 07:44:05 +0000 (23:44 -0800)]
Merge "Fix for PR 3369866 : Project thumbnail should have the same aspect ratio" into honeycomb

13 years agoMerge "Handle fatal errors from calling bccRegisterSymbolCallback (if any)." into...
Shih-wei Liao [Fri, 21 Jan 2011 07:10:39 +0000 (23:10 -0800)]
Merge "Handle fatal errors from calling bccRegisterSymbolCallback (if any)." into honeycomb

13 years agoMerge "Update class doc for InputMethodSubtype" into honeycomb
Ken Wakasa [Fri, 21 Jan 2011 07:07:53 +0000 (23:07 -0800)]
Merge "Update class doc for InputMethodSubtype" into honeycomb

13 years agoUpdate class doc for InputMethodSubtype
Ken Wakasa [Fri, 21 Jan 2011 06:36:05 +0000 (15:36 +0900)]
Update class doc for InputMethodSubtype

bug: 3370290
Change-Id: Ib86f81c1a5f6c9acca34b586d810c6e94db1b552

13 years agoMerge "StrictMode: set sIsIdlerRegistered to false, and don't register if no penaltie...
Brad Fitzpatrick [Fri, 21 Jan 2011 06:24:18 +0000 (22:24 -0800)]
Merge "StrictMode: set sIsIdlerRegistered to false, and don't register if no penalties" into honeycomb

13 years agoAdd and enforce the permission for encrypting/decrypting.
Jason parks [Fri, 21 Jan 2011 04:46:41 +0000 (22:46 -0600)]
Add and enforce the permission for encrypting/decrypting.

Change-Id: Ia292d8a5981266c2703743beb79fd786d77b375d

13 years agoUpdate encryption commands.
Jason parks [Mon, 17 Jan 2011 15:58:35 +0000 (09:58 -0600)]
Update encryption commands.

* Changed to inplace encryption.
* Changed decryption to return the proper error code. It will now return success or the number of failed attempts.
* Be lazy and post a message 2 seconds later to call restart. I don't feel like messing with binder interfaces for a proper callback.

Change-Id: Iae2de7057aa66f248fd2df3f29777ad3368442f0

13 years agoMerge "Show ime switch icon when there is a hard keyboard" into honeycomb
satok [Fri, 21 Jan 2011 03:47:43 +0000 (19:47 -0800)]
Merge "Show ime switch icon when there is a hard keyboard" into honeycomb

13 years agoMerge "Cleaning up some StackView bad behavior" into honeycomb
Adam Cohen [Fri, 21 Jan 2011 03:42:23 +0000 (19:42 -0800)]
Merge "Cleaning up some StackView bad behavior" into honeycomb

13 years agoShow ime switch icon when there is a hard keyboard
satok [Thu, 20 Jan 2011 17:45:06 +0000 (02:45 +0900)]
Show ime switch icon when there is a hard keyboard

Change-Id: Ife3a8733b1a1bf43b195ecf4b8c5082b6538d0a0

13 years agoMerge "Add support for drawBitmapMesh()." into honeycomb
Romain Guy [Fri, 21 Jan 2011 03:07:28 +0000 (19:07 -0800)]
Merge "Add support for drawBitmapMesh()." into honeycomb

13 years agoAdd support for drawBitmapMesh().
Romain Guy [Fri, 21 Jan 2011 03:09:30 +0000 (19:09 -0800)]
Add support for drawBitmapMesh().

Change-Id: Ic77f9c534bb90dc7b9458299544bd50b8b6ae6a5

13 years agoMerge "Fix 3374446: Allow multiple shift keys in Keyboard." into honeycomb
Jim Miller [Fri, 21 Jan 2011 02:51:12 +0000 (18:51 -0800)]
Merge "Fix 3374446: Allow multiple shift keys in Keyboard." into honeycomb

13 years agoMerge "SearchView API Review - bug 3370353 and bug 3370338" into honeycomb
Adam Powell [Fri, 21 Jan 2011 02:44:32 +0000 (18:44 -0800)]
Merge "SearchView API Review - bug 3370353 and bug 3370338" into honeycomb

13 years agocherrypick Change-Id: Ic268b65b127b356155dd62d737029ce442c12f51
Scott Main [Fri, 7 Jan 2011 18:45:03 +0000 (10:45 -0800)]
cherrypick Change-Id: Ic268b65b127b356155dd62d737029ce442c12f51
docs: add OEM USB Drivers document
and update install guide with windows 7 procedures
misc style edits

Change-Id: Icadbfc1136463a75039f87e7c0cbc79d29afbd84

13 years agocherrypick Change-Id: I8c52dbe5ac04dfeb1b466b163ae3aec5dc401175
Scott Main [Tue, 18 Jan 2011 22:50:19 +0000 (14:50 -0800)]
cherrypick Change-Id: I8c52dbe5ac04dfeb1b466b163ae3aec5dc401175
docs: update supports-screens doc with xlargescreens attribute...
we updated the Supporting Multiple Screens document with this attribute
for gingerbread, but this document was not updated at that time.

Change-Id: I946e7eb8b93cee1a7223d400c882f415d6045815

13 years agocherry pick Change-Id: I30e939d1dd5603a05070486c8a43187bedef52a4
Robert Ly [Sat, 15 Jan 2011 00:25:09 +0000 (16:25 -0800)]
cherry pick Change-Id: I30e939d1dd5603a05070486c8a43187bedef52a4
Doc change: Updating ndk/sdk/tools overview pages for hc preview

Change-Id: I7e5feecc645be48e92d1f4a6d80f86ddb98e48b9

13 years agoSearchView API Review - bug 3370353 and bug 3370338
Adam Powell [Fri, 21 Jan 2011 02:30:10 +0000 (18:30 -0800)]
SearchView API Review - bug 3370353 and bug 3370338

Renaming as per API council review

Change-Id: Id889be5a708fdc295ee50bb1b05014b2ff72122c

13 years agoMerge "Properly use Long2 for "UInt2" for FieldPacker." into honeycomb
Stephen Hines [Fri, 21 Jan 2011 02:27:43 +0000 (18:27 -0800)]
Merge "Properly use Long2 for "UInt2" for FieldPacker." into honeycomb

13 years agoMerge "docs: add getting started doc and version notes for HC preview" into honeycomb
Scott Main [Fri, 21 Jan 2011 02:27:41 +0000 (18:27 -0800)]
Merge "docs: add getting started doc and version notes for HC preview" into honeycomb

13 years agodocs: add getting started doc and version notes for HC preview
Scott Main [Thu, 20 Jan 2011 05:11:50 +0000 (21:11 -0800)]
docs: add getting started doc and version notes for HC preview

Change-Id: Ia969c54a9b57197fb0f8814cc1898e50c02608e0

13 years agoFix 3374446: Allow multiple shift keys in Keyboard.
Jim Miller [Thu, 20 Jan 2011 06:01:25 +0000 (22:01 -0800)]
Fix 3374446: Allow multiple shift keys in Keyboard.

This fixes a bug introduced in 3c6dd8f9 because we now
have two shift keys. The code now tracks a global state
and looks for up to two shift keys.

Update after review and added code to handle extra
invalidate required by additional shift key.

Change-Id: Ic1728dd0ceec089089cd1beca1b0b30565d6e658

13 years agoProperly use Long2 for "UInt2" for FieldPacker.
Stephen Hines [Fri, 21 Jan 2011 02:17:25 +0000 (18:17 -0800)]
Properly use Long2 for "UInt2" for FieldPacker.

We were misusing this API, since it requires the additional precision of
the next size up on unsigned versions of types.

Change-Id: Ic3c87f681ac6705ae0b36a3464ce0d63737945fd

13 years agoKeep min/max zoom scale in proportion when zoom density changes.
Shimeng (Simon) Wang [Fri, 21 Jan 2011 01:43:10 +0000 (17:43 -0800)]
Keep min/max zoom scale in proportion when zoom density changes.

issue: 3341610
Change-Id: Ibf87ab499e28fddab81d4e354ec7d88f5eb86261

13 years agoCleaning up some StackView bad behavior
Adam Cohen [Fri, 21 Jan 2011 01:20:57 +0000 (17:20 -0800)]
Cleaning up some StackView bad behavior

-> Issue: 33635643320865

Change-Id: I32215478006a689f543532af4ce2267ccbb7fa56

13 years agoFix for issue 3370052 : Export progress percentage is incorrect
Santosh Madhava [Fri, 21 Jan 2011 01:10:40 +0000 (17:10 -0800)]
Fix for issue 3370052 : Export progress percentage is incorrect

Change-Id: If1a39ab4c34e44b84dc6ada7b4d7b634ac347099

13 years agoMerge "Implement missing pause/resume support for NuPlayer." into honeycomb
Andreas Huber [Fri, 21 Jan 2011 01:05:48 +0000 (17:05 -0800)]
Merge "Implement missing pause/resume support for NuPlayer." into honeycomb

13 years agoMerge "docs: small javadoc, but also make the existing getProfileProxy docs visible...
Scott Main [Fri, 21 Jan 2011 01:04:48 +0000 (17:04 -0800)]
Merge "docs: small javadoc, but also make the existing getProfileProxy docs visible... had wrong comment tag" into honeycomb

13 years agoMerge "Fix issue #3352125: Crash after clearing search query" into honeycomb
Dianne Hackborn [Fri, 21 Jan 2011 00:57:34 +0000 (16:57 -0800)]
Merge "Fix issue #3352125: Crash after clearing search query" into honeycomb

13 years agoRead actual device encryption status
Andy Stadler [Fri, 21 Jan 2011 00:35:09 +0000 (16:35 -0800)]
Read actual device encryption status

Bug: 3346770
Change-Id: Ie70c14b1b4584a5f340a27102145f7860ba9e14b

13 years agoStrictMode: set sIsIdlerRegistered to false, and don't register if no penalties
Brad Fitzpatrick [Fri, 21 Jan 2011 00:29:52 +0000 (16:29 -0800)]
StrictMode: set sIsIdlerRegistered to false, and don't register if no penalties

Change-Id: I1b2531b66d09c850519af17918aed8be9853ef3b

13 years agoSync activity picker to latest dialog style.
Amith Yamasani [Fri, 21 Jan 2011 00:15:21 +0000 (16:15 -0800)]
Sync activity picker to latest dialog style.

Bug: 3154864
Change-Id: Ia779c6339bffa03685e05860dceaf1d47c47225e

13 years agoMerge "Fixes for StrictMode instance count checking." into honeycomb
Brad Fitzpatrick [Thu, 20 Jan 2011 23:56:47 +0000 (15:56 -0800)]
Merge "Fixes for StrictMode instance count checking." into honeycomb

13 years agoMerge "Fix issue #3374356: Buttons sometimes don't highlight" into honeycomb
Dianne Hackborn [Thu, 20 Jan 2011 23:38:14 +0000 (15:38 -0800)]
Merge "Fix issue #3374356: Buttons sometimes don't highlight" into honeycomb

13 years agoMerge "Updated sysbar lights out assets and recents bg protect tile" into honeycomb
Justin Ho [Thu, 20 Jan 2011 23:27:06 +0000 (15:27 -0800)]
Merge "Updated sysbar lights out assets and recents bg protect tile" into honeycomb

13 years agoUpdated sysbar lights out assets and recents bg protect tile
Justin Ho [Thu, 20 Jan 2011 23:25:05 +0000 (15:25 -0800)]
Updated sysbar lights out assets and recents bg protect tile

Change-Id: I28431bb499f7950c672a5fb39d8025ac239da54b

13 years agoFix issue #3374356: Buttons sometimes don't highlight
Dianne Hackborn [Thu, 20 Jan 2011 23:24:28 +0000 (15:24 -0800)]
Fix issue #3374356: Buttons sometimes don't highlight

On touch up, View would move itself to the pressed state if it
hadn't already shown as pressed.  However, it did this *after*
scheduling the message to deliver the onClick().  Thus if the
app took a little too long to execute inside of onClick(), the
invalidate to draw the highlight state would be executed right
before the following message to remove the highlight state,
causing it to basically not be shown.

This change just does the invalidate before scheduling the
onClick, so we can be sure it gets done first.

Change-Id: I6a4d1742a3aab60969c38b44bb3e163f48de62d4

13 years agoImplement missing pause/resume support for NuPlayer.
Andreas Huber [Thu, 20 Jan 2011 23:23:04 +0000 (15:23 -0800)]
Implement missing pause/resume support for NuPlayer.

Change-Id: Ia3f1ce521dd4b70e134ef03aa7c9db8e8d39a134
related-to-bug: 2368598

13 years agoFixes for StrictMode instance count checking.
Brad Fitzpatrick [Thu, 20 Jan 2011 23:12:08 +0000 (15:12 -0800)]
Fixes for StrictMode instance count checking.

Misc stuff found after looking at the first day of data, Jesse's
review, and comments from Dianne about tracking Activity counts
better.

Change-Id: Ifee1ef8f59f41061d4aac8c02765627dbf3cd8e4

13 years agoFix issue #3352125: Crash after clearing search query
Dianne Hackborn [Thu, 20 Jan 2011 21:40:19 +0000 (13:40 -0800)]
Fix issue #3352125: Crash after clearing search query

Don't deliver data arriving from a Loader after the application
has moved on to a new Loader.

Also throttle the number of Loaders will have actively running
for a particular ID.

Oh, and documentation.  Documentation is good.

Change-Id: I5a5cfdbb8c9bfb320ffc014f99e37fe7e3001382

13 years agoFix for PR 3369866 : Project thumbnail should have the same aspect ratio
Santosh Madhava [Thu, 20 Jan 2011 22:52:06 +0000 (14:52 -0800)]
Fix for PR 3369866 : Project thumbnail should have the same aspect ratio

Change-Id: I028f0c74f71c8b5497a6c904b93a3f09dde559e0

13 years agoMerge "Fix bug 3362375 - API REVIEW: remove unused public 'up' id" into honeycomb
Adam Powell [Thu, 20 Jan 2011 22:39:56 +0000 (14:39 -0800)]
Merge "Fix bug 3362375 - API REVIEW: remove unused public 'up' id" into honeycomb

13 years agoInclude the local state obj in ACTION_DRAG_STARTED events
Christopher Tate [Thu, 20 Jan 2011 21:46:41 +0000 (13:46 -0800)]
Include the local state obj in ACTION_DRAG_STARTED events

Fixes bug 3362502

The underlying cause was that the DragEvent.obtain() variant which
clones an existing event was failing to copy the local state field.

This change also moves the logic for inserting the local state object
into DragEvents about to be dispatched from the Binder incall thread
into the main-thread code sequence.  This is to eliminate any potential
SMP memory coherency issues around drag start vs incoming events
needing to refer to the local state object.

Change-Id: I368e8936dbf8a00b7d5cc19c2ef0101bd75b6b2d

13 years agoMerge "Remove inappropriate triangle icons from quick settings panel." into honeycomb
Daniel Sandler [Thu, 20 Jan 2011 21:31:53 +0000 (13:31 -0800)]
Merge "Remove inappropriate triangle icons from quick settings panel." into honeycomb

13 years agoMerge "Don't pay attention to string block on @null" into honeycomb
Kenny Root [Thu, 20 Jan 2011 21:27:35 +0000 (13:27 -0800)]
Merge "Don't pay attention to string block on @null" into honeycomb

13 years agoFix bug 3362375 - API REVIEW: remove unused public 'up' id
Adam Powell [Thu, 20 Jan 2011 20:08:13 +0000 (12:08 -0800)]
Fix bug 3362375 - API REVIEW: remove unused public 'up' id

Fix bug 3362453 - API REVIEW: android.app.ActionBar

Change-Id: I4e0233cd9355a47682bfe7b4a7fda39801586f1a

13 years agoMerge "Fixing bugs in HelloWebView tutorial on developer.android.com." into honeycomb
Trevor Johns [Thu, 20 Jan 2011 21:19:25 +0000 (13:19 -0800)]
Merge "Fixing bugs in HelloWebView tutorial on developer.android.com." into honeycomb

13 years agoDon't pay attention to string block on @null
Kenny Root [Thu, 20 Jan 2011 21:15:44 +0000 (13:15 -0800)]
Don't pay attention to string block on @null

When someone referenced an empty string by putting in the special value
"@null" the string block was kept, but when filtering themes this wasn't
filtered because the framework thought it was actually a null string.

Bug: 3000940
Change-Id: I1e9a0479ef761b3e388b562ae728c5da0f4b5deb

13 years agoFixing bugs in HelloWebView tutorial on developer.android.com.
Trevor Johns [Thu, 20 Jan 2011 21:04:17 +0000 (13:04 -0800)]
Fixing bugs in HelloWebView tutorial on developer.android.com.

- Top-level LinearLayout needs to fill_parent, rather than wrap_content,
  otherwise the child WebView has 0 width
- setWebViewClient() needs to construct a new HelloWebViewClient, not
  WebViewClientDemo (which doens't exist).

Change-Id: Ie8b14e0cbf2b498573e965ccfc27b858dedabfa0

13 years agoHandle fatal errors from calling bccRegisterSymbolCallback (if any).
Shih-wei Liao [Thu, 20 Jan 2011 20:35:44 +0000 (12:35 -0800)]
Handle fatal errors from calling bccRegisterSymbolCallback (if any).

Change-Id: I53f35b6efd26abc1e8559f6f1e37abb55a1df7db

13 years agoSet the default state of NOTIFICATIONS_USE_RING_VOLUME.
Amith Yamasani [Thu, 20 Jan 2011 20:34:03 +0000 (12:34 -0800)]
Set the default state of NOTIFICATIONS_USE_RING_VOLUME.

Bug: 3365600

This doesn't affect upgrades, only new installs.

Don't backup/restore NOTIFICATIONS_USE_RING_VOLUME anymore as it doesn't
work well across device types and can wedge the device into a state
where you can never hear notification sounds.

Change-Id: I703e1db539eb4ac45b273f46ada0b4bbf3b981bb

13 years agoMerge "Don't log the full stack trace when we can't load a resource." into honeycomb
Joe Onorato [Thu, 20 Jan 2011 20:33:34 +0000 (12:33 -0800)]
Merge "Don't log the full stack trace when we can't load a resource." into honeycomb

13 years agoMerge "fix [3369743] SurfaceFlinger reads hardware composer hints before calling...
Mathias Agopian [Thu, 20 Jan 2011 20:25:33 +0000 (12:25 -0800)]
Merge "fix [3369743] SurfaceFlinger reads hardware composer hints before calling hwc.prepare()" into honeycomb

13 years agoMerge "clean-up unneeded code" into honeycomb
Mathias Agopian [Thu, 20 Jan 2011 20:25:26 +0000 (12:25 -0800)]
Merge "clean-up unneeded code" into honeycomb

13 years agoRemove inappropriate triangle icons from quick settings panel.
Daniel Sandler [Thu, 20 Jan 2011 20:24:45 +0000 (15:24 -0500)]
Remove inappropriate triangle icons from quick settings panel.

Bug: 3316041
Change-Id: I877a587ecd6a6a8a0b00322bdcd46e3f4235a887

13 years agoMerge "Remove unnecessary library functions." into honeycomb
Stephen Hines [Thu, 20 Jan 2011 20:23:32 +0000 (12:23 -0800)]
Merge "Remove unnecessary library functions." into honeycomb

13 years agoMerge "Add two more parameters too RIL_REQUEST_SETUP_DATA_CALL, DO NOT MERGE" into...
Wink Saville [Thu, 20 Jan 2011 20:20:59 +0000 (12:20 -0800)]
Merge "Add two more parameters too RIL_REQUEST_SETUP_DATA_CALL, DO NOT MERGE" into honeycomb

13 years agoclean-up unneeded code
Mathias Agopian [Thu, 20 Jan 2011 02:02:20 +0000 (18:02 -0800)]
clean-up unneeded code

now that we removed the notion of a "inUse" buffer in surfaceflinger
a lot of code can be simplified / removed.

noteworthy, the whole concept of "unlockClient" wrt. "compositionComplete"
is also gone.

Change-Id: I210413d4c8c0998dae05c8620ebfc895d3e6233d

13 years agoMerge "Animate transitions between notification & settings panels." into honeycomb
Daniel Sandler [Thu, 20 Jan 2011 20:01:05 +0000 (12:01 -0800)]
Merge "Animate transitions between notification & settings panels." into honeycomb

13 years agoRemove unnecessary library functions.
Stephen Hines [Thu, 20 Jan 2011 02:06:34 +0000 (18:06 -0800)]
Remove unnecessary library functions.

Change-Id: I47fadb2b9e8b9e9ef5f139470366ce43c75fadbb

13 years agoDon't log the full stack trace when we can't load a resource.
Joe Onorato [Thu, 20 Jan 2011 19:49:56 +0000 (11:49 -0800)]
Don't log the full stack trace when we can't load a resource.

Bug: 3369315
Change-Id: I3a586bbefccbd59a0e99d712efe9a1cd3da6d058

13 years agoMerge "Remove unnecessary code." into honeycomb
Romain Guy [Thu, 20 Jan 2011 19:37:22 +0000 (11:37 -0800)]
Merge "Remove unnecessary code." into honeycomb

13 years agoRemove unnecessary code.
Romain Guy [Thu, 20 Jan 2011 19:35:46 +0000 (11:35 -0800)]
Remove unnecessary code.

Change-Id: I83eba3406c26a4028af08b4d4c95ecd02803e75a

13 years agoMerge "b/3350774 Enforce clearing the flag mIsHandlingMultiTouch." into honeycomb
Huahui Wu [Thu, 20 Jan 2011 19:08:33 +0000 (11:08 -0800)]
Merge "b/3350774 Enforce clearing the flag mIsHandlingMultiTouch." into honeycomb