- d7381a1 Fix the rgb to yuv422sp conversion. The order of uv is different from the by Chih-Chung Chang · 15 years ago
- 6f760ee Merge "Catch Java exceptions in the FileObserver JNI code" by Mike Lockwood · 15 years ago
- 4b9f74a Merge "Don't return passive location provider unless app has fine permissions." by Mike Lockwood · 15 years ago
- bf8f3a8 Merge "add support for audio/3gpp" by Cary Clark · 15 years ago
- 35d2621 Merge "update dox" by Mike Reed · 15 years ago
- 1b098a6 add support for audio/3gpp by Cary Clark · 15 years ago
- 43cc469 Don't return passive location provider unless app has fine permissions. by Bryan Mawhinney · 15 years ago
- 59d25d0 Catch Java exceptions in the FileObserver JNI code by Mike Lockwood · 15 years ago
- eba3bb0 Merge "Remove a dependency of Region (libui) on Parcel (libbinder)." by Mathias Agopian · 15 years ago
- e59a54c Remove a dependency of Region (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
- fc08166 Merge "We are cancelling this event during reset, but the event may have already been dispatched at the time, blocking on the mutex. While it's blocking, reset() cancels the event, we're then unblocked and bad things(tm) happen." by Andreas Huber · 15 years ago
- c0178f1 We are cancelling this event during reset, but the event may have already been dispatched at the time, blocking on the mutex. While it's blocking, reset() cancels the event, we're then unblocked and bad things(tm) happen. by Andreas Huber · 15 years ago
- 5453da0 Merge "Add passive location provider." by Mike Lockwood · 15 years ago
- c948cc8 Merge "Implement type collapsing for Elements and Types. Now if a user creates two or more identical objects we simply reuse the existing object rather than create a new one." by Jason Sams · 15 years ago
- e4c487a Implement type collapsing for Elements and Types. Now if a user creates two or more identical objects we simply reuse the existing object rather than create a new one. by Jason Sams · 15 years ago
- 9a686b5 Merge "Prevent possible NPE in android.gesture.Learner" by Kenny Root · 15 years ago
- a4903f2 Add passive location provider. by Mike Lockwood · 15 years ago
- c6a0a9c Merge "Don't move the fast scroll thumb with a list on overscroll." by Adam Powell · 15 years ago
- 0a026cf Merge "Disable the TI AMR hardware decoder for audio decoding until its issues are resolved." by Andreas Huber · 15 years ago
- 1f13ceb Merge "Better diagnostics for the stagefright tool and codec performance." by Andreas Huber · 15 years ago
- 4727040 Disable the TI AMR hardware decoder for audio decoding until its issues are resolved. by Andreas Huber · 15 years ago
- 2b95c24 Added more @RemotableViewMethod methods, mutate ImageView. by Jeff Sharkey · 15 years ago
- 6c9bf1c Better diagnostics for the stagefright tool and codec performance. by Andreas Huber · 15 years ago
- 7fd2884 Don't move the fast scroll thumb with a list on overscroll. by Adam Powell · 15 years ago
- 6a70d7d Don't overwrite ANR traces.txt if it can't be renamed (usually by Dan Egnor · 15 years ago
- 1168baa Tone down a non-error log message about lack of ancestral dataset tracking by Christopher Tate · 15 years ago
- 7951eaa Change Javadocs to fix SDK build by Kenny Root · 15 years ago
- 5bc54073 Merge "Unhide new SoundPool API's. Bug 2415373." by Dave Sparks · 15 years ago
- 0551311 Unhide new SoundPool API's. Bug 2415373. by Dave Sparks · 15 years ago
- 5df3a90 Merge "Add a host based test for package manager installs." by Brett Chabot · 15 years ago
- cb2003a Add a host based test for package manager installs. by Brett Chabot · 15 years ago
- 7b1c067 Merge "Correct use of logical AND" by Kenny Root · 15 years ago
- 574ecc8 Merge "Add better index checks for AndroidCharacter.mirror" by Kenny Root · 15 years ago
- 479ae0a Cleanup of global search references in SearchDialog and SearchManager. by Amith Yamasani · 15 years ago
- 1e84ac5 Fix permission exception thrown on exit car mode. by Tobias Haamel · 15 years ago
- fed9377 Merge "Fix cast to String[] in FullBackupAgent" by Kenny Root · 15 years ago
- a3639da Fix cast to String[] in FullBackupAgent by Kenny Root · 15 years ago
- 41207b6 Merge "Add hashCode() to BluetoothService$RemoteService" by Kenny Root · 15 years ago
- 872e664 Merge "XML attribute for overscrolling behavior" by Adam Powell · 15 years ago
- 433735f Merge "Prevent sign extension in IccUtils.parseToRGB" by Kenny Root · 15 years ago
- 5f61416 Add hashCode() to BluetoothService$RemoteService by Kenny Root · 15 years ago
- e32c345 Merge "Add the automatic handling of night/notnight UI modes." by Mike Cleron · 15 years ago
- c9fbaab XML attribute for overscrolling behavior by Adam Powell · 15 years ago
- 0f5a434 Merge "Changes to remove WebTextView at end of touch/press rather than during." by Leon Scroggins · 15 years ago
- 0668db2 Merge "Sorts the lists of tests in DumpRenderTree in preparation for cleaning up the lists." by Steve Block · 15 years ago
- 6088e83 Changes to remove WebTextView at end of touch/press rather than during. by Leon Scroggins · 15 years ago
- 64e7a25 Fix build. by Dianne Hackborn · 15 years ago
- be6079a Merge "Removes tests from DumpRenderTree skipped list where the corresponding bugs have been fixed." by Steve Block · 15 years ago
- 7df9515 update dox by Mike Reed · 15 years ago
- a257169 Merge "Adding support for "contact counts grouped by the first letter of the sort key"." by Dmitri Plotnikov · 15 years ago
- 53de904 Adding support for "contact counts grouped by the first letter of the sort key". by Dmitri Plotnikov · 15 years ago
- dfac9a6 Merge "Fix issue #2420412: API review: DeviceAdmin API changes" by Dianne Hackborn · 15 years ago
- 2d9dca1 Merge "NativeDaemonConnector: Improve bad list IPC diagnostics" by San Mehat · 15 years ago
- f7c5698 Merge "Enhance text docs, rename some variables for clarity, comment places in the code for further investigation." by Eric Fischer · 15 years ago
- ef6b22f Fix issue #2420412: API review: DeviceAdmin API changes by Dianne Hackborn · 15 years ago
- 9cd6bfe Merge "Prevent sign extension in UsimPhoneBookManager" by Kenny Root · 15 years ago
- a409128 Prevent sign extension in UsimPhoneBookManager by Kenny Root · 15 years ago
- 855dd9e Add UI considerations to layers by Cary Clark · 15 years ago
- d142df5 Prevent sign extension in IccUtils.parseToRGB by Kenny Root · 15 years ago
- 900ec77 Merge "framework: tests: Add some unit-tests for Asec" by San Mehat · 15 years ago
- ea46dea Prevent possible NPE in android.gesture.Learner by Kenny Root · 15 years ago
- 7ae1776 Correct use of logical AND by Kenny Root · 15 years ago
- af6fdfa Merge "Fix logging in SoundPool." by Dave Sparks · 15 years ago
- aec0937 Merge "AVRCP volume controls for the docks." by Jaikumar Ganesh · 15 years ago
- afdf85d Merge "Fix issue 2440226: Car dock volume synchronization." by Jaikumar Ganesh · 15 years ago
- 7bef5a5 Fix logging in SoundPool. by Dave Sparks · 15 years ago
- 4086f75 NativeDaemonConnector: Improve bad list IPC diagnostics by San Mehat · 15 years ago
- fea87ae framework: tests: Add some unit-tests for Asec by San Mehat · 15 years ago
- 073a3d5 Add better index checks for AndroidCharacter.mirror by Kenny Root · 15 years ago
- e265532 Create a default style for WebTextView. by Leon Scroggins · 15 years ago
- a4437fc Fix null pointer exception in connectivity service broadcast receiver. by Mike Lockwood · 15 years ago
- 0a05f5d Merge "Clean up after failed MemoryFileTest.testPurge()" by Bjorn Bringert · 15 years ago
- 0902f02 Merge "Detect system-wide safe mode and configure the VM accordingly." by Ben Cheng · 15 years ago
- d998b3c Removing org.w3c.dom subpackages. by Jesse Wilson · 15 years ago
- 5a48712 fix [2447659] fix improper usage of the YCbCr_420_SP format by Mathias Agopian · 15 years ago
- 102f49f fix a bug I introduced recently where YUV formats would crash the system by Mathias Agopian · 15 years ago
- 329c6ae Remove ACTION_VOICE_SEARCH_SETTINGS (added only for Froyo), because we've got by Mike LeBeau · 15 years ago
- 2db939b Merge "MountService: Add API call for getting a list of pids currently using the specified mountpoint" by San Mehat · 15 years ago
- 8ff97b5 Merge "get rid off the YUV formats at the libui layer" by Mathias Agopian · 15 years ago
- 8f2423e get rid off the YUV formats at the libui layer by Mathias Agopian · 15 years ago
- 71b8dd7 Enhance text docs, rename some variables for clarity, comment places in the code by Doug Felt · 15 years ago
- 8eb5a14 Merge "Fix the build (mucked up an API change / commit / upload sequence)" by Chris Tate · 15 years ago
- 9f790c3 Fix the build (mucked up an API change / commit / upload sequence) by Christopher Tate · 15 years ago
- c1b4ce9 MountService: Add API call for getting a list of pids currently using the specified mountpoint by San Mehat · 15 years ago
- 6a6ce74 Merge "Update Tethering." by Robert Greenwalt · 15 years ago
- cff1ae5 Merge "API CHANGE: expose backup/restore to the SDK" by Chris Tate · 15 years ago
- 2a091d7 Update Tethering. by Robert Greenwalt · 15 years ago
- 675ee6a Merge "Add SoundPool API to pause and resume all active streams. Bug 2426531." by Dave Sparks · 15 years ago
- e28290e API CHANGE: expose backup/restore to the SDK by Christopher Tate · 15 years ago
- f992cbb Add SoundPool API to pause and resume all active streams. Bug 2426531. by Dave Sparks · 15 years ago
- 4b71fc0 Merge "Add constant to android-common for voice search's EXTRA_CALLING_PACKAGE, and use it from SearchDialog." by Mike LeBeau · 15 years ago
- 044a401 Merge "Move mount service wrapper calls to PackageHelper" by Suchi Amalapurapu · 15 years ago
- 1017a13 Clean up after failed MemoryFileTest.testPurge() by Bjorn Bringert · 15 years ago
- 6c0afff Detect system-wide safe mode and configure the VM accordingly. by Ben Cheng · 15 years ago
- 679bba3 Move mount service wrapper calls to PackageHelper by Suchi Amalapurapu · 15 years ago
- bb9a517 Add API to access ICU's East Asian Width by Kenny Root · 15 years ago
- 4a2d3b1 Merge "Fixing the use of entities in VCardExporter." by Daisuke Miyakawa · 15 years ago
- a466f86 Merge "fix build" by Jean-Baptiste Queru · 15 years ago
- e3460d7 fix build by Jean-Baptiste Queru · 15 years ago
- 01c0e99 Merge "Keep Rfc822Tokenizer from crashing when the string ends with a backslash." by Eric Fischer · 15 years ago