1. 4f096dc 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
  2. 1a3786a Merge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call." by Jean-Michel Trivi · 15 years ago
  3. 6af8e14 Merge "Fix bugs when transitioning out of touch mode" by Adam Powell · 15 years ago
  4. 51a6bee Fix bugs when transitioning out of touch mode by Adam Powell · 15 years ago
  5. b06a68b Merge "Add a name to the previously-unnamed thread created by SoundPoolThread." by Steve Howard · 15 years ago
  6. fc2ece4 update comment on WebView loadData by Cary Clark · 15 years ago
  7. 0e08f2d Merge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily." by Brad Fitzpatrick · 15 years ago
  8. 43f0e8e We no longer do sanity checks based on "hdlr" tags in .mp4 files. Pretty soon we'll play any bytestream that even vaguely resembles the spec... by Andreas Huber · 15 years ago
  9. 74d4843 Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider. by Ray Chen · 15 years ago
  10. 7d74086 Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." by Andreas Huber · 15 years ago
  11. 174de8e Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer." by Andreas Huber · 15 years ago
  12. 2d6f709 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
  13. 9fbaca9 Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds. by Andreas Huber · 15 years ago
  14. 244e896 Merge "Allow plugin's surface to handle touch when in full-screen." by Derek Sollenberger · 15 years ago
  15. 4d60fc5 Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files. by Andreas Huber · 15 years ago
  16. 4aa4419 Merge "Call close on Cursors in finally blocks." by Leon Scroggins · 15 years ago
  17. 122ff04 Fixing the sim build. by Andreas Huber · 15 years ago
  18. fe1143b Call close on Cursors in finally blocks. by Leon Scroggins · 15 years ago
  19. e6335c9 Add locking around AudioRecord release() function in JNI. Bug 2481952. by Dave Sparks · 15 years ago
  20. f0f7eb0 Merge "Fix issue 2512221: Car Dock Notification doesn't go away" by Dianne Hackborn · 15 years ago
  21. c28ff44 Allow plugin's surface to handle touch when in full-screen. by Derek Sollenberger · 15 years ago
  22. f3c755a Adds XPath layout tests to DumpRenderTree ignoreResults list as Android does not support XPath by Steve Block · 15 years ago
  23. 780b260 Fix issue 2512221: Car Dock Notification doesn't go away by Tobias Haamel · 15 years ago
  24. 677bc7d Merge "misc fixes, including 0xB0B8" by Mike Reed · 15 years ago
  25. 97be154 misc fixes, including 0xB0B8 by Mike Reed · 15 years ago
  26. 8e3015e Replace all uses of bzero with memset. Bzero and memset are both by Carl Shapiro · 15 years ago
  27. ae6cdd1 Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily. by Brad Fitzpatrick · 15 years ago
  28. e4b8c42 Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call. by Jean-Michel Trivi · 15 years ago
  29. 24217d8 Merge "Use a Go button instead of a magnifying glass in the keyboard for in-app search." by Amith Yamasani · 15 years ago
  30. b644f85 Fixing a small API check issue to get the builds green by Jesse Wilson · 15 years ago
  31. 38af4c3 Merge "API CHANGE: expose the backup-related ApplicationInfo flag masks" by Christopher Tate · 15 years ago
  32. 3de55bc API CHANGE: expose the backup-related ApplicationInfo flag masks by Christopher Tate · 15 years ago
  33. 3e5a582 Fix glCopyTexSubImage2D inverted texture bug. by Jack Palevich · 15 years ago
  34. 50f1c4b Resync with Telephony after losing Phone service. by Robert Greenwalt · 15 years ago
  35. 9dc1036 Merge "resolved conflicts for merge of 2ecce34f to master" by Dianne Hackborn · 15 years ago
  36. 5c6d6d5 Merge "Replace the outdated table with links to the benchmarks." by Elliott Hughes · 15 years ago
  37. e04c027 Merge "Fix data error handling." by Wink Saville · 15 years ago
  38. 5c83a5f resolved conflicts for merge of 2ecce34f to master by Dianne Hackborn · 15 years ago
  39. cf6773d Merge "Add documentation for LeadingMarginSpan2." by Eric Fischer · 15 years ago
  40. cb6b7c1 Replace the outdated table with links to the benchmarks. by Elliott Hughes · 15 years ago
  41. 9627c36 Merge "ListActivity.onDestroy, remove any pending callbacks." by Nicolas Catania · 15 years ago
  42. 747d2d4 Use a Go button instead of a magnifying glass in the keyboard for in-app search. by Amith Yamasani · 15 years ago
  43. 061d58a Fix problem with starting a translucent activity in onCreate(). by Dianne Hackborn · 15 years ago
  44. f767e75 ListActivity.onDestroy, remove any pending callbacks. by Nicolas Catania · 15 years ago
  45. ec8b102 Add documentation for LeadingMarginSpan2. by Eric Fischer · 15 years ago
  46. abeff94 Fix data error handling. by Wink Saville · 15 years ago
  47. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 15 years ago
  48. 069b3cf Merge "Make sure visible View state is updated before dispatching clicks" by Adam Powell · 15 years ago
  49. 3646d05 Merge "Make sure Browser cursors are closed" by Ken Shirriff · 15 years ago
  50. a35d768 Make sure visible View state is updated before dispatching clicks by Adam Powell · 15 years ago
  51. d27e8d2 Merge "Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load" by Andreas Huber · 15 years ago
  52. 98b2956 Boost OMX callback dispatcher thread priority to prevent audio playback stuttering under increased system load by Andreas Huber · 15 years ago
  53. 29c228e Make sure Browser cursors are closed by Ken Shirriff · 15 years ago
  54. b9b2f55 Merge "Give an 9-patch error on too many rows and columns" by Kenny Root · 15 years ago
  55. 9e652a6 Give an 9-patch error on too many rows and columns by Kenny Root · 15 years ago
  56. b9ca362 Merge "Improvements to ScaleGestureDetector" by Adam Powell · 15 years ago
  57. cd00e07 Merge "Expose smart-zoom, or centerFitRect to native." by Grace Kloba · 15 years ago
  58. 63e9140 Framework changes to allow VCards containing multiple entries Bug:2501468 by Daniel Lehmann · 15 years ago
  59. e8300a1 Expose smart-zoom, or centerFitRect to native. by Grace Kloba · 15 years ago
  60. 7b00978 Run WifiWatchdogServiceThread only on wifi enable by Irfan Sheriff · 15 years ago
  61. a455d19 Record some logcat output with crashes, ANRs, etc.. by Dan Egnor · 15 years ago
  62. e25bf5d 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
  63. adc238a 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. bb51d9f Fix UMS broadcasts in Tethering. by Robert Greenwalt · 15 years ago
  65. 10362ab Add missing license notices on test classes by Kenny Root · 15 years ago
  66. d3d9b85 Merge "Update the new activity name." by Yu Shan Emily Lau · 15 years ago
  67. 842f9df Merge "Add missing licensing headers for test classes" by Kenny Root · 15 years ago
  68. a839703 Fix issue #2483335: android.content.res.cts.ConfigurationTest test's are failing by Dianne Hackborn · 15 years ago
  69. 1a5a321 Add missing licensing headers for test classes by Kenny Root · 15 years ago
  70. 9b3a453 Merge "Fix: Retrieval of location to caclulate twilight" by Dianne Hackborn · 15 years ago
  71. 346c8fb Improvements to ScaleGestureDetector by Adam Powell · 15 years ago
  72. 34ec95de 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
  73. 45be271 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
  74. 2563ffb If we can't over scroll horizontally, set vx to 0 in by Grace Kloba · 15 years ago
  75. bac4030 Merge "Fix problems with new PowerManager.reboot() implementation." by Mike Lockwood · 15 years ago
  76. 7261128 Merge "Make sure that pause dialing works even when screen is off." by Wink Saville · 15 years ago
  77. e898bdf Merge "Puts two regex layout tests back on the DumpRenderTree skipped list" by Steve Block · 15 years ago
  78. b62f959 Fix problems with new PowerManager.reboot() implementation. by Mike Lockwood · 15 years ago
  79. 82c0845 Make sure that pause dialing works even when screen is off. by Wink Saville · 15 years ago
  80. a91e972 missing checks for native class before calling native code by Cary Clark · 15 years ago
  81. 313363d 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
  82. 3f80eab Merge "Add Copyright assignement." by Wink Saville · 15 years ago
  83. edbb4d8 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
  84. cea7640 Add Copyright assignement. by Wink Saville · 15 years ago
  85. 163e81d Merge "Add missing license notices to files" by Kenny Root · 15 years ago
  86. e47ac47 If the Picture is not ready, just draw the background by Grace Kloba · 15 years ago
  87. 34e8e47 Merge "Dump the phone process stack (as well as the system process) on watchdog reset." by Dan Egnor · 15 years ago
  88. f8d0f09 Add missing license notices to files by Kenny Root · 15 years ago
  89. e1748c6 Merge "Fix for 2175289 : Can't get keyboard in search dialog after switching to landscape" by Amith Yamasani · 15 years ago
  90. ba9ab18 Fix: Retrieval of location to caclulate twilight by Bernd Holzhey · 15 years ago
  91. a028a4b Merge "Fix LocationManager.getProvider() API breakage." by Mike Lockwood · 15 years ago
  92. 223e84d Fix LocationManager.getProvider() API breakage. by Mike Lockwood · 15 years ago
  93. b552230 Puts two regex layout tests back on the DumpRenderTree skipped list by Steve Block · 15 years ago
  94. a2fd9d1 Fix NPE when clearing preferred packages. by Dianne Hackborn · 15 years ago
  95. 4bded07 Dump the phone process stack (as well as the system process) on watchdog reset. by Dan Egnor · 15 years ago
  96. c9421ba Fix issue #2492387: system server crash in WallpaperManagerService by Dianne Hackborn · 15 years ago
  97. d0dfab2 Merge "The return of rawbu. For other nefarious purposes." by Dianne Hackborn · 15 years ago
  98. e4bfb78 The return of rawbu. For other nefarious purposes. by Dianne Hackborn · 15 years ago
  99. 2fe4c09 Merge "Add correct copyright headers to multiple files" by Kenny Root · 15 years ago
  100. 3ba8324 Merge "Add ORGANIZER_CAN_RESPOND to Calendars column" by Marc Blank · 15 years ago