OSDN Git Service

android-x86/frameworks-base.git
13 years agoErase OBB files when removing packages
Kenny Root [Tue, 18 Jan 2011 21:04:40 +0000 (13:04 -0800)]
Erase OBB files when removing packages

OBB files on USB storage or SD card should be removed when an
application is removed.

Bug: 3356804
Change-Id: Ifbbf043368b125fcd47fd74e5cd2e5167a8deb00

13 years agoMerge "MTP: Strip ".pla" file extension from name field for WMP playlists" into honeycomb
Mike Lockwood [Tue, 18 Jan 2011 21:14:58 +0000 (13:14 -0800)]
Merge "MTP: Strip ".pla" file extension from name field for WMP playlists" into honeycomb

13 years agoMTP: Strip ".pla" file extension from name field for WMP playlists
Mike Lockwood [Tue, 18 Jan 2011 21:13:05 +0000 (13:13 -0800)]
MTP: Strip ".pla" file extension from name field for WMP playlists

BUG: 3309324

Change-Id: Ia136f94406496f971819f4f805f742f2a6829007
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "Don't cache return of getService in Environment" into honeycomb
Kenny Root [Tue, 18 Jan 2011 21:12:55 +0000 (13:12 -0800)]
Merge "Don't cache return of getService in Environment" into honeycomb

13 years agoMerge "StrictMode class instance limit interface." into honeycomb
Brad Fitzpatrick [Tue, 18 Jan 2011 21:11:33 +0000 (13:11 -0800)]
Merge "StrictMode class instance limit interface." into honeycomb

13 years agoDon't cache return of getService in Environment
Kenny Root [Tue, 18 Jan 2011 21:03:28 +0000 (13:03 -0800)]
Don't cache return of getService in Environment

There is already a cache of all non-null return values for calls to
getService(), so don't bother caching it in Environment. This caused
some problems when Environment was called too early in the boot process
and getService() returned null.

Change-Id: I66739d01dab7e422f660d26b370ecce110dcc808

13 years agoMerge "Add support for Paint::setTextSkewX in OpenGLRenderer. Bug #3360888" into...
Romain Guy [Tue, 18 Jan 2011 21:00:41 +0000 (13:00 -0800)]
Merge "Add support for Paint::setTextSkewX in OpenGLRenderer. Bug #3360888" into honeycomb

13 years agoAdd support for Paint::setTextSkewX in OpenGLRenderer.
Romain Guy [Tue, 18 Jan 2011 21:02:38 +0000 (13:02 -0800)]
Add support for Paint::setTextSkewX in OpenGLRenderer.
Bug #3360888

Change-Id: I42e81a1f10bf7b9ae1c63ca8add1878fd59a1e8a

13 years agoMerge "Add support for preserving EGL contexts when pausing / resuming." into honeycomb
Jack Palevich [Tue, 18 Jan 2011 21:00:27 +0000 (13:00 -0800)]
Merge "Add support for preserving EGL contexts when pausing / resuming." into honeycomb

13 years agoMerge "Implement parsing of vbv buffering info in RTSP." into honeycomb
Andreas Huber [Tue, 18 Jan 2011 19:52:02 +0000 (11:52 -0800)]
Merge "Implement parsing of vbv buffering info in RTSP." into honeycomb

13 years agoMerge "Enable AUTO_TIME_ZONE settings." into honeycomb
John Wang [Tue, 18 Jan 2011 19:43:53 +0000 (11:43 -0800)]
Merge "Enable AUTO_TIME_ZONE settings." into honeycomb

13 years agoStrictMode class instance limit interface.
Brad Fitzpatrick [Thu, 13 Jan 2011 22:21:03 +0000 (14:21 -0800)]
StrictMode class instance limit interface.

Change-Id: Ic5eea539586e5d4965d83364bf9f623d1d89f2b1

13 years agoMerge "Don't report 100% buffered when the stream ends prematurely." into honeycomb
Bryan Mawhinney [Tue, 18 Jan 2011 19:30:30 +0000 (11:30 -0800)]
Merge "Don't report 100% buffered when the stream ends prematurely." into honeycomb

