1. 1fbf63a "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 Andreas Huber · 14 years ago
  2. 4f33d80 Merge "Implement eglInitialize / eglTerminate reference counting" by Jack Palevich · 14 years ago
  3. 7f83e10 Merge "Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails." by Andreas Huber · 14 years ago
  4. 52c6c10 Merge "Remove flaky test MemoryFileTest:testPurge from large suite." by Brett Chabot · 14 years ago
  5. 04708b5 Merge "fix the way last insert rowid is returned" by Vasu Nori · 14 years ago
  6. 7148b15 Merge "Restrict plugins to a fixed size surface after exceeding a pixel threshold." by Derek Sollenberger · 14 years ago
  7. 4670457 Merge "Set SOURCE to app package name when starting QSB (if not set)" by Bjorn Bringert · 14 years ago
  8. e1e37c6 Remove flaky test MemoryFileTest:testPurge from large suite. by Brett Chabot · 14 years ago
  9. 2a09c7e Properly handle errors during the codec configuration phase, attempt to revert to next available (likely software-) codec if configuration fails. by Andreas Huber · 14 years ago
  10. 8ae4c67 Merge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607" by Romain Guy · 14 years ago
  11. 08a4ac3 Dismiss a dialog if dimissed right after calling show(). Bug #2508607 by Romain Guy · 14 years ago
  12. 41df3f7 Restrict plugins to a fixed size surface after exceeding a pixel threshold. by Derek Sollenberger · 14 years ago
  13. e118d6f Merge "Add ABORT support to Obex lib" by Jaikumar Ganesh · 14 years ago
  14. 202755c 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 · 14 years ago
  15. c2e4691 - make the SyncManager add periodic syncs when it upgrades from a by Fred Quintana · 14 years ago
  16. 8258ebd Add ABORT support to Obex lib by Lixin Yue · 15 years ago
  17. 5bf6724 fix the way last insert rowid is returned by Vasu Nori · 14 years ago
  18. 0543a5a Merge "Fixes bug 2502132, and masks bug 2518313." by Glenn Kasten · 14 years ago
  19. 0d4726a Merge "Fix regression in directory scanning" by Kenny Root · 14 years ago
  20. f62dd66 Fixes bug 2502132, and masks bug 2518313. by Glenn Kasten · 14 years ago
  21. d489240 Merge "HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool." by Andreas Huber · 14 years ago
  22. 1af34be HTTPDataSource must be connected before it is usable. Fix this in the stagefright tool. by Andreas Huber · 14 years ago
  23. c7f394e Merge "Adjust expected text frame length in ID3" by Kenny Root · 14 years ago
  24. c0b778e http://b/issue?id=2501101 by Leon Clarke · 14 years ago
  25. 3c24cb7 Set SOURCE to app package name when starting QSB (if not set) by Bjorn Bringert · 14 years ago
  26. 0c2ab24 Adjust expected text frame length in ID3 by Kenny Root · 14 years ago
  27. 2c62f5f Merge "fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire" by Mathias Agopian · 14 years ago
  28. 0a41c3c Implement eglInitialize / eglTerminate reference counting by Jack Palevich · 14 years ago
  29. a8c02d7 Fix regression in directory scanning by Kenny Root · 14 years ago
  30. 650e22c Merge "Fix monkey bug 2512055" by Adam Powell · 14 years ago
  31. 22cb2f4 Fix monkey bug 2512055 by Adam Powell · 14 years ago
  32. 9e3d693 fix [2515291] Native crash and runtime restart while trying to preview captured picture on Sapphire by Mathias Agopian · 14 years ago
  33. 82ce6f1 Merge "Round up ImageView translations to avoid nasty surprises. Bug #2499812" by Romain Guy · 14 years ago
  34. b493820 Round up ImageView translations to avoid nasty surprises. Bug #2499812 by Romain Guy · 14 years ago
  35. 0167c31 Merge "Switch SelectionBuilder to accept Object[], fix NPE." by Jeff Sharkey · 14 years ago
  36. 88f183e Merge "Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659" by Romain Guy · 14 years ago
  37. 2beee4d Correctly handle disabled list items in AutoCompleteTextView. Bug #2516659 by Romain Guy · 14 years ago
  38. 27e8576 Merge "Update the tethering icons." by Robert Greenwalt · 14 years ago
  39. 56f480b Update the tethering icons. by Robert Greenwalt · 14 years ago
  40. 0cd57a4 Switch SelectionBuilder to accept Object[], fix NPE. by Jeff Sharkey · 14 years ago
  41. cf2826e Merge "Fix bug 2516434" by Adam Powell · 14 years ago
  42. be455be Merge "Improve eglSwapBuffers error handling." by Jack Palevich · 14 years ago
  43. 04b17ab Improve eglSwapBuffers error handling. by Jack Palevich · 14 years ago
  44. 83134c1 Merge "Removed compatibility function (was left in before to not break the build) Bug:2501468" by Dmitri Plotnikov · 14 years ago
  45. c501429 Fix bug 2516434 by Adam Powell · 14 years ago
  46. 1b43779 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 · 14 years ago
  47. 1105f0f Revert TTS output filter tuning after reverting the Pico 1.1.0.2 by Jean-Michel Trivi · 14 years ago
  48. 1e909ed Merge "Add definitions for WiMAX and iDen network types." by jsh · 14 years ago
  49. b258659 Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs" by Jim Miller · 14 years ago
  50. 8214deb Add definitions for WiMAX and iDen network types. by jsh · 15 years ago
  51. 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 · 14 years ago
  52. 1a3786a Merge "Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call." by Jean-Michel Trivi · 14 years ago
  53. 6af8e14 Merge "Fix bugs when transitioning out of touch mode" by Adam Powell · 14 years ago
  54. 51a6bee Fix bugs when transitioning out of touch mode by Adam Powell · 14 years ago
  55. b06a68b Merge "Add a name to the previously-unnamed thread created by SoundPoolThread." by Steve Howard · 14 years ago
  56. fc2ece4 update comment on WebView loadData by Cary Clark · 14 years ago
  57. 0e08f2d Merge "Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily." by Brad Fitzpatrick · 14 years ago
  58. 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 · 14 years ago
  59. 74d4843 Fix #2509370 ThumbnailUtils.createThumbnailFromEXIF crashes media provider. by Ray Chen · 15 years ago
  60. 7d74086 Merge "Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files." by Andreas Huber · 14 years ago
  61. 174de8e Merge "Fix the media metadata retriever (tests). The native constants must match those published at the java layer." by Andreas Huber · 14 years ago
  62. 2d6f709 Merge "Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds." by Andreas Huber · 14 years ago
  63. 9fbaca9 Tag the "testid3" commandline tool as "debug-only". It doesn't need to be included in release builds. by Andreas Huber · 14 years ago
  64. 244e896 Merge "Allow plugin's surface to handle touch when in full-screen." by Derek Sollenberger · 14 years ago
  65. 4d60fc5 Hack to "support" "enhanced" podcasts... slang for malformed .mp4 files. by Andreas Huber · 15 years ago
  66. 4aa4419 Merge "Call close on Cursors in finally blocks." by Leon Scroggins · 14 years ago
  67. 122ff04 Fixing the sim build. by Andreas Huber · 14 years ago
  68. fe1143b Call close on Cursors in finally blocks. by Leon Scroggins · 15 years ago
  69. e6335c9 Add locking around AudioRecord release() function in JNI. Bug 2481952. by Dave Sparks · 15 years ago
  70. f0f7eb0 Merge "Fix issue 2512221: Car Dock Notification doesn't go away" by Dianne Hackborn · 14 years ago
  71. c28ff44 Allow plugin's surface to handle touch when in full-screen. by Derek Sollenberger · 15 years ago
  72. f3c755a Adds XPath layout tests to DumpRenderTree ignoreResults list as Android does not support XPath by Steve Block · 15 years ago
  73. 780b260 Fix issue 2512221: Car Dock Notification doesn't go away by Tobias Haamel · 14 years ago
  74. 677bc7d Merge "misc fixes, including 0xB0B8" by Mike Reed · 14 years ago
  75. 97be154 misc fixes, including 0xB0B8 by Mike Reed · 14 years ago
  76. 8e3015e Replace all uses of bzero with memset. Bzero and memset are both by Carl Shapiro · 14 years ago
  77. ae6cdd1 Allocate SQLiteQueryBuilder's WHERE clause StringBuilder lazily. by Brad Fitzpatrick · 15 years ago
  78. e4b8c42 Fix bug 2203203 Route STREAM_VOICE_CALL to A2DP when not in call. by Jean-Michel Trivi · 15 years ago
  79. 24217d8 Merge "Use a Go button instead of a magnifying glass in the keyboard for in-app search." by Amith Yamasani · 15 years ago
  80. b644f85 Fixing a small API check issue to get the builds green by Jesse Wilson · 15 years ago
  81. 6edcdc1 Removed compatibility function (was left in before to not break the build) by Daniel Lehmann · 15 years ago
  82. 38af4c3 Merge "API CHANGE: expose the backup-related ApplicationInfo flag masks" by Christopher Tate · 15 years ago
  83. 3de55bc API CHANGE: expose the backup-related ApplicationInfo flag masks by Christopher Tate · 15 years ago
  84. 3e5a582 Fix glCopyTexSubImage2D inverted texture bug. by Jack Palevich · 15 years ago
  85. a027c95 Fix 2428368: Fix most of the lockscreen orientation refresh bugs by Jim Miller · 15 years ago
  86. 50f1c4b Resync with Telephony after losing Phone service. by Robert Greenwalt · 15 years ago
  87. 9dc1036 Merge "resolved conflicts for merge of 2ecce34f to master" by Dianne Hackborn · 15 years ago
  88. 5c6d6d5 Merge "Replace the outdated table with links to the benchmarks." by Elliott Hughes · 15 years ago
  89. e04c027 Merge "Fix data error handling." by Wink Saville · 15 years ago
  90. 5c83a5f resolved conflicts for merge of 2ecce34f to master by Dianne Hackborn · 15 years ago
  91. cf6773d Merge "Add documentation for LeadingMarginSpan2." by Eric Fischer · 15 years ago
  92. cb6b7c1 Replace the outdated table with links to the benchmarks. by Elliott Hughes · 15 years ago
  93. 9627c36 Merge "ListActivity.onDestroy, remove any pending callbacks." by Nicolas Catania · 15 years ago
  94. 747d2d4 Use a Go button instead of a magnifying glass in the keyboard for in-app search. by Amith Yamasani · 15 years ago
  95. 061d58a Fix problem with starting a translucent activity in onCreate(). by Dianne Hackborn · 15 years ago
  96. f767e75 ListActivity.onDestroy, remove any pending callbacks. by Nicolas Catania · 15 years ago
  97. ec8b102 Add documentation for LeadingMarginSpan2. by Eric Fischer · 15 years ago
  98. abeff94 Fix data error handling. by Wink Saville · 15 years ago
  99. e3452d3 Fix the media metadata retriever (tests). The native constants must match those published at the java layer. by Andreas Huber · 15 years ago
  100. 069b3cf Merge "Make sure visible View state is updated before dispatching clicks" by Adam Powell · 15 years ago