1. a4433af Add Bluetooth device picker support by Yue Lixin · 15 years ago
  2. 45e2704 API CHANGE by Nick Pelly · 15 years ago
  3. f768d24 Merge change 22030 into eclair by Android (Google) Code Review · 15 years ago
  4. 789de3a Merge change 22003 into eclair by Android (Google) Code Review · 15 years ago
  5. ba4d93f Potential fix for NPE at startExtractingText. by Amith Yamasani · 15 years ago
  6. f8fbdb6 Add wallpaper transition animations. by Dianne Hackborn · 15 years ago
  7. b5f2ce6 Merge change 22011 into eclair by Android (Google) Code Review · 15 years ago
  8. b2f8450 fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of memory by Mathias Agopian · 15 years ago
  9. 3c513ed Converting CallerInfo to new Contacts API. by Dmitri Plotnikov · 15 years ago
  10. 51a9029 Fix for bug206007, power dialog change "Why?" to "Battery use" by Roy West · 15 years ago
  11. a1f1879 Remove SOURCE_VISIBLE flag that is otherwise unused. by Jeff Sharkey · 15 years ago
  12. bda918c Merge change 21888 into eclair by Android (Google) Code Review · 15 years ago
  13. c818b14 Do not enable the rew/pause/ffwd buttons when the media being played does not by Marco Nelissen · 15 years ago
  14. 1281fb6 Merge change 21862 into eclair by Android (Google) Code Review · 15 years ago
  15. 9303295 Redefining phone lookup API. by Dmitri Plotnikov · 15 years ago
  16. bdcef70 Fix issue #2010965: Increase process size on WVGA devices by Dianne Hackborn · 15 years ago
  17. 220dec2 Use remote Context when inflating initialLayout, add debug. by Jeff Sharkey · 15 years ago
  18. a659744 Flag to make all contacts from specific source visible. by Jeff Sharkey · 15 years ago
  19. 460f541 Merge change 21659 into eclair by Android (Google) Code Review · 15 years ago
  20. 36ebde8 Merge change 21841 into eclair by Android (Google) Code Review · 15 years ago
  21. cbf1504 Don't call onSurfaceChanged() if nothing interesting has changed. by Dianne Hackborn · 15 years ago
  22. 7b6771a Bring back per-Account Contact-specific settings. by Jeff Sharkey · 15 years ago
  23. b763ab2 clean up some logs and clamp the syncable value by Fred Quintana · 15 years ago
  24. c85675d Fix for Mms without wifi. by Robert Greenwalt · 15 years ago
  25. 7237c56 Fix possible NPE on touch mode change in TabHost. by Romain Guy · 15 years ago
  26. 1066cbc Fix build. by Dianne Hackborn · 15 years ago
  27. d8a43f6 Fix issue #2047139: Remove Service.setForeground() by Dianne Hackborn · 15 years ago
  28. b222935 Merge change 21748 into eclair by Android (Google) Code Review · 15 years ago
  29. 82cb029 Get At command count from Bluetooth headset. by Amith Yamasani · 15 years ago
  30. 3f648af Merge change 21728 into eclair by Android (Google) Code Review · 15 years ago
  31. 37eb3c35 removing old gears code and correcting simple method typo by Derek Sollenberger · 15 years ago
  32. 4a6679b make syncadapter set whether the account is syncable by Fred Quintana · 15 years ago
  33. ef99e24 am f5e6a211: Merge change 21572 into donut by Jasperln · 15 years ago
  34. edc5ff8 am c678a93a: Fix issue #2056585: applications can put phone in inconsistent state wrt airplane mode by Dianne Hackborn · 15 years ago
  35. 93df578 am cfa419b7: Correct comments for startSearch in Activity and SearchManager to explain Donut behavior correctly. by Mike LeBeau · 15 years ago
  36. 5d8cbf8 am d5884a9b: Merge change 21358 into donut by Jean-Michel Trivi · 15 years ago
  37. db33d4b Merge change 21468 into eclair by Android (Google) Code Review · 15 years ago
  38. 0148495 Merge change 21634 into eclair by Android (Google) Code Review · 15 years ago
  39. 15df670 Fix potential leak in ViewRoot. by Romain Guy · 15 years ago
  40. 7a02d6e Couple of fixes for viewport. by Grace Kloba · 15 years ago
  41. d2d6014 NEW API for SearchManager and Activity to 'triggerSearch'. by krosaen · 15 years ago
  42. 2685d3b am ba52b3e0: Merge change 21149 into donut by Scott Main · 15 years ago
  43. 9befde0 Merge change 21648 into eclair by Android (Google) Code Review · 15 years ago
  44. bd022f4 Bluetooth: API change. by Nick Pelly · 15 years ago
  45. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  46. 437f79b Merge change 21637 into eclair by Android (Google) Code Review · 15 years ago
  47. 325eabd Remove the hack to include Gears as it is gone now. by Grace Kloba · 15 years ago
  48. 30c1738 Merge change 21638 into eclair by Android (Google) Code Review · 15 years ago
  49. 86fcef8 Don't use BoringLayout to display text that has paragraph-style markup. by Eric Fischer · 15 years ago
  50. d7660cc Fix 2058938. As zoom control is uesd in overview mode to switch to reading by Grace Kloba · 15 years ago
  51. 3d03707 Add new calendar database columns; do not merge (cherry-picked 1fa64) by Ken Shirriff · 15 years ago
  52. 20ea6ce Change get/set IsSyncable() methods to static. Add isUserFacing flag to SyncAdapterType. Update api file. by Jim Miller · 15 years ago
  53. d871167 Merge change 21581 into eclair by Android (Google) Code Review · 15 years ago
  54. 25a5d3d Fix CDMA to startup/shutdown based on apn en/disab by Robert Greenwalt · 15 years ago
  55. f5e6a21 Merge change 21572 into donut by Android (Google) Code Review · 15 years ago
  56. 718671b fix build breakage by Fred Quintana · 15 years ago
  57. 093918a Merge change 21549 into donut by Android (Google) Code Review · 15 years ago
  58. b95277e Add constants to adjust Vending input and output buffer sizes. by Jasperln · 15 years ago
  59. 4d399f7 Import revised translations. DO NOT MERGE by Eric Fischer · 15 years ago
  60. b5f93cd am 5e787c42: - add a "isSyncable" flag to a given account/authority pair that indicates whether or not syncs should be attempted for it. - add public methods to get and set this parameter by Fred Quintana · 15 years ago
  61. 5961918 am 76c830b2: Merge change 21540 into eclair by Romain Guy · 15 years ago
  62. 5e787c4 - add a "isSyncable" flag to a given account/authority pair that by Fred Quintana · 15 years ago
  63. 76c830b Merge change 21540 into eclair by Android (Google) Code Review · 15 years ago
  64. df01607 Fix listview clicks with the trackball. by Romain Guy · 15 years ago
  65. c678a93 Fix issue #2056585: applications can put phone in inconsistent state wrt airplane mode by Dianne Hackborn · 15 years ago
  66. 13e934d am 921831b4: Merge change 21522 into eclair by Dan Murphy · 15 years ago
  67. 921831b Merge change 21522 into eclair by Android (Google) Code Review · 15 years ago
  68. c9f4eaf Dock changes:Docking station intents by Dan Murphy · 15 years ago
  69. 160e4fa am 1a797546: Merge change 21380 into eclair by Dianne Hackborn · 15 years ago
  70. 1a79754 Merge change 21380 into eclair by Android (Google) Code Review · 15 years ago
  71. cfa419b Correct comments for startSearch in Activity and SearchManager to explain by Mike LeBeau · 15 years ago
  72. 7522936 am 54ba86f0: Merge change 21512 into eclair by Romain Guy · 15 years ago
  73. 54ba86f Merge change 21512 into eclair by Android (Google) Code Review · 15 years ago
  74. 32b72f7 am fd0d6275: Fix ExpandableListView context menus when has header views. by Jeff Sharkey · 15 years ago
  75. 4a10355 am 7d68dae9: Merge change 21494 into eclair by Amith Yamasani · 15 years ago
  76. 78eab1b am 86192c61: Merge change 21442 into eclair by Grace Kloba · 15 years ago
  77. 7341d7a More work on wallpapers. by Dianne Hackborn · 15 years ago
  78. dd753ae Honor the clickable and enabled properties in ListView. by Romain Guy · 15 years ago
  79. fd0d627 Fix ExpandableListView context menus when has header views. by Jeff Sharkey · 15 years ago
  80. 7d68dae Merge change 21494 into eclair by Android (Google) Code Review · 15 years ago
  81. 86192c6 Merge change 21442 into eclair by Android (Google) Code Review · 15 years ago
  82. d034856 Allow animation styles to be applied to popup windows. by Amith Yamasani · 15 years ago
  83. 106278c Merge change 21432 into eclair by Android (Google) Code Review · 15 years ago
  84. bdf0259 am 403d7ac7: Bring back SHOULD_SYNC flag so sync groups can be edited. by Jeff Sharkey · 15 years ago
  85. 403d7ac Bring back SHOULD_SYNC flag so sync groups can be edited. by Jeff Sharkey · 15 years ago
  86. dbdad99 Fix a cookie bug. If "secure" is in the end of the string, it was ignored. by Grace Kloba · 15 years ago
  87. ffd0cb04 do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from master branch by Fred Quintana · 15 years ago
  88. 3710f39 - changed removeAccount() to be handled by the AccountAuthenticator and to return a boolean by Fred Quintana · 15 years ago
  89. 64e0dbc am c650bf58: Get rid of Settings.getJIDResource(), which really should live in GTalkService. Add API to store the JID resource in IM provider settings. by Wei Huang · 15 years ago
  90. c650bf5 Get rid of Settings.getJIDResource(), which really should live in GTalkService. Add API to store the JID resource in IM provider settings. by Wei Huang · 15 years ago
  91. 613ad4b am adb4a72d: Merge change 21364 into eclair by Dmitri Plotnikov · 15 years ago
  92. adb4a72 Merge change 21364 into eclair by Android (Google) Code Review · 15 years ago
  93. bb92af9 Moving contacts-specific strings to donottranslate files. by Dmitri Plotnikov · 15 years ago
  94. 9f5eadd Unhide the broadcast intent that signals completion of the TTS language by Jean-Michel Trivi · 15 years ago
  95. f58ffac Hide the title bar when zoomed in. by Leon Scroggins · 15 years ago
  96. c392af2 Hide the title bar when zoomed in. by Leon Scroggins · 15 years ago
  97. cd5109a am a8dfe24d: Adds the ability to configure the mock Geolocation service from DumpRenderTree. by Steve Block · 15 years ago
  98. a8dfe24d Adds the ability to configure the mock Geolocation service from DumpRenderTree. by Steve Block · 15 years ago
  99. 6327ef8 am 68e53004: The local loaders assume the url given to them is decoded. by Patrick Scott · 15 years ago
  100. 68e5300 The local loaders assume the url given to them is decoded. by Patrick Scott · 15 years ago