13 years agoAdd support for skew()
Romain Guy [Tue, 18 Jan 2011 19:19:19 +0000 (11:19 -0800)]
Add support for skew()

Change-Id: Ia3a9a867f74fd78b61f75179e3788fdc2f0cacd0

13 years agoImplement parsing of vbv buffering info in RTSP.
Andreas Huber [Tue, 18 Jan 2011 19:19:13 +0000 (11:19 -0800)]
Implement parsing of vbv buffering info in RTSP.

Change-Id: I7d871cafda2c4c65670a40ad9ab4f24317f8568a
related-to-bug: 3351915

13 years agoMerge "Add support for skew()" into honeycomb
Romain Guy [Tue, 18 Jan 2011 19:17:20 +0000 (11:17 -0800)]
Merge "Add support for skew()" into honeycomb

13 years agoMerge "Fix issue #3362666 Activities launched from ongoing notifications don't animat...
Dianne Hackborn [Tue, 18 Jan 2011 19:14:46 +0000 (11:14 -0800)]
Merge "Fix issue #3362666 Activities launched from ongoing notifications don't animate" into honeycomb

13 years agoMerge "MTP: Fix problems with modification dates for folders and non-media files...
Mike Lockwood [Tue, 18 Jan 2011 19:13:01 +0000 (11:13 -0800)]
Merge "MTP: Fix problems with modification dates for folders and non-media files" into honeycomb

13 years agoDon't report 100% buffered when the stream ends prematurely.
Bryan Mawhinney [Tue, 18 Jan 2011 19:12:21 +0000 (19:12 +0000)]
Don't report 100% buffered when the stream ends prematurely.

Change-Id: Ia4e80d02f28104427a3309e3d5b155faa5702757

13 years agoEnable AUTO_TIME_ZONE settings.
John Wang [Sat, 15 Jan 2011 03:07:10 +0000 (19:07 -0800)]
Enable AUTO_TIME_ZONE settings.

There are separate settings for AUTO_TIME and AUTO_TIME_ZONE.

Modify *ServiceStateTracker to monitor AUTO_TIME and AUTO_TIME_ZONE changes
separately and reset NITZ time and timezone accordingly.

bug: 3304255
Change-Id: Ie430f7b4a256618bea87672b3628d1223ea6e36a

13 years agoMerge "WebStorage public API change" into honeycomb
John Reck [Tue, 18 Jan 2011 19:10:26 +0000 (11:10 -0800)]
Merge "WebStorage public API change" into honeycomb

13 years agoMerge "Prevent Dropbox from crashing system server pre-boot." into honeycomb
David Turner [Tue, 18 Jan 2011 19:09:03 +0000 (11:09 -0800)]
Merge "Prevent Dropbox from crashing system server pre-boot." into honeycomb

13 years agoFix issue #3362666 Activities launched from ongoing notifications don't animate
Dianne Hackborn [Tue, 18 Jan 2011 01:54:31 +0000 (17:54 -0800)]
Fix issue #3362666 Activities launched from ongoing notifications don't animate

The phone-oriented code for turning off animations when the screen is entirely
covered by the status bar was not appropriate for the tablet.

Change-Id: Ica3e0db989f16b9187eacd6ecf4ac3d17661dd6d

13 years agoMTP: Fix problems with modification dates for folders and non-media files
Mike Lockwood [Tue, 18 Jan 2011 19:06:19 +0000 (11:06 -0800)]
MTP: Fix problems with modification dates for folders and non-media files

Also removed an unnecessary parameter to MtpDatabase.endSendobject()

BUG: 3352142

Change-Id: I6fd812dcba4814956bc8bc1cbd6bd5c868197790
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "Hiding the AsyncTaskLoader.waitForLoader method" into honeycomb
Dmitri Plotnikov [Tue, 18 Jan 2011 19:01:35 +0000 (11:01 -0800)]
Merge "Hiding the AsyncTaskLoader.waitForLoader method" into honeycomb

