OSDN Git Service

android-x86/frameworks-base.git
13 years agoMerge "MTP: Fix race conditions in MtpServer JNI code" into honeycomb
Mike Lockwood [Tue, 25 Jan 2011 23:44:28 +0000 (15:44 -0800)]
Merge "MTP: Fix race conditions in MtpServer JNI code" into honeycomb

13 years agoMerge "Report errors to applications if AudioRecord->start() fails" into honeycomb
James Dong [Tue, 25 Jan 2011 23:31:09 +0000 (15:31 -0800)]
Merge "Report errors to applications if AudioRecord->start() fails" into honeycomb

13 years agoMerge "New contact picture" into honeycomb
Justin Ho [Tue, 25 Jan 2011 23:31:08 +0000 (15:31 -0800)]
Merge "New contact picture" into honeycomb

13 years agoReport errors to applications if AudioRecord->start() fails
James Dong [Tue, 25 Jan 2011 20:37:43 +0000 (12:37 -0800)]
Report errors to applications if AudioRecord->start() fails

bug - 3385198

Change-Id: I86ac8071eb28a538b333e102192193d1b9eda5eb

13 years agoMerge "Argh forget to include my final part of the change." into honeycomb
Dianne Hackborn [Tue, 25 Jan 2011 23:23:13 +0000 (15:23 -0800)]
Merge "Argh forget to include my final part of the change." into honeycomb

13 years agoMerge "New extra for GET_CONTENT." into honeycomb
Dianne Hackborn [Tue, 25 Jan 2011 23:17:50 +0000 (15:17 -0800)]
Merge "New extra for GET_CONTENT." into honeycomb

13 years agoNew extra for GET_CONTENT.
Dianne Hackborn [Tue, 25 Jan 2011 22:55:06 +0000 (14:55 -0800)]
New extra for GET_CONTENT.

Change-Id: Ib367c02619ee301d9651dd70d35f7d57aa8a0cbc

13 years agoMTP: Fix race conditions in MtpServer JNI code
Mike Lockwood [Tue, 25 Jan 2011 17:29:27 +0000 (09:29 -0800)]
MTP: Fix race conditions in MtpServer JNI code

Make sure previous MtpThread has exited before starting another to avoid
EBUSY opening MTP kernel driver.

BUG: 3317803

Change-Id: I81dcbac42bcf5f680ed1b1469839bc0b0e49d53d
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoArgh forget to include my final part of the change.
Dianne Hackborn [Tue, 25 Jan 2011 22:54:29 +0000 (14:54 -0800)]
Argh forget to include my final part of the change.

Change-Id: I1e2711e1ecde0350047f1edef9a59947ff5749eb

13 years agoNew contact picture
Justin Ho [Tue, 25 Jan 2011 22:54:08 +0000 (14:54 -0800)]
New contact picture

Change-Id: Ic601c375df6117c5e974f39d4a75ccef45e6912c

13 years agoMerge "Fix bug 3387855 - Menu flashes on left side of screen" into honeycomb
Adam Powell [Tue, 25 Jan 2011 22:46:47 +0000 (14:46 -0800)]
Merge "Fix bug 3387855 - Menu flashes on left side of screen" into honeycomb

13 years agoMerge "Fix for issue 3385068 : Play gets out of sync" into honeycomb
Santosh Madhava [Tue, 25 Jan 2011 22:46:15 +0000 (14:46 -0800)]
Merge "Fix for issue 3385068 : Play gets out of sync" into honeycomb

13 years agoFix bug 3387855 - Menu flashes on left side of screen
Adam Powell [Tue, 25 Jan 2011 22:39:02 +0000 (14:39 -0800)]
Fix bug 3387855 - Menu flashes on left side of screen

Post popup menu click events rather than executing inline so that the
popup can close undisturbed.

Change-Id: I01481bd37d7921c10c6b8b484eab33f0d25447ff

13 years agoMerge "docs: revise and amend platform notes for preview" into honeycomb
Scott Main [Tue, 25 Jan 2011 22:21:28 +0000 (14:21 -0800)]
Merge "docs: revise and amend platform notes for preview" into honeycomb

13 years agoMerge "Fix surface frame size reporting." into honeycomb
Jeff Brown [Tue, 25 Jan 2011 22:21:00 +0000 (14:21 -0800)]
Merge "Fix surface frame size reporting." into honeycomb

