1. 7d07408 Merge "Use PackageMonitor in SearchManagerService" by Bjorn Bringert · 14 years ago
  2. 8bb2103 Merge "Fix issue 2305382: Pick up original call makes a noisy beep when wired headset connected." by Eric Laurent · 14 years ago
  3. 8ff1e3f Merge "Turn off lock screen sounds by default." by Daniel Sandler · 14 years ago
  4. 0e93b56 Merge "Make the notification windowshade work properly with overscroll." by Joe Onorato · 14 years ago
  5. f0fda92 Make the notification windowshade work properly with overscroll. by Joe Onorato · 14 years ago
  6. a439e52 Merge "javadoc spelling fix" by Brian Carlstrom · 14 years ago
  7. 6142a0b Fix build. by Robert Greenwalt · 14 years ago
  8. 2854419 Merge "Edit strings related to calendar permissions, bug 2463956." by Roy West · 14 years ago
  9. 5cde63a Merge "Add USB RNDIS enable/disable control" by Robert Greenwalt · 14 years ago
  10. 7467d49 Edit strings related to calendar permissions, bug 2463956. by Roy West · 14 years ago
  11. 2e1818a New API on VideoView widget to suspend/resume a session. Do not release the MediaPlayer client for video suspending/resuming. by Gloria Wang · 14 years ago
  12. d88602d Merge "Fix bug #2449594 (device should fold RRULEs, etc., that are longer than 75 chars)" by Fabrice Di Meglio · 14 years ago
  13. 8ca1228 Merge "Fix rounding of extra spacing when it is negative." by Eric Fischer · 14 years ago
  14. 63e1d26 Turn off lock screen sounds by default. by Daniel Sandler · 14 years ago
  15. 66c5bd9 Fix bug #2449594 (device should fold RRULEs, etc., that are longer than 75 chars) by Fabrice Di Meglio · 14 years ago
  16. c1ba743 Remove redundant interface disable by Irfan Sheriff · 14 years ago
  17. 65ae29b Add USB RNDIS enable/disable control by Robert Greenwalt · 14 years ago
  18. 9844b27c Merge "Remove unused private assets from Android 1.0." by Romain Guy · 14 years ago
  19. 3ce4881 Remove unused private assets from Android 1.0. by Romain Guy · 14 years ago
  20. 778ce48 Issue 5697: getContextClassLoader returns a non-application classloader by Brian Carlstrom · 14 years ago
  21. c23844c Merge "Use Java API from xml configuration in the test application" by James Dong · 14 years ago
  22. 5386b3f Merge "Add Arp Cache dump" by Dmitry Shmidt · 14 years ago
  23. 84b72ec Add Arp Cache dump by Dmitry Shmidt · 14 years ago
  24. 5900dc7 Merge "Remove never-used dead code from BackupManager" by Joe Onorato · 14 years ago
  25. 474507f Remove never-used dead code from BackupManager by Christopher Tate · 14 years ago
  26. ab5d96c Use PackageMonitor in SearchManagerService by Bjorn Bringert · 14 years ago
  27. 2ca759d Merge "Fix 2463886: Allow delayed fetching of DevicePolicyManager in LockPatternUtils." by Jim Miller · 14 years ago
  28. d7d22eb Propagate errors all the way through the MediaSources and send either MEDIA_PLAYBACK_COMPLETE or MEDIA_ERROR depending on the final reason for running out of buffers to play back. by Andreas Huber · 14 years ago
  29. 5b0fb3a Fix 2463886: Allow delayed fetching of DevicePolicyManager in LockPatternUtils. by Jim Miller · 14 years ago
  30. 80bd6a1 Merge "remove a dependency of surfaceflinger on libskia" by Mathias Agopian · 14 years ago
  31. aff2e1b7 Merge "fix error in javadoc" by Doug Zongker · 14 years ago
  32. 0375fa1 fix error in javadoc by Doug Zongker · 14 years ago
  33. ff592dc fix some minor javadoc errors in AccountManager by Doug Zongker · 14 years ago
  34. 925b4da Merge "Fixing pressed state in preferences, addresses bug 2310741" by Adam Powell · 14 years ago
  35. 5375116 Fixing pressed state in preferences, addresses bug 2310741 by Adam Powell · 14 years ago
  36. c0e147d Merge "Update AccountManager's javadoc." by Dan Egnor · 14 years ago
  37. 661f013 Update AccountManager's javadoc. by Dan Egnor · 14 years ago
  38. 22e1ca3 Fix issue 2305382: Pick up original call makes a noisy beep when wired headset connected. by Eric Laurent · 14 years ago
  39. e575d3d Merge "Add ability to run tests restricted to given annotation." by Brett Chabot · 14 years ago
  40. c747cd8 Merge "Move LocationTracker from com.google.android to com.android package." by Mike Lockwood · 14 years ago
  41. 42ddfc9 Merge "Return runtime errors instead of asserting in MPEG4 file format validation, also add more validation to ensure presence of codec specific data for avc, aac and mpeg4." by Andreas Huber · 14 years ago
  42. 5ee0bce Return runtime errors instead of asserting in MPEG4 file format validation, also add more validation to ensure presence of codec specific data for avc, aac and mpeg4. by Andreas Huber · 14 years ago
  43. f82c766 Merge "Replace system property retrieval calls with DecoderCapabilities Java API calls." by James Dong · 14 years ago
  44. cfe79e9 Merge "Clean up global search and web search activity finding" by Bjorn Bringert · 14 years ago
  45. 6cf7a32 Clean up global search and web search activity finding by Bjorn Bringert · 14 years ago
  46. 191d898 Move LocationTracker from com.google.android to com.android package. by Mike Lockwood · 14 years ago
  47. d162a11 Increasing the VS button's touchable area by Valentin Kravtsov · 14 years ago
  48. 6fd5e0a Fix calculation of the next twilight update for locations where the day or night never ends. by Bernd Holzhey · 14 years ago
  49. e5a1d4a Merge "Move LocationTracker test app from vendor/google to frameworks/base/tests" by Mike Lockwood · 14 years ago
  50. c9d3be3 Move LocationTracker test app from vendor/google to frameworks/base/tests by Mike Lockwood · 14 years ago
  51. f13f601 Merge "Fix some random bugs." by Dianne Hackborn · 14 years ago
  52. 9e0f5d9 Fix some random bugs. by Dianne Hackborn · 14 years ago
  53. 90c79c4 Merge "Don't start location providers until the system is ready." by Mike Lockwood · 14 years ago
  54. 0f70868 Merge "Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrade path." by Oscar Montemayor · 14 years ago
  55. 88e03a9 Add ability to run tests restricted to given annotation. by Brett Chabot · 14 years ago
  56. 2ee587a Merge "Quick fix layout test path problems" by Guang Zhu · 14 years ago
  57. 8cd303a Quick fix layout test path problems by Guang Zhu · 14 years ago
  58. 46db504 Don't start location providers until the system is ready. by Mike Lockwood · 14 years ago
  59. 8c20ca3 remove a dependency of surfaceflinger on libskia by Mathias Agopian · 14 years ago
  60. 2f6a018 Fix bug 2183276: Synchronize all mManagedCursors accesses. by Makoto Onuki · 14 years ago
  61. 469888f Merge "beging np2 extension check work." by Jason Sams · 14 years ago
  62. 79db13b Merge "Calling super.finalize() in finalize() methods. Also cleanup code, mostly removing unused handlers and casts." by Romain Guy · 14 years ago
  63. a2fb0b7 Merge "Prevent crash in AbsSpinner when the selection is out of sync. Bug #196253" by Romain Guy · 14 years ago
  64. afc0155 Prevent crash in AbsSpinner when the selection is out of sync. Bug #196253 by Romain Guy · 14 years ago
  65. 6fb7cbf Merge "Show the USB mass storage UI as soon as USB is connected." by Daniel Sandler · 14 years ago
  66. 42122b6 Merge "Standard alert dialogs overscroll only when content scrolls" by Adam Powell · 14 years ago
  67. d6b6bf9 Merge "Properly unload the renderer shared library after the renderer goes away." by Andreas Huber · 14 years ago
  68. fde3290 Merge "Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds." by Brad Fitzpatrick · 14 years ago
  69. a1303e0 Calling super.finalize() in finalize() methods. by Romain Guy · 14 years ago
  70. f1cbfff Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrade path. by Oscar Montemayor · 14 years ago
  71. 582ae17 Merge "Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE, but when it calls GetByteArrayRegion, it multiplies it by 2 which defeats the "// safety first" check at the beginning." by Gloria Wang · 14 years ago
  72. 196863d Fix for the safty check. It checks that nFir21 + jNpoints <= BUF_SIZE, by Gloria Wang · 14 years ago
  73. 078f7f0 Properly unload the renderer shared library after the renderer goes away. by Andreas Huber · 14 years ago
  74. 2978bfc beging np2 extension check work. by Jason Sams · 14 years ago
  75. ab9985e Merge "This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk." by Andreas Huber · 14 years ago
  76. 8e4e726 Standard alert dialogs overscroll only when content scrolls by Adam Powell · 14 years ago
  77. 2588096 Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds. by Brad Fitzpatrick · 14 years ago
  78. b8de957 This hardware video decoder lies about its required input buffer sizes allocating 2.7 MB of memory instead of the required 176 KB... Added another quirk. by Andreas Huber · 14 years ago
  79. 33285c3 Merge "remove a dependency of GraphicBuffer (libui) on Parcel (libbinder)." by Mathias Agopian · 14 years ago
  80. 17b7d97 Merge "Fix bug where calling getButton(int) returns null." by Romain Guy · 14 years ago
  81. 176160a Merge "Better file permissions enforcement on system keystore." by Oscar Montemayor · 14 years ago
  82. 1065758 Fix rounding of extra spacing when it is negative. by Doug Felt · 14 years ago
  83. 1efc95f Merge "Don't switch layout modes in AbsListView#onTouchModeChanged() Don't stomp mResurrectToPosition for LAYOUT_SPECIFIC in AbsListView#hideSelector()" by Adam Powell · 14 years ago
  84. 6fe2b22 Fix bug where calling getButton(int) returns null. by Romain Guy · 14 years ago
  85. c07907e Show the USB mass storage UI as soon as USB is connected. by Daniel Sandler · 14 years ago
  86. 29274dc Also fix the API description file after UI_MODE_SERVICE rename. by Tobias Haamel · 14 years ago
  87. b09cc2c Merge "MountService: Force unmount when enabling ums" by San Mehat · 14 years ago
  88. 3d48810 MountService: Force unmount when enabling ums by San Mehat · 14 years ago
  89. 93ed831 Merge "fix race condition introduced by CL https://android-git.corp.google.com/g/40395" by Vasu Nori · 14 years ago
  90. 299102f8 Merge "Fix missing UI_MODE_SERVICE rename." by Dianne Hackborn · 14 years ago
  91. da576e8 Merge "Don't start global search from system dialogs" by Bjorn Bringert · 14 years ago
  92. 69fb574 Fix missing UI_MODE_SERVICE rename. by Tobias Haamel · 14 years ago
  93. b8144a9 Don't start global search from system dialogs by Bjorn Bringert · 14 years ago
  94. 5333288 Manager for controlling the UI modes. by Tobias Haamel · 14 years ago
  95. ec37e42 fix race condition introduced by CL https://android-git.corp.google.com/g/40395 by Vasu Nori · 14 years ago
  96. 7e31e0c Merge "Fix issue #2438980: Implement package watcher for voice recognizer service setting" by Dianne Hackborn · 14 years ago
  97. ec2c88d Move new sound effects to the system stream. by Daniel Sandler · 14 years ago
  98. 1b7babd Use Java API from xml configuration in the test application by James Dong · 14 years ago
  99. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 14 years ago
  100. ab3e105 Don't switch layout modes in AbsListView#onTouchModeChanged() by Adam Powell · 14 years ago