13 years agoPrevent Dropbox from crashing system server pre-boot.
Brad Fitzpatrick [Tue, 18 Jan 2011 02:14:18 +0000 (18:14 -0800)]
Prevent Dropbox from crashing system server pre-boot.

Bug: 3362748
Change-Id: I3f94f22798eb4a6ef14dd9a418fd3c054637e16b

13 years agoMerge "Fix smart zoom for plugins that use OpenGL." into honeycomb
Derek Sollenberger [Tue, 18 Jan 2011 18:38:34 +0000 (10:38 -0800)]
Merge "Fix smart zoom for plugins that use OpenGL." into honeycomb

13 years agoMerge "Doc change: fix busted link to DatePicker tutorial." into honeycomb
Dirk Dougherty [Tue, 18 Jan 2011 18:16:31 +0000 (10:16 -0800)]
Merge "Doc change: fix busted link to DatePicker tutorial." into honeycomb

13 years agoMerge "Disable AutoFill in private browsing mode." into honeycomb
Ben Murdoch [Tue, 18 Jan 2011 18:07:01 +0000 (10:07 -0800)]
Merge "Disable AutoFill in private browsing mode." into honeycomb

13 years agoFix smart zoom for plugins that use OpenGL.
Derek Sollenberger [Tue, 18 Jan 2011 16:11:28 +0000 (11:11 -0500)]
Fix smart zoom for plugins that use OpenGL.

bug: 3331323
Change-Id: I4f1d4e0ecdb75283fc781bf5afe579f43610506c

13 years agoDisable AutoFill in private browsing mode.
Ben Murdoch [Tue, 18 Jan 2011 14:10:48 +0000 (14:10 +0000)]
Disable AutoFill in private browsing mode.

Ensure that WebKit knows that AutoFill is disabled when private
browsing is on.

Bug: 3335257
Change-Id: I8c3e45175211e5cb00605c1dbf974e513c582d8e

13 years agoHiding the AsyncTaskLoader.waitForLoader method
Dmitri Plotnikov [Tue, 18 Jan 2011 17:41:29 +0000 (09:41 -0800)]
Hiding the AsyncTaskLoader.waitForLoader method

I introduced this method a couple of weeks ago,
but then we had a chat with Dianne and she made
a good point that rather than having this behavior
on AsyncTaskLoader, we should have it on LoaderManager
and then it will cover all kinds of loaders,
not just the ones inheriting from AsyncTaskLoader.
She suggested that we postpone that work until
after Honeycomb.

Change-Id: I1939956296cddb678791ba652ab5f4a0dd45eea1

13 years agoNew lockscreen assets for xlarge
Justin Ho [Tue, 18 Jan 2011 17:12:51 +0000 (09:12 -0800)]
New lockscreen assets for xlarge

Change-Id: Iaf116307ec645630761d4f00810fa01022eeef4e

13 years agoBattery charging assets (HDPI) from Gingerbread
Justin Ho [Tue, 18 Jan 2011 16:42:36 +0000 (08:42 -0800)]
Battery charging assets (HDPI) from Gingerbread

Change-Id: Ic4003d93719130fb85a535fc03dc6c232578deec

13 years agoMerge "Added a touch up filter in text selection handles." into honeycomb
Gilles Debunne [Tue, 18 Jan 2011 16:33:42 +0000 (08:33 -0800)]
Merge "Added a touch up filter in text selection handles." into honeycomb

13 years agoadd interface to return if (x/y) is a plugin
Cary Clark [Tue, 11 Jan 2011 16:32:01 +0000 (11:32 -0500)]
add interface to return if (x/y) is a plugin

Use the nav cache to determine if a given
coordinate corresponds to a plugin.

Requires a companion change in external/webkit

bug:3331323
Change-Id: I07d7fdfd643768d600cd6ba81165fac8b553a77f

13 years agoMerge "Motorola request to fix proxy" into honeycomb
Kristian Monsen [Tue, 18 Jan 2011 14:05:46 +0000 (06:05 -0800)]
Merge "Motorola request to fix proxy" into honeycomb