13 years agoMerge "Fix for a call to startActivity from outside of an app." into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 22:20:09 +0000 (14:20 -0800)]
Merge "Fix for a call to startActivity from outside of an app." into honeycomb

13 years agodocs: revise and amend platform notes for preview
Scott Main [Tue, 25 Jan 2011 21:03:30 +0000 (13:03 -0800)]
docs: revise and amend platform notes for preview

Change-Id: Ief10e85ae7c1a9c56381342e0f3b880ebe57d8ca

13 years agoMerge "Fix issue #3385839: Fragment.onCreateView is passing in activity..." into...
Dianne Hackborn [Tue, 25 Jan 2011 22:06:01 +0000 (14:06 -0800)]
Merge "Fix issue #3385839: Fragment.onCreateView is passing in activity..." into honeycomb

13 years agoMerge changes I282a8421,I53d15f37 into honeycomb
Justin Ho [Tue, 25 Jan 2011 22:01:25 +0000 (14:01 -0800)]
Merge changes I282a8421,I53d15f37 into honeycomb

* changes:
  Merging Gingerbread assets into Honeycomb
  Removing old assets from SystemUI in drawable-hdpi

13 years agoMerge "Rename virtual call API to ScoUsingVirtualCall." into honeycomb
Jaikumar Ganesh [Tue, 25 Jan 2011 21:56:02 +0000 (13:56 -0800)]
Merge "Rename virtual call API to ScoUsingVirtualCall." into honeycomb

13 years agoMerge "Prevent crash in View when gathering attributes without an AttachInfo. Bug...
Romain Guy [Tue, 25 Jan 2011 21:55:14 +0000 (13:55 -0800)]
Merge "Prevent crash in View when gathering attributes without an AttachInfo. Bug #3385339" into honeycomb

13 years agoRename virtual call API to ScoUsingVirtualCall.
Jaikumar Ganesh [Mon, 24 Jan 2011 21:55:27 +0000 (13:55 -0800)]
Rename virtual call API to ScoUsingVirtualCall.

This API makes more sense with regard to headset profile.
Bug: 3381532

Change-Id: Ife07d101a3b04bcddb31e7ae86712e1d97a660c5

13 years agoMerge "Overscoll bounce amplitude is smaller." into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 21:44:32 +0000 (13:44 -0800)]
Merge "Overscoll bounce amplitude is smaller." into honeycomb

13 years agoMerge "Fix bug 3378333 - Holo-style layout for granting permissions" into honeycomb
Adam Powell [Tue, 25 Jan 2011 21:42:49 +0000 (13:42 -0800)]
Merge "Fix bug 3378333 - Holo-style layout for granting permissions" into honeycomb

13 years agoFix for a call to startActivity from outside of an app.
Gilles Debunne [Tue, 25 Jan 2011 21:07:22 +0000 (13:07 -0800)]
Fix for a call to startActivity from outside of an app.

Bug 3246715

Regression introduced by https://android-git.corp.google.com/g/#change,86174

Change-Id: Icba170746d196386bd9b0309582f724cb076d937

13 years agoFix bug 3378333 - Holo-style layout for granting permissions
Adam Powell [Sat, 22 Jan 2011 22:34:13 +0000 (14:34 -0800)]
Fix bug 3378333 - Holo-style layout for granting permissions

Change-Id: Ie1bb925db3ddd8343c9756e220a0d821f4d31c6d

13 years agoFix for issue 3385068 : Play gets out of sync
Santosh Madhava [Tue, 25 Jan 2011 21:15:43 +0000 (13:15 -0800)]
Fix for issue 3385068 : Play gets out of sync

Change-Id: Iaf5e2f246b9cbfc5c8093d34ed085fe255ae500b

13 years agoFix surface frame size reporting.
Jeff Brown [Tue, 25 Jan 2011 20:56:56 +0000 (12:56 -0800)]
Fix surface frame size reporting.

The SurfaceHolder provided by the wallpaper service was not reporting
the correct size in getSurfaceFrame().  This broke an optimization in
the ImageWallpaper.  The old code happened to work because calling
lockCanvas on the SurfaceHolder with a null dirty rectangle happened
to have the side-effect of updating the SurfaceHolder's surface frame
size field because it passed mSurfaceFrame as the dirty rect, causing
mSurfaceFrame to be set to the size of the region to be drawn.

However, relying on this side-effect is wrong.  Among other things,
the dirty region could actually be smaller than the surface frame.

