1. 6b7f1a6 fix [2074427] SurfaceView doesn't disappear on GONE by Mathias Agopian · 15 years ago
  2. 1048ad5 Merge change 24395 into eclair by Android (Google) Code Review · 15 years ago
  3. d82bc51 Avoid the rounding error, as Math.round(Math.round(viewWidth * mInvActualScale) * mActualScale) not necessary to be viewWidth, we special case when the content exactly fit in the view case. by Grace Kloba · 15 years ago
  4. 3a6c88c Adjust the WebTextView's text size according to density. by Leon Scroggins · 15 years ago
  5. fdf6db6 Make NumberPicker subclassable by Tom Taylor · 15 years ago
  6. b24e11b API_CHANGE by Nick Pelly · 15 years ago
  7. de893f5 API_CHANGE by Nick Pelly · 15 years ago
  8. 100f086 Merge change 24376 into eclair by Android (Google) Code Review · 15 years ago
  9. cf7b552 Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavascriptInterface() as it causes an intermitent crash. by Andrei Popescu · 15 years ago
  10. ccda4c4 Merge change 24288 into eclair by Android (Google) Code Review · 15 years ago
  11. 9519ce7 Query for all properties if a property change is received and cache is empty. by Jaikumar Ganesh · 15 years ago
  12. 273fecc2 Do not cache POST response as Cache is indexed with url. by Grace Kloba · 15 years ago
  13. bc9aa77 Fix typo: IMMEDITATE -> IMMEDIATE by Omari Stephens · 15 years ago
  14. b0dccf7 Merge change 24012 into eclair by Android (Google) Code Review · 15 years ago
  15. c4516a7 add a transaction monitor by Fred Quintana · 15 years ago
  16. e989496 Merge change 24194 into eclair by Android (Google) Code Review · 15 years ago
  17. 38d838d Make the hardkeyboard long press dialog look the same as that of soft keyboard. by Amith Yamasani · 15 years ago
  18. b752098 Sync status was ignoring account - the new UI has specific sync status for each account, so we need to use it. by Costin Manolache · 15 years ago
  19. 33b6905 Merge change 24155 into eclair by Android (Google) Code Review · 15 years ago
  20. 7452d29 Merge change 24086 into eclair by Android (Google) Code Review · 15 years ago
  21. c3a30a0 Merge change 24153 into eclair by Android (Google) Code Review · 15 years ago
  22. 2c3eb14 adding support for webkit plugins to use the java view system by Derek Sollenberger · 15 years ago
  23. c18e9ed Merge change 24161 into eclair by Android (Google) Code Review · 15 years ago
  24. aa7caa6 don't fling if there's nowhere to go by Cary Clark · 15 years ago
  25. f8d4964 default overview mode to false in webkit by Cary Clark · 15 years ago
  26. cf44059 Add javadoc to explain which permissions are required for Public BT API's. by Nick Pelly · 15 years ago
  27. 377c5c1 Revert "Adding classes to enable plugins to use the java view system." by Derek Sollenberger · 15 years ago
  28. 67dffd9 Merge change 23485 into eclair by Android (Google) Code Review · 15 years ago
  29. 7390c5a Merge change 24097 into eclair by Android (Google) Code Review · 15 years ago
  30. eb03465 Implement all of the infrastructure for configuring wallpapers. by Dianne Hackborn · 15 years ago
  31. c916c04 Merge change 24099 into eclair by Android (Google) Code Review · 15 years ago
  32. 96f8613 Add Gservices constants for GlobalSearch settings by Bjorn Bringert · 15 years ago
  33. 718eaff Fix small bugs in VCardComposer.java. by Daisuke Miyakawa · 15 years ago
  34. d4344ba Merge change 23415 into eclair by Android (Google) Code Review · 15 years ago
  35. 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 15 years ago
  36. 88e6257 Merge change 24060 into eclair by Android (Google) Code Review · 15 years ago
  37. 989f263 Fixing asymmetry between phone filter and email filter APIs. by Dmitri Plotnikov · 15 years ago
  38. e540833 Integrated the profiler into the framework. We run it all the time if the persist.sampling_profiler by Bob Lee · 15 years ago
  39. 0b98c94 Fix code placement and comments for gtalk url scraping settings. by Ye Wen · 15 years ago
  40. 9818719 Merge change 24014 into eclair by Android (Google) Code Review · 15 years ago
  41. 7a0c108 Gservices settings for controlling URL scraping in GTalk app. by Ye Wen · 15 years ago
  42. 9cc1817 Merge change 24039 into eclair by Android (Google) Code Review · 15 years ago
  43. 84ba065 Fixing a concurrency problem by changing the contact aggregation exception API. by Dmitri Plotnikov · 15 years ago
  44. 6e4b7d6 Merge change 24020 into eclair by Android (Google) Code Review · 15 years ago
  45. ff86d9f Merge change 24002 into eclair by Android (Google) Code Review · 15 years ago
  46. 608f9f4 When zooming, do not draw the WebTextView. Resize it when done. by Leon Scroggins · 15 years ago
  47. 3c32474 Merge change 24008 into eclair by Android (Google) Code Review · 15 years ago
  48. 0e3cd54 Merge change 23907 into eclair by Android (Google) Code Review · 15 years ago
  49. 25994b4 Wallpapers: new transitions, hiding when not visible, other cleanup. by Dianne Hackborn · 15 years ago
  50. 107039f Merge change 24010 into eclair by Android (Google) Code Review · 15 years ago
  51. 078c52c Clean up from earlier changes to place title bar at top of WebView by Leon Scroggins · 15 years ago
  52. 96836e1 Don't toggle between in app and global search on repeat key events. by Karl Rosaen · 15 years ago
  53. 360e454 Fix SparseArray accesses by Costin Manolache · 15 years ago
  54. 3c72fff Some mobile sites, like m.www.yahoo.com, slashdot.org (iPhone version), by Grace Kloba · 15 years ago
  55. 93a751d Merge change 23979 into eclair by Android (Google) Code Review · 15 years ago
  56. 1e52988 Merge change 23940 into eclair by Android (Google) Code Review · 15 years ago
  57. e8853fc also expose onDrawHorizontalScrollBar() in View by Mike Reed · 15 years ago
  58. 7bafed8 Do a better job at finding the activity associated with a dialog when triggering search. by Karl Rosaen · 15 years ago
  59. e5b6d02 Translate the content dimension to the view space before setting them to the view. by Grace Kloba · 15 years ago
  60. 3461949 Merge change 23804 into eclair by Android (Google) Code Review · 15 years ago
  61. 5962d27 Add more documents on the ACTION_SEND_MULTIPLE intent. by Chih-Chung Chang · 15 years ago
  62. b1e2a4d Removing references to deprecated API and the deprecated API itself. by Dmitri Plotnikov · 15 years ago
  63. 6fd7385 Add sync_details support. by Ken Shirriff · 15 years ago
  64. 4950b2b Fix appcache layout test that was timing out due to race condition in WebView::addJavascriptInterface. by Andrei Popescu · 15 years ago
  65. dd9b82c Add better service reporting. by Dianne Hackborn · 15 years ago
  66. b00fc73 Merge change 23760 into eclair by Android (Google) Code Review · 15 years ago
  67. fbd9b87 Merge change 23807 into eclair by Android (Google) Code Review · 15 years ago
  68. 0236e67 Attach the title bar to the top of the page. by Leon Scroggins · 15 years ago
  69. d42685d Add support for running apps with uid/gid AID_LOG by specifying android.uid.log in the manifest by Mike Lockwood · 15 years ago
  70. 70fc625 Merge change 23828 into eclair by Android (Google) Code Review · 15 years ago
  71. 4d6fe5f allow subclassing for drawing vertical scrollbar, so that clients (e.g. webview) can resize/position by Mike Reed · 15 years ago
  72. 505cbb4 Merge change 23811 into eclair by Android (Google) Code Review · 15 years ago
  73. c42c0dd Fix the registration of the package changes broadcast receiver. by Jeff Hamilton · 15 years ago
  74. 4afcd2e Handle security exception when Geolocation registers with system location service in DumpRenderTree. by Steve Block · 15 years ago
  75. 85644d7 Really fix issue #:2097189 can't set custom wallpaper by Dianne Hackborn · 15 years ago
  76. 0c36a51 Add private API for data with presence. by Jeff Sharkey · 15 years ago
  77. 5e802fb Fix issue #2097189: can't set custom wallpaper by Dianne Hackborn · 15 years ago
  78. fb16e5c Merge change 23607 into eclair by Android (Google) Code Review · 15 years ago
  79. ceb7979 [Issue 2087123] Suppressing all exception when trying to load a photo for the in-call UI by Dmitri Plotnikov · 15 years ago
  80. 840c3a2 Fix deadlock in wallpaper. by Dianne Hackborn · 15 years ago
  81. 78c951b Merge change 23704 into eclair by Android (Google) Code Review · 15 years ago
  82. a34f1ad Fiddle system boot ordering. by Dianne Hackborn · 15 years ago
  83. ea6fca8 fix doc by Christian Sonntag · 15 years ago
  84. 75f1d43 Merge change 23738 into eclair by Android (Google) Code Review · 15 years ago
  85. a9b1a7f fix doc by Christian Sonntag · 15 years ago
  86. 14de088 Merge change 23698 into eclair by Android (Google) Code Review · 15 years ago
  87. f6ca7fa Merge change 23690 into eclair by Android (Google) Code Review · 15 years ago
  88. 010bed7 Merge change 23723 into eclair by Android (Google) Code Review · 15 years ago
  89. ef92e7a Prevent a crash when webkit changes the selection. by Leon Scroggins · 15 years ago
  90. 23db173 Merge change 23717 into eclair by Android (Google) Code Review · 15 years ago
  91. 8303158 Get drawable directory for the platform buttons. by Grace Kloba · 15 years ago
  92. 32f5890 Make new attribute EXTRA_CHANGED_COMPONENT_NAME in by Suchi Amalapurapu · 15 years ago
  93. d4c1baf Merge change 23646 into eclair by Android (Google) Code Review · 15 years ago
  94. 4f9cfc5 suppress syncs until boot is complete by Fred Quintana · 15 years ago
  95. 04e1faf Merge change 23669 into eclair by Android (Google) Code Review · 15 years ago
  96. a010ef4 Cleaner way to fix the -1 count problem (and removing an Eclipse warning along the way). by Cedric Beust · 15 years ago
  97. 682e30a Merge change 23667 into eclair by Android (Google) Code Review · 15 years ago
  98. 6f4a8a5 Fix the -1 unread count bug. by Cedric Beust · 15 years ago
  99. 8ecd2ae Merge change 23548 into eclair by Android (Google) Code Review · 15 years ago
  100. 0a29985 Merge change 23643 into eclair by Android (Google) Code Review · 15 years ago