1. 1bb6906 Automatically restore app data at install time by Christopher Tate · 14 years ago
  2. 35abad2 Add error logging to ContentProviderOperation. by Ken Shirriff · 14 years ago
  3. 6c81def Merge "Move package from internal to external and vice versa." by Suchi Amalapurapu · 14 years ago
  4. 8afbc53 Merge "improve logging of errors when trying to resolve backrefs http://b/2371475" by Fred Quintana · 14 years ago
  5. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago
  6. ea0ce99 Merge "Spinner now allows disabled adapter items" by Adam Powell · 14 years ago
  7. 32637cf Merge "Recycle MotionEvents properly in GestureDetector" by Adam Powell · 14 years ago
  8. bda8874 improve logging of errors when trying to resolve backrefs http://b/2371475 by Fred Quintana · 14 years ago
  9. 1f09c83 Spinner now allows disabled adapter items by Adam Powell · 14 years ago
  10. 481a10d Merge "Enable bluetooth voice dialing in BluetoothHeadset.java." by Martin Hibdon · 14 years ago
  11. 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
  12. eac461c Merge "Makes sure GeolocationPermissions is fully robust to calls being made before the message handler is initialized" by Steve Block · 14 years ago
  13. 2ac2340 Merge "Change to 5 days ago group to 7 days ago." by Leon Scroggins · 14 years ago
  14. 01228fc Makes sure GeolocationPermissions is fully robust to calls being made before the message handler is initialized by Steve Block · 14 years ago
  15. 4787b3c Merge "Adds synchronization around message handler in GeolocationPermissions and WebStorage" by Steve Block · 14 years ago
  16. 3608d4a Change to 5 days ago group to 7 days ago. by Leon Scroggins · 14 years ago
  17. e4b2d4d Adds synchronization around message handler in GeolocationPermissions and WebStorage by Steve Block · 14 years ago
  18. 8a032a3 Pass key modifier state to webcore for touch events and update DRT so it can simulate them. by Ben Murdoch · 15 years ago
  19. c0784c7 Merge "Elaborate a little on the documentation for PackageManager's resolveActivity." by Mike LeBeau · 14 years ago
  20. 8378bb3 Merge "Two big additions to the voice recognition APIs:" by Mike LeBeau · 14 years ago
  21. bd3f527 Elaborate a little on the documentation for PackageManager's resolveActivity. by Mike LeBeau · 14 years ago
  22. 79375f7 Two big additions to the voice recognition APIs: by Mike LeBeau · 14 years ago
  23. 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
  24. 8570f74 - fix the AccountManager documentation. http://b/2401790 by Fred Quintana · 14 years ago
  25. 939d5fa Merge "Add USB RNDIS enable/disable control" by Robert Greenwalt · 14 years ago
  26. da99efc Merge "add diagnostic info to help debug bug:2427686" by Vasu Nori · 14 years ago
  27. d3fe301 add diagnostic info to help debug bug:2427686 by Vasu Nori · 14 years ago
  28. 75288fa Improve Service documentation with some samples. by Dianne Hackborn · 14 years ago
  29. 9599452 Merge "Don't cache mFirstPosition before a layoutChildren in ListView.onFocusChanged" by Adam Powell · 14 years ago
  30. 45f2ca7 Recycle MotionEvents properly in GestureDetector by Adam Powell · 14 years ago
  31. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  32. d750783 Don't cache mFirstPosition before a layoutChildren in ListView.onFocusChanged by Adam Powell · 14 years ago
  33. a696f5d Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it. by Mathias Agopian · 14 years ago
  34. e8de284 bug fix for 2419869. also included 2 unittests. by Vasu Nori · 14 years ago
  35. 2640b63 Merge "Add SearchManager.getWebSearchActivity()" by Bjorn Bringert · 14 years ago
  36. ea125f4 Add SearchManager.getWebSearchActivity() by Bjorn Bringert · 14 years ago
  37. f43113f Unhide setBlockNetworkLoads. by Patrick Scott · 14 years ago
  38. ce1200d Add USB RNDIS enable/disable control by Robert Greenwalt · 14 years ago
  39. d970998 framework: storage: Add 'force' option to unmount/destroy storage apis, and update callsites. by San Mehat · 14 years ago
  40. 154f7a1 Show car mode notification in status bar. by Tobias Haamel · 14 years ago
  41. 0a07327 Merge "Fix bug #2331761 (Instances of a recurring event are missing)" by Fabrice Di Meglio · 14 years ago
  42. 852d1e9 Merge "Fix for bug 2448479" by Dianne Hackborn · 14 years ago
  43. bcbf564 At the end of a zoom, only check if the textfield is onscreen. by Leon Scroggins · 14 years ago
  44. 24b5bdd Fix bug #2331761 (Instances of a recurring event are missing) by Fabrice Di Meglio · 14 years ago
  45. d651629 Merge "List.GetCheckItemIds no longer includes unchecked items." by Gilles Debunne · 14 years ago
  46. fd3ddfa List.GetCheckItemIds no longer includes unchecked items. by Gilles Debunne · 14 years ago
  47. bf1b59c Merge "remove check for obsolete property ro.config.sync" by Fred Quintana · 14 years ago
  48. bf8f3a8 Merge "add support for audio/3gpp" by Cary Clark · 14 years ago
  49. 1b098a6 add support for audio/3gpp by Cary Clark · 14 years ago
  50. 9b31779 Fix for bug 2448479 by Svetoslav Ganov · 14 years ago
  51. 9a686b5 Merge "Prevent possible NPE in android.gesture.Learner" by Kenny Root · 14 years ago
  52. c6a0a9c Merge "Don't move the fast scroll thumb with a list on overscroll." by Adam Powell · 14 years ago
  53. 2b95c24 Added more @RemotableViewMethod methods, mutate ImageView. by Jeff Sharkey · 14 years ago
  54. 7fd2884 Don't move the fast scroll thumb with a list on overscroll. by Adam Powell · 14 years ago
  55. 7951eaa Change Javadocs to fix SDK build by Kenny Root · 14 years ago
  56. fb6a535 remove check for obsolete property ro.config.sync by Fred Quintana · 14 years ago
  57. 574ecc8 Merge "Add better index checks for AndroidCharacter.mirror" by Kenny Root · 14 years ago
  58. 479ae0a Cleanup of global search references in SearchDialog and SearchManager. by Amith Yamasani · 14 years ago
  59. fed9377 Merge "Fix cast to String[] in FullBackupAgent" by Kenny Root · 14 years ago
  60. a3639da Fix cast to String[] in FullBackupAgent by Kenny Root · 14 years ago
  61. 41207b6 Merge "Add hashCode() to BluetoothService$RemoteService" by Kenny Root · 14 years ago
  62. 5f61416 Add hashCode() to BluetoothService$RemoteService by Kenny Root · 14 years ago
  63. c9fbaab XML attribute for overscrolling behavior by Adam Powell · 14 years ago
  64. 6088e83 Changes to remove WebTextView at end of touch/press rather than during. by Leon Scroggins · 14 years ago
  65. a257169 Merge "Adding support for "contact counts grouped by the first letter of the sort key"." by Dmitri Plotnikov · 14 years ago
  66. 53de904 Adding support for "contact counts grouped by the first letter of the sort key". by Dmitri Plotnikov · 14 years ago
  67. dfac9a6 Merge "Fix issue #2420412: API review: DeviceAdmin API changes" by Dianne Hackborn · 14 years ago
  68. f7c5698 Merge "Enhance text docs, rename some variables for clarity, comment places in the code for further investigation." by Eric Fischer · 14 years ago
  69. ef6b22f Fix issue #2420412: API review: DeviceAdmin API changes by Dianne Hackborn · 14 years ago
  70. 855dd9e Add UI considerations to layers by Cary Clark · 15 years ago
  71. ea46dea Prevent possible NPE in android.gesture.Learner by Kenny Root · 14 years ago
  72. aec0937 Merge "AVRCP volume controls for the docks." by Jaikumar Ganesh · 14 years ago
  73. 073a3d5 Add better index checks for AndroidCharacter.mirror by Kenny Root · 14 years ago
  74. e265532 Create a default style for WebTextView. by Leon Scroggins · 14 years ago
  75. 329c6ae Remove ACTION_VOICE_SEARCH_SETTINGS (added only for Froyo), because we've got by Mike LeBeau · 14 years ago
  76. 2db939b Merge "MountService: Add API call for getting a list of pids currently using the specified mountpoint" by San Mehat · 14 years ago
  77. 71b8dd7 Enhance text docs, rename some variables for clarity, comment places in the code by Doug Felt · 14 years ago
  78. c1b4ce9 MountService: Add API call for getting a list of pids currently using the specified mountpoint by San Mehat · 14 years ago
  79. 6a6ce74 Merge "Update Tethering." by Robert Greenwalt · 14 years ago
  80. cff1ae5 Merge "API CHANGE: expose backup/restore to the SDK" by Chris Tate · 14 years ago
  81. 2a091d7 Update Tethering. by Robert Greenwalt · 14 years ago
  82. e28290e API CHANGE: expose backup/restore to the SDK by Christopher Tate · 14 years ago
  83. 4b71fc0 Merge "Add constant to android-common for voice search's EXTRA_CALLING_PACKAGE, and use it from SearchDialog." by Mike LeBeau · 14 years ago
  84. 044a401 Merge "Move mount service wrapper calls to PackageHelper" by Suchi Amalapurapu · 14 years ago
  85. 59bac03 Do setThreadPriority() later so we can notify the waiting thread by Chih-Chung Chang · 14 years ago
  86. 679bba3 Move mount service wrapper calls to PackageHelper by Suchi Amalapurapu · 14 years ago
  87. bb9a517 Add API to access ICU's East Asian Width by Kenny Root · 14 years ago
  88. 4a2d3b1 Merge "Fixing the use of entities in VCardExporter." by Daisuke Miyakawa · 14 years ago
  89. a466f86 Merge "fix build" by Jean-Baptiste Queru · 14 years ago
  90. e3460d7 fix build by Jean-Baptiste Queru · 14 years ago
  91. 989edfd Fixing the use of entities in VCardExporter. by Dmitri Plotnikov · 14 years ago
  92. a877c03 Keep Rfc822Tokenizer from crashing when the string ends with a backslash. by Eric Fischer · 14 years ago
  93. 9d4b575 Add getInsecure() that returns a persistently insecure SSLSocketFactory, by Dan Egnor · 14 years ago
  94. fa4039e4 Do not include the fragement identifier in the path. by Patrick Scott · 14 years ago
  95. e5dbbde Merge "Expose more Download Manager APIs." by Jean-Baptiste Queru · 14 years ago
  96. 63cfebf Switch from REMOTE_INTENT to the new push messaging, add the required permission. by Costin Manolache · 14 years ago
  97. 3af80dc Expose more Download Manager APIs. by Jean-Baptiste Queru · 14 years ago
  98. 4f773a1 AVRCP volume controls for the docks. by Jaikumar Ganesh · 14 years ago
  99. e421195 Merge "Fix for [Horizontal]ScrollView scroll range reporting" by Adam Powell · 14 years ago
  100. a2f9101 Fix for [Horizontal]ScrollView scroll range reporting by Adam Powell · 14 years ago