This patch fixes WallpaperService, SurfaceView and ViewRoot to ensure
that the surface frame size is always set explicitly and is not modified
by calls to lockCanvas.

Change-Id: I10948f5ec269409ceaf0f7d32b3f6731e9499ebc

13 years agoPrevent crash in View when gathering attributes without an AttachInfo.
Romain Guy [Tue, 25 Jan 2011 20:52:58 +0000 (12:52 -0800)]
Prevent crash in View when gathering attributes without an AttachInfo.
Bug #3385339

Change-Id: I06b6f03721b52ab0b9d13c2fb3e133ae25d99970

13 years agoMerge "Video Editor:Fix for 3375632" into honeycomb
Dheeraj Sharma [Tue, 25 Jan 2011 20:50:34 +0000 (12:50 -0800)]
Merge "Video Editor:Fix for 3375632" into honeycomb

13 years agoMerge "Heed the focusability flag in SearchView and set the default to true." into...
Amith Yamasani [Tue, 25 Jan 2011 20:35:06 +0000 (12:35 -0800)]
Merge "Heed the focusability flag in SearchView and set the default to true." into honeycomb

13 years agoMerge "Fix emulator trackball." into honeycomb
Jeff Brown [Tue, 25 Jan 2011 20:33:50 +0000 (12:33 -0800)]
Merge "Fix emulator trackball." into honeycomb

13 years agoHeed the focusability flag in SearchView and set the default to true.
Amith Yamasani [Tue, 25 Jan 2011 19:58:09 +0000 (11:58 -0800)]
Heed the focusability flag in SearchView and set the default to true.

Bug: 3385804

Also, allow navigation through keyboard.

Change-Id: I444f142518172b35f33c2a5129179ac996d80dc7

13 years agoMerge "Fixed CAB background and selection color for legacy applications." into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 19:37:54 +0000 (11:37 -0800)]
Merge "Fixed CAB background and selection color for legacy applications." into honeycomb

13 years agoMerge "Removed warnings in DynamicLayout" into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 19:34:19 +0000 (11:34 -0800)]
Merge "Removed warnings in DynamicLayout" into honeycomb

13 years agoFix issue #3385839: Fragment.onCreateView is passing in activity...
Dianne Hackborn [Tue, 25 Jan 2011 07:58:13 +0000 (23:58 -0800)]
Fix issue #3385839: Fragment.onCreateView is passing in activity...

...context for a DialogFragment

Change-Id: I434ebca64d2738da4c27321db8dbbded2cbe167d

13 years agoOverscoll bounce amplitude is smaller.
Gilles Debunne [Tue, 25 Jan 2011 19:23:30 +0000 (11:23 -0800)]
Overscoll bounce amplitude is smaller.

Per Dan's request for poor behavior on low speed Overscrolls.

Change-Id: I184133df5e6cc68d8d9bf39edb62d42e13d27a90

13 years agoRemove debugging log left by mistake.
Romain Guy [Tue, 25 Jan 2011 19:03:00 +0000 (11:03 -0800)]
Remove debugging log left by mistake.

Change-Id: I7d5165b4b682714940cea9886abeedd3f4858057

13 years agoMerge "Add debug to CallManager#canDial." into honeycomb
Wink Saville [Tue, 25 Jan 2011 19:02:25 +0000 (11:02 -0800)]
Merge "Add debug to CallManager#canDial." into honeycomb

13 years agoMerge "Remove debugging log left by mistake." into honeycomb
Romain Guy [Tue, 25 Jan 2011 19:01:55 +0000 (11:01 -0800)]
Merge "Remove debugging log left by mistake." into honeycomb

13 years agoMerge "Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle" into...
Brian Carlstrom [Tue, 25 Jan 2011 18:58:02 +0000 (10:58 -0800)]
Merge "Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle" into honeycomb

13 years agoMerge "TextLine cache is used, even for long lines of text." into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 18:43:05 +0000 (10:43 -0800)]
Merge "TextLine cache is used, even for long lines of text." into honeycomb

13 years agoMerge "Fix tethering when switching default connection" into honeycomb
Robert Greenwalt [Tue, 25 Jan 2011 18:27:51 +0000 (10:27 -0800)]
Merge "Fix tethering when switching default connection" into honeycomb

