1. 02ee5387d Merge change 24764 into eclair by Android (Google) Code Review · 16 years ago
  2. 51099c5 Add @Widget annotation to GestureOverlayView to make it usable in ADT. by Romain Guy · 16 years ago
  3. 32d8571 Changes for BT 2.1 by Jaikumar Ganesh · 16 years ago
  4. 162ec99 Merge change 24635 into eclair by Android (Google) Code Review · 16 years ago
  5. 8cae124 Various cleanup around resources and nine-patches. by Dianne Hackborn · 16 years ago
  6. 7ff269f Merge change 24735 into eclair by Android (Google) Code Review · 16 years ago
  7. 5e59ca8 Handle DisconnectRequested message sent by Bluez. by Jaikumar Ganesh · 16 years ago
  8. 211db4a change default for dither to true by Mike Reed · 16 years ago
  9. f65bc18 am d27b1083: docs only. add Searchable resource information to the Available Resources doc and update some some of the attribute documentation to indicate that the icon label is not recommended. and fixing merge issue... by Scott Main · 16 years ago
  10. d27b108 docs only. by Scott Main · 16 years ago
  11. 005b228 API_CHANGE: Cleanup, javadoc and unhide more Bluetooth API. by Nick Pelly · 16 years ago
  12. 7ed6ee5 Fix issue #1983406: Soft keyboard doesn't show up in an EditText with "digits" attribute set by Dianne Hackborn · 16 years ago
  13. 9b6911c Merge change 24630 into eclair by Android (Google) Code Review · 16 years ago
  14. 38a1081 Merge change 24514 into eclair by Android (Google) Code Review · 16 years ago
  15. f3f7200 Merge change 24588 into eclair by Android (Google) Code Review · 16 years ago
  16. 70e1ad7 Add smallIcon and accountPreferences references to AuthenticatorDescription. Update after path conflict. by Jim Miller · 16 years ago
  17. da0a56df resolved conflicts for merge of e0408aa1 to eclair by Scott Main · 16 years ago
  18. 8206ff3 Fix for multi-apn MMS access. by Robert Greenwalt · 16 years ago
  19. 181b31a Process: Add support for using scheduler policies instead of cgroups. by San Mehat · 16 years ago
  20. df4578e docs only. by Scott Main · 16 years ago
  21. 88e3f82 Allow an alternate eri file. by Wink Saville · 16 years ago
  22. e8f0603 Merge change 24567 into eclair by Android (Google) Code Review · 16 years ago
  23. 477e3be Fix issue #1943927: need notification in status bar when adb is active by Dianne Hackborn · 16 years ago
  24. 5b61bea Merge change 24581 into eclair by Android (Google) Code Review · 16 years ago
  25. 4bdf17c Dialog titles would sometimes use a font too large. by Romain Guy · 16 years ago
  26. bcbcaa7 Wallpapers, animations, pending intent. by Dianne Hackborn · 16 years ago
  27. 84b4d37 [Issue 2099206] Encoding phone number prior to sending it to the phone lookup filter by Dmitri Plotnikov · 16 years ago
  28. 2d3f9c5 Add timestamp support for call history vcard by Lixin Yue · 16 years ago
  29. df4edc8 Merge change 24499 into eclair by Android (Google) Code Review · 16 years ago
  30. f5269c1 Modify android.syncml.pim so that no one is going to use. by Daisuke Miyakawa · 16 years ago
  31. 6ba23c5 Handle cases where TYPE can be undefined, such as EAS. by Jeff Sharkey · 16 years ago
  32. bbe14a1 Merge change 24473 into eclair by Android (Google) Code Review · 16 years ago
  33. 0d13450 Merge change 24468 into eclair by Android (Google) Code Review · 16 years ago
  34. d0f02a4 Merge change 24138 into eclair by Android (Google) Code Review · 16 years ago
  35. 6b7f1a6 fix [2074427] SurfaceView doesn't disappear on GONE by Mathias Agopian · 16 years ago
  36. 67af9f5 Merge change 24471 into eclair by Android (Google) Code Review · 16 years ago
  37. da256fab Fixed the fastscroll thumb asset in hdpi. by Amith Yamasani · 16 years ago
  38. b43b58d Increasing uninterrupted sleep quantum in SQLiteDatabase to increase transaction size. by Dmitri Plotnikov · 16 years ago
  39. f46a9cf API to combine LOOKUP_KEY and Contacts._ID together. by Jeff Sharkey · 16 years ago
  40. 1048ad5 Merge change 24395 into eclair by Android (Google) Code Review · 16 years ago
  41. 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 · 16 years ago
  42. 3a6c88c Adjust the WebTextView's text size according to density. by Leon Scroggins · 16 years ago
  43. fdf6db6 Make NumberPicker subclassable by Tom Taylor · 16 years ago
  44. b24e11b API_CHANGE by Nick Pelly · 16 years ago
  45. de893f5 API_CHANGE by Nick Pelly · 16 years ago
  46. 100f086 Merge change 24376 into eclair by Android (Google) Code Review · 16 years ago
  47. cf7b552 Remove the call to nativeAddJavascriptInterface() from BrowserFrame::addJavascriptInterface() as it causes an intermitent crash. by Andrei Popescu · 16 years ago
  48. ccda4c4 Merge change 24288 into eclair by Android (Google) Code Review · 16 years ago
  49. 96c08a6 Fix issue 1992233: DTMF tones on Sholes is really long. by Eric Laurent · 16 years ago
  50. 9519ce7 Query for all properties if a property change is received and cache is empty. by Jaikumar Ganesh · 16 years ago
  51. 273fecc2 Do not cache POST response as Cache is indexed with url. by Grace Kloba · 16 years ago
  52. bc9aa77 Fix typo: IMMEDITATE -> IMMEDIATE by Omari Stephens · 16 years ago
  53. b0dccf7 Merge change 24012 into eclair by Android (Google) Code Review · 16 years ago
  54. c4516a7 add a transaction monitor by Fred Quintana · 16 years ago
  55. 046263c Merge change 24220 into eclair by Android (Google) Code Review · 16 years ago
  56. 5cacfb9 Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  57. e989496e Merge change 24194 into eclair by Android (Google) Code Review · 16 years ago
  58. 38d838d Make the hardkeyboard long press dialog look the same as that of soft keyboard. by Amith Yamasani · 16 years ago
  59. 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 · 16 years ago
  60. 33b6905 Merge change 24155 into eclair by Android (Google) Code Review · 16 years ago
  61. 7452d29 Merge change 24086 into eclair by Android (Google) Code Review · 16 years ago
  62. c3a30a0 Merge change 24153 into eclair by Android (Google) Code Review · 16 years ago
  63. 2c3eb14 adding support for webkit plugins to use the java view system by Derek Sollenberger · 16 years ago
  64. c18e9ed Merge change 24161 into eclair by Android (Google) Code Review · 16 years ago
  65. aa7caa6 don't fling if there's nowhere to go by Cary Clark · 16 years ago
  66. f8d4964 default overview mode to false in webkit by Cary Clark · 16 years ago
  67. cf44059 Add javadoc to explain which permissions are required for Public BT API's. by Nick Pelly · 16 years ago
  68. 377c5c1 Revert "Adding classes to enable plugins to use the java view system." by Derek Sollenberger · 16 years ago
  69. 67dffd9 Merge change 23485 into eclair by Android (Google) Code Review · 16 years ago
  70. 0bb9960 Do not die when printing empty prefs. by Tammo Spalink · 16 years ago
  71. 7390c5a Merge change 24097 into eclair by Android (Google) Code Review · 16 years ago
  72. 0d23b82 Fix $#%^&%!! SDK build. by Dianne Hackborn · 16 years ago
  73. eb03465 Implement all of the infrastructure for configuring wallpapers. by Dianne Hackborn · 16 years ago
  74. c916c04 Merge change 24099 into eclair by Android (Google) Code Review · 16 years ago
  75. 96f8613 Add Gservices constants for GlobalSearch settings by Bjorn Bringert · 16 years ago
  76. 718eaff Fix small bugs in VCardComposer.java. by Daisuke Miyakawa · 16 years ago
  77. d4344ba Merge change 23415 into eclair by Android (Google) Code Review · 16 years ago
  78. 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 16 years ago
  79. 88e6257 Merge change 24060 into eclair by Android (Google) Code Review · 16 years ago
  80. 989f263 Fixing asymmetry between phone filter and email filter APIs. by Dmitri Plotnikov · 16 years ago
  81. e540833 Integrated the profiler into the framework. We run it all the time if the persist.sampling_profiler by Bob Lee · 16 years ago
  82. 0b98c94 Fix code placement and comments for gtalk url scraping settings. by Ye Wen · 16 years ago
  83. 9818719 Merge change 24014 into eclair by Android (Google) Code Review · 16 years ago
  84. 7a0c108 Gservices settings for controlling URL scraping in GTalk app. by Ye Wen · 16 years ago
  85. 9cc1817 Merge change 24039 into eclair by Android (Google) Code Review · 16 years ago
  86. 84ba065 Fixing a concurrency problem by changing the contact aggregation exception API. by Dmitri Plotnikov · 16 years ago
  87. 6e4b7d6 Merge change 24020 into eclair by Android (Google) Code Review · 16 years ago
  88. ff86d9f Merge change 24002 into eclair by Android (Google) Code Review · 16 years ago
  89. 608f9f4 When zooming, do not draw the WebTextView. Resize it when done. by Leon Scroggins · 16 years ago
  90. 3c32474 Merge change 24008 into eclair by Android (Google) Code Review · 16 years ago
  91. 0e3cd54 Merge change 23907 into eclair by Android (Google) Code Review · 16 years ago
  92. 25994b4 Wallpapers: new transitions, hiding when not visible, other cleanup. by Dianne Hackborn · 16 years ago
  93. 107039f Merge change 24010 into eclair by Android (Google) Code Review · 16 years ago
  94. 078c52c Clean up from earlier changes to place title bar at top of WebView by Leon Scroggins · 16 years ago
  95. 96836e1 Don't toggle between in app and global search on repeat key events. by Karl Rosaen · 16 years ago
  96. 360e454 Fix SparseArray accesses by Costin Manolache · 16 years ago
  97. 3c72fff Some mobile sites, like m.www.yahoo.com, slashdot.org (iPhone version), by Grace Kloba · 16 years ago
  98. 93a751d Merge change 23979 into eclair by Android (Google) Code Review · 16 years ago
  99. 1e52988 Merge change 23940 into eclair by Android (Google) Code Review · 16 years ago
  100. e8853fc also expose onDrawHorizontalScrollBar() in View by Mike Reed · 16 years ago