1. 8f7f35e Add new -W option to Am to wait for the start to complete. by Dianne Hackborn · 14 years ago
  2. 59dc9ec Merge "Add an extra which allows to query *only* for the voice search language preference. This will be used by e.g. LatinIME to avoid extra computation when this is all that's needed (probably a common use case for this API)." by Mike LeBeau · 14 years ago
  3. 340acd8 Add an extra which allows to query *only* for the voice search language preference. by Mike LeBeau · 14 years ago
  4. d84aca7 Merge "Tethering: Use battery changed broadcast instead of UMS broadcast to determine when USB is connected and disconnected." by Mike Lockwood · 14 years ago
  5. 1cb3cb1 Tethering: Use battery changed broadcast instead of UMS broadcast to determine by Mike Lockwood · 14 years ago
  6. 3f016cf Merge "Fix hipri status notifications" by Robert Greenwalt · 14 years ago
  7. 1f9e1b4 Remove public variables in PackageManager by Suchi Amalapurapu · 14 years ago
  8. eb6d131 Merge "Make sure to apply the auto-restore setting when the system is restored" by Chris Tate · 14 years ago
  9. 92a65b2 Merge "Do not detach headers and footers from the list view." by Romain Guy · 14 years ago
  10. 03b6d90 Make sure to apply the auto-restore setting when the system is restored by Christopher Tate · 14 years ago
  11. 9b1bb81 Do not detach headers and footers from the list view. by Romain Guy · 14 years ago
  12. 0e350f0 Fix hipri status notifications by Robert Greenwalt · 14 years ago
  13. 96d92f1 Merge "remove redundant @hides" by Fred Quintana · 14 years ago
  14. 2ff9307 Merge "CdmaDataConnectionTracker: Add DUN to list of supported APN types." by Mike Lockwood · 14 years ago
  15. c1c138c Merge "When we're in the 'playback complete' state, don't consider pausing an error. This makes 'playback complete' essentially equivalent to being paused at the end, and treats it the same as being paused at any other position." by Marco Nelissen · 14 years ago
  16. 18bdb14 remove unused GoogleWebContentHelper resources by Doug Zongker · 14 years ago
  17. 6cb6f24 remove redundant @hides by Fred Quintana · 14 years ago
  18. 465faa9 When we're in the 'playback complete' state, don't consider pausing by Marco Nelissen · 14 years ago
  19. 8061525 Merge "Send cancel event to recycled views instead of an up. Bug #2309387" by Romain Guy · 14 years ago
  20. 1b487ec expose some sync control methods by Fred Quintana · 14 years ago
  21. f821991 Merge "Add single-package restore to Bmgr feature set" by Chris Tate · 14 years ago
  22. 0eec21d Add dialog to display storage users when enabling/disabling ums by Suchi Amalapurapu · 14 years ago
  23. 7d411a3 Add single-package restore to Bmgr feature set by Christopher Tate · 14 years ago
  24. 4c904a3 fix the build. by Joe Onorato · 14 years ago
  25. 448fa8b CdmaDataConnectionTracker: Add DUN to list of supported APN types. by Mike Lockwood · 14 years ago
  26. 8afa515 Send cancel event to recycled views instead of an up. Bug #2309387 by Romain Guy · 14 years ago
  27. d209585 Merge "in finalize() methods, log warnings if db lock is going to be held." by Vasu Nori · 14 years ago
  28. b96f3b7 Merge "New tests for ExpandableListView to exercice packed position with headers/footers." by Gilles Debunne · 14 years ago
  29. 5cb70b5 Rename Display.getOrientation() to Display.getRotation(). by Dianne Hackborn · 14 years ago
  30. 08bbffb Support CharSequence lists+arrays in Bundle+Intent by Bjorn Bringert · 14 years ago
  31. d606b4b in finalize() methods, log warnings if db lock is going to be held. by Vasu Nori · 14 years ago
  32. 16f6354 Merge "The PV aac software decoder screws up if playing a mono-AACplus stream unless we output stereo data. Now we always output stereo data as the legacy OMX nodes did." by Andreas Huber · 14 years ago
  33. 3d6c986 Merge "Make AsyncPlayer.startSound catch all exceptions instead of only a few. Two reasons for this: - it's used in the system process - it's run in a separate thread, so the user of AsyncPlayer cannot catch these exceptions" by Marco Nelissen · 14 years ago
  34. a834949 Merge "deprecate SyncConstValue, since it is now only used by the deprecated ContactsProvider interface" by Fred Quintana · 14 years ago
  35. 749c570 The PV aac software decoder screws up if playing a mono-AACplus stream unless we output stereo data. Now we always output stereo data as the legacy OMX nodes did. by Andreas Huber · 14 years ago
  36. 4ba297f Make AsyncPlayer.startSound catch all exceptions instead of only a few. by Marco Nelissen · 14 years ago
  37. b5e1569 Merge "Keep track of when the HTML5 database path has been set, so that we don't inadvertantly sync it to the native side before it has been set by the client." by Ben Murdoch · 14 years ago
  38. 0402e7d Fix SDK build. by Wu-cheng Li · 14 years ago
  39. 24b326a Unhide exposure compensation API. by Wu-cheng Li · 14 years ago
  40. 4d98579 Merge "Fix 2336057: Provide a way for the user to return to a call from LockScreen." by Jim Miller · 14 years ago
  41. 69ac988 Fix 2336057: Provide a way for the user to return to a call from LockScreen. by Jim Miller · 14 years ago
  42. 80d27ad Merge "Move auto pairing data to a file, add values dynamically." by Jaikumar Ganesh · 14 years ago
  43. e26bad0 New tests for ExpandableListView to exercice packed position with headers/footers. by Gilles Debunne · 14 years ago
  44. c06fe59 Move auto pairing data to a file, add values dynamically. by Jaikumar Ganesh · 15 years ago
  45. 410afb4 Merge "Default the auto-restore setting to "enabled."" by Chris Tate · 14 years ago
  46. 5035fda Default the auto-restore setting to "enabled." by Christopher Tate · 14 years ago
  47. 9c3184cc Do not recyle headers and footers when measuring the ListView. Bug #2461893 by Romain Guy · 14 years ago
  48. 3f3e53b Merge "Be sure to back up / restore some new settings" by Chris Tate · 14 years ago
  49. ae06ed9 Fix the build by Christopher Tate · 14 years ago
  50. 50d89f9 Merge "Define the new lastSyncedAttendeeStatus column" by Marc Blank · 14 years ago
  51. 14c2d79 Be sure to back up / restore some new settings by Christopher Tate · 14 years ago
  52. 1fc2ff9 Merge "Start respecting the auto-restore-at-install setting" by Chris Tate · 14 years ago
  53. 9e0d2b5 deprecate SyncConstValue, since it is now only used by the deprecated ContactsProvider interface by Fred Quintana · 14 years ago
  54. 64a556d Define the new lastSyncedAttendeeStatus column by Marc Blank · 14 years ago
  55. 82fe564 Comment out the finalize() methods defined on the Activity, by Carl Shapiro · 14 years ago
  56. 4bb79db Merge "HorizontalScrollView multitouch scroll and only grip on content AbsListView multitouch scroll and only grip on content" by Adam Powell · 14 years ago
  57. 7bc58b0 Merge "Support vendor MPEG4 test content with apparently malformed chunks in them." by Andreas Huber · 14 years ago
  58. dfb8eee Support vendor MPEG4 test content with apparently malformed chunks in them. by Andreas Huber · 14 years ago
  59. da2572a Renaming contact search snippet fields. by Dmitri Plotnikov · 14 years ago
  60. 4cd4770 HorizontalScrollView multitouch scroll and only grip on content by Adam Powell · 14 years ago
  61. 8221e32 Merge "Remove misleading method comment on TextView#setHint" by Kenny Root · 14 years ago
  62. 2a4f254 Remove misleading method comment on TextView#setHint by Kenny Root · 14 years ago
  63. f087272 Start respecting the auto-restore-at-install setting by Christopher Tate · 14 years ago
  64. 5be65ab Merge "Add some space and total memory amount to the memory dump from the media server process." by James Dong · 14 years ago
  65. b930036 Merge "Image encoding settings java API through xml configuration file" by James Dong · 14 years ago
  66. a4b1fe6b am fc7028f1: merge from open-source master by The Android Open Source Project · 14 years ago
  67. fc7028f merge from open-source master by The Android Open Source Project · 14 years ago
  68. ac68d81 Merge "Prevent ProgressBar from updating itself when hidden. Bug #2470737" by Romain Guy · 14 years ago
  69. a05e8a5 Prevent ProgressBar from updating itself when hidden. Bug #2470737 by Romain Guy · 14 years ago
  70. aaec779 Pick up default install location by Suchi Amalapurapu · 14 years ago
  71. aa635db Merge "New test on ContextMenuInfo packed positions." by Gilles Debunne · 14 years ago
  72. 192ab90 New test on ContextMenuInfo packed positions. by Gilles Debunne · 14 years ago
  73. d82968d Merge "Improve accelerometer-based orientation sensing." by Steve Howard · 14 years ago
  74. 277903f Merge "Add support for accessing native bidi implementation via jni." by Eric Fischer · 14 years ago
  75. 7964d1f Merge "Fix no-mobile-data after wifi." by Robert Greenwalt · 14 years ago
  76. 018ff89 don't draw layers with history by Cary Clark · 14 years ago
  77. 3542959 Fix no-mobile-data after wifi. by Robert Greenwalt · 14 years ago
  78. 70e1a18 Merge "Replacing hard-coded mount point for ASEC with a getenv() call." by Oscar Montemayor · 14 years ago
  79. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  80. e46145f Merge "Configuration param to indicate if sd card is behind the battery." by Amith Yamasani · 14 years ago
  81. a89a3a9 Merge "Init car mode when phone is booted in a dock." by Dianne Hackborn · 14 years ago
  82. d0c6182 Merge "Correctly handle negative margins in horizontal linear layouts." by Romain Guy · 14 years ago
  83. c352090 Correctly handle negative margins in horizontal linear layouts. by Romain Guy · 14 years ago
  84. ee74858 make the SyncStateContentProviderHelper.update() method return an indication if the row to update still exists by Fred Quintana · 14 years ago
  85. 18773af Keep track of when the HTML5 database path has been set, so that we don't inadvertantly sync it to the native side before it by Ben Murdoch · 14 years ago
  86. d2f2461 Merge "Remove incorrect/misleading irrelevancies from example code." by Elliott Hughes · 14 years ago
  87. 1d620c6 Merge "Fix for voice search crash in maps and youtube. Bug 2453182" by Amith Yamasani · 14 years ago
  88. d368572 Fix for voice search crash in maps and youtube. Bug 2453182 by Amith Yamasani · 14 years ago
  89. 2299a55 Merge "Add the API constants to support providing hint strings in the response to RecognizerIntent.ACTION_GET_LANGUAGE_DETAILS." by Mike LeBeau · 14 years ago
  90. 3d23a61 Add some space and total memory amount to the memory dump from the media server process. by James Dong · 14 years ago
  91. 0aa341f When opening the IME or sending a key to a non-cursored textfield, set the default selection. by Leon Scroggins · 14 years ago
  92. e379710 Merge "Fix bug 2452941 Add a flag to maintain the intended direct playback of TTS data independently from the associated AudioTrack state. Only start the track when it's been stopped but is supposed to be playing." by Jean-Michel Trivi · 14 years ago
  93. 2f5fc45 Add the API constants to support providing hint strings in the response to by Mike LeBeau · 14 years ago
  94. 2ec3069 refactor drawing to support layers by Cary Clark · 14 years ago
  95. 6a4472f Allow cookies with no name. by Patrick Scott · 14 years ago
  96. c8f2229 Merge "Add HTML5 layout tests that currently fail to the DumpRenderTree skipped list" by Steve Block · 14 years ago
  97. 8354fa6 Make setBackgroundResource() remotable by Bjorn Bringert · 14 years ago
  98. a712dce Init car mode when phone is booted in a dock. by Tobias Haamel · 14 years ago
  99. bda568f Merge "Fix issue 2327064: Music played via line out is interrupted due to the phone call audio on BT hs." by Eric Laurent · 14 years ago
  100. 8fe5c9e Replacing hard-coded mount point for ASEC with a getenv() call. by Oscar Montemayor · 14 years ago