13 years agoMerge "Set high usage delta to 1 to avoid constant V8 GC." into honeycomb
Shimeng (Simon) Wang [Tue, 25 Jan 2011 18:27:24 +0000 (10:27 -0800)]
Merge "Set high usage delta to 1 to avoid constant V8 GC." into honeycomb

13 years agoRemoved warnings in DynamicLayout
Gilles Debunne [Tue, 25 Jan 2011 18:14:43 +0000 (10:14 -0800)]
Removed warnings in DynamicLayout

Change-Id: Ied1c330795412d0bdcac1236b466951112fabc7d

13 years agoMerge "Docs for Origin" into honeycomb
John Reck [Tue, 25 Jan 2011 18:01:16 +0000 (10:01 -0800)]
Merge "Docs for Origin" into honeycomb

13 years agoSet high usage delta to 1 to avoid constant V8 GC.
Shimeng (Simon) Wang [Mon, 24 Jan 2011 22:38:46 +0000 (14:38 -0800)]
Set high usage delta to 1 to avoid constant V8 GC.

This value will be passed to native webkit to V8.

3 consecutive dromaeo DOM core are run, there's no crash.
Because of assets change, Passion browser can't be run; this will
need to be checked in I release, I think

issue: 3317722
Change-Id: Ifa6e4116f76f395d98db9f8336f91dc9de6bf125

13 years agoMerging Gingerbread assets into Honeycomb
Justin Ho [Tue, 25 Jan 2011 17:25:31 +0000 (09:25 -0800)]
Merging Gingerbread assets into Honeycomb

Change-Id: I282a84211a8a888d99b0582fbff6a45c4378f8bf

13 years agoRemoving old assets from SystemUI in drawable-hdpi
Justin Ho [Tue, 25 Jan 2011 17:21:45 +0000 (09:21 -0800)]
Removing old assets from SystemUI in drawable-hdpi

Change-Id: I53d15f37eb5079df74a22f0d80fed7ecbdb14b61

13 years agoTextLine cache is used, even for long lines of text.
Gilles Debunne [Tue, 25 Jan 2011 17:09:46 +0000 (09:09 -0800)]
TextLine cache is used, even for long lines of text.

Bug 3381368

The 250 characters limit is passed for long URLs. There are only 3
TextLine objects, so their total size is not an issue. Recycle long
lines as well to make sure we fill the cache and avoid object creation.

Change-Id: I843bf623594312a0fcf0edbb13b7cd64cce0ddd1

13 years agoMerge "Fix the return value of switch to last ime." into honeycomb
satok [Tue, 25 Jan 2011 16:00:29 +0000 (08:00 -0800)]
Merge "Fix the return value of switch to last ime." into honeycomb

13 years agoFix the return value of switch to last ime.
satok [Tue, 25 Jan 2011 09:57:24 +0000 (18:57 +0900)]
Fix the return value of switch to last ime.

Change-Id: I5fe8cc696433a7ee72973d16d8f121d3362ab0e0

13 years agoMerge "Sort IME by id" into honeycomb
satok [Tue, 25 Jan 2011 14:34:21 +0000 (06:34 -0800)]
Merge "Sort IME by id" into honeycomb

13 years agoSort IME by id
satok [Tue, 25 Jan 2011 09:00:23 +0000 (18:00 +0900)]
Sort IME by id

Bug: 3364167

Change-Id: I8c8e4ddc4110e2920c8c7beccf108ac7e0227903

13 years agoMerge "Clip touch event at SoftInputWindow to handle the event from Inset" into honeycomb
Ken Wakasa [Tue, 25 Jan 2011 13:42:36 +0000 (05:42 -0800)]
Merge "Clip touch event at SoftInputWindow to handle the event from Inset" into honeycomb

13 years agoClip touch event at SoftInputWindow to handle the event from Inset
Tadashi G. Takaoka [Tue, 25 Jan 2011 09:02:55 +0000 (18:02 +0900)]
Clip touch event at SoftInputWindow to handle the event from Inset

Bug: 3238092
Change-Id: I92d98bed75957c8db149e1ad87defe24d44f4d53

13 years agoFix bug 3385881
Jason Sams [Tue, 25 Jan 2011 08:26:25 +0000 (00:26 -0800)]
Fix bug 3385881
Launch signals and threads are not always
matched in index.  Threads grab launch indexes
as they start which may not be the order in which
they were launched.

Change-Id: I1ff42c3df5d7ebb46de6329ebd11ef67a5fc58ca

