Commit Graph

26117 Commits

Author SHA1 Message Date
Eric Laurent 25aefe9ad7 Fix omission in NOTICE file.
Added copyright notice for audio effects source files under
media/libeffects/lvm.

Change-Id: I5ac961000f7bbbfa1f95523712d8517844b1e5f9
2011-01-17 12:50:15 -08:00
Shih-wei Liao 8cb90181ba Merge "Make ImageProcessing work." into honeycomb 2011-01-17 01:18:32 -08:00
satok ada6606f5e Merge "Implicitly/Explicitly subtypes bug." into honeycomb 2011-01-16 23:48:24 -08:00
Adam Powell 6deb6ba9a5 Merge "Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and FEATURE_ACTION_MODE_OVERLAY to coexist." into honeycomb 2011-01-16 19:58:51 -08:00
Xavier Ducrohet 38952f39f8 Merge "LayoutLib: extract resource resolution into its own class." into honeycomb 2011-01-16 19:38:33 -08:00
Jim Miller 6b2336a486 Merge "Fix 3005526: Properly update StatusView from Password/PIN unlock" into honeycomb 2011-01-16 19:25:45 -08:00
David 'Digit' Turner 1b3a60949a Merge "SystemServer: Do not register null BlueTooth service in the emulator" into honeycomb 2011-01-16 19:25:01 -08:00
Jeff Brown 3175ea45e3 Merge "Support non-rectangular input regions." into honeycomb 2011-01-16 19:22:01 -08:00
Jamie Gennis 5b6e1d61e6 Merge "Implement SurfaceTexture frame-available callback." into honeycomb 2011-01-16 18:15:36 -08:00
Jamie Gennis db088f67b5 Merge "Fix SurfaceTexture transform matrix." into honeycomb 2011-01-16 18:14:07 -08:00
Mathias Agopian e41ae626be Merge "egl: fix GetProcAddress for EGLimage extensions" into honeycomb 2011-01-16 18:13:19 -08:00
Michael I. Gold 609bb4dbf0 egl: fix GetProcAddress for EGLimage extensions
Return wrappers from GetProcAddress for glEGLImageTargetTexture2DOES
and glEGLImageTargetRenderbufferStorageOES which unwrap the EGLimage
handle before calling through to the implementation.

Change-Id: I2f5b180ab3ccdb28a4f510a2bd8c2eee941a84df
2011-01-16 18:12:04 -08:00
Mathias Agopian 237827387d Merge "egl: expose EGLimage extensions" into honeycomb 2011-01-16 18:03:55 -08:00
Michael I. Gold ca41e36266 egl: expose EGLimage extensions
Add EGL_KHR_gl_texture_cubemap_image and EGL_KHR_gl_renderbuffer_image
to the static EGL extension string since these require no new APIs
beyond what is already required.

Change-Id: I2d1fde86b19bb9eee46b3b977f51784a17cfcc3c
2011-01-16 18:02:52 -08:00
Jim Miller de5527d919 Merge "Fix 3342063: Correctly update StatusView when battery changes." into honeycomb 2011-01-16 17:51:04 -08:00
Jason Sams 3f5c218022 Merge "Add some error checking." into honeycomb 2011-01-16 17:46:16 -08:00
Jeff Brown 3b86887421 Merge "Flush Binder commands in ndk looper." into honeycomb 2011-01-16 17:37:34 -08:00
Jamie Gennis c4d4aeab52 Implement SurfaceTexture frame-available callback.
This change implements the onFrameAvailable callback for the
SurfaceTexture java class.  It includes the C++ SurfaceTexture code as
well as the JNI and Java code to enable the callback.