13 years agoMotorola request to fix proxy
Kristian Monsen [Tue, 18 Jan 2011 14:01:45 +0000 (14:01 +0000)]
Motorola request to fix proxy

Change-Id: I2beecc2bef5a21294cc5fab0f11d4026f8ad3c2d

13 years agoMerge "Change to stream decoding mode if the file descriptor cannot support seek...
Owen Lin [Tue, 18 Jan 2011 12:13:13 +0000 (04:13 -0800)]
Merge "Change to stream decoding mode if the file descriptor cannot support seek." into honeycomb

13 years agoMerge "Merge "SipService: registers broadcast receivers on demand."" into honeycomb
Hung-ying Tyan [Tue, 18 Jan 2011 10:25:52 +0000 (02:25 -0800)]
Merge "Merge "SipService: registers broadcast receivers on demand."" into honeycomb

13 years agoChange to stream decoding mode if the file descriptor cannot support seek.
Owen Lin [Tue, 18 Jan 2011 09:39:15 +0000 (17:39 +0800)]
Change to stream decoding mode if the file descriptor cannot support seek.

bug: 3298498
Change-Id: Id7ae46bf8e885a417753edbd6648332052fee469

13 years agoMerge "SipService: registers broadcast receivers on demand."
Hung-ying Tyan [Fri, 7 Jan 2011 03:57:22 +0000 (11:57 +0800)]
Merge "SipService: registers broadcast receivers on demand."

The previous implementation registers receivers when SipService starts up.
If the user doesn't use SIP at all, SipService will still process connecivity
and wifi state change events, which involves holding wake lock and thus
consumes power unnecessarily.

With this CL, SipService is completely idle if the user doesn't use SIP at all.
It registers receivers only when at least one account is opened.

Bug: 3326998
Change-Id: Idea43747f8204b0ccad3fc05a1b1c0b29c9b2557

13 years agoMerge "SipService: release wake lock for cancelled tasks."
Hung-ying Tyan [Thu, 6 Jan 2011 05:03:30 +0000 (13:03 +0800)]
Merge "SipService: release wake lock for cancelled tasks."

Bug: 3327004
Change-Id: Ice47f973b5f2969f26eaa83a3e4795b2e153ba8b

13 years agoLayoutLib: properly configure ApplicationInfo with targetSdkVersion.
Xavier Ducrohet [Tue, 18 Jan 2011 06:57:36 +0000 (22:57 -0800)]
LayoutLib: properly configure ApplicationInfo with targetSdkVersion.

Change-Id: I1bfef890206552843d1a7a8d0564741f2a37494f

13 years agoMerge "Allow TabHosts to have no children in the tabcontent widget" into honeycomb
Xavier Ducrohet [Tue, 18 Jan 2011 06:10:20 +0000 (22:10 -0800)]
Merge "Allow TabHosts to have no children in the tabcontent widget" into honeycomb

13 years agoMerge "Update package manager when panel is loaded." into honeycomb
satok [Tue, 18 Jan 2011 06:02:00 +0000 (22:02 -0800)]
Merge "Update package manager when panel is loaded." into honeycomb

13 years agoAllow TabHosts to have no children in the tabcontent widget
Tor Norbye [Tue, 18 Jan 2011 05:55:18 +0000 (21:55 -0800)]
Allow TabHosts to have no children in the tabcontent widget

Replace the code which throws an exception if there are no children in
the FrameLayout that is the tabcontent, with code to add a single
dummy tab.

This makes the TabHost renderable in those scenarios where the real
tabs are added dynamically rather than via XML.

Change-Id: I72442bd7d40eddd875b3507585c1f372fcae3329

13 years agoMerge "Fix the algorithm to get current input method subtype considering explicitly...
satok [Tue, 18 Jan 2011 05:14:46 +0000 (21:14 -0800)]
Merge "Fix the algorithm to get current input method subtype considering explicitly and implicitly enabled subtypes." into honeycomb

