1. 19eca31 Merge "Fix issue 2472495: Phone cannot be set to silent mode via volume keys while Driveabout is taking." by Eric Laurent · 15 years ago
  2. 23007a0 Merge "Fix some typos and logging of calls to CDMA methods." by Jake Hamby · 15 years ago
  3. 5b4e654 Fix issue 2472495: Phone cannot be set to silent mode via volume keys while Driveabout is taking. by Eric Laurent · 15 years ago
  4. 633dfb6 Fix some typos and logging of calls to CDMA methods. by Jake Hamby · 15 years ago
  5. 92e77dd Merge "Improve wakelock debugging:" by Mike Lockwood · 15 years ago
  6. 38390b4 Merge "Fix possible NPE in AdapterView's OnItemClickListener clients. Bug #2533718" by Romain Guy · 15 years ago
  7. 45b3dcd Fix possible NPE in AdapterView's OnItemClickListener clients. Bug #2533718 by Romain Guy · 15 years ago
  8. f5bd092 Improve wakelock debugging: by Mike Lockwood · 15 years ago
  9. d6e2cb0 Merge "Unhide the MediaButton receiver API in android.media.AudioManager" by Jean-Michel Trivi · 15 years ago
  10. 5b494c1 Add an API on the Java side to allow WebKit to pause the current load. This is used when the plugin is streaming data but it's by Ben Murdoch · 15 years ago
  11. bbbb1dc Unhide the MediaButton receiver API in android.media.AudioManager by Jean-Michel Trivi · 15 years ago
  12. 0fc1404 Close Cursors in finally blocks. by Leon Scroggins · 15 years ago
  13. 2f47989 Merge "Adding a hidden method to check if a surface is fixed in size." by Derek Sollenberger · 15 years ago
  14. f030462 Make trying to remount an asec container non-fatal by Kenny Root · 15 years ago
  15. a990ef3 Merge "Make getting wifi state lockless." by Brad Fitzpatrick · 15 years ago
  16. 90dd21e Make getting wifi state lockless. by Brad Fitzpatrick · 15 years ago
  17. 47b464a Merge "Fix Tabwidget copy/paste bug." by Marco Nelissen · 15 years ago
  18. 437e59a Merge "null check" by Mark Wagner · 15 years ago
  19. b054f27 null check by Mark Wagner · 15 years ago
  20. 7179b81 Adding a hidden method to check if a surface is fixed in size. by Derek Sollenberger · 15 years ago
  21. db54ea0 Fix Tabwidget copy/paste bug. by Marco Nelissen · 15 years ago
  22. 6460d6e Merge "Add connectivity manager automation test framework: - Create a dummy activity - ConnectivityManagerTestActivity - to listen to broadcast from connectivity manager, to control wifi, and to verify that connectivity information for different network types. This framework will be used for funcitonal tests and stress tests." by Xia Wang · 15 years ago
  23. 8dfdf46 Merge "Fix javadoc copy/paste error." by Marco Nelissen · 15 years ago
  24. 85861c7 Merge "Unittests for EntropyService. Make EntropyService more testable." by Nick Kralevich · 15 years ago
  25. 189f65c Fix javadoc copy/paste error. by Marco Nelissen · 15 years ago
  26. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 15 years ago
  27. cbf953e Permissions: Change ASEC permissions from 'dangerous' -> 'signature' by San Mehat · 15 years ago
  28. 7897d1b Merge "MountService: Handle volumes shared on startup" by San Mehat · 15 years ago
  29. 6a25440 MountService: Handle volumes shared on startup by San Mehat · 15 years ago
  30. 2e805b1 Grammar fixes. by Brad Fitzpatrick · 15 years ago
  31. ac96fa5 use the stream instead of the cursor data to return its size by Cary Clark · 15 years ago
  32. fb0de34 Implements layoutTestController.overridePreference() by Steve Block · 15 years ago
  33. cd90b15 Removes most remaining appcache layout tests from the DumpRenderTree ignoreResults list by Steve Block · 15 years ago
  34. 547b833 Merge "Implements layoutTestController.setAppCacheMaximumSize" by Steve Block · 15 years ago
  35. 90f8680 Update MediaRecorder.java documentation to mention it does not work on the emulator yet. by James Dong · 15 years ago
  36. cad9ab6 In some case, like in Email, the WebView can be by Grace Kloba · 15 years ago
  37. 7fb1f67 Add connectivity manager automation test framework: by Xia Wang · 15 years ago
  38. 427efcc Implements layoutTestController.setAppCacheMaximumSize by Steve Block · 15 years ago
  39. 7865fa9 As http header can't be empty, check length before by Grace Kloba · 15 years ago
  40. ee8500e Don't overscroll horizontally if the content just fit in the WebView. by Grace Kloba · 15 years ago
  41. 21817f6 Explicitly dismiss the zoom control if by Grace Kloba · 15 years ago
  42. 1bb63af Merge "Compare the cookie names to ensure a consistent ordering." by Patrick Scott · 15 years ago
  43. 01c0c5819 Merge "b/2511635 Browser displays incorrect SSL cert information" by Brian Carlstrom · 15 years ago
  44. be5b88b Merge "Move the key feedback bubble to the side if there's not enough room above. bug: 2519903" by Amith Yamasani · 15 years ago
  45. 42973a4 Move the key feedback bubble to the side if there's not enough room above. bug: 2519903 by Amith Yamasani · 15 years ago
  46. c2662bf Merge "libutils Condition are now PRIVATE by default" by Mathias Agopian · 15 years ago
  47. dba8cb7 b/2511635 Browser displays incorrect SSL cert information by Brian Carlstrom · 15 years ago
  48. 93a6839 Unittests for EntropyService. Make EntropyService more testable. by Nick Kralevich · 15 years ago
  49. 9f3168b Merge "Fix two AudioFocus issues: - if a focus owner abandons audio focus during a call, the next focus owner in the stack was never notified - if a focus owner requests the focus while alread owning it, and the type of focus request changes, the previous focus owner was not notified that the type of focus loss had changed." by Jean-Michel Trivi · 15 years ago
  50. 19b9e2e Merge "Fix bcm4329 FW dump in bugreport for user-debug build" by Dmitry Shmidt · 15 years ago
  51. c277f2c Fix bcm4329 FW dump in bugreport for user-debug build by Dmitry Shmidt · 15 years ago
  52. f4418b0 Change api for webview overscroll background. by Grace Kloba · 15 years ago
  53. 15b487e Merge "Allow space in SSID" by Irfan Sheriff · 15 years ago
  54. a729f97 libutils Condition are now PRIVATE by default by Mathias Agopian · 15 years ago
  55. 57c7204 Merge "Use atomic++ rather than lock/++/unlock in the input dispatch code path" by Christopher Tate · 15 years ago
  56. 983ac2b Unhide new constants used in AudioFocus API to denote a situation by Jean-Michel Trivi · 15 years ago
  57. 723f109 Allow space in SSID by Irfan Sheriff · 15 years ago
  58. e5e1e87 Fix two AudioFocus issues: by Jean-Michel Trivi · 15 years ago
  59. 4cee725 Use atomic++ rather than lock/++/unlock in the input dispatch code path by Christopher Tate · 15 years ago
  60. db129b8 Merge "Add check for null name on SCO connect" by Eric Olsen · 15 years ago
  61. a0a5912 Merge "Fix wakelock" by Irfan Sheriff · 15 years ago
  62. 379232c Merge "Fix issue #2512131: Trackball goes up when moving" by Dianne Hackborn · 15 years ago
  63. 7d9af5a Fix issue #2512131: Trackball goes up when moving by Dianne Hackborn · 15 years ago
  64. 1afd1c9 Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot - LIBtt68127 by Dianne Hackborn · 15 years ago
  65. aa0071d Add check for null name on SCO connect by Eric Olsen · 15 years ago
  66. b58fd82 Merge "Grant permissions to apps on sd when enabling/disabling packages." by Suchi Amalapurapu · 15 years ago
  67. ebb83ad Grant permissions to apps on sd when enabling/disabling packages. by Suchi Amalapurapu · 15 years ago
  68. 80cb598 Fix wakelock by Irfan Sheriff · 15 years ago
  69. e5e63f4 remove special-case logic to allow the titlebar to always scroll off the screen. This means that we by Mike Reed · 15 years ago
  70. bbf655a Merge "Ensure that binder incalls to the system process keep the fg cgroup" by Christopher Tate · 15 years ago
  71. 06312ca Compare the cookie names to ensure a consistent ordering. by Patrick Scott · 15 years ago
  72. 5296424 New OverScroller with edge bouncing effect. by Gilles Debunne · 15 years ago
  73. 415b46c Merge "Ensure adapter is not null in AutoCompleteTextView" by Kenny Root · 15 years ago
  74. 4d9840b Merge "Add -e package description to InstrumentationTestRunner javadoc." by Brett Chabot · 15 years ago
  75. 89c0ef4 Add -e package description to InstrumentationTestRunner javadoc. by Brett Chabot · 15 years ago
  76. 8340afe New HeterogeneousExpandableList interface. by Gilles Debunne · 15 years ago
  77. bb1934a Merge "Change overscroll background to be same as status bar pulldown." by Grace Kloba · 15 years ago
  78. cd40c35 Merge "limit sql statement in finalizer warning to 100 chars" by Vasu Nori · 15 years ago
  79. 0a1344e limit sql statement in finalizer warning to 100 chars by Vasu Nori · 15 years ago
  80. 408f333 Merge "Add the blacklist for the SCO connections" by Eric Olsen · 15 years ago
  81. aac4bfb Merge "We should pass null for the album artist if it was not set, instead of a copy of the artist, since the media provider needs to know whether the album artist was actually set." by Marco Nelissen · 15 years ago
  82. 7254afd Ensure adapter is not null in AutoCompleteTextView by Kenny Root · 15 years ago
  83. b05ec11 Merge "Force all views to relayout when ViewRoot is resized. Bug #2519590" by Romain Guy · 15 years ago
  84. 951749b Use the new HSM capability that allows transitionTo in enter methods. by Wink Saville · 15 years ago
  85. b18af65 Merge "Add support for DUN over a cdma connection." by Robert Greenwalt · 15 years ago
  86. ad17d11 Merge "Fix Tethering Notifications for multiple ifaces" by Robert Greenwalt · 15 years ago
  87. db3fe9e Fix Tethering Notifications for multiple ifaces by Robert Greenwalt · 15 years ago
  88. d12b232 Merge "Fix HttpAuthHandler for synchronous requests" by Steve Block · 15 years ago
  89. 0096b8d We should pass null for the album artist if it was not set, instead of a copy by Marco Nelissen · 15 years ago
  90. cfe688d create absolute layout if view layout can't be reused by Cary Clark · 15 years ago
  91. f19f9f5 Removes an appcache test from the DumpRenderTree ignoreResults list by Steve Block · 15 years ago
  92. c877c6b Fix HttpAuthHandler for synchronous requests by Steve Block · 15 years ago
  93. f8338d4 Change overscroll background to be same as status bar pulldown. by Grace Kloba · 15 years ago
  94. 4b55d49 Fix SDK build Remove links to hidden constant in javadoc. by Jean-Michel Trivi · 15 years ago
  95. 95b88fb Attempt to fix the SDK build. by Eric Laurent · 15 years ago
  96. ee379aa Merge "Fix issue #2512507: Shortcuts and Widgets lost on upgrading from Eclair to FRE70D" by Dianne Hackborn · 15 years ago
  97. 806da1d Fix issue #2512507: Shortcuts and Widgets lost on upgrading from Eclair to FRE70D by Dianne Hackborn · 15 years ago
  98. 8ee1d97 Merge "Make aapt warning concise" by Kenny Root · 15 years ago
  99. cdb8667 Force all views to relayout when ViewRoot is resized. Bug #2519590 by Romain Guy · 15 years ago
  100. 078fd47 Support focus requests where ducking of the loser of audio focus by Jean-Michel Trivi · 15 years ago