13 years agoMerge "Attempt to fix 3333866 Missing memory barrier when the non-locking past path...
Jason Sams [Tue, 25 Jan 2011 08:23:41 +0000 (00:23 -0800)]
Merge "Attempt to fix 3333866 Missing memory barrier when the non-locking past path is hit." into honeycomb

13 years agoAdd debug to CallManager#canDial.
Wink Saville [Tue, 25 Jan 2011 07:25:31 +0000 (23:25 -0800)]
Add debug to CallManager#canDial.

Add some debug to trackdown why canDial is sometime
returning false, see bug 3381435.

Change-Id: I0caade5ffdf9d67cdee0557971a8918182718512

13 years agoMerge "Issue no : 3370622" into honeycomb
Dheeraj Sharma [Tue, 25 Jan 2011 07:04:54 +0000 (23:04 -0800)]
Merge "Issue no : 3370622" into honeycomb

13 years agoTweak layouts of IME switch button
satok [Tue, 25 Jan 2011 06:01:48 +0000 (15:01 +0900)]
Tweak layouts of IME switch button

Bug: 3383078

Change-Id: Id522ac6e8363a98be6ac73ee75b0d54e12ef86c4

13 years agoIssue no : 3370622
Dheeraj Sharma [Mon, 24 Jan 2011 22:46:30 +0000 (14:46 -0800)]
Issue no : 3370622

VideoEditor: Fix for Clear Surface API

Change-Id: I8d4ad90dd2a0d37bd5363c36582a16f08b161bee

13 years agoMerge "Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439" into...
Dianne Hackborn [Tue, 25 Jan 2011 06:51:18 +0000 (22:51 -0800)]
Merge "Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439" into honeycomb

13 years agoMake nested hardware layers work again
Romain Guy [Tue, 25 Jan 2011 06:35:56 +0000 (22:35 -0800)]
Make nested hardware layers work again

Change-Id: I97bde694ec1b712a1e010c8137919e6d64af3148

13 years agoMerge "Make nested hardware layers work again" into honeycomb
Romain Guy [Tue, 25 Jan 2011 06:35:21 +0000 (22:35 -0800)]
Merge "Make nested hardware layers work again" into honeycomb

13 years agoMerge "Review rework on Patch Set 2 for issue 3372849" into honeycomb
Santosh Madhava [Tue, 25 Jan 2011 06:33:44 +0000 (22:33 -0800)]
Merge "Review rework on Patch Set 2 for issue 3372849" into honeycomb

13 years agoReview rework on Patch Set 2 for issue 3372849
Santosh Madhava [Sat, 22 Jan 2011 01:54:05 +0000 (17:54 -0800)]
Review rework on Patch Set 2 for issue 3372849

Change-Id: I3c077f3318e44035e8ea6eb160d0024e77aaa710

13 years agoFix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439
Dianne Hackborn [Tue, 25 Jan 2011 05:59:21 +0000 (21:59 -0800)]
Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439

Um.  My fix for calling onReceive() even after a receiver is
unregistered actually made it so onReceive() is never called for
the result receiver of a broadcast.

Change-Id: I30efe05d8fdec6fee4222b7d797f2b303073dbcc

13 years agoFix display list support for shapes.
Romain Guy [Tue, 25 Jan 2011 05:53:42 +0000 (21:53 -0800)]
Fix display list support for shapes.

Change-Id: I8b4c9e9ec36266a83c0a53ba3fb6e45d61bbd6d9

13 years agoMerge "Fix display list support for shapes." into honeycomb
Romain Guy [Tue, 25 Jan 2011 05:51:43 +0000 (21:51 -0800)]
Merge "Fix display list support for shapes." into honeycomb

13 years agoMerge "Fix bug 3178934 - Make MenuBuilder notify its adapters of changes" into honeycomb
Adam Powell [Tue, 25 Jan 2011 05:48:56 +0000 (21:48 -0800)]
Merge "Fix bug 3178934 - Make MenuBuilder notify its adapters of changes" into honeycomb

13 years agoFix bug 3178934 - Make MenuBuilder notify its adapters of changes
Adam Powell [Tue, 25 Jan 2011 05:44:28 +0000 (21:44 -0800)]
Fix bug 3178934 - Make MenuBuilder notify its adapters of changes

Change-Id: I28603afbdfdd913aa06f3a07065e27aff1dc524b