13 years agoFix the algorithm to get current input method subtype considering explicitly and...
satok [Mon, 17 Jan 2011 15:55:13 +0000 (00:55 +0900)]
Fix the algorithm to get current input method subtype considering explicitly and implicitly enabled subtypes.

Change-Id: I2e6d9ae36a1335f67b6db7659244cdfb2bfe3068

13 years agoDoc change: fix busted link to DatePicker tutorial.
Dirk Dougherty [Tue, 18 Jan 2011 04:09:46 +0000 (20:09 -0800)]
Doc change: fix busted link to DatePicker tutorial.

Change-Id: I957aa3bb4c0c91f195de99405cc8e1b5a5bc82f7

13 years agoFix bug 3357248 - Small text in settings list items should not change color
Adam Powell [Tue, 18 Jan 2011 03:38:39 +0000 (19:38 -0800)]
Fix bug 3357248 - Small text in settings list items should not change color

Change-Id: I0610a6006a948935a2e3cb02616ceea631d14065

13 years agoMerge "Fix bug 3357208 - List selector shows as dark black on first pressed state...
Adam Powell [Tue, 18 Jan 2011 02:54:13 +0000 (18:54 -0800)]
Merge "Fix bug 3357208 - List selector shows as dark black on first pressed state" into honeycomb

13 years agoMerge "Remove erroneous log message." into honeycomb
Stephen Hines [Tue, 18 Jan 2011 02:52:02 +0000 (18:52 -0800)]
Merge "Remove erroneous log message." into honeycomb

13 years agoFix bug 3357208 - List selector shows as dark black on first pressed state
Adam Powell [Tue, 18 Jan 2011 02:37:42 +0000 (18:37 -0800)]
Fix bug 3357208 - List selector shows as dark black on first pressed state

Make sure AbsListView selector drawable state gets configured on touch.

Change-Id: Ic5863ee05517b426585f59aaf52ba75b72d8c020

13 years agoMerge "set sdk version to "Android 3.0" and api level to "Honeycomb"" into honeycomb
Scott Main [Tue, 18 Jan 2011 02:19:44 +0000 (18:19 -0800)]
Merge "set sdk version to "Android 3.0" and api level to "Honeycomb"" into honeycomb

13 years agoRemove erroneous log message.
Stephen Hines [Tue, 18 Jan 2011 01:31:58 +0000 (17:31 -0800)]
Remove erroneous log message.

This change also enables pragmas to be checked for scripts that do not have a
root() function.

Change-Id: I4f41300b623581483970050680ac96c54f99d34a

13 years agoMerge "Don't crash with non-standard bitmap types." into honeycomb
Joe Onorato [Tue, 18 Jan 2011 01:25:02 +0000 (17:25 -0800)]
Merge "Don't crash with non-standard bitmap types." into honeycomb

13 years agoMerge "Remove old APIs." into honeycomb
Dianne Hackborn [Tue, 18 Jan 2011 01:23:46 +0000 (17:23 -0800)]
Merge "Remove old APIs." into honeycomb

13 years agoDon't crash with non-standard bitmap types.
Joe Onorato [Tue, 18 Jan 2011 01:20:09 +0000 (17:20 -0800)]
Don't crash with non-standard bitmap types.

Bug: 3299780
Change-Id: I435c3bedda22395db1b65dc9ff488bfea9069deb

13 years agoRemove old APIs.
Dianne Hackborn [Tue, 18 Jan 2011 01:16:02 +0000 (17:16 -0800)]
Remove old APIs.

Change-Id: If676e4e7886ad71c4959d4253db99639b49218b8

13 years agoset sdk version to "Android 3.0" and api level to "Honeycomb"
Scott Main [Tue, 18 Jan 2011 00:17:55 +0000 (16:17 -0800)]
set sdk version to "Android 3.0" and api level to "Honeycomb"

Change-Id: I89a7149b32643d7e9c79bf2030b061bbff3bd8c4

13 years agoAdded a touch up filter in text selection handles.
Gilles Debunne [Mon, 17 Jan 2011 17:16:40 +0000 (09:16 -0800)]
Added a touch up filter in text selection handles.

