1. 9e333ab Use UTF-8 strings to avoid duplicate caching, part 1 by Kenny Root · 15 years ago
  2. fc10cf9 Merge "Clean up global search and web search activity finding" by Bjorn Bringert · 15 years ago
  3. 7fcf180 Merge "Move LocationTracker test app from vendor/google to frameworks/base/tests" by Mike Lockwood · 15 years ago
  4. 33c9810 Merge "Fix some random bugs." by Dianne Hackborn · 15 years ago
  5. b6ca55b Merge "Don't start location providers until the system is ready." by Mike Lockwood · 15 years ago
  6. 0c757be Merge "Fix bug when adding SET_INSTALL_LOCATION to SettingsProvider database, upgrade path." by Oscar Montemayor · 15 years ago
  7. 802b3cf Merge "Quick fix layout test path problems" by Guang Zhu · 15 years ago
  8. c0014f1 Merge "beging np2 extension check work." by Jason Sams · 15 years ago
  9. cd84b8d Merge "Calling super.finalize() in finalize() methods. Also cleanup code, mostly removing unused handlers and casts." by Romain Guy · 15 years ago
  10. 375ce11 Merge "Prevent crash in AbsSpinner when the selection is out of sync. Bug #196253" by Romain Guy · 15 years ago
  11. 04845e4 Merge "Show the USB mass storage UI as soon as USB is connected." by Daniel Sandler · 15 years ago
  12. a6b6dc0 Merge "Standard alert dialogs overscroll only when content scrolls" by Adam Powell · 15 years ago
  13. fbbf8ee Merge "Properly unload the renderer shared library after the renderer goes away." by Andreas Huber · 15 years ago
  14. afe19f5 Merge "Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds." by Brad Fitzpatrick · 15 years ago
  15. 60de30c 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 · 15 years ago
  16. 2b3f5e0 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 · 15 years ago
  17. d2fa756 Merge "remove a dependency of GraphicBuffer (libui) on Parcel (libbinder)." by Mathias Agopian · 15 years ago
  18. 65229b5 Merge "Fix bug where calling getButton(int) returns null." by Romain Guy · 15 years ago
  19. eea35cb Merge "Better file permissions enforcement on system keystore." by Oscar Montemayor · 15 years ago
  20. 1fc4284 Merge "Don't switch layout modes in AbsListView#onTouchModeChanged() Don't stomp mResurrectToPosition for LAYOUT_SPECIFIC in AbsListView#hideSelector()" by Adam Powell · 15 years ago
  21. 6a8e314 Merge "MountService: Force unmount when enabling ums" by San Mehat · 15 years ago
  22. 49d05b9 Merge "fix race condition introduced by CL https://android-git.corp.google.com/g/40395" by Vasu Nori · 15 years ago
  23. fa7cf0e Merge "Fix missing UI_MODE_SERVICE rename." by Dianne Hackborn · 15 years ago
  24. 4f6556c Merge "Don't start global search from system dialogs" by Bjorn Bringert · 15 years ago
  25. 6517a43 Merge "Fix issue #2438980: Implement package watcher for voice recognizer service setting" by Dianne Hackborn · 15 years ago
  26. 5e3ff60 am 8978547f: am f5fe3949: Fix issue 2459650. by Eric Laurent · 15 years ago
  27. 3cf9cd5 am f5fe3949: Fix issue 2459650. by Eric Laurent · 15 years ago
  28. c08d6d3 Merge "Ignore touch down events near the edge of the screen for the purposes of pulling down the windowshade." by Joe Onorato · 15 years ago
  29. 401d9a8 Merge "Don't let email addresses in database names get into the EventLog." by Brad Fitzpatrick · 15 years ago
  30. 4da231a Merge "In DumpRenderTree, skip tests for which we have the wrong results" by Steve Block · 15 years ago
  31. 26d4499 Merge "Add new action for launching the user's music player app." by Daniel Sandler · 15 years ago
  32. 98e71dd remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  33. 3111008 Merge "Increase the sleep time to fix testTakePicture." by Wu-cheng Li · 15 years ago
  34. e4f5055 Merge "Automatically restore app data at install time" by Chris Tate · 15 years ago
  35. 393d445 Merge "Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock." by Jim Miller · 15 years ago
  36. 3e6a58a Merge "Update the "Android Performance" documentation." by Elliott Hughes · 15 years ago
  37. 6415781 Merge "Initialize layer position" by Mathias Agopian · 15 years ago
  38. ca6fab2 Initialize layer position by Mathias Agopian · 15 years ago
  39. 1d24163 Merge "Make sure that the event callback thread is Java capable in the simulator." by Marco Nelissen · 15 years ago
  40. 1e10d36 Merge "Move package from internal to external and vice versa." by Suchi Amalapurapu · 15 years ago
  41. a6a1005 Merge "improve logging of errors when trying to resolve backrefs http://b/2371475" by Fred Quintana · 15 years ago
  42. 6d6dc33 Merge "Spinner now allows disabled adapter items" by Adam Powell · 15 years ago
  43. 755e701 Merge "Recycle MotionEvents properly in GestureDetector" by Adam Powell · 15 years ago
  44. c0bf17a Merge "Add test pattern icon to Fountain." by Jason Sams · 15 years ago
  45. 434ae63 Merge "Use direct reference to enum in AaptAssets" by Kenny Root · 15 years ago
  46. 7081de5 Merge "Add some useful methods to OperationScheduler to inquire into the history, in case you want to second-guess its scheduling." by Dan Egnor · 15 years ago
  47. fe641b4 Merge "Ignore TEMPLATE.html in LayoutTest directories" by Steve Block · 15 years ago
  48. 90f2493 Merge "Enable bluetooth voice dialing in BluetoothHeadset.java." by Martin Hibdon · 15 years ago
  49. 4b4f7c4 Merge "- fix the AccountManager documentation. http://b/2401790 - only pass the authtoken through from the authenticator to the client for getAuthToken() and strip it out from the other calls, like addAccount(). http://b/2332762 - beef up the documentation to indicate what calls are allowed to be made from the main thread and which are not allowed. http://b/2384961 - wait a bit before retrying syncs that failed because one was already in progress. http://b/2414235" by Fred Quintana · 15 years ago
  50. d1ae5cc Merge "Remove tests that no longer exist from the DumpRenderTree skipped list" by Steve Block · 15 years ago
  51. 2506d4c Merge "Merges unused bug list with ignored result list in DumpRenderTree" by Steve Block · 15 years ago
  52. 558dd77 Merge "The MediaScanner is way too obsessed with restricting the files to be scanned." by Andreas Huber · 15 years ago
  53. d99dcc0 Merge "Move framework test-runner unit tests to be closer to their source. Move the test-runner source into a separate src folder to accommodate the test move." by Brett Chabot · 15 years ago
  54. 52c5b35 Merge "MountService: Move boot-time mount to a thread - avoids ANR at boot" by San Mehat · 15 years ago
  55. 7d3fe88 Merge "Makes sure GeolocationPermissions is fully robust to calls being made before the message handler is initialized" by Steve Block · 15 years ago
  56. 4709a7c Merge "Change to 5 days ago group to 7 days ago." by Leon Scroggins · 15 years ago
  57. dfd3f66 Merge "Adds synchronization around message handler in GeolocationPermissions and WebStorage" by Steve Block · 15 years ago
  58. 3861bd9 Merge "Implement legacy behaviour for MediaPlayer's behaviour of starting from the start of the media on a start() call instead of resuming at the current position, if previously reached the end of the stream. Also properly report number of frames played to audio flinger. Finally, delay spawing the queue thread until actually used." by Andreas Huber · 15 years ago
  59. 5c9137b Merge "Fix a race condition in the prefetcher, the source may be shutdown while we're reading data from it." by Andreas Huber · 15 years ago
  60. 447ba35 Merge "Elaborate a little on the documentation for PackageManager's resolveActivity." by Mike LeBeau · 15 years ago
  61. ee4dcbc Merge "Two big additions to the voice recognition APIs:" by Mike LeBeau · 15 years ago
  62. ba08ff8 Merge "Fix 2455162: Fix mdpi password entry keyboard to show 'OK' instead of return icon." by Jim Miller · 15 years ago
  63. ade3c23 Merge "Do setThreadPriority() later so we can notify the waiting thread and release the lock as soon as possible even if we run the loop in background priority." by Chih-Chung Chang · 15 years ago
  64. c1bab65 Merge "Add USB RNDIS enable/disable control" by Robert Greenwalt · 15 years ago
  65. 8d5f06e Merge "framework: tests: Clean up asec unit tests and add rename tests" by San Mehat · 15 years ago
  66. 6b81b9c Merge "add diagnostic info to help debug bug:2427686" by Vasu Nori · 15 years ago
  67. 5ca3797 Merge "Don't cache mFirstPosition before a layoutChildren in ListView.onFocusChanged" by Adam Powell · 15 years ago
  68. 7a26033 Merge "Fixing bug 2453467 - In case of a dead process while disabling Accessibility some processes keep sending AccessibilityEvents" by Dianne Hackborn · 15 years ago
  69. 8fe2b7e Merge "Fix 2363699 - Make notification shade animate closed when disabled" by Joe Onorato · 15 years ago
  70. 7fa0a78 Merge "Fix the rgb to yuv422sp conversion. The order of uv is different from the original version, but it should be ok as the original Y,Cb,Cr are all incorrect." by Chih-Chung Chang · 15 years ago
  71. 8c2b9f0 Merge "Add SearchManager.getWebSearchActivity()" by Bjorn Bringert · 15 years ago
  72. 9cb6df5 Fix the rgb to yuv422sp conversion. The order of uv is different from the by Chih-Chung Chang · 15 years ago
  73. a3ac2e5 Merge "Set error condition correctly when device is already created." by Jaikumar Ganesh · 15 years ago
  74. c774b68 Merge "Change buf size holding integer in ResourceTable" by Kenny Root · 15 years ago
  75. 76709c9 Merge "Fix bug #2331761 (Instances of a recurring event are missing)" by Fabrice Di Meglio · 15 years ago
  76. bacea99 Merge "Make the simulator boot again." by Marco Nelissen · 15 years ago
  77. 4653189 am 6371a2d3: am ee3bbefd: Merge "Don\'t crash the system process when apps give us a bad foreground service notification." into eclair by Joe Onorato · 15 years ago
  78. 03282bb am ab4835ee: (-s ours) am 00b17659: Manual merge of 40245 (ed5c973fc23a6733fd473ad13b4eb317e74e9bb5) DO NOT MERGE. by Romain Guy · 15 years ago
  79. 5e4324b am 6f4a52a3: (-s ours) am 67e9e9df: Manual merge of 40170 (b4a107d8269d1a75b8f270e0516c1fa3b517f8f9) DO NOT MERGE by Romain Guy · 15 years ago
  80. 38be92f am 6c71d476: (-s ours) am 8368ef0b: Manual merge of 40080 DO NOT MERGE Properly notifies listener when an animation is cancelled. Bug: #2428005. by Romain Guy · 15 years ago
  81. 25bf68d am f8bb2a9a: (-s ours) am 5d72a8dd: cherry pick d60e29009c1049a9776e6630e9489e1ef3f83491 by android-build SharedAccount · 15 years ago
  82. fe1cd1a Merge "Fixing bug 2451615 - Accessibility services are started upon system reboot while accessibility is disabled" by Dianne Hackborn · 15 years ago
  83. cd50585 Merge "Fix enum reference" by Kenny Root · 15 years ago
  84. 4b9ee9b Merge "Fix for bug 2448479" by Dianne Hackborn · 15 years ago
  85. a46f069 Merge "List.GetCheckItemIds no longer includes unchecked items." by Gilles Debunne · 15 years ago
  86. 2e5afbd Merge "Adjust SQLiteDatabase/Program buffer sizes" by Kenny Root · 15 years ago
  87. 80c860f Merge "remove check for obsolete property ro.config.sync" by Fred Quintana · 15 years ago
  88. db90ba5 Merge "Add Java hookup to netd interface notifications." by Robert Greenwalt · 15 years ago
  89. d2f16c2 Merge "Fix formatting of ANRs." by Eric Rowe · 15 years ago
  90. eb0c267 Merge "Range check in MediaScanner::processDirectory" by Kenny Root · 15 years ago
  91. 6e7441c Merge "Store AudioTrack return value for error condition" by Kenny Root · 15 years ago
  92. 34b33fc Merge "Catch Java exceptions in the FileObserver JNI code" by Mike Lockwood · 15 years ago
  93. df1a82b Merge "Don't return passive location provider unless app has fine permissions." by Mike Lockwood · 15 years ago
  94. e76e4bc Merge "add support for audio/3gpp" by Cary Clark · 15 years ago
  95. ca4cf38 Merge "update dox" by Mike Reed · 15 years ago
  96. e615f09 am ee3bbefd: Merge "Don\'t crash the system process when apps give us a bad foreground service notification." into eclair by Joe Onorato · 15 years ago
  97. 4fdd7fd Merge "Don't crash the system process when apps give us a bad foreground service notification." into eclair by Joe Onorato · 15 years ago
  98. d9e6976 am 00b17659: Manual merge of 40245 (ed5c973fc23a6733fd473ad13b4eb317e74e9bb5) DO NOT MERGE. by Romain Guy · 15 years ago
  99. 2feec33 am 67e9e9df: Manual merge of 40170 (b4a107d8269d1a75b8f270e0516c1fa3b517f8f9) DO NOT MERGE by Romain Guy · 15 years ago
  100. 71f13a1 am 8368ef0b: Manual merge of 40080 DO NOT MERGE Properly notifies listener when an animation is cancelled. Bug: #2428005. by Romain Guy · 15 years ago