1. b42ab0f Delay setting initial screen brightness until after the sensors are initialized. by Mike Lockwood · 14 years ago
  2. 01f4385 Handle the string "default" and ignore it appropriately. by Daisuke Miyakawa · 14 years ago
  3. aaf15ec Merge "Clean up MediaRecorder for public Java SDK - update comments and fix a check in setAudioChannels()" by James Dong · 14 years ago
  4. 37f700a Merge "InputDevice filtering for jumpy screens. Updated ScaleGestureDetector for framework deprecations." by Adam Powell · 14 years ago
  5. f5bcc6a InputDevice filtering for jumpy screens. by Adam Powell · 14 years ago
  6. 0fc6bc4 Clean up MediaRecorder for public Java SDK by James Dong · 14 years ago
  7. e58aa0d Merge "More ExpandableListView fixes to take headers into account." by Gilles Debunne · 14 years ago
  8. 351434b Merge "Add error reporting for Tethering." by Robert Greenwalt · 14 years ago
  9. c155239 Allow multiple original-package tags. by Dianne Hackborn · 14 years ago
  10. 6be0fc1 Merge "Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode is turned off"." by Eric Laurent · 14 years ago
  11. 272f3a9 More ExpandableListView fixes to take headers into account. by Gilles Debunne · 14 years ago
  12. c37cb24 Feature to return an extra in the cursor that keeps the spinny going. by Amith Yamasani · 14 years ago
  13. 5a73506 Add error reporting for Tethering. by Robert Greenwalt · 14 years ago
  14. 1e5e8f2 Merge "Improve RS error handling. On errors RS will now store the error and a message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received." by Jason Sams · 14 years ago
  15. 156cce6 Improve RS error handling. On errors RS will now store the error and a message that can be read from the app. RS will then not continue rendering frames while an unchecked error is present until new state is received. by Jason Sams · 14 years ago
  16. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 14 years ago
  17. a034cd3e Merge "Use "play" icon for search dialog button in Browser" by Bjorn Bringert · 14 years ago
  18. 22b23a1 Use "play" icon for search dialog button in Browser by Bjorn Bringert · 14 years ago
  19. 3316a95 Merge "Fix issue #2485441: SettingsBackupAgent crashed system server" by Dianne Hackborn · 14 years ago
  20. b0381ef Fix issue #2485441: SettingsBackupAgent crashed system server by Dianne Hackborn · 14 years ago
  21. 7b18d7a Merge "add optional preftable to image codecs, for more control over the resulting bitmap config" by Mike Reed · 14 years ago
  22. a00fead Merge "Check for null provider in LocationManager.getProviders()" by Mike Lockwood · 14 years ago
  23. 689e449 Check for null provider in LocationManager.getProviders() by Mike Lockwood · 14 years ago
  24. 5f8a300 Merge "Fix off by one error in NetworkManagementService.isUsbRNDISStarted()" by Mike Lockwood · 14 years ago
  25. 4ac163f Merge "MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS." by Mike Lockwood · 14 years ago
  26. 51cb9d5 Fix off by one error in NetworkManagementService.isUsbRNDISStarted() by Mike Lockwood · 14 years ago
  27. 31951ca Fix issue 2456968: Alarm rings in "silent mode and when Alarm in silent mode is turned off". by Eric Laurent · 14 years ago
  28. 945a9df add optional preftable to image codecs, for more control over the resulting bitmap config by Mike Reed · 14 years ago
  29. f3685af Merge "Remove UUIDs from the cache when the device is unpaired." by Jaikumar Ganesh · 14 years ago
  30. 574376e Merge "hide the newly created DatabaseObjectNotClosedException class from sdk" by Vasu Nori · 14 years ago
  31. 4da24f4 hide the newly created DatabaseObjectNotClosedException class from sdk by Vasu Nori · 14 years ago
  32. 6bb028d Merge "in finalizer warnings, use a better exception - NOT Exception()" by Vasu Nori · 14 years ago
  33. f6bd0ba Don't send ACTION_MOVE to webkit until the distance is confirmed to be a drag. by Grace Kloba · 14 years ago
  34. 08b448e in finalizer warnings, use a better exception - NOT Exception() by Vasu Nori · 14 years ago
  35. c833119 Merge "Remove the TAB key from <textarea>s." by Leon Scroggins · 14 years ago
  36. 7af1b83 Remove the TAB key from <textarea>s. by Leon Scroggins · 14 years ago
  37. 3403eb3 refactor find state and scrolling by Cary Clark · 14 years ago
  38. de023c1 refactor find state and scrolling by Cary Clark · 14 years ago
  39. 687c44f Merge "Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close()" by Bjorn Bringert · 14 years ago
  40. d6dfca8 Call close() instead of deactivate() in CursorToBulkCursorAdaptor.close() by Bjorn Bringert · 14 years ago
  41. d9894bc Fixed NPE by guarding the reference of variable by Tadashi G. Takaoka · 14 years ago
  42. bf2dd44 MountService: Send ACTION_MEDIA_UNSHARED Intent a volume is no longer shared via UMS. by Mike Lockwood · 14 years ago
  43. 0b49ab5 Add SearchManager.SUGGEST_COLUMN_TEXT_2_URL by Bjorn Bringert · 14 years ago
  44. 97106ab Fix issue #2325621 Runtime restart after launching Android keyboard setting . by Dianne Hackborn · 14 years ago
  45. ddb42a4 Merge "Fixing spelling of intiialization to initialization in comment" by Brian Carlstrom · 14 years ago
  46. dbc96e1 Merge "Fix a bug in OverScroller.setFinalX/Y" by Adam Powell · 14 years ago
  47. fde67f4 Merge "Added the Camera Preveiw memory test which can help to isolate the memory leak issue." by Yu Shan Emily Lau · 14 years ago
  48. b5ccb59 Merge "DockObserver: Watch for exceptions in LocationManger.isProviderEnabled()." by Mike Lockwood · 14 years ago
  49. d93b998 Fix a bug in OverScroller.setFinalX/Y by Adam Powell · 14 years ago
  50. 25c374e Merge "Fix documentation." by Wink Saville · 14 years ago
  51. faa7e83 DockObserver: Watch for exceptions in LocationManger.isProviderEnabled(). by Mike Lockwood · 14 years ago
  52. 08209a7 Disable tests that require package-private access to code under test. by Doug Felt · 14 years ago
  53. a2e9226 Maybe fix issue #2482201: Paired bluetooth device looks like a qwerty keyboard by Dianne Hackborn · 14 years ago
  54. 081a9b69a Remove UUIDs from the cache when the device is unpaired. by Jaikumar Ganesh · 14 years ago
  55. c018f3c Merge "Hide GeocoderParams class from public API." by Mike Lockwood · 14 years ago
  56. 34a2238 Merge "Added Scroller compatibility methods to OverScroller" by Adam Powell · 14 years ago
  57. 9d5b488 Added Scroller compatibility methods to OverScroller by Adam Powell · 14 years ago
  58. 3ddde16 Merge "Add new CAPTURE_LAYERS command to HiearchyViewer protocol." by Romain Guy · 14 years ago
  59. 223ff5c Add new CAPTURE_LAYERS command to HiearchyViewer protocol. by Romain Guy · 14 years ago
  60. 68612ba Merge "SslCertificate should clone Dates" by Brian Carlstrom · 14 years ago
  61. 6b1806b surfaceflinger: remove un-cached buffers hack for Adreno by Dima Zavin · 14 years ago
  62. 8754be5 Hide GeocoderParams class from public API. by Mike Lockwood · 14 years ago
  63. a5987a5 SslCertificate should clone Dates by Brian Carlstrom · 14 years ago
  64. bd80e560 Merge "resubmit reverted CL https://android-git.corp.google.com/g/#change,42682" by Vasu Nori · 14 years ago
  65. 30a1390 Added the Camera Preveiw memory test which can help to isolate the memory leak issue. by Yu Shan Emily Lau · 14 years ago
  66. 626e805 Merge "Fix issue #2482423: Settings is broken due to dead-code stripping" by Dianne Hackborn · 14 years ago
  67. 316860c Merge "Remove calendar.jar." by Ken Shirriff · 14 years ago
  68. abd0365 Fix issue #2482423: Settings is broken due to dead-code stripping by Dianne Hackborn · 14 years ago
  69. d2334cb Create a method to find matching URLs and use it in updateVisitedHistory. by Leon Scroggins · 14 years ago
  70. 91d0e3c resubmit reverted CL https://android-git.corp.google.com/g/#change,42682 by Vasu Nori · 14 years ago
  71. 0bf8859 Make sure all list items know they are in a window. Bug #2476671 by Romain Guy · 14 years ago
  72. 37254dc Fixing spelling of intiialization to initialization in comment by Brian Carlstrom · 14 years ago
  73. db204c2 Merge "change ObserverNode.binderDied() to lock the root node before manipulating the observers tree by calling removeObserverLocked()" by Fred Quintana · 14 years ago
  74. 8156486 Remove calendar.jar. by Ken Shirriff · 14 years ago
  75. 6c26fe4 Fix build. I screwed up a merge. by Dave Sparks · 14 years ago
  76. 16433e2 Add locking to signal in AudioCache::notify(). Bug 2317844. by Dave Sparks · 14 years ago
  77. 14b60e7 add warning in finalizer. deprecate protected members. by Vasu Nori · 14 years ago
  78. d2b41b6 Merge "Fix issue #2468687: back and home keys don't work on InCallScreen" by Dianne Hackborn · 14 years ago
  79. b601ce1 Fix issue #2468687: back and home keys don't work on InCallScreen by Dianne Hackborn · 14 years ago
  80. b99370b Merge "Turn on fading scrollbars by default. Bug #2142162" by Romain Guy · 14 years ago
  81. 8bda248 Turn on fading scrollbars by default. Bug #2142162 by Romain Guy · 14 years ago
  82. c4fc2cc Merge "Null pointer tests removed from HeaderViewListAdapter." by Gilles Debunne · 14 years ago
  83. 0eaa4d3 Merge "SslCertificate should use Dates - fixing api for build" by Brian Carlstrom · 14 years ago
  84. 0b2e84b Add a client for WebBackForwardList operations. by Patrick Scott · 14 years ago
  85. 9147a0e SslCertificate should use Dates - fixing api for build by Brian Carlstrom · 14 years ago
  86. 002ffad5 change ObserverNode.binderDied() to lock the root node before manipulating by Fred Quintana · 14 years ago
  87. 0061103 Merge "SslCertificate should provide Date interface" by Brian Carlstrom · 14 years ago
  88. 445d8f1 SslCertificate should provide Date interface by Brian Carlstrom · 14 years ago
  89. 8430c1a Merge "When titlebar's visible height changed, it means the WebKit viewsize need to be updated." by Grace Kloba · 14 years ago
  90. 176f9fc Null pointer tests removed from HeaderViewListAdapter. by Gilles Debunne · 14 years ago
  91. d95c8f2 Merge "Fixing: search button and mic button are not right-aligned" by Bjorn Bringert · 14 years ago
  92. 59b0b74 Fixing: search button and mic button are not right-aligned by Valentin Kravtsov · 14 years ago
  93. 2ffeeed Merge "Issue 2071329: audio track is shorter than video track for video capture on sholes" by Eric Laurent · 14 years ago
  94. 4addf9b When titlebar's visible height changed, it means the by Grace Kloba · 14 years ago
  95. c882dda Fix Proguard flags. by Ying Wang · 14 years ago
  96. 43242d0 am ba74d7cc: am e861b8f9: Merge " Fix issue with authentication with flash" into eclair-mr2 by Leon Clarke · 14 years ago
  97. 1bef267 Merge "First implementation of the audio focus management as an extension of AudioManager and AudioService." by Jean-Michel Trivi · 14 years ago
  98. d5176cf First implementation of the audio focus management as an extension by Jean-Michel Trivi · 15 years ago
  99. ba74d7c am e861b8f9: Merge " Fix issue with authentication with flash" into eclair-mr2 by Leon Clarke · 14 years ago
  100. f79a819 Merge "account for find dialog height when positioning layers" by Cary Clark · 14 years ago