1. 3cfb4bf Merge "Don't use dim behind for the search box." by Dianne Hackborn · 14 years ago
  2. 7be4c08 Merge "Make DownloadBase public" by Jean-Baptiste Queru · 14 years ago
  3. de08008 Make DownloadBase public by Jean-Baptiste Queru · 14 years ago
  4. 1c4027b Small speedup in getAsString and comment fix by Daniel Lehmann · 14 years ago
  5. e38ed5f Don't use dim behind for the search box. by Dianne Hackborn · 14 years ago
  6. b64f6f8 only send new visiblerect and size on onscrollchanged if we're not in overscroll mode by Mike Reed · 14 years ago
  7. b4882ca Merge "Advance encodedKeySearchIndex if encodedKey matches a suffix of a parameter." by Kenny Root · 14 years ago
  8. e3b2df8 Merge "Call super.close() in MargeCursor" by satok · 14 years ago
  9. 85f2c9c Fix issue #2530103: ActivePassword data in Device Policy Manager needs to be persisted by Dianne Hackborn · 14 years ago
  10. f68258f Call super.close() in MargeCursor by satok · 14 years ago
  11. 1a26c9a Merge "Improve export to bitmap layers for HierarchyViewer." by Romain Guy · 14 years ago
  12. 65554f2 Improve export to bitmap layers for HierarchyViewer. by Romain Guy · 14 years ago
  13. 4d8ef42 Check mWebViewCore to prevent potential NPE. by Shimeng (Simon) Wang · 14 years ago
  14. 02034d3 merge from open-source master by The Android Open Source Project · 14 years ago
  15. 92e77dd Merge "Improve wakelock debugging:" by Mike Lockwood · 14 years ago
  16. 38390b4 Merge "Fix possible NPE in AdapterView's OnItemClickListener clients. Bug #2533718" by Romain Guy · 14 years ago
  17. 45b3dcd Fix possible NPE in AdapterView's OnItemClickListener clients. Bug #2533718 by Romain Guy · 14 years ago
  18. f5bd092 Improve wakelock debugging: by Mike Lockwood · 14 years ago
  19. 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 · 14 years ago
  20. 0fc1404 Close Cursors in finally blocks. by Leon Scroggins · 14 years ago
  21. a2d776b Merge "Updated to WMM2010" by Mathias Agopian · 14 years ago
  22. 2f47989 Merge "Adding a hidden method to check if a surface is fixed in size." by Derek Sollenberger · 14 years ago
  23. 47b464a Merge "Fix Tabwidget copy/paste bug." by Marco Nelissen · 14 years ago
  24. 437e59a Merge "null check" by Mark Wagner · 14 years ago
  25. b054f27 null check by Mark Wagner · 14 years ago
  26. 7179b81 Adding a hidden method to check if a surface is fixed in size. by Derek Sollenberger · 14 years ago
  27. db54ea0 Fix Tabwidget copy/paste bug. by Marco Nelissen · 14 years ago
  28. 8dfdf46 Merge "Fix javadoc copy/paste error." by Marco Nelissen · 14 years ago
  29. 189f65c Fix javadoc copy/paste error. by Marco Nelissen · 14 years ago
  30. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  31. cbf953e Permissions: Change ASEC permissions from 'dangerous' -> 'signature' by San Mehat · 14 years ago
  32. 2e805b1 Grammar fixes. by Brad Fitzpatrick · 14 years ago
  33. ac96fa5 use the stream instead of the cursor data to return its size by Cary Clark · 14 years ago
  34. 82d8b28 Merge "Everytime Bluetooth was turned off two file descriptors were not closed" by Nick Pelly · 14 years ago
  35. 547b833 Merge "Implements layoutTestController.setAppCacheMaximumSize" by Steve Block · 14 years ago
  36. e41c317 Advance encodedKeySearchIndex if encodedKey matches a suffix of a parameter. by Keith Ito · 14 years ago
  37. cad9ab6 In some case, like in Email, the WebView can be by Grace Kloba · 14 years ago
  38. 427efcc Implements layoutTestController.setAppCacheMaximumSize by Steve Block · 14 years ago
  39. 7865fa9 As http header can't be empty, check length before by Grace Kloba · 14 years ago
  40. ee8500e Don't overscroll horizontally if the content just fit in the WebView. by Grace Kloba · 14 years ago
  41. 21817f6 Explicitly dismiss the zoom control if by Grace Kloba · 14 years ago
  42. 1bb63af Merge "Compare the cookie names to ensure a consistent ordering." by Patrick Scott · 14 years ago
  43. 01c0c5819 Merge "b/2511635 Browser displays incorrect SSL cert information" by Brian Carlstrom · 14 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 · 14 years ago
  45. 42973a4 Move the key feedback bubble to the side if there's not enough room above. bug: 2519903 by Amith Yamasani · 14 years ago
  46. dba8cb7 b/2511635 Browser displays incorrect SSL cert information by Brian Carlstrom · 14 years ago
  47. f4418b0 Change api for webview overscroll background. by Grace Kloba · 14 years ago
  48. 4cee725 Use atomic++ rather than lock/++/unlock in the input dispatch code path by Christopher Tate · 14 years ago
  49. db129b8 Merge "Add check for null name on SCO connect" by Eric Olsen · 14 years ago
  50. 379232c Merge "Fix issue #2512131: Trackball goes up when moving" by Dianne Hackborn · 14 years ago
  51. 7d9af5a Fix issue #2512131: Trackball goes up when moving by Dianne Hackborn · 14 years ago
  52. 1afd1c9 Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot - LIBtt68127 by Dianne Hackborn · 14 years ago
  53. aa0071d Add check for null name on SCO connect by Eric Olsen · 14 years ago
  54. e5e63f4 remove special-case logic to allow the titlebar to always scroll off the screen. This means that we by Mike Reed · 14 years ago
  55. 06312ca Compare the cookie names to ensure a consistent ordering. by Patrick Scott · 14 years ago
  56. 5296424 New OverScroller with edge bouncing effect. by Gilles Debunne · 14 years ago
  57. 415b46c Merge "Ensure adapter is not null in AutoCompleteTextView" by Kenny Root · 14 years ago
  58. 8340afe New HeterogeneousExpandableList interface. by Gilles Debunne · 14 years ago
  59. bb1934a Merge "Change overscroll background to be same as status bar pulldown." by Grace Kloba · 14 years ago
  60. cd40c35 Merge "limit sql statement in finalizer warning to 100 chars" by Vasu Nori · 14 years ago
  61. 0a1344e limit sql statement in finalizer warning to 100 chars by Vasu Nori · 14 years ago
  62. 408f333 Merge "Add the blacklist for the SCO connections" by Eric Olsen · 14 years ago
  63. 7254afd Ensure adapter is not null in AutoCompleteTextView by Kenny Root · 14 years ago
  64. b05ec11 Merge "Force all views to relayout when ViewRoot is resized. Bug #2519590" by Romain Guy · 14 years ago
  65. d12b232 Merge "Fix HttpAuthHandler for synchronous requests" by Steve Block · 14 years ago
  66. cfe688d create absolute layout if view layout can't be reused by Cary Clark · 14 years ago
  67. c877c6b Fix HttpAuthHandler for synchronous requests by Steve Block · 14 years ago
  68. f8338d4 Change overscroll background to be same as status bar pulldown. by Grace Kloba · 14 years ago
  69. 806da1d Fix issue #2512507: Shortcuts and Widgets lost on upgrading from Eclair to FRE70D by Dianne Hackborn · 14 years ago
  70. cdb8667 Force all views to relayout when ViewRoot is resized. Bug #2519590 by Romain Guy · 14 years ago
  71. e4ec08a Merge "Fix bug 2520540" by Adam Powell · 14 years ago
  72. e6d36ff Merge "Cleaning up list of common nicknames" by Dmitri Plotnikov · 14 years ago
  73. 5e12aec Add the blacklist for the SCO connections by Eric Olsen · 14 years ago
  74. 7942b33 Merge "Switch default install location to unspecified. Add a new install location unspecified for backward compatibility. There is not much difference between policies auto and unspecified. But we dont have to make any code changes in PackageParser based on our preference for install location. Add tests" by Suchi Amalapurapu · 14 years ago
  75. e5bdece Merge "Allow transitionTo in enter/exit." by Wink Saville · 14 years ago
  76. 90d8ee6 Switch default install location to unspecified. by Suchi Amalapurapu · 14 years ago
  77. 42a9c53 Merge "Include "album artist" when inserting items in the media provider." by Marco Nelissen · 14 years ago
  78. abc2819 Include "album artist" when inserting items in the media provider. by Marco Nelissen · 14 years ago
  79. e7fea45 Fix bug 2520540 by Adam Powell · 14 years ago
  80. e7be6a8 Allow transitionTo in enter/exit. by Wink Saville · 14 years ago
  81. 6d33c5a Merge "Clean up changing AP configuration" by Irfan Sheriff · 14 years ago
  82. e2af5c8 Fix issue #2438457: Resolving Flash artifacts while scrolling. by Dianne Hackborn · 14 years ago
  83. 9db133c Merge "Documentation fix" by Adam Powell · 14 years ago
  84. d62d9ee Added a comment to make it clearer that the operation has to be the first by Daniel Lehmann · 14 years ago
  85. c2f54c2 Clean up changing AP configuration by Irfan Sheriff · 14 years ago
  86. b127bf2 Merge "Release MediaPlayer if suspend() returns false." by Gloria Wang · 14 years ago
  87. 047212f Release MediaPlayer if suspend() returns false. by Gloria Wang · 14 years ago
  88. 0c659fe Merge "Make the VCardEntry more robust against badly behaving resolvers. Additionally make the ImportTestResolver return the right result Bug:2521447" by Daniel Lehmann · 14 years ago
  89. a0d6b59 Merge "Fix bug 2523989" by Adam Powell · 14 years ago
  90. c900687 Fix bug 2523989 by Adam Powell · 14 years ago
  91. 7e25f5c Make the VCardEntry more robust against badly behaving resolvers. Additionally make the ImportTestResolver return the right result by Daniel Lehmann · 14 years ago
  92. 2944190 Documentation fix by Adam Powell · 14 years ago
  93. eccb394 Merge "Fix problem with calling onConfigurationChanged() too much." by Dianne Hackborn · 14 years ago
  94. cc17ed2 ignore not-so-useful warning messages from sqlite logging func by Vasu Nori · 14 years ago
  95. ae07816 Fix problem with calling onConfigurationChanged() too much. by Dianne Hackborn · 14 years ago
  96. 2fbc10f Merge "Fix bug in airplane mode." by Robert Greenwalt · 14 years ago
  97. ea3e8e0 Merge "Import revised translations" by Kenny Root · 14 years ago
  98. b415779 Pass selection data with the message to open the keyboard. by Leon Scroggins · 14 years ago
  99. b9e2719 Merge "RecognitionManager does not throw exceptions when needed" by Bjorn Bringert · 14 years ago
  100. e84a0db simplify utility to hit-test focused plugin by Cary Clark · 14 years ago