This filters the touch up event, so that in case the handles'
position is altered when the finger is lifted up, this unwanted
movement is discarded.

Bug 3282095

Change-Id: Ibfe8f49d979091ba49139449ecc13f47050608d9

13 years agoMerge "Fix 3303606: invalidate WaveView after resetting state" into honeycomb
Jim Miller [Tue, 18 Jan 2011 00:35:52 +0000 (16:35 -0800)]
Merge "Fix 3303606: invalidate WaveView after resetting state" into honeycomb

13 years agoMerge "Fix a bunch of API review bugs." into honeycomb
Dianne Hackborn [Tue, 18 Jan 2011 00:24:32 +0000 (16:24 -0800)]
Merge "Fix a bunch of API review bugs." into honeycomb

13 years agoFix a bunch of API review bugs.
Dianne Hackborn [Mon, 17 Jan 2011 22:38:50 +0000 (14:38 -0800)]
Fix a bunch of API review bugs.

3362464 API REVIEW: android.content potpourri
3362445 API REVIEW: Fragment transaction stuff
3362428 API REVIEW: Fragment stuff
3362418 API REVIEW: Loader stuff
3362414 API REVIEW: android.content.pm.ActivityInfo

Change-Id: I6475421a4735759b458acb67df4380cc6234f147

13 years agoMerge "Fix 3329600: Always enable screen rotation in lockscreen." into honeycomb
Jim Miller [Tue, 18 Jan 2011 00:23:16 +0000 (16:23 -0800)]
Merge "Fix 3329600: Always enable screen rotation in lockscreen." into honeycomb

13 years agoMerge "Mouse pointer tweaks." into honeycomb
Jeff Brown [Tue, 18 Jan 2011 00:17:44 +0000 (16:17 -0800)]
Merge "Mouse pointer tweaks." into honeycomb

13 years agoMouse pointer tweaks.
Jeff Brown [Tue, 18 Jan 2011 00:01:34 +0000 (16:01 -0800)]
Mouse pointer tweaks.

Make pointer arrow brighter.
Deep copy the pointer icon bitmap since it turns out that the
original shared pixels can be deleted by other code.

Change-Id: I77fbf61d1dace723f3c8c9808941e9e31d8db352

13 years agoFix 3329600: Always enable screen rotation in lockscreen.
Jim Miller [Tue, 18 Jan 2011 00:12:39 +0000 (16:12 -0800)]
Fix 3329600: Always enable screen rotation in lockscreen.

Sometimes we get the wrong value for the sensor resource we
use to configure lockscreen orientation.  However, the current
UI design has LockScreen always respond to orientation (when
enabled in settings) so we don't need to rely on this for the time-being.

Change-Id: If37314befd25a7b3306500643155523ad4fe6657

13 years agoMerge "docs: move the fragments dev guide into fundamentals topic" into honeycomb
Scott Main [Tue, 18 Jan 2011 00:11:44 +0000 (16:11 -0800)]
Merge "docs: move the fragments dev guide into fundamentals topic" into honeycomb

13 years agoMerge "More docs" into honeycomb
Alex Sakhartchouk [Tue, 18 Jan 2011 00:10:10 +0000 (16:10 -0800)]
Merge "More docs" into honeycomb

13 years agodocs: move the fragments dev guide into fundamentals topic
Scott Main [Tue, 18 Jan 2011 00:06:12 +0000 (16:06 -0800)]
docs: move the fragments dev guide into fundamentals topic

Change-Id: If6a9751e78db23e76256e179db99aa0e29126f85

13 years agoMerge "Fix 3210299: Extend lock screen wake timeout to 10s" into honeycomb
Jim Miller [Mon, 17 Jan 2011 23:53:42 +0000 (15:53 -0800)]
Merge "Fix 3210299: Extend lock screen wake timeout to 10s" into honeycomb

13 years agoMerge "docs: update sidenav for honeycomb preview" into honeycomb
Scott Main [Mon, 17 Jan 2011 23:53:13 +0000 (15:53 -0800)]
Merge "docs: update sidenav for honeycomb preview" into honeycomb

