- 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
- 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
- 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
- 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
- d6b7460 Merge "constants for search" by Mark Wagner · 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
- 9020c70 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
- 8980c20 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
- 6e9ec61 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
- c0dbaf3 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
- f6abaa5 Merge "Hangup calls before powering off radio." by John Wang · 16 years ago
- 97a0794 am 70c4f6cf: am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
- c220162 am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
- 6dafd54 Merge "More metadata support." by Andreas Huber · 16 years ago
- 6c3067a am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
- e5cd272 am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
- 9166f7b Use correct TLS codepath in graphics libraries by Gary King · 16 years ago
- a6f5522 Merge "Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size." by Andreas Huber · 16 years ago
- e66f6e9 am b4f41119: am a1d08886: Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 16 years ago
- 4be913e am a1d08886: Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 16 years ago
- 6367343 Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 16 years ago
- 0b23bbb Merge "Handle null correctly." by Daisuke Miyakawa · 16 years ago
- 6ea03e7 Merge "Implement type generation for user uniforms in vertex shader." by Jason Sams · 16 years ago
- 8171c7e Merge "b/2353646 Fix music visualizations to also work with audiotrack callbacks, which stagefright uses. This slightly changes the way the data is stored, since before we were relying on the buffers being written always being at least 4K, whereas the callbacks are generally for smaller amounts of data. Now we append all the data to a big circular buffer, then return chunks of that buffer for visualization. When there are multiple things playing at the same time, this will give the wrong result, but (1) that was the case before as well, and (2) will be fixed once we start visualizing the mixer output instead of the mixer inputs." by Marco Nelissen · 16 years ago
- 95ed705 am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 16 years ago
- 6f1c63d am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 16 years ago
- 97acf3d Merge "Fix calendar sync_account / type constants to be consistent." by Ken Shirriff · 16 years ago
- 013fb7f Merge "Make sure to release the buffer we're not using in case of an error." by Andreas Huber · 16 years ago
- 8c8b8d8 am ba5220fc: (-s ours) am ce63c639: Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
- df36dc2 Merge "resolved conflicts for merge of d26707da to master" by Jean-Baptiste Queru · 16 years ago
- 40858b2 resolved conflicts for merge of d26707da to master by Jean-Baptiste Queru · 16 years ago
- 17c3c4a Merge "Add and expose SearchManager.getSearchableInfo()" by Bjorn Bringert · 16 years ago
- 831f258 Moved DomainNameChecker to android common. by Makoto Onuki · 16 years ago
- 060d4f4 am ce63c639: Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
- c4284d5 am c93c70c4: Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 16 years ago
- 378a16f Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
- 7ee1a4e Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 16 years ago
- 40d851c Merge "Implement timeupdate events for video tag." by Andrei Popescu · 16 years ago
- 25eba45 Merge "Fix the CallerInfo lookup when a phone URL is used." by Niko Catania · 16 years ago
- 08425fb Merge "Fix 2332563: Add password-lock support to lockscreen" by Jim Miller · 16 years ago
- 9224d1f Merge "Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap_content. Bug: #2194109." by Romain Guy · 16 years ago
- f39e077 Merge "As setNewZoomScale is called asynchronously, the WebView can be destroyed. If it is, skip scaling." by Grace Kloba · 16 years ago
- 2eef630 Merge "The mp3 decoder should not assert that decoding was successful but return an error instead." by Andreas Huber · 16 years ago