13 years agoMerge "Fix NPE in IInputMethodSessionWrapper.executeMessage" into honeycomb
Ken Wakasa [Tue, 25 Jan 2011 05:37:53 +0000 (21:37 -0800)]
Merge "Fix NPE in IInputMethodSessionWrapper.executeMessage" into honeycomb

13 years agoMaybe fix issue #3093599: java.lang.IndexOutOfBoundsException...
Dianne Hackborn [Mon, 24 Jan 2011 21:15:09 +0000 (13:15 -0800)]
Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...

...Invalid index 0, size is 0 at
android.app.ActivityThread.performPauseActivity(ActivityThread.java:2326)

It looks like if an arrow key is dispatched between the time the
list view is told its data set has changed and it does the resulting
layout pass, we could try to move the position to a now invalid
index.  This may prevent that from happening.

Also put in a better error message if saving state of a fragment
whose target is no longer in the fragment manager.

And fix a bug in PackageManager where we could return a null from
queryIntentActivities().

And add a new API to find out whether a fragment is being removed,
to help fix issue #3306021: NPE at
android.app.AlertDialog.getDefaultDialogTheme(AlertDialog.java)

Next, for new HC apps we can delay committing data to
storage until the activity is stopped.

Finally, use the new multi-threaded AyncTask executor in a few
places, so we don't have worked blocked by long-running tasks from
the application.

Change-Id: I27b2aafedf2e1bf3a2316309889613fa539760f3

13 years agoFix NPE in IInputMethodSessionWrapper.executeMessage
Ken Wakasa [Tue, 25 Jan 2011 05:02:07 +0000 (14:02 +0900)]
Fix NPE in IInputMethodSessionWrapper.executeMessage

bug: 3384715
Change-Id: I4bd8f2b505318a9b3e17dccf6a583dc7f36a8a24

13 years agoFix rendering issues with animated layers.
Romain Guy [Tue, 25 Jan 2011 04:40:18 +0000 (20:40 -0800)]
Fix rendering issues with animated layers.
Bug #3385247

- The layer's alpha was interpreted in the wrong range 0..255 instead of 0..1
- 9-patches would not correctly dirty the layer region, the generated mesh
  was incorrect

Change-Id: I4916249bedcdb0794929f3796bd17854971efc88

13 years agoMerge "Fix rendering issues with animated layers. Bug #3385247" into honeycomb
Romain Guy [Tue, 25 Jan 2011 04:38:52 +0000 (20:38 -0800)]
Merge "Fix rendering issues with animated layers. Bug #3385247" into honeycomb

13 years agoFix rendering issues in Movie Studio.
Romain Guy [Tue, 25 Jan 2011 04:22:49 +0000 (20:22 -0800)]
Fix rendering issues in Movie Studio.

Change-Id: I5b293767b9bdedeef0df4d27a179d0da48d7fe32

13 years agoMerge "Fix rendering issues in Movie Studio." into honeycomb
Romain Guy [Tue, 25 Jan 2011 04:20:50 +0000 (20:20 -0800)]
Merge "Fix rendering issues in Movie Studio." into honeycomb

13 years agoMerge "Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken...
Adam Powell [Tue, 25 Jan 2011 03:45:41 +0000 (19:45 -0800)]
Merge "Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken" into honeycomb

13 years agoMerge "tone down the log spew regarding taking screenshots." into honeycomb
Mathias Agopian [Tue, 25 Jan 2011 03:45:35 +0000 (19:45 -0800)]
Merge "tone down the log spew regarding taking screenshots." into honeycomb

13 years agoFix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken
Adam Powell [Tue, 25 Jan 2011 03:37:59 +0000 (19:37 -0800)]
Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken

Fix padding and add disabled states for the group button assets.

Change-Id: Iad7f9022de895fbd6875989289f600d098145b1b

13 years agoMerge "Improved conversion accuracy of exif geotag data" into honeycomb
Wu-cheng Li [Tue, 25 Jan 2011 02:48:34 +0000 (18:48 -0800)]
Merge "Improved conversion accuracy of exif geotag data" into honeycomb

13 years agoMerge "Enable partial invalidates when rendering with OpenGL." into honeycomb
Romain Guy [Tue, 25 Jan 2011 02:38:00 +0000 (18:38 -0800)]
Merge "Enable partial invalidates when rendering with OpenGL." into honeycomb

13 years agoEnable partial invalidates when rendering with OpenGL.
Romain Guy [Tue, 25 Jan 2011 00:33:45 +0000 (16:33 -0800)]
Enable partial invalidates when rendering with OpenGL.