13 years agodocs: update sidenav for honeycomb preview
Scott Main [Mon, 17 Jan 2011 03:12:37 +0000 (19:12 -0800)]
docs: update sidenav for honeycomb preview

Change-Id: Ifaf93335159ed36c15c9639e7b3d8f77438614af

13 years agoMerge "Add error checks to the copyFrom functions." into honeycomb
Jason Sams [Mon, 17 Jan 2011 23:48:00 +0000 (15:48 -0800)]
Merge "Add error checks to the copyFrom functions." into honeycomb

13 years agoMerge "bug:3362394 better documentation for DefaultDatabaseErrorHandler class" into...
Vasu Nori [Mon, 17 Jan 2011 23:37:09 +0000 (15:37 -0800)]
Merge "bug:3362394 better documentation for DefaultDatabaseErrorHandler class" into honeycomb

13 years agobug:3362394 better documentation for DefaultDatabaseErrorHandler class
Vasu Nori [Mon, 17 Jan 2011 23:35:28 +0000 (15:35 -0800)]
bug:3362394 better documentation for DefaultDatabaseErrorHandler class

Change-Id: I85a278183eda297f72a740c9d23efa4aca58d2d3

13 years agoMerge "bug:3362635 add new public API to downloadmanager to get mxbytesovermobile...
Vasu Nori [Mon, 17 Jan 2011 23:34:06 +0000 (15:34 -0800)]
Merge "bug:3362635 add new public API to downloadmanager to get mxbytesovermobile" into honeycomb

13 years agoFix 3210299: Extend lock screen wake timeout to 10s
Jim Miller [Mon, 17 Jan 2011 23:28:21 +0000 (15:28 -0800)]
Fix 3210299: Extend lock screen wake timeout to 10s

Change-Id: I9e4f8761a80271b97ff6411a41664642273baaef

13 years agoMore docs
Alex Sakhartchouk [Mon, 17 Jan 2011 23:23:22 +0000 (15:23 -0800)]
More docs

Change-Id: I3dfea7d83bf8525efda59cef6fafa854b5aa9fe3

13 years agobug:3362635 add new public API to downloadmanager to get mxbytesovermobile
Vasu Nori [Mon, 17 Jan 2011 23:08:14 +0000 (15:08 -0800)]
bug:3362635 add new public API to downloadmanager to get mxbytesovermobile

bug:3362635
Change-Id: I7380964c6098d5ca6396b17980f78457c23d1a87

13 years agoMerge "docs: revise offline homepage; delete developing index redirect page" into...
Scott Main [Mon, 17 Jan 2011 23:09:24 +0000 (15:09 -0800)]
Merge "docs: revise offline homepage; delete developing index redirect page" into honeycomb

13 years agoadd javadoc for getView method
Scott Main [Mon, 17 Jan 2011 23:02:07 +0000 (15:02 -0800)]
add javadoc for getView method

Change-Id: Ia8d9516c4017319f8bcaedb3e4c451c5c3825857

13 years agoFix 3303606: invalidate WaveView after resetting state
Jim Miller [Mon, 17 Jan 2011 22:52:09 +0000 (14:52 -0800)]
Fix 3303606: invalidate WaveView after resetting state

This fixes a bug where the unlock state machine was in the
reset state when it awakes which caused it to ignore
the first unlock attempt.  The reason for this is the state
machine didn't run again until the next user input.

We now invalidate the drawing area to ensure the unlock state
machine runs and is ready when LockScreen shows again.

Change-Id: I9f2b279d432ff634ba0b29e606cdc954718a2ad2

13 years agodocs: revise offline homepage; delete developing index redirect page
Scott Main [Mon, 17 Jan 2011 22:47:44 +0000 (14:47 -0800)]
docs: revise offline homepage; delete developing index redirect page

Change-Id: If73a0811721fa61c6924ac4aeaaa92c81c5fe439