Change-Id: Ifd8b8e7ad46ee70cba6da1c2e96dab8045d1ea30
2011-01-16 17:28:39 -08:00
Patrick Dubroy 718365bdc3 Merge "Add a method for clearing all animations on a thread." into honeycomb 2011-01-16 17:28:11 -08:00
Adam Powell a8391d313b Merge "Fix bug 3050138 - Action bar does not display correctly when many action items are added" into honeycomb 2011-01-16 17:28:05 -08:00
Mathias Agopian 685387e7ab Merge "Add logs when taking a screenshot to help tracking issue 3361121" into honeycomb 2011-01-16 17:26:30 -08:00
Mathias Agopian c1d1b0d9b7 Add logs when taking a screenshot to help tracking issue 3361121
Change-Id: I61d1e072ebe7061ee1d7255f6121b684e2923d1b
2011-01-16 17:25:26 -08:00
Adam Cohen 60534afc2b Merge "Fixing StackView bugs:" into honeycomb 2011-01-16 17:08:40 -08:00
Joe Onorato 62298eb671 Merge "Remove a bunch of logging." into honeycomb 2011-01-16 17:01:14 -08:00
Kenny Root 36177e46d9 Merge "Put externalSize measurements in PackageStats" into honeycomb 2011-01-16 16:56:44 -08:00
Jamie Gennis a214c64d7f Fix SurfaceTexture transform matrix.
Change-Id: I31520c547cafa5cc85cd0f73883ab3a9ff4648e2
2011-01-16 16:35:01 -08:00
Jason Sams 52c442d37a Merge "unhide functions used by reflected files for SDK." into honeycomb 2011-01-16 16:08:41 -08:00
Jim Miller e36d196890 Merge "Fix 3355957: Don't hide the keyboard for PIN/Password" into honeycomb 2011-01-16 16:06:51 -08:00
Irfan Sheriff cb1131aa6a Merge "Report WPS overlap error" into honeycomb 2011-01-16 15:52:05 -08:00
Shih-wei Liao b1b80ae456 Merge "Fix bug in on-device linking." into honeycomb 2011-01-16 15:41:25 -08:00
Romain Guy 225497eb87 Merge "Fix 9patch rendering in ExpandableListView." into honeycomb 2011-01-16 15:14:39 -08:00
Patrick Dubroy 5f866e5b80 Merge "Fix latent bug with reinitializing an ObjectAnimator." into honeycomb 2011-01-16 14:56:36 -08:00
Jason Sams 773e12252b Merge "Implement sub updates for mipmap levels and cubmaps." into honeycomb 2011-01-16 14:47:34 -08:00
Joe Onorato 6453cbc603 Merge "fix the build... sorry... bad docs..." into honeycomb 2011-01-16 14:45:48 -08:00
Jeff Brown 86f5a6a582 Merge "Fix keyboard hidden states." into honeycomb 2011-01-16 14:39:02 -08:00
Patrick Dubroy c9aac06ce9 Merge "Fix animation bugs caused by weak reference" into honeycomb 2011-01-16 14:32:26 -08:00
Dianne Hackborn f3135142a2 Merge "Change FLAG_FORWARD_LOCK back to its original value to not break things." into honeycomb 2011-01-16 14:25:14 -08:00
Joe Onorato e2950e1963 Merge "Make the notification settings view less janky." into honeycomb 2011-01-16 13:52:48 -08:00
Joe Onorato b2bc5756d0 Merge "Change the default of how AsyncTask enqueues." into honeycomb 2011-01-16 13:52:41 -08:00
Romain Guy aa31163dc2 Merge "Don't dispatchDetachedFromWindow() if the View was not attached." into honeycomb 2011-01-16 13:28:38 -08:00
Irfan Sheriff bd563dd4ea Merge "Fix WPS to provides immediate feedback" into honeycomb 2011-01-16 13:02:57 -08:00
Romain Guy ac575d9126 Merge "Don't blend transparent pixels when rendering layers." into honeycomb 2011-01-16 12:52:37 -08:00
Dianne Hackborn f33bbc2286 Merge "Add manifest API to request a large heap." into honeycomb 2011-01-16 12:45:07 -08:00
Chet Haase 5d7dd85904 Merge "Remove obsolete DoubleEvaluator" into honeycomb 2011-01-16 12:05:40 -08:00
Amith Yamasani 810168ad2e Merge "Fix position and size of searchfield and buttons." into honeycomb 2011-01-16 11:20:49 -08:00
Adam Powell d8077feeee Merge "Fix bug 3238726 - AutoCompleteTextView dropdown text color" into honeycomb 2011-01-15 20:05:21 -08:00
Adam Powell 6b5fa98576 Merge "Fix bug 3355197 - Add attribute for fast scroll preview panel text color." into honeycomb 2011-01-15 17:23:39 -08:00
Jamie Gennis 361dcc75b1 Merge "Compare GraphicBuffers using handles." into honeycomb 2011-01-15 17:01:51 -08:00
Jamie Gennis 73e8b9e524 Compare GraphicBuffers using handles.
This change fixes a bug in SurfaceTextureClient where GraphicBuffers
were being compared using pointer comparison rather than handles.

Change-Id: Ib8989af94be32d4efd86e020a732f5143088a863
2011-01-15 17:00:06 -08:00
Wink Saville bcb3e57eef Merge "Set mIsMinInfoReady and mCurrentOtasp before notifcations." into honeycomb 2011-01-15 10:11:08 -08:00