1. 2f6a018 Fix bug 2183276: Synchronize all mManagedCursors accesses. by Makoto Onuki · 14 years ago
  2. a2fb0b7 Merge "Prevent crash in AbsSpinner when the selection is out of sync. Bug #196253" by Romain Guy · 14 years ago
  3. afc0155 Prevent crash in AbsSpinner when the selection is out of sync. Bug #196253 by Romain Guy · 14 years ago
  4. 42122b6 Merge "Standard alert dialogs overscroll only when content scrolls" by Adam Powell · 14 years ago
  5. fde3290 Merge "Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds." by Brad Fitzpatrick · 14 years ago
  6. 8e4e726 Standard alert dialogs overscroll only when content scrolls by Adam Powell · 14 years ago
  7. 2588096 Reduce SQLiteDatabase and ContentResolver EventLog logging thresholds. by Brad Fitzpatrick · 14 years ago
  8. 17b7d97 Merge "Fix bug where calling getButton(int) returns null." by Romain Guy · 14 years ago
  9. 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
  10. 6fe2b22 Fix bug where calling getButton(int) returns null. by Romain Guy · 14 years ago
  11. 29274dc Also fix the API description file after UI_MODE_SERVICE rename. by Tobias Haamel · 14 years ago
  12. 93ed831 Merge "fix race condition introduced by CL https://android-git.corp.google.com/g/40395" by Vasu Nori · 14 years ago
  13. 299102f8 Merge "Fix missing UI_MODE_SERVICE rename." by Dianne Hackborn · 14 years ago
  14. da576e8 Merge "Don't start global search from system dialogs" by Bjorn Bringert · 14 years ago
  15. 69fb574 Fix missing UI_MODE_SERVICE rename. by Tobias Haamel · 14 years ago
  16. b8144a9 Don't start global search from system dialogs by Bjorn Bringert · 14 years ago
  17. 5333288 Manager for controlling the UI modes. by Tobias Haamel · 14 years ago
  18. ec37e42 fix race condition introduced by CL https://android-git.corp.google.com/g/40395 by Vasu Nori · 14 years ago
  19. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 14 years ago
  20. ab3e105 Don't switch layout modes in AbsListView#onTouchModeChanged() by Adam Powell · 14 years ago
  21. bcea812 Merge "Ignore touch down events near the edge of the screen for the purposes of pulling down the windowshade." by Joe Onorato · 14 years ago
  22. 679dd12 Ignore touch down events near the edge of the screen for the purposes of pulling down the by Joe Onorato · 14 years ago
  23. 4bd222f Merge "Don't let email addresses in database names get into the EventLog." by Brad Fitzpatrick · 14 years ago
  24. d833023 Don't let email addresses in database names get into the EventLog. by Brad Fitzpatrick · 14 years ago
  25. 7edf738 Merge "Add new action for launching the user's music player app." by Daniel Sandler · 14 years ago
  26. 4379dca Change the text for the browser downloads and history views. by Leon Scroggins · 14 years ago
  27. edcdbb6 Add new action for launching the user's music player app. by Daniel Sandler · 14 years ago
  28. 232f24e Merge "Automatically restore app data at install time" by Chris Tate · 14 years ago
  29. 2cfa2c2 Merge "Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock." by Jim Miller · 14 years ago
  30. 1bb6906 Automatically restore app data at install time by Christopher Tate · 14 years ago
  31. 6ad5a7a Add a few simple tests of StaticLayout. by Doug Felt · 14 years ago
  32. 35abad2 Add error logging to ContentProviderOperation. by Ken Shirriff · 14 years ago
  33. 6c81def Merge "Move package from internal to external and vice versa." by Suchi Amalapurapu · 14 years ago
  34. 8afbc53 Merge "improve logging of errors when trying to resolve backrefs http://b/2371475" by Fred Quintana · 14 years ago
  35. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago
  36. ea0ce99 Merge "Spinner now allows disabled adapter items" by Adam Powell · 14 years ago
  37. 32637cf Merge "Recycle MotionEvents properly in GestureDetector" by Adam Powell · 14 years ago
  38. bda8874 improve logging of errors when trying to resolve backrefs http://b/2371475 by Fred Quintana · 14 years ago
  39. 1f09c83 Spinner now allows disabled adapter items by Adam Powell · 14 years ago
  40. 481a10d Merge "Enable bluetooth voice dialing in BluetoothHeadset.java." by Martin Hibdon · 14 years ago
  41. ac7c8e6 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 · 14 years ago
  42. eac461c Merge "Makes sure GeolocationPermissions is fully robust to calls being made before the message handler is initialized" by Steve Block · 14 years ago
  43. 2ac2340 Merge "Change to 5 days ago group to 7 days ago." by Leon Scroggins · 14 years ago
  44. 01228fc Makes sure GeolocationPermissions is fully robust to calls being made before the message handler is initialized by Steve Block · 14 years ago
  45. 4787b3c Merge "Adds synchronization around message handler in GeolocationPermissions and WebStorage" by Steve Block · 14 years ago
  46. 3608d4a Change to 5 days ago group to 7 days ago. by Leon Scroggins · 14 years ago
  47. e4b2d4d Adds synchronization around message handler in GeolocationPermissions and WebStorage by Steve Block · 14 years ago
  48. 8a032a3 Pass key modifier state to webcore for touch events and update DRT so it can simulate them. by Ben Murdoch · 14 years ago
  49. 281a80d Fix 2448345: Fix tactile feedback bug in password/PIN and pattern unlock. by Jim Miller · 14 years ago
  50. c0784c7 Merge "Elaborate a little on the documentation for PackageManager's resolveActivity." by Mike LeBeau · 14 years ago
  51. 8378bb3 Merge "Two big additions to the voice recognition APIs:" by Mike LeBeau · 14 years ago
  52. bd3f527 Elaborate a little on the documentation for PackageManager's resolveActivity. by Mike LeBeau · 14 years ago
  53. 79375f7 Two big additions to the voice recognition APIs: by Mike LeBeau · 14 years ago
  54. e155008 Merge "Fix 2455162: Fix mdpi password entry keyboard to show 'OK' instead of return icon." by Jim Miller · 14 years ago
  55. 90d141c 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 · 14 years ago
  56. 8570f74 - fix the AccountManager documentation. http://b/2401790 by Fred Quintana · 14 years ago
  57. 939d5fa Merge "Add USB RNDIS enable/disable control" by Robert Greenwalt · 14 years ago
  58. 2c0b6dd Fix 2455162: Fix mdpi password entry keyboard to show 'OK' instead of return icon. by Jim Miller · 14 years ago
  59. da99efc Merge "add diagnostic info to help debug bug:2427686" by Vasu Nori · 14 years ago
  60. d3fe301 add diagnostic info to help debug bug:2427686 by Vasu Nori · 14 years ago
  61. 75288fa Improve Service documentation with some samples. by Dianne Hackborn · 14 years ago
  62. 9599452 Merge "Don't cache mFirstPosition before a layoutChildren in ListView.onFocusChanged" by Adam Powell · 14 years ago
  63. 45f2ca7 Recycle MotionEvents properly in GestureDetector by Adam Powell · 14 years ago
  64. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  65. d750783 Don't cache mFirstPosition before a layoutChildren in ListView.onFocusChanged by Adam Powell · 14 years ago
  66. a696f5d Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it. by Mathias Agopian · 14 years ago
  67. e8de284 bug fix for 2419869. also included 2 unittests. by Vasu Nori · 14 years ago
  68. 2640b63 Merge "Add SearchManager.getWebSearchActivity()" by Bjorn Bringert · 14 years ago
  69. ea125f4 Add SearchManager.getWebSearchActivity() by Bjorn Bringert · 14 years ago
  70. 76c22f1 Merge "Set error condition correctly when device is already created." by Jaikumar Ganesh · 14 years ago
  71. f43113f Unhide setBlockNetworkLoads. by Patrick Scott · 14 years ago
  72. ce1200d Add USB RNDIS enable/disable control by Robert Greenwalt · 14 years ago
  73. d970998 framework: storage: Add 'force' option to unmount/destroy storage apis, and update callsites. by San Mehat · 14 years ago
  74. 154f7a1 Show car mode notification in status bar. by Tobias Haamel · 14 years ago
  75. 0a07327 Merge "Fix bug #2331761 (Instances of a recurring event are missing)" by Fabrice Di Meglio · 14 years ago
  76. 852d1e9 Merge "Fix for bug 2448479" by Dianne Hackborn · 14 years ago
  77. bcbf564 At the end of a zoom, only check if the textfield is onscreen. by Leon Scroggins · 14 years ago
  78. 24b5bdd Fix bug #2331761 (Instances of a recurring event are missing) by Fabrice Di Meglio · 14 years ago
  79. d651629 Merge "List.GetCheckItemIds no longer includes unchecked items." by Gilles Debunne · 14 years ago
  80. fd3ddfa List.GetCheckItemIds no longer includes unchecked items. by Gilles Debunne · 14 years ago
  81. d7a0cde Merge "Adjust SQLiteDatabase/Program buffer sizes" by Kenny Root · 14 years ago
  82. bf1b59c Merge "remove check for obsolete property ro.config.sync" by Fred Quintana · 14 years ago
  83. f80efdf Adjust SQLiteDatabase/Program buffer sizes by Kenny Root · 14 years ago
  84. 6f760ee Merge "Catch Java exceptions in the FileObserver JNI code" by Mike Lockwood · 14 years ago
  85. bf8f3a8 Merge "add support for audio/3gpp" by Cary Clark · 14 years ago
  86. 1b098a6 add support for audio/3gpp by Cary Clark · 14 years ago
  87. 59d25d0 Catch Java exceptions in the FileObserver JNI code by Mike Lockwood · 14 years ago
  88. cf5f652 Set error condition correctly when device is already created. by Jaikumar Ganesh · 14 years ago
  89. 9b31779 Fix for bug 2448479 by Svetoslav Ganov · 14 years ago
  90. 9a686b5 Merge "Prevent possible NPE in android.gesture.Learner" by Kenny Root · 14 years ago
  91. c6a0a9c Merge "Don't move the fast scroll thumb with a list on overscroll." by Adam Powell · 14 years ago
  92. 2b95c24 Added more @RemotableViewMethod methods, mutate ImageView. by Jeff Sharkey · 14 years ago
  93. 7fd2884 Don't move the fast scroll thumb with a list on overscroll. by Adam Powell · 14 years ago
  94. 7951eaa Change Javadocs to fix SDK build by Kenny Root · 14 years ago
  95. fb6a535 remove check for obsolete property ro.config.sync by Fred Quintana · 14 years ago
  96. 5df3a90 Merge "Add a host based test for package manager installs." by Brett Chabot · 14 years ago
  97. cb2003a Add a host based test for package manager installs. by Brett Chabot · 14 years ago
  98. 574ecc8 Merge "Add better index checks for AndroidCharacter.mirror" by Kenny Root · 14 years ago
  99. 479ae0a Cleanup of global search references in SearchDialog and SearchManager. by Amith Yamasani · 14 years ago
  100. fed9377 Merge "Fix cast to String[] in FullBackupAgent" by Kenny Root · 14 years ago