13 years agoImprove hardware layers rendering speed when setting a View's alpha.
Romain Guy [Mon, 17 Jan 2011 22:42:41 +0000 (14:42 -0800)]
Improve hardware layers rendering speed when setting a View's alpha.

Change-Id: Ib1275677f531c60d9919978c5538c663fdb823b5

13 years agoMerge "Improve hardware layers rendering speed when setting a View's alpha." into...
Romain Guy [Mon, 17 Jan 2011 22:40:35 +0000 (14:40 -0800)]
Merge "Improve hardware layers rendering speed when setting a View's alpha." into honeycomb

13 years agoMerge "LayoutLib: Update to use the new RenderResources API." into honeycomb
Xavier Ducrohet [Mon, 17 Jan 2011 22:21:12 +0000 (14:21 -0800)]
Merge "LayoutLib: Update to use the new RenderResources API." into honeycomb

13 years agoMerge "Pick an upstream interface with valid IP config" into honeycomb
Irfan Sheriff [Mon, 17 Jan 2011 22:14:07 +0000 (14:14 -0800)]
Merge "Pick an upstream interface with valid IP config" into honeycomb

13 years agoMerge "Clean up simple integer operations." into honeycomb
Stephen Hines [Mon, 17 Jan 2011 22:09:49 +0000 (14:09 -0800)]
Merge "Clean up simple integer operations." into honeycomb

13 years agoMerge "Adding instance check to RemoteViewsAdapter getViewAt" into honeycomb
Adam Cohen [Mon, 17 Jan 2011 22:07:39 +0000 (14:07 -0800)]
Merge "Adding instance check to RemoteViewsAdapter getViewAt" into honeycomb

13 years agoAdding instance check to RemoteViewsAdapter getViewAt
Adam Cohen [Mon, 17 Jan 2011 20:40:29 +0000 (12:40 -0800)]
Adding instance check to RemoteViewsAdapter getViewAt

Change-Id: Ie99d5aeef6e963c89b62cfd435d1c5cbb1fb6bfa

13 years agoLayoutLib: Update to use the new RenderResources API.
Xavier Ducrohet [Mon, 17 Jan 2011 21:49:12 +0000 (13:49 -0800)]
LayoutLib: Update to use the new RenderResources API.

Change-Id: Ic64eff3f324c4519da89bab10e6d59f0a9341a04

13 years agoPick an upstream interface with valid IP config
Irfan Sheriff [Mon, 17 Jan 2011 20:38:30 +0000 (12:38 -0800)]
Pick an upstream interface with valid IP config

As a work around for the issue of picking
the wrong interface, add a check for selecting
an upstream interface that has a valid IP configuration

Bug: 3362306
Change-Id: I01084517cff756c97660b2cfbfa8e9bf26673148

13 years agoMerge "Using full-resolution default activity icon in Recent Apps" into honeycomb
Michael Jurka [Mon, 17 Jan 2011 21:40:51 +0000 (13:40 -0800)]
Merge "Using full-resolution default activity icon in Recent Apps" into honeycomb

13 years agoMerge "Fix content width calculation for Spinner control. The width of the dropdown...
Chris Yerga [Mon, 17 Jan 2011 21:30:53 +0000 (13:30 -0800)]
Merge "Fix content width calculation for Spinner control. The width of the dropdown was only taking into account the width of the items and not background padding." into honeycomb

13 years agoUsing full-resolution default activity icon in Recent Apps
Michael Jurka [Mon, 17 Jan 2011 21:29:53 +0000 (13:29 -0800)]
Using full-resolution default activity icon in Recent Apps

13 years agoMerge "Fix omission in NOTICE file." into honeycomb
Eric Laurent [Mon, 17 Jan 2011 21:29:45 +0000 (13:29 -0800)]
Merge "Fix omission in NOTICE file." into honeycomb

13 years agoMerge "Fix bug 3362446 - NPE in legacy menus" into honeycomb
Adam Powell [Mon, 17 Jan 2011 21:26:50 +0000 (13:26 -0800)]
Merge "Fix bug 3362446 - NPE in legacy menus" into honeycomb