1. dd9b82c Add better service reporting. by Dianne Hackborn · 15 years ago
  2. b00fc73 Merge change 23760 into eclair by Android (Google) Code Review · 15 years ago
  3. fbd9b87 Merge change 23807 into eclair by Android (Google) Code Review · 15 years ago
  4. 704a488 Merge change 23833 into eclair by Android (Google) Code Review · 15 years ago
  5. 0236e67 Attach the title bar to the top of the page. by Leon Scroggins · 15 years ago
  6. 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
  7. 70fc625 Merge change 23828 into eclair by Android (Google) Code Review · 15 years ago
  8. 4d6fe5f allow subclassing for drawing vertical scrollbar, so that clients (e.g. webview) can resize/position by Mike Reed · 15 years ago
  9. 435b8a3 New, darker tab widgets for the platform. by Daniel Sandler · 15 years ago
  10. 505cbb4 Merge change 23811 into eclair by Android (Google) Code Review · 15 years ago
  11. b84138c Merge change 23806 into eclair by Android (Google) Code Review · 15 years ago
  12. 0824096 Fix http://b/issue?id=2096107 (cosmetic issue for menus in WVGA) by Daniel Sandler · 15 years ago
  13. c42c0dd Fix the registration of the package changes broadcast receiver. by Jeff Hamilton · 15 years ago
  14. 4afcd2e Handle security exception when Geolocation registers with system location service in DumpRenderTree. by Steve Block · 15 years ago
  15. 85644d7 Really fix issue #:2097189 can't set custom wallpaper by Dianne Hackborn · 15 years ago
  16. 0c36a51 Add private API for data with presence. by Jeff Sharkey · 15 years ago
  17. 5e802fb Fix issue #2097189: can't set custom wallpaper by Dianne Hackborn · 15 years ago
  18. fb16e5c Merge change 23607 into eclair by Android (Google) Code Review · 15 years ago
  19. ceb7979 [Issue 2087123] Suppressing all exception when trying to load a photo for the in-call UI by Dmitri Plotnikov · 15 years ago
  20. 840c3a2 Fix deadlock in wallpaper. by Dianne Hackborn · 15 years ago
  21. 78c951b Merge change 23704 into eclair by Android (Google) Code Review · 15 years ago
  22. a34f1ad Fiddle system boot ordering. by Dianne Hackborn · 15 years ago
  23. ea6fca8 fix doc by Christian Sonntag · 15 years ago
  24. 75f1d43 Merge change 23738 into eclair by Android (Google) Code Review · 15 years ago
  25. a9b1a7f fix doc by Christian Sonntag · 15 years ago
  26. 14de088 Merge change 23698 into eclair by Android (Google) Code Review · 15 years ago
  27. f6ca7fa Merge change 23690 into eclair by Android (Google) Code Review · 15 years ago
  28. 010bed7 Merge change 23723 into eclair by Android (Google) Code Review · 15 years ago
  29. ef92e7a Prevent a crash when webkit changes the selection. by Leon Scroggins · 15 years ago
  30. 23db173 Merge change 23717 into eclair by Android (Google) Code Review · 15 years ago
  31. 8303158 Get drawable directory for the platform buttons. by Grace Kloba · 15 years ago
  32. 32f5890 Make new attribute EXTRA_CHANGED_COMPONENT_NAME in by Suchi Amalapurapu · 15 years ago
  33. d4c1baf Merge change 23646 into eclair by Android (Google) Code Review · 15 years ago
  34. 4f9cfc5 suppress syncs until boot is complete by Fred Quintana · 15 years ago
  35. 04e1faf Merge change 23669 into eclair by Android (Google) Code Review · 15 years ago
  36. a010ef4 Cleaner way to fix the -1 count problem (and removing an Eclipse warning along the way). by Cedric Beust · 15 years ago
  37. 682e30a Merge change 23667 into eclair by Android (Google) Code Review · 15 years ago
  38. 6f4a8a5 Fix the -1 unread count bug. by Cedric Beust · 15 years ago
  39. 8ecd2ae Merge change 23548 into eclair by Android (Google) Code Review · 15 years ago
  40. 0a29985 Merge change 23643 into eclair by Android (Google) Code Review · 15 years ago
  41. beea269 Merge change 23323 into eclair by Android (Google) Code Review · 15 years ago
  42. 0214e94 For intent ACTION_PACKAGE_CHANGED, there could be a lot of broadcasts related to enabling/disabling by Suchi Amalapurapu · 15 years ago
  43. b623a7c Don't crash when a user taps on a fast track trigger that isn't hooked up to a contact. by Jeff Hamilton · 15 years ago
  44. 71c3c78 Immediately destroy BluetoothSocket's on close(). by Nick Pelly · 15 years ago
  45. 66c70e1 Merge change 23529 into eclair by Android (Google) Code Review · 15 years ago
  46. 82b43d4 Merge change 23631 into eclair by Android (Google) Code Review · 15 years ago
  47. 62d95ea Add APANIC kernel logging to CheckinService. by Christian Sonntag · 15 years ago
  48. bb54f93 Merge change 23527 into eclair by Android (Google) Code Review · 15 years ago
  49. 1c63293 Fix SDK build breakage. by Wu-cheng Li · 15 years ago
  50. 7e207af Reject (NAK) CDMA SMS with unknown teleservice ids. by Tammo Spalink · 15 years ago
  51. 9b6a8ab Add camera parameters constants and methods. by Wu-cheng Li · 15 years ago
  52. 5e1ab33 Expand apps' control over the settings restore process by Christopher Tate · 15 years ago
  53. c937b5c Merge change 23463 into eclair by Android (Google) Code Review · 15 years ago
  54. 176c3d6 Wait for HCI to come up if getting the adapter path fails. by Jaikumar Ganesh · 15 years ago
  55. 04f6da35 Merge change 23376 into eclair by Android (Google) Code Review · 15 years ago
  56. 5b46247 Fix some sign in errors. by jsh · 15 years ago
  57. b5759b5 Adding a convenience method to resolve contact lookup URI to a regular content URI by Dmitri Plotnikov · 15 years ago
  58. 513069c Make a path constant by Tom Taylor · 15 years ago
  59. c87d252 Make it an error to use a bare apostrophe in aapt, and adjust warnings/errors. by Eric Fischer · 15 years ago
  60. 9217c45 When we destroy a WebView, RESUME_TIMERS/PAUSE_TIMERS may be still in the queue. by Grace Kloba · 15 years ago
  61. 485e6dc Merge change 23462 into eclair by Android (Google) Code Review · 15 years ago
  62. efa1dd7 Add Bluetooth Device trust by Lixin Yue · 15 years ago
  63. a01726a Some fixes to SMS processing in the framework. by jsh · 15 years ago
  64. 394c92e Merge change 23461 into eclair by Android (Google) Code Review · 15 years ago
  65. 6ff270f Merge change 23474 into eclair by Android (Google) Code Review · 15 years ago
  66. d31825c Merge change 23403 into eclair by Android (Google) Code Review · 15 years ago
  67. b3c4998 Mimetypes in ContactsProvider2 shouldn't overlap with those in ContactsProvider by Evan Millar · 15 years ago
  68. 600bdd8 Breaking sleep after yield into small quanta. by Dmitri Plotnikov · 15 years ago
  69. 0c91f5a Merge change 23464 into eclair by Android (Google) Code Review · 15 years ago
  70. f6aa42f Create new hdpi versions of 1x data statusbar icons. by Daniel Sandler · 15 years ago
  71. b7559e0 am 56205fea: Merge change 23345 into donut by Eric Fischer · 15 years ago
  72. 3025ef3 Various infrastructure to support a running services UI. by Dianne Hackborn · 15 years ago
  73. 46c1582 Merge change 23105 into eclair by Android (Google) Code Review · 15 years ago
  74. 4e05928 Fix issue 2077333: The volume key will effect both ring and media vol at the same time. by Eric Laurent · 15 years ago
  75. a82e99a Fix an emoji-measuring bug that caused an exception when editing a contact. by Eric Fischer · 15 years ago
  76. 169ae05 Merge change 23439 into eclair by Android (Google) Code Review · 15 years ago
  77. 4e441b7 if exception getMessage() is null, don't add it to the error by Cary Clark · 15 years ago
  78. 5e2a385 Merge change 23395 into eclair by Android (Google) Code Review · 15 years ago
  79. 05a6f3c Merge change 23434 into eclair by Android (Google) Code Review · 15 years ago
  80. 447811c Fix a docs comment to match the parameter name. by Patrick Scott · 15 years ago
  81. 278ce05 accelerate consecutive flings by Cary Clark · 15 years ago
  82. 05c9ed9 Fix the documentation for onReceivedError. by Patrick Scott · 15 years ago
  83. 0c63711 Merge change 23427 into eclair by Android (Google) Code Review · 15 years ago
  84. b599315 Moves GoogleLocationSettingManager to its correct location. by Steve Block · 15 years ago
  85. 34b6a27 Merge change 23375 into eclair by Android (Google) Code Review · 15 years ago
  86. ef32ee3 When we get 304 and switch to cacheLoader, need to set mFromCache to be true. by Grace Kloba · 15 years ago
  87. f892fb3 - don't schedule syncs that we will never dispatch by Fred Quintana · 15 years ago
  88. 0f44220 Merge change 23381 into eclair by Android (Google) Code Review · 15 years ago
  89. 6198ae8 Prevent ListView from scrolling/flinging its content when the content fits on screen. by Romain Guy · 15 years ago
  90. ad82219 Merge change 23380 into eclair by Android (Google) Code Review · 15 years ago
  91. 106006c Change util_texSubImage2D to call glCompressedTexImage2D correctly. by Jack Palevich · 15 years ago
  92. fcb1432 re-enable cancelation of the sync thread upon receipt of ISyncAdapter.cancelSync() by Fred Quintana · 15 years ago
  93. ec5d9fb Merge change 23370 into eclair by Android (Google) Code Review · 15 years ago
  94. c58b611 Revert "- don't schedule syncs that we will never dispatch" by Fred Quintana · 15 years ago
  95. c91ad28 Merge change 23218 into eclair by Android (Google) Code Review · 15 years ago
  96. 450ff8a Merge change 23357 into eclair by Android (Google) Code Review · 15 years ago
  97. c81c439 Fix double-free problem in EmojiFactory. by Daisuke Miyakawa · 15 years ago
  98. f66e2e2 Merge change 23344 into eclair by Android (Google) Code Review · 15 years ago
  99. cedcb13 Merge change 23343 into eclair by Android (Google) Code Review · 15 years ago
  100. f75c94f Make vCard composer handle null of Photo entry correctly. by Daisuke Miyakawa · 15 years ago