- c3641eb Merge "Add definitions for WiMAX and iDen network types." by jsh · 15 years ago
- e46cfe9 Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs" by Jim Miller · 15 years ago
- 6e82b6b Merge "Replace all uses of bzero with memset. Bzero and memset are both compiler built-ins so this change should not negatively effect the generated code. However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes." by Carl Shapiro · 15 years ago
- b3a5395 Merge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call." by Jean-Michel Trivi · 15 years ago
- 0797650 Merge "Fix bugs when transitioning out of touch mode" by Adam Powell · 15 years ago
- 068875a Merge "Add a name to the previously-unnamed thread created by SoundPoolThread." by Steve Howard · 15 years ago
- ee13e7f Merge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily." by Brad Fitzpatrick · 15 years ago
- 61463ba Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." by Andreas Huber · 15 years ago
- e5a1316 Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer." by Andreas Huber · 15 years ago
- 4b8b015 Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds." by Andreas Huber · 15 years ago
- 0303840 Merge "Allow plugin's surface to handle touch when in full-screen." by Derek Sollenberger · 15 years ago
- 141adfe Merge "Call close on Cursors in finally blocks." by Leon Scroggins · 15 years ago
- 78d3bb9 Merge "Fix issue 2512221: Car Dock Notification doesn't go away" by Dianne Hackborn · 15 years ago
- d6e534f Merge "misc fixes, including 0xB0B8" by Mike Reed · 15 years ago
- 08abf1f Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call. by Jean-Michel Trivi · 15 years ago
- 0890bc8 Merge "Use a Go button instead of a magnifying glass in the keyboard for in-app search." by Amith Yamasani · 15 years ago
- 7f2d3df Merge "API CHANGE: expose the backup-related ApplicationInfo flag masks" by Christopher Tate · 15 years ago
- 7c5fe4c Fix glCopyTexSubImage2D inverted texture bug. by Jack Palevich · 15 years ago
- ad50679 Merge "resolved conflicts for merge of 2ecce34f to master" by Dianne Hackborn · 15 years ago
- e297882 Merge "Replace the outdated table with links to the benchmarks." by Elliott Hughes · 15 years ago
- 53e5e0f Merge "Fix data error handling." by Wink Saville · 15 years ago
- 5a7753f resolved conflicts for merge of 2ecce34f to master by Dianne Hackborn · 15 years ago
- 0657fac Merge "Add documentation for LeadingMarginSpan2." by Eric Fischer · 15 years ago
- 1ac3e95 Merge "ListActivity.onDestroy, remove any pending callbacks." by Nicolas Catania · 15 years ago
- 714d424 Merge "Make sure visible View state is updated before dispatching clicks" by Adam Powell · 15 years ago
- 8f0abfd Merge "Make sure Browser cursors are closed" by Ken Shirriff · 15 years ago
- f3a6dfe Merge "Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load" by Andreas Huber · 15 years ago
- dccdc9a Merge "Give an 9-patch error on too many rows and columns" by Kenny Root · 15 years ago
- 95e3f7a Merge "Improvements to ScaleGestureDetector" by Adam Powell · 15 years ago
- f5a26dc Merge "Expose smart-zoom, or centerFitRect to native." by Grace Kloba · 15 years ago
- 981344a Merge "Fix the bug that it should write the zero diff to the output file when the actual diff is negative." by Yu Shan Emily Lau · 15 years ago
- fa34796 Merge "Update the new activity name." by Yu Shan Emily Lau · 15 years ago
- 907bc86 Merge "Add missing licensing headers for test classes" by Kenny Root · 15 years ago
- 250ac54 Merge "Fix: Retrieval of location to caclulate twilight" by Dianne Hackborn · 15 years ago
- 7b409b0 Merge "HTTPStream and HTTPDataSource now support cancellation of the connection process, AwesomePlayer takes advantage of this in cases where ::reset() or ::suspend() is called while in the preparation phase to bail out early. Also fixes in issue where the audio codec was not properly stopped if no audio player object ever took ownership." by Andreas Huber · 15 years ago
- ffc4b0c Merge "If we can't over scroll horizontally, set vx to 0 in doFling. Otherwise if vx is greater than vy, as we pin x later in onOverscrolled(), the fling doesn't work as expected." by Grace Kloba · 15 years ago
- 63b2833 Merge "Fix problems with new PowerManager.reboot() implementation." by Mike Lockwood · 15 years ago
- 31b1a60 Merge "Make sure that pause dialing works even when screen is off." by Wink Saville · 15 years ago
- 8cda6af Merge "Puts two regex layout tests back on the DumpRenderTree skipped list" by Steve Block · 15 years ago
- fb2277b Merge "If the Picture is not ready, just draw the background and return. This should help to avoid the flash in gm." by Grace Kloba · 15 years ago
- ef27c57 Merge "Add Copyright assignement." by Wink Saville · 15 years ago
- a15de9f Merge "Add missing license notices to files" by Kenny Root · 15 years ago
- a49c6b0 Merge "Dump the phone process stack (as well as the system process) on watchdog reset." by Dan Egnor · 15 years ago
- 378db24 Merge "Fix for 2175289 : Can't get keyboard in search dialog after switching to landscape" by Amith Yamasani · 15 years ago
- eb15a2b Merge "Fix LocationManager.getProvider() API breakage." by Mike Lockwood · 15 years ago
- abdbc53 Merge "The return of rawbu. For other nefarious purposes." by Dianne Hackborn · 15 years ago
- b001e99 Merge "Add correct copyright headers to multiple files" by Kenny Root · 15 years ago
- 23e1e31 Merge "Add ORGANIZER_CAN_RESPOND to Calendars column" by Marc Blank · 15 years ago
- ccefbe4 Merge "Tame some monkeys" by Adam Powell · 15 years ago
- a708d1e Merge "Add GPSProcessingMethod tag to ExifInterface." by Ray Chen · 15 years ago
- bd393b7 Add correct copyright headers to multiple files by Kenny Root · 15 years ago
- b04de52 Merge "Preserve widgets on upgrade. Bug #2464545" by Romain Guy · 15 years ago
- 661a682 Merge "Add copyright header for new file" by Kenny Root · 15 years ago
- d6d456b Merge "Second of three sets of minor edits for SD card storage text." by Roy West · 15 years ago
- f8c309d Merge "Stop creating threads for tethering." by Robert Greenwalt · 15 years ago
- 1a50ab4 Merge "Need to keep new package's cert when using original-package." by Dianne Hackborn · 15 years ago
- 5fe8399 Merge "Fix tap detection after a long press" by Adam Powell · 15 years ago
- 16da45d Merge "Close db statement." by Ken Shirriff · 15 years ago
- e65545b Merge "Add a new meta_data column" by Tom Taylor · 15 years ago
- b994f14 Merge "debug-flag covered log messages to help people debug finalizer stuff" by Vasu Nori · 15 years ago
- 5e3b258 Merge "Support old/new package names for widgets." by Romain Guy · 15 years ago
- e651f38 Merge "Fix issue #2461567: Home screen redraw messed up" by Dianne Hackborn · 15 years ago
- 87d968a Merge changes Id4ca8ef7,I1021c590 by Mathias Agopian · 15 years ago
- 55fa251 implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
- e156e64 Add a new connect/disconnect API to android_native_window_t by Mathias Agopian · 15 years ago
- 21b50ef Merge "Fix overscroll distance calculation for stack-from-bottom ListViews" by Adam Powell · 15 years ago
- 6dbaa59 Merge "Revert "Do autodetection even if no locale was specified, and use the"" by Marco Nelissen · 15 years ago
- 49b2fdc Merge "Throw a better error message when the automatic onClick handling doesn't work." by Joe Onorato · 15 years ago
- da5618d Merge "Ignore instead of throw errors in QuittingState and reorder some parameters." by Wink Saville · 15 years ago
- 8be7576 Merge "Make getCellLocation return null if not available." by John Wang · 15 years ago
- d129659 fix [2483456] Video orientation is wrong on Droid for some videos by Mathias Agopian · 15 years ago
- 06cc3e1 Merge "MountService: If USB cable is unplugged while UMS is active, clean up and remount" by San Mehat · 15 years ago
- f6f1f2a Merge "Javadoc fix." by Daniel Sandler · 15 years ago
- 4d5771e Merge "Add quit and fix HSM EBNF." by Wink Saville · 15 years ago
- c6e2635 Merge "Do not send the not-modified response when validating the cache." by Patrick Scott · 15 years ago
- c6e84ec Merge "Implement smart-zoom per Adobe request." by Grace Kloba · 15 years ago
- f587bf2 Merge "add more debug info to SQL section in bugreport" by Vasu Nori · 15 years ago
- 18e4981 Merge "Turn off pulsing jogball while on a call." by Daniel Sandler · 15 years ago
- 07bb5c4 Merge "make RecoverySystem.verifyPackage interruptible" by Doug Zongker · 15 years ago
- 4bc9ad1 Merge "Make paging touch slop smaller" by Adam Powell · 15 years ago
- 05c4d2a Merge "Allow invoke in all the player states except idle and error." by Nicolas Catania · 15 years ago
- 021cc89 Merge "Let ListView overscroll header/footer attributes take a color" by Adam Powell · 15 years ago
- 4dceb65 Merge "Add a voice search hint context for the launcher." by Mike LeBeau · 15 years ago
- 7009469 Add a voice search hint context for the launcher. by Mike LeBeau · 15 years ago
- 572843e Merge "Fix a variable name reference in Activity docs." by Mike LeBeau · 15 years ago
- 0a85e75 Merge "Fix bug #2493102 (Sync keeps getting stuck, or at least very slow)" by Fabrice Di Meglio · 15 years ago
- 8ef5c63 Merge "Reduce buffer sizes related to HTTP media data transfer in order to reduce the probability of a connection timeout/reset due to long periods of time between socket activity." by Andreas Huber · 15 years ago
- eb19523 Merge "Allow invoke in all the player states except idle and error." by Nicolas Catania · 15 years ago
- 539ec11 Merge "Check if the JS_ENGINE key exists as an environment variable before reading it." by Ben Murdoch · 15 years ago
- 135cc84 Merge "Remove http/wml from the DumpRenderTree skipped list, as this directory no longer exists." by Steve Block · 15 years ago
- 0d40235 Merge "Fix the build." by Romain Guy · 15 years ago
- 0a4b5b2 Merge "Modified the expected metadata result as the behavior of Stagefright." by Yu Shan Emily Lau · 15 years ago
- 7d79827 Merge "Don't break lines in the middle of a smiley or other graphic replacement." by Eric Fischer · 15 years ago
- 033d5f0 Merge "Disable USB Tethering when UMS is active" by Robert Greenwalt · 15 years ago
- f9e73cd Merge "Fixing bug 2411394 - Monkey crash due to incorrect test service manifest" by Amith Yamasani · 15 years ago
- f98a627 Merge "Fix rare NPE in DropBoxManagerService" by Dan Egnor · 15 years ago
- 59c2de3 Merge "Make HiPri work when already connected." by Robert Greenwalt · 15 years ago
- b82961c Merge "Further improvements to window management!" by Dianne Hackborn · 15 years ago
- e3f679f Merge "Noticed comment field when splitting guests wasn't being cleared." by Erik · 15 years ago
- edb50aa Merge "use ifContentScrolls in the windowshade" by Joe Onorato · 15 years ago