Change-Id: Ie8be06c4776b815e8737753eb8003b4fd8936130

13 years agoMerge "Fix 3382123: Set default state of LockScreen portrait kb" into honeycomb
Jim Miller [Tue, 25 Jan 2011 02:20:53 +0000 (18:20 -0800)]
Merge "Fix 3382123: Set default state of LockScreen portrait kb" into honeycomb

13 years agoTracking jarjar of org.bouncycastle to com.android.org.bouncycastle
Brian Carlstrom [Tue, 25 Jan 2011 00:17:43 +0000 (16:17 -0800)]
Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle

Bug: 3086427
Change-Id: I7af99fe4c36d9a519777f0499ccab65646313879

13 years agotone down the log spew regarding taking screenshots.
Mathias Agopian [Tue, 25 Jan 2011 02:13:54 +0000 (18:13 -0800)]
tone down the log spew regarding taking screenshots.

Change-Id: I673806bda23eba6aab25f7505b7e0170afc9920b

13 years agoMerge "Updated overscroll assets" into honeycomb
Justin Ho [Tue, 25 Jan 2011 02:05:46 +0000 (18:05 -0800)]
Merge "Updated overscroll assets" into honeycomb

13 years agoUpdated overscroll assets
Justin Ho [Tue, 25 Jan 2011 02:04:45 +0000 (18:04 -0800)]
Updated overscroll assets

Change-Id: I8387ee6de7f387ed36b13d9ac6322356f7833fcf

13 years agoMerge "Fix for display list problem with listview items." into honeycomb
Chet Haase [Tue, 25 Jan 2011 01:59:35 +0000 (17:59 -0800)]
Merge "Fix for display list problem with listview items." into honeycomb

13 years agoDocs for Origin
John Reck [Tue, 25 Jan 2011 01:31:39 +0000 (17:31 -0800)]
Docs for Origin

 Bug: 3370302

Change-Id: I44c8856d3f5e4b5e21c2745c1ef07a30526a1dd0

13 years agoFix for display list problem with listview items.
Chet Haase [Tue, 25 Jan 2011 01:53:52 +0000 (17:53 -0800)]
Fix for display list problem with listview items.

We were not correctly invalidating items that were being attached
to listviews.

Change-Id: I5d29a82c4276f09e401c6869ab1e86a3c8281366

13 years agoMerge "Throw Base64DataException instead of IOException" into honeycomb
Andy Stadler [Tue, 25 Jan 2011 01:43:30 +0000 (17:43 -0800)]
Merge "Throw Base64DataException instead of IOException" into honeycomb

13 years agoFix emulator trackball.
Jeff Brown [Tue, 25 Jan 2011 01:38:51 +0000 (17:38 -0800)]
Fix emulator trackball.

Bug: 3369229
Change-Id: I97ce0ac664636224decb040c743704dfcbd90c81

13 years agoAttempt to fix 3333866
Jason Sams [Tue, 25 Jan 2011 01:33:21 +0000 (17:33 -0800)]
Attempt to fix 3333866
Missing memory barrier when the non-locking past
path is hit.

Change-Id: I80db7df547c1ce35ed85ba117519b12679cc42ef

13 years agoMerge "Cleanup script init to fix bogus log printing and reduce memory churn." into...
Jason Sams [Tue, 25 Jan 2011 01:30:38 +0000 (17:30 -0800)]
Merge "Cleanup script init to fix bogus log printing and reduce memory churn." into honeycomb

13 years agoMerge "Fix 3385152: Update lockscreen font." into honeycomb
Jim Miller [Tue, 25 Jan 2011 01:29:23 +0000 (17:29 -0800)]
Merge "Fix 3385152: Update lockscreen font." into honeycomb

13 years agoMerge "Fix bug 3383867 - default height for dropdown list items in framework layouts...
Adam Powell [Tue, 25 Jan 2011 01:24:25 +0000 (17:24 -0800)]
Merge "Fix bug 3383867 - default height for dropdown list items in framework layouts" into honeycomb

13 years agoFix bug 3383867 - default height for dropdown list items in framework layouts
Adam Powell [Tue, 25 Jan 2011 01:15:52 +0000 (17:15 -0800)]
Fix bug 3383867 - default height for dropdown list items in framework layouts

Change-Id: I8a7553c3dc6b8c0eb95445c796c8298d1cdecc01