1. 6f3451b Merge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times." by Marco Nelissen · 15 years ago
  2. 873e850 Merge "fix typos in docs" by Joe Onorato · 15 years ago
  3. bfba8c7 Merge "Properly use a long long literal to avoid under/overflow during fps computation." by Andreas Huber · 15 years ago
  4. 6dd149d Merge "Plugin surfaces will be limited to 270% of the devices screen size." by Derek Sollenberger · 15 years ago
  5. 3084af7 Merge "Resize AutoCompleteTextView's dropdown when the list content changes. Bug #2517711" by Romain Guy · 15 years ago
  6. b7ea718 Merge "close() database should close the db no matter what the ref count says" by Vasu Nori · 15 years ago
  7. 23ff401 Merge "Move MountService's Handler to a different thread." by Daniel Sandler · 15 years ago
  8. f04f4cd Merge "Implement eglInitialize / eglTerminate reference counting" by Jack Palevich · 15 years ago
  9. 66abb72 Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails." by Andreas Huber · 15 years ago
  10. 2770afd Merge "Remove flaky test MemoryFileTest:testPurge from large suite." by Brett Chabot · 15 years ago
  11. 3fa2de7 Merge "fix the way last insert rowid is returned" by Vasu Nori · 15 years ago
  12. ee8b4c4 Merge "Restrict plugins to a fixed size surface after exceeding a pixel threshold." by Derek Sollenberger · 15 years ago
  13. 0a39841 Merge "Set SOURCE to app package name when starting QSB (if not set)" by Bjorn Bringert · 15 years ago
  14. c7bd6be Merge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607" by Romain Guy · 15 years ago
  15. 8cefb21 Merge "Add ABORT support to Obex lib" by Jaikumar Ganesh · 15 years ago
  16. e1030b8 Merge "- make the SyncManager add periodic syncs when it upgrades from a version of the accounts.xml file that pre-dated periodic syncs, e.g. eclair or early froyo. http://b/2515823 - make the AccountManagerService dump() use a getAccounts call that doesn't check the GET_ACCOUNTS permission to make it useful in "adb bugreport" - add some logging to SyncManager to help track down a problem" by Fred Quintana · 15 years ago
  17. 105421b Merge "Fixes bug 2502132, and masks bug 2518313." by Glenn Kasten · 15 years ago
  18. 4fc7c57 Merge "Fix regression in directory scanning" by Kenny Root · 15 years ago
  19. 72ffb81 Merge "HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool." by Andreas Huber · 15 years ago
  20. 870dac9 Merge "Adjust expected text frame length in ID3" by Kenny Root · 15 years ago
  21. b4975f9 Merge "fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire" by Mathias Agopian · 15 years ago
  22. 81cd084 Implement eglInitialize / eglTerminate reference counting by Jack Palevich · 15 years ago
  23. 11ebca5 Merge "Fix monkey bug 2512055" by Adam Powell · 15 years ago
  24. d343e3d fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire by Mathias Agopian · 15 years ago
  25. 77d19cc Merge "Round up ImageView translations to avoid nasty surprises. Bug #2499812" by Romain Guy · 15 years ago
  26. 80586f4 Merge "Switch SelectionBuilder to accept Object[], fix NPE." by Jeff Sharkey · 15 years ago
  27. c1fe911 Merge "Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659" by Romain Guy · 15 years ago
  28. 4329811 Merge "Update the tethering icons." by Robert Greenwalt · 15 years ago
  29. e5876a9 Merge "Fix bug 2516434" by Adam Powell · 15 years ago
  30. 2d38b3a Merge "Improve eglSwapBuffers error handling." by Jack Palevich · 15 years ago
  31. 56bf98c Merge "Removed compatibility function (was left in before to not break the build) Bug:2501468" by Dmitri Plotnikov · 15 years ago
  32. 91e8e3a Merge "Revert TTS output filter tuning after reverting the Pico 1.1.0.2 energy distribution change in an attempt to fix bug 2449814." by Jean-Michel Trivi · 15 years ago
  33. c3641eb Merge "Add definitions for WiMAX and iDen network types." by jsh · 15 years ago
  34. e46cfe9 Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs" by Jim Miller · 15 years ago
  35. 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
  36. b3a5395 Merge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call." by Jean-Michel Trivi · 15 years ago
  37. 0797650 Merge "Fix bugs when transitioning out of touch mode" by Adam Powell · 15 years ago
  38. 068875a Merge "Add a name to the previously-unnamed thread created by SoundPoolThread." by Steve Howard · 15 years ago
  39. ee13e7f Merge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily." by Brad Fitzpatrick · 15 years ago
  40. 61463ba Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." by Andreas Huber · 15 years ago
  41. 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
  42. 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
  43. 0303840 Merge "Allow plugin's surface to handle touch when in full-screen." by Derek Sollenberger · 15 years ago
  44. 141adfe Merge "Call close on Cursors in finally blocks." by Leon Scroggins · 15 years ago
  45. 78d3bb9 Merge "Fix issue 2512221: Car Dock Notification doesn't go away" by Dianne Hackborn · 15 years ago
  46. d6e534f Merge "misc fixes, including 0xB0B8" by Mike Reed · 15 years ago
  47. 08abf1f Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call. by Jean-Michel Trivi · 15 years ago
  48. 0890bc8 Merge "Use a Go button instead of a magnifying glass in the keyboard for in-app search." by Amith Yamasani · 15 years ago
  49. 7f2d3df Merge "API CHANGE: expose the backup-related ApplicationInfo flag masks" by Christopher Tate · 15 years ago
  50. 7c5fe4c Fix glCopyTexSubImage2D inverted texture bug. by Jack Palevich · 15 years ago
  51. ad50679 Merge "resolved conflicts for merge of 2ecce34f to master" by Dianne Hackborn · 15 years ago
  52. e297882 Merge "Replace the outdated table with links to the benchmarks." by Elliott Hughes · 15 years ago
  53. 53e5e0f Merge "Fix data error handling." by Wink Saville · 15 years ago
  54. 5a7753f resolved conflicts for merge of 2ecce34f to master by Dianne Hackborn · 15 years ago
  55. 0657fac Merge "Add documentation for LeadingMarginSpan2." by Eric Fischer · 15 years ago
  56. 1ac3e95 Merge "ListActivity.onDestroy, remove any pending callbacks." by Nicolas Catania · 15 years ago
  57. 714d424 Merge "Make sure visible View state is updated before dispatching clicks" by Adam Powell · 15 years ago
  58. 8f0abfd Merge "Make sure Browser cursors are closed" by Ken Shirriff · 15 years ago
  59. f3a6dfe Merge "Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load" by Andreas Huber · 15 years ago
  60. dccdc9a Merge "Give an 9-patch error on too many rows and columns" by Kenny Root · 15 years ago
  61. 95e3f7a Merge "Improvements to ScaleGestureDetector" by Adam Powell · 15 years ago
  62. f5a26dc Merge "Expose smart-zoom, or centerFitRect to native." by Grace Kloba · 15 years ago
  63. 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
  64. fa34796 Merge "Update the new activity name." by Yu Shan Emily Lau · 15 years ago
  65. 907bc86 Merge "Add missing licensing headers for test classes" by Kenny Root · 15 years ago
  66. 250ac54 Merge "Fix: Retrieval of location to caclulate twilight" by Dianne Hackborn · 15 years ago
  67. 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
  68. 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
  69. 63b2833 Merge "Fix problems with new PowerManager.reboot() implementation." by Mike Lockwood · 15 years ago
  70. 31b1a60 Merge "Make sure that pause dialing works even when screen is off." by Wink Saville · 15 years ago
  71. 8cda6af Merge "Puts two regex layout tests back on the DumpRenderTree skipped list" by Steve Block · 15 years ago
  72. 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
  73. ef27c57 Merge "Add Copyright assignement." by Wink Saville · 15 years ago
  74. a15de9f Merge "Add missing license notices to files" by Kenny Root · 15 years ago
  75. a49c6b0 Merge "Dump the phone process stack (as well as the system process) on watchdog reset." by Dan Egnor · 15 years ago
  76. 378db24 Merge "Fix for 2175289 : Can't get keyboard in search dialog after switching to landscape" by Amith Yamasani · 15 years ago
  77. eb15a2b Merge "Fix LocationManager.getProvider() API breakage." by Mike Lockwood · 15 years ago
  78. abdbc53 Merge "The return of rawbu. For other nefarious purposes." by Dianne Hackborn · 15 years ago
  79. b001e99 Merge "Add correct copyright headers to multiple files" by Kenny Root · 15 years ago
  80. 23e1e31 Merge "Add ORGANIZER_CAN_RESPOND to Calendars column" by Marc Blank · 15 years ago
  81. ccefbe4 Merge "Tame some monkeys" by Adam Powell · 15 years ago
  82. a708d1e Merge "Add GPSProcessingMethod tag to ExifInterface." by Ray Chen · 15 years ago
  83. bd393b7 Add correct copyright headers to multiple files by Kenny Root · 15 years ago
  84. b04de52 Merge "Preserve widgets on upgrade. Bug #2464545" by Romain Guy · 15 years ago
  85. 661a682 Merge "Add copyright header for new file" by Kenny Root · 15 years ago
  86. d6d456b Merge "Second of three sets of minor edits for SD card storage text." by Roy West · 15 years ago
  87. f8c309d Merge "Stop creating threads for tethering." by Robert Greenwalt · 15 years ago
  88. 1a50ab4 Merge "Need to keep new package's cert when using original-package." by Dianne Hackborn · 15 years ago
  89. 5fe8399 Merge "Fix tap detection after a long press" by Adam Powell · 15 years ago
  90. 16da45d Merge "Close db statement." by Ken Shirriff · 15 years ago
  91. e65545b Merge "Add a new meta_data column" by Tom Taylor · 15 years ago
  92. b994f14 Merge "debug-flag covered log messages to help people debug finalizer stuff" by Vasu Nori · 15 years ago
  93. 5e3b258 Merge "Support old/new package names for widgets." by Romain Guy · 15 years ago
  94. e651f38 Merge "Fix issue #2461567: Home screen redraw messed up" by Dianne Hackborn · 15 years ago
  95. 87d968a Merge changes Id4ca8ef7,I1021c590 by Mathias Agopian · 15 years ago
  96. 55fa251 implement connect/disconnect in our native_window_t implementations by Mathias Agopian · 15 years ago
  97. e156e64 Add a new connect/disconnect API to android_native_window_t by Mathias Agopian · 15 years ago
  98. 21b50ef Merge "Fix overscroll distance calculation for stack-from-bottom ListViews" by Adam Powell · 15 years ago
  99. 6dbaa59 Merge "Revert "Do autodetection even if no locale was specified, and use the"" by Marco Nelissen · 15 years ago
  100. 49b2fdc Merge "Throw a better error message when the automatic onClick handling doesn't work." by Joe Onorato · 15 years ago