1. 87bba1e Move DeviceAdmin APIs to android.app.admin. by Dianne Hackborn · 15 years ago
  2. 8c49df4 Merge "to help debugging [2461567] Home screen redraw messed up" by Mathias Agopian · 15 years ago
  3. 4e2b5cb Merge "fix [2475541] Deprecate Sensor.TYPE_ORIENTATION" by Mathias Agopian · 15 years ago
  4. 022a43b to help debugging [2461567] Home screen redraw messed up by Mathias Agopian · 15 years ago
  5. 039db81 Merge "Don't allow MediaRecorder.setParameter() to be invoked in the following states: error, prepared or recording" by James Dong · 15 years ago
  6. 4dce37b Merge "Import new translations." by Eric Fischer · 15 years ago
  7. 61a4493 fix [2475541] Deprecate Sensor.TYPE_ORIENTATION by Mathias Agopian · 15 years ago
  8. 419ab66 Merge "Add build options for tethering." by Robert Greenwalt · 15 years ago
  9. c9d5fb7 Add build options for tethering. by Robert Greenwalt · 15 years ago
  10. a81894a Import new translations. by Eric Fischer · 15 years ago
  11. 7895da4 SensorManager: handle 270 and 180 rotation in the legacy APIs by Mathias Agopian · 15 years ago
  12. 210fc91 [2472946] Sensor.TYPE_ORIENTATION returns inverted roll values by Mathias Agopian · 15 years ago
  13. ccea766 Merge "ListView now tries to keep the position containing focused child views on-screen." by Adam Powell · 15 years ago
  14. 9bf3c12 ListView now tries to keep the position containing focused child views on-screen. by Adam Powell · 15 years ago
  15. 0edec2b Merge "FastScroller now reports scroll state changes for its associated AbsListView" by Adam Powell · 15 years ago
  16. 9d06c58 Unbundling: pull the recurrence string formatting out of EventRecurrence. by Ken Shirriff · 15 years ago
  17. 8f7f35e Add new -W option to Am to wait for the start to complete. by Dianne Hackborn · 15 years ago
  18. d43bd48 FastScroller now reports scroll state changes for its associated AbsListView by Adam Powell · 15 years ago
  19. 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 · 15 years ago
  20. 340acd8 Add an extra which allows to query *only* for the voice search language preference. by Mike LeBeau · 15 years ago
  21. d84aca7 Merge "Tethering: Use battery changed broadcast instead of UMS broadcast to determine when USB is connected and disconnected." by Mike Lockwood · 15 years ago
  22. 1cb3cb1 Tethering: Use battery changed broadcast instead of UMS broadcast to determine by Mike Lockwood · 15 years ago
  23. 3f016cf Merge "Fix hipri status notifications" by Robert Greenwalt · 15 years ago
  24. 1f9e1b4 Remove public variables in PackageManager by Suchi Amalapurapu · 15 years ago
  25. eb6d131 Merge "Make sure to apply the auto-restore setting when the system is restored" by Chris Tate · 15 years ago
  26. 92a65b2 Merge "Do not detach headers and footers from the list view." by Romain Guy · 15 years ago
  27. 03b6d90 Make sure to apply the auto-restore setting when the system is restored by Christopher Tate · 15 years ago
  28. 9b1bb81 Do not detach headers and footers from the list view. by Romain Guy · 15 years ago
  29. 0e350f0 Fix hipri status notifications by Robert Greenwalt · 15 years ago
  30. 96d92f1 Merge "remove redundant @hides" by Fred Quintana · 15 years ago
  31. 2ff9307 Merge "CdmaDataConnectionTracker: Add DUN to list of supported APN types." by Mike Lockwood · 15 years ago
  32. 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 · 15 years ago
  33. 18bdb14 remove unused GoogleWebContentHelper resources by Doug Zongker · 15 years ago
  34. 6cb6f24 remove redundant @hides by Fred Quintana · 15 years ago
  35. 465faa9 When we're in the 'playback complete' state, don't consider pausing by Marco Nelissen · 15 years ago
  36. 8061525 Merge "Send cancel event to recycled views instead of an up. Bug #2309387" by Romain Guy · 15 years ago
  37. 1b487ec expose some sync control methods by Fred Quintana · 15 years ago
  38. f821991 Merge "Add single-package restore to Bmgr feature set" by Chris Tate · 15 years ago
  39. 0eec21d Add dialog to display storage users when enabling/disabling ums by Suchi Amalapurapu · 15 years ago
  40. 7d411a3 Add single-package restore to Bmgr feature set by Christopher Tate · 15 years ago
  41. 4c904a3 fix the build. by Joe Onorato · 15 years ago
  42. 448fa8b CdmaDataConnectionTracker: Add DUN to list of supported APN types. by Mike Lockwood · 15 years ago
  43. 8afa515 Send cancel event to recycled views instead of an up. Bug #2309387 by Romain Guy · 15 years ago
  44. d209585 Merge "in finalize() methods, log warnings if db lock is going to be held." by Vasu Nori · 15 years ago
  45. b96f3b7 Merge "New tests for ExpandableListView to exercice packed position with headers/footers." by Gilles Debunne · 15 years ago
  46. 5cb70b5 Rename Display.getOrientation() to Display.getRotation(). by Dianne Hackborn · 15 years ago
  47. 08bbffb Support CharSequence lists+arrays in Bundle+Intent by Bjorn Bringert · 15 years ago
  48. d606b4b in finalize() methods, log warnings if db lock is going to be held. by Vasu Nori · 15 years ago
  49. 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 · 15 years ago
  50. 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 · 15 years ago
  51. a834949 Merge "deprecate SyncConstValue, since it is now only used by the deprecated ContactsProvider interface" by Fred Quintana · 15 years ago
  52. 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 · 15 years ago
  53. 4ba297f Make AsyncPlayer.startSound catch all exceptions instead of only a few. by Marco Nelissen · 15 years ago
  54. 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 · 15 years ago
  55. 0402e7d Fix SDK build. by Wu-cheng Li · 15 years ago
  56. 24b326a Unhide exposure compensation API. by Wu-cheng Li · 15 years ago
  57. 4d98579 Merge "Fix 2336057: Provide a way for the user to return to a call from LockScreen." by Jim Miller · 15 years ago
  58. 69ac988 Fix 2336057: Provide a way for the user to return to a call from LockScreen. by Jim Miller · 15 years ago
  59. 80d27ad Merge "Move auto pairing data to a file, add values dynamically." by Jaikumar Ganesh · 15 years ago
  60. 61701ce Don't allow MediaRecorder.setParameter() to be invoked in the following states: by James Dong · 15 years ago
  61. e26bad0 New tests for ExpandableListView to exercice packed position with headers/footers. by Gilles Debunne · 15 years ago
  62. c06fe59 Move auto pairing data to a file, add values dynamically. by Jaikumar Ganesh · 15 years ago
  63. 410afb4 Merge "Default the auto-restore setting to "enabled."" by Chris Tate · 15 years ago
  64. 5035fda Default the auto-restore setting to "enabled." by Christopher Tate · 15 years ago
  65. 9c3184cc Do not recyle headers and footers when measuring the ListView. Bug #2461893 by Romain Guy · 15 years ago
  66. 3f3e53b Merge "Be sure to back up / restore some new settings" by Chris Tate · 15 years ago
  67. ae06ed9 Fix the build by Christopher Tate · 15 years ago
  68. 50d89f9 Merge "Define the new lastSyncedAttendeeStatus column" by Marc Blank · 15 years ago
  69. 14c2d79 Be sure to back up / restore some new settings by Christopher Tate · 15 years ago
  70. 1fc2ff9 Merge "Start respecting the auto-restore-at-install setting" by Chris Tate · 15 years ago
  71. 9e0d2b5 deprecate SyncConstValue, since it is now only used by the deprecated ContactsProvider interface by Fred Quintana · 15 years ago
  72. 64a556d Define the new lastSyncedAttendeeStatus column by Marc Blank · 15 years ago
  73. 82fe564 Comment out the finalize() methods defined on the Activity, by Carl Shapiro · 15 years ago
  74. 4bb79db Merge "HorizontalScrollView multitouch scroll and only grip on content AbsListView multitouch scroll and only grip on content" by Adam Powell · 15 years ago
  75. 7bc58b0 Merge "Support vendor MPEG4 test content with apparently malformed chunks in them." by Andreas Huber · 15 years ago
  76. dfb8eee Support vendor MPEG4 test content with apparently malformed chunks in them. by Andreas Huber · 15 years ago
  77. da2572a Renaming contact search snippet fields. by Dmitri Plotnikov · 15 years ago
  78. 4cd4770 HorizontalScrollView multitouch scroll and only grip on content by Adam Powell · 15 years ago
  79. 8221e32 Merge "Remove misleading method comment on TextView#setHint" by Kenny Root · 15 years ago
  80. 2a4f254 Remove misleading method comment on TextView#setHint by Kenny Root · 15 years ago
  81. f087272 Start respecting the auto-restore-at-install setting by Christopher Tate · 15 years ago
  82. 5be65ab Merge "Add some space and total memory amount to the memory dump from the media server process." by James Dong · 15 years ago
  83. b930036 Merge "Image encoding settings java API through xml configuration file" by James Dong · 15 years ago
  84. a4b1fe6 am fc7028f1: merge from open-source master by The Android Open Source Project · 15 years ago
  85. fc7028f merge from open-source master by The Android Open Source Project · 15 years ago
  86. ac68d81 Merge "Prevent ProgressBar from updating itself when hidden. Bug #2470737" by Romain Guy · 15 years ago
  87. a05e8a5 Prevent ProgressBar from updating itself when hidden. Bug #2470737 by Romain Guy · 15 years ago
  88. aaec779 Pick up default install location by Suchi Amalapurapu · 15 years ago
  89. aa635db Merge "New test on ContextMenuInfo packed positions." by Gilles Debunne · 15 years ago
  90. 192ab90 New test on ContextMenuInfo packed positions. by Gilles Debunne · 15 years ago
  91. d82968d Merge "Improve accelerometer-based orientation sensing." by Steve Howard · 15 years ago
  92. 277903f Merge "Add support for accessing native bidi implementation via jni." by Eric Fischer · 15 years ago
  93. 7964d1f Merge "Fix no-mobile-data after wifi." by Robert Greenwalt · 15 years ago
  94. 018ff89 don't draw layers with history by Cary Clark · 15 years ago
  95. 3542959 Fix no-mobile-data after wifi. by Robert Greenwalt · 15 years ago
  96. 70e1a18 Merge "Replacing hard-coded mount point for ASEC with a getenv() call." by Oscar Montemayor · 15 years ago
  97. 2269d15 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 15 years ago
  98. e46145f Merge "Configuration param to indicate if sd card is behind the battery." by Amith Yamasani · 15 years ago
  99. a89a3a9 Merge "Init car mode when phone is booted in a dock." by Dianne Hackborn · 15 years ago
  100. d0c6182 Merge "Correctly handle negative margins in horizontal linear layouts." by Romain Guy · 15 years ago