- b36043d Merge "Fix no-copy-overhead OMXCodec implementation to actually work." by Andreas Huber · 16 years ago
- 9bc05a6 Merge "reduce logging noise from cache-full conditions." by Vasu Nori · 16 years ago
- b368c4a Merge "Fix 2385283: Add DevicePolicyManager calls to LockScreen." by Jim Miller · 16 years ago
- 8f17896 Merge "fix [2363362] [Sapphire] Corrupted raw picture displayed during snapshot" by Mathias Agopian · 16 years ago
- 54b2f26 Merge "part of fix for [2363362] [Sapphire] Corrupted raw picture displayed during snapshot" by Mathias Agopian · 16 years ago
- 058cd97 am b3699b14: am 836e1666: Merge "add drawSpriteScreenspaceCropped to renderscript" into eclair by Joe Onorato · 16 years ago
- 5fdea8d fix [2363362] [Sapphire] Corrupted raw picture displayed during snapshot by Mathias Agopian · 16 years ago
- 51201cd Merge "Add systemApp field to ApplicationErrorReport" by Jacek Surazski · 16 years ago
- bd2406c Merge "Check the boolean value for the arg to ZygoteInit to make sure it's either true or false. Make a slightly more informative usage message. Give developers a slightly easier way to have their preloaded classes list out of sync without blowing up." by Barry Hayes · 16 years ago
- ecc99c0 part of fix for [2363362] [Sapphire] Corrupted raw picture displayed during snapshot by Mathias Agopian · 16 years ago
- 42d095a Merge "fix [2363506] [Sapphire] Video playback broken" by Mathias Agopian · 16 years ago
- 1faed66 fix [2363506] [Sapphire] Video playback broken by Mathias Agopian · 16 years ago
- f221217 Merge "DomainNameValiator: Remove workaround" by Makoto Onuki · 16 years ago
- 5931453 Merge "Adds support for 8-bit (unsigned) PCM wave files." by Andreas Huber · 16 years ago
- e1096b5 Merge "Support for 'iTunes-style' metadata in .mp4 and .3gp files." by Andreas Huber · 16 years ago
- f05b4a4 Merge "Create base class for audio policy manager." by Eric Laurent · 16 years ago
- eac7055 DomainNameValiator: Remove workaround by Makoto Onuki · 16 years ago
- 73b2c3c Merge "Addign more tests for DomainNameValidator." by Makoto Onuki · 16 years ago
- 2e419ab Merge "Get rid of a TODO to add documentation for now-hidden columns" by Tom O'Neill · 16 years ago
- 3b7cc73 Merge "Fix RS mipmap generation for 8 bit alpha textures." by Jason Sams · 16 years ago
- d5c111d Merge "Measure AutoCompleteTextView's dropdown to have enough room for all items. Bug #2363514" by Romain Guy · 16 years ago
- f69cd0e Merge "Add DateTimeView, a widget that shows a time or the date depending on the current time. Use that for notifications instead of a TextView that doesn't ever update." by Joe Onorato · 16 years ago
- 6506626 am 7cc57ff2: am 0409b1ba: Merge "docs: remove dev guide link from download confirmation content so we only link to the install guide and re-affirm the system reqs bug: 2374363,2374334" into eclair by Scott Main · 16 years ago
- 295df3e Merge branch 'master' of ssh://android-git.corp.google.com:29418/platform/frameworks/base by Xavier Ducrohet · 16 years ago
- a4d81b9 Merge "Make the space between the time and the AM/PM smaller by putting preceding whitespace inside the span." by Joe Onorato · 16 years ago
- 5e4cc65 am f95e3dd2: am 5e083024: ADT/Layoutlib: shader clean-up. by Xavier Ducrohet · 16 years ago
- 28b9e8d am e1a99147: am d3026e16: Merge "ADT/Layoutlib: 2 color, linear gradient support." into eclair by Xavier Ducrohet · 16 years ago
- 9b352fe am 181963a0: (-s ours) am 196926b9: Merge "DO NOT MERGE" into eclair by Grace Kloba · 16 years ago
- 1b925b0 Addign more tests for DomainNameValidator. by Makoto Onuki · 16 years ago
- fbf4202 Merge "Mount/Unmount secure containers Persist flags in PackageSetting. Flags are relevant to ApplicationInfo.FLAG_SYSTEM, Application.FLAG_ON_SDCARD, ApplicationInfo.FLAG_FORWARD_LOCK. New pm command to simulate mount/unmount in Pm. This will be removed when MountService/vold event generation gets fixed. Calls from MountService into PackageManager when media gets mounted/unmounted. Scan the packages and grant permissions when the sdcard gets mounted. This api might change again." by Suchi Amalapurapu · 16 years ago
- e9bcc2d Merge "Fix trailing garbage after UCS-2 encoded strings in ID3 V2." by Andreas Huber · 16 years ago
- 8109b50 Merge "Support for ID3 version 1 (and 1.1) tags in .mp3 files." by Andreas Huber · 16 years ago
- 3c07d53 Merge "Find out whether we should mention behavior specific to our own provider" by Tom O'Neill · 16 years ago
- eb3854c Merge "Make sure the drawing cache is invalidated when reattaching a view. Bug #2373677" by Romain Guy · 16 years ago
- 083becb Merge "Avoid unnecessary buffer copying if at all possible, detect if running in the mediaserver process." by Andreas Huber · 16 years ago
- 8f5d80e Merge "Add missing libjpeg in linker option. Currently this library is used by the main executable but is included implicitly via inter-library dependency." by Doug Kwan · 16 years ago
- 488b3ce Merge "Media server death nodification" by James Dong · 16 years ago
- b3125d8 Merge "framework: Introduce INetworkManagementService for communicating with netd" by San Mehat · 16 years ago
- 084e7c4 Merge "LocationManagerService: Fix bug removing proximity alerts." by Mike Lockwood · 16 years ago
- e0d029d Merge "Squashed commit of the following:" by Andreas Huber · 16 years ago
- b928563 Merge "Remove totally unused code from OMX.cpp" by Andreas Huber · 16 years ago
- 65316a1 Merge "Fix WEB_SEARCH handler whitelist" by Bjorn Bringert · 16 years ago
- 5a05fa1 Merge "Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs." by Andreas Huber · 16 years ago
- 577fa59 Merge "Make sure the seek test attempts to seek on the very first iteration, as this appears to be a special case that decoders frequently get wrong." by Andreas Huber · 16 years ago
- 46b6bc7 Merge "Make SearchManager.getGlobalSearchActivity() public but hidden" by Bjorn Bringert · 16 years ago
- 2a5636e am 1da2735c: am f73bd14a: Merge "ADT/Layoutlib: implement Canvas.concat(Matrix)" into eclair by Xavier Ducrohet · 16 years ago
- a0a7b07 am b5a5a397: am 56a17690: Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair by Adam Powell · 16 years ago
- fd1a712 am cff6c845: am ae4bd059: ADT/Layoutlib: Reimplement parts of BitmapFactory by Xavier Ducrohet · 16 years ago
- 49ef2b6 Merge "MountService: Add new 'unmountSecureContainer' API call" by San Mehat · 16 years ago
- 00fe42b Merge "Make vCard importer support lower case params." by Daisuke Miyakawa · 16 years ago
- a507b8d Merge "Apps on SD card. Added support for retrieving and generating keys as Hex Strings. Using keys to mount encrypted FS." by Oscar Montemayor · 16 years ago
- 26d0486 Merge "Added a method for spatial sampling." by Romain Guy · 16 years ago
- ca696e0 Merge "sdutil: Use new MountService api method names" by San Mehat · 16 years ago
- fa87561 Merge "Apps on SD card. Added support for retrieving and generating keys as Hex Strings. Using keys to mount encrypted FS." by Oscar Montemayor · 16 years ago
- 5408f14 Merge "Update Time.parse3339() unit tests" by Kenny Root · 16 years ago
- f450dc8 Merge "Added clone to these three classes and added more comments." by Romain Guy · 16 years ago
- 6b0221b Merge "Added non-uniform scaling for spatial sampling." by Romain Guy · 16 years ago
- 1410dff Merge "Use correct TLS codepath in graphics libraries" by Colin Cross · 16 years ago
- d43a216 Merge "Apps on SD card. Added support for retrieving and generating keys as Hex Strings." by Oscar Montemayor · 16 years ago
- fcebabb Merge "Make the "AM" or "PM" in the status bar clock be in a smaller font size." by Eric Fischer · 16 years ago
- 2ecee42 Merge "Change Log.wtf() call to Log.w()" by Vasu Nori · 16 years ago
- db2c8a7 Merge "New method to return the last dialed number Bug:2227429" by Niko Catania · 16 years ago
- bc9cde2 resolved conflicts for merge of 90528645 to master by Robert Greenwalt · 16 years ago
- 01389e2 Merge "Set net.hostname sys property to our unique ID." by Robert Greenwalt · 16 years ago
- 10cdb34 Merge "New method to return the last dialed number Bug:2227429" by Niko Catania · 16 years ago
- 6f30a0f Merge "Improve ContractsContract.RawContacts documentation" by Tom O'Neill · 16 years ago
- ae6d574 Merge "Added non-uniform scaling for spatial sampling and converted double to float." by Romain Guy · 16 years ago
- 95b7c51 am 836e1666: Merge "add drawSpriteScreenspaceCropped to renderscript" into eclair by Joe Onorato · 16 years ago
- e95e028 Merge "add drawSpriteScreenspaceCropped to renderscript" into eclair by Joe Onorato · 16 years ago
- 39a759e Merge "Squashed commit of the following:" by Andreas Huber · 16 years ago
- 6d69b6b Merge "Fix a few issues with determining the closest sample to a given time in the MPEG4 sampletable implementation." by Andreas Huber · 16 years ago
- ed82ee7 Merge "Remove some settings we are no longer using." by Ficus Kirkpatrick · 16 years ago
- 0579c22 Merge "Squashed commit of the following:" by Andreas Huber · 16 years ago
- b1eb51c Merge "allow + in usernames" by Fred Quintana · 16 years ago
- ca99444 allow + in usernames by Fred Quintana · 16 years ago
- 2a90d6f Merge "Workaround for some hardware decoders not properly signaling end-of-output-stream properly." by Andreas Huber · 16 years ago
- 8a6fbfa Merge "app install on sdcard. provide skeleton implementation to install an app on sdcard, just resources. Add new install path for /asec in installd. ignore . when checking for apk path since the sdcard packages id'ed by package name. Add new -s option to adb shell pm Refactor fwd locked from scanMode to ApplicationInfo. Add new flag for sd install Add new parse flags for fwd locking and installing on sdcard New mock api's in PackageManagerService to invoke MountService api's. These will be refactored again and so have been wrapped internally. Some error codes in PackageManager Changes in PackageManagerService to use mPath and mScanPath during installation and switch to using PackageParser.Package.applicationInfo attributes for source and public resource directories. Some known issues that will be addressed later using system_uid for now. needs some tinkering with uid and packagesetting creation to use the actual app uid error handling from vold not very robust. ignoring lot of things for now sending a delayed destroy to delete packages. will revisit later revisit temp file creation later. just copy for now" by Suchi Amalapurapu · 16 years ago
- 6e307ef am 0123101a: am af2af4e5: Add proper support for fixed position elements by Nicolas Roard · 16 years ago
- d685aab am af2af4e5: Add proper support for fixed position elements by Nicolas Roard · 16 years ago
- 31b0321 am 0409b1ba: Merge "docs: remove dev guide link from download confirmation content so we only link to the install guide and re-affirm the system reqs bug: 2374363,2374334" into eclair by Scott Main · 16 years ago
- c3b986e Merge "docs: remove dev guide link from download confirmation content so we only link to the install guide and re-affirm the system reqs bug: 2374363,2374334" into eclair by Scott Main · 16 years ago
- 59b7cdf Merge "Expose SearchManager constants for global search" by Bjorn Bringert · 16 years ago
- ab44be3 Merge "New method to return the last dialed number Bug:2227429" by Niko Catania · 16 years ago
- 7335117 Merge "Support for determining the mime type of media via metadata extraction." by Andreas Huber · 16 years ago
- 0de8752 am 5e083024: ADT/Layoutlib: shader clean-up. by Xavier Ducrohet · 16 years ago
- d6b7460 Merge "constants for search" by Mark Wagner · 16 years ago
- 1bc6908 am d3026e16: Merge "ADT/Layoutlib: 2 color, linear gradient support." into eclair by Xavier Ducrohet · 16 years ago
- 88fb80d Merge "ADT/Layoutlib: 2 color, linear gradient support." into eclair by Xavier Ducrohet · 16 years ago
- 4c02bb6 am 196926b9: Merge "DO NOT MERGE" into eclair by Grace Kloba · 16 years ago
- 328b268 Merge "DO NOT MERGE" into eclair by Grace Kloba · 16 years ago
- 345f8a1 Merge "bugfix endfling case (bug 2300534)" by Mark Wagner · 16 years ago
- 2ebad41 Merge "Remove Intent.ACTION_GLOBAL_SEARCH" by Bjorn Bringert · 16 years ago
- 2d9e351 Merge "Add QSB's GoogleSearch as the preferred web search provider" by Bjorn Bringert · 16 years ago
- 6f3c82e am f73bd14a: Merge "ADT/Layoutlib: implement Canvas.concat(Matrix)" into eclair by Xavier Ducrohet · 16 years ago
- cabecba Merge "ADT/Layoutlib: implement Canvas.concat(Matrix)" into eclair by Xavier Ducrohet · 16 years ago
- 48aab95 am 56a17690: Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can\'t reliably handle translation and scaling at the same time." into eclair by Adam Powell · 16 years ago
- 8a53faa Merge "TransformGestureDetector is now ScaleGestureDetector - scope reduced. N1 screen can't reliably handle translation and scaling at the same time." into eclair by Adam Powell · 16 years ago
- 01bf8d0 am ae4bd059: ADT/Layoutlib: Reimplement parts of BitmapFactory by Xavier Ducrohet · 16 years ago
- 40e8f84 am 1193ae4e: Backport l53e91db7 from master. by Robert Greenwalt · 16 years ago
- d9a729b Merge "Remove excessive logging, fix error in GLSL uniform generation." by Jason Sams · 16 years ago