1. 5be61f5 Make removeOnAccountsUpdateListener cope with null handlers. by Bryan Mawhinney · 15 years ago
  2. 23703f1 Merge change 26732 into eclair by Android (Google) Code Review · 15 years ago
  3. 63697af Generalize DELAY_STARRED_UPDATE location. by Jeff Sharkey · 15 years ago
  4. 26d48eb Add Groups query parameters for delaying STARRED update. by Jeff Sharkey · 15 years ago
  5. f259901 Merge change 26794 into eclair by Android (Google) Code Review · 15 years ago
  6. 7d2795c Really fix the build. by Jeff Hamilton · 15 years ago
  7. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 15 years ago
  8. f11cc96 Merge change 26793 into eclair by Android (Google) Code Review · 15 years ago
  9. ea09a5b Merge change 26791 into eclair by Android (Google) Code Review · 15 years ago
  10. 3436eb8 Merge change 26129 into eclair by Android (Google) Code Review · 15 years ago
  11. b559780 keystore: remove old implementation and test. by Chia-chi Yeh · 15 years ago
  12. 8c596c6 KeyStore: remove classes used by old keystore. by Chia-chi Yeh · 15 years ago
  13. f1ece5d KeyStore: return null when response code indicates an error. by Chia-chi Yeh · 15 years ago
  14. 0c23212 Re-hide the contacts APIs, the droiddoc build is failing. by Jeff Hamilton · 15 years ago
  15. 3cc97f8 Add Phone.getPhoneType() operation. by Tammo Spalink · 15 years ago
  16. 46a41e0 Merge change 26786 into eclair by Android (Google) Code Review · 15 years ago
  17. ec05c46 Remove old keystore and related files. by Hung-ying Tyan · 15 years ago
  18. 7c5c607 Merge change 26640 into eclair by Android (Google) Code Review · 15 years ago
  19. b89cfb0 Merge change 26566 into eclair by Android (Google) Code Review · 15 years ago
  20. 63e118e Merge change 26776 into eclair by Android (Google) Code Review · 15 years ago
  21. af8e23f Conditionalized CDMA-specific test. by Tammo Spalink · 15 years ago
  22. e2d034c wallpaper: don't erase the background, just to repaint over it. saves 1.7 ms on some hardware by Mathias Agopian · 15 years ago
  23. 85abdc5 Make the new ContactsContract public. by Jeff Hamilton · 15 years ago
  24. da35111 Merge changes 26766,26767 into eclair by Android (Google) Code Review · 15 years ago
  25. cc93476 turn dithering off if it's not needed by Mathias Agopian · 15 years ago
  26. 3b805d57 Merge change 26616 into eclair by Android (Google) Code Review · 15 years ago
  27. 44cac13 fix [2142193] disable GL_LINEAR when not needed by Mathias Agopian · 15 years ago
  28. 8434c53 the boot animation is back! it broke in a recent check-in by Mathias Agopian · 15 years ago
  29. 769de37 Merge change 26752 into eclair by Android (Google) Code Review · 15 years ago
  30. 826653d Fix 2105956: The nine patch markers for one of the zoom buttons were reversed by Mike Cleron · 15 years ago
  31. de26b54b Make ContactStruct explicitly set RawContacts.ACCOUNT_NAME and RawContacts.ACCOUNT_TYPE to null. by Daisuke Miyakawa · 15 years ago
  32. 78cf04f Support IPv6 literal URLs, e.g., http://[2001:4860:b004::68]/ as per RFC 3896 by Lorenzo Colitti · 15 years ago
  33. 880aaa7 Merge change 26730 into eclair by Android (Google) Code Review · 15 years ago
  34. 67e42b0 Fix 2132058: Tweak hdpi textfield assets so they align with buttons by Mike Cleron · 15 years ago
  35. a300712 Merge change 26728 into eclair by Android (Google) Code Review · 15 years ago
  36. 9ac2c66 Make the renderscript timing logging available by setting debug.rs.profile=1 by Joe Onorato · 15 years ago
  37. b5501d0 Merge change 26719 into eclair by Android (Google) Code Review · 15 years ago
  38. b4d5a72 fix simulator build by Mathias Agopian · 15 years ago
  39. ce60514 Merge change 26717 into eclair by Android (Google) Code Review · 15 years ago
  40. 6e35b50 Merge change 26715 into eclair by Android (Google) Code Review · 15 years ago
  41. 5baba16 Newer animations. by Dianne Hackborn · 15 years ago
  42. 2e4b68d fix [2133214] STOPSHIP: revert I4a06bb4f: workaround for [2113743] Sholes: frozen then runtime restart going to list view by Mathias Agopian · 15 years ago
  43. 2cca29a Merge change 26711 into eclair by Android (Google) Code Review · 15 years ago
  44. e21167a Fix widget stopListening NPE. by Ken Shirriff · 15 years ago
  45. e6bea60 Change setRotation documentaion. by Wu-cheng Li · 15 years ago
  46. 56a92e3 Add density support to layoutlib so that bitmap are scaled if needed. by Xavier Ducrohet · 15 years ago
  47. 8799b96e Merge change 26314 into eclair by Android (Google) Code Review · 15 years ago
  48. 50c05f3 Delay broadcasting ACCOUNTS_CHANGED until we're certain AndroidId is ready. by Jim Miller · 15 years ago
  49. 8f1e598 Merge change 26653 into eclair by Android (Google) Code Review · 15 years ago
  50. 60b69cd Merge change 26691 into eclair by Android (Google) Code Review · 15 years ago
  51. bc72611 fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain) by Mathias Agopian · 15 years ago
  52. 9d31e1b Merge change 26686 into eclair by Android (Google) Code Review · 15 years ago
  53. a52b4d7 Fix broken build. by Dianne Hackborn · 15 years ago
  54. 311ed01 Merge change 26679 into eclair by Android (Google) Code Review · 15 years ago
  55. a8fecb8 Create samples showing how to call OpenGL from JNI libraries. by Jack Palevich · 15 years ago
  56. de0dfb7 Fix issue #2125720 Weather Forecast Widget - graphics do not scale by Dianne Hackborn · 15 years ago
  57. 5dd7c72 Merge change 26667 into eclair by Android (Google) Code Review · 15 years ago
  58. ebfb436 Add raster object to control point and line params. Add flag to force SW rendering. by Jason Sams · 15 years ago
  59. f017167 Merge change 25794 into eclair by Android (Google) Code Review · 15 years ago
  60. b34a3a0 Remove the GDD Gservices setting. by Sanjay Jeyakumar · 15 years ago
  61. 193a626 Merge change 26537 into eclair by Android (Google) Code Review · 15 years ago
  62. 600dde0 make the SyncManager listen for backgroun data setting changes and do a sync when the setting is enabled by Fred Quintana · 15 years ago
  63. 37703b6 invalidate the webview after pressing the IME 'next' button by Cary Clark · 15 years ago
  64. bdeccbba Merge change 26623 into eclair by Android (Google) Code Review · 15 years ago
  65. 3f2c70f Merge change 26627 into eclair by Android (Google) Code Review · 15 years ago
  66. 7475be4 Merge change 26636 into eclair by Android (Google) Code Review · 15 years ago
  67. 830207c Merge change 25635 into eclair by Android (Google) Code Review · 15 years ago
  68. 3136d4b Merge change 26635 into eclair by Android (Google) Code Review · 15 years ago
  69. b8a9f12 Fix #2101821: Cut labels of menu items in "SnapTell" market app. by Dianne Hackborn · 15 years ago
  70. 6d18116 Merge change 26615 into eclair by Android (Google) Code Review · 15 years ago
  71. 00c575a Add new thumbnail API. by Ray Chen · 15 years ago
  72. fcc3ccb Added tool to generate application-specific reports from class load profiling data. Generated new profiling data. Deleted old data. Generated new preloaded-classes file. by Bob Lee · 15 years ago
  73. ea96d1e Provide a getter to access the width of the HTML document. by Leon Scroggins · 15 years ago
  74. 9d12fdb Merge change 26625 into eclair by Android (Google) Code Review · 15 years ago
  75. c025b43 Convert instances of px in default UI styles to dip. by Daniel Sandler · 15 years ago
  76. e613468 fbDev wasn't initialized of hw_get_module failed, but was then used anyway. by Marco Nelissen · 15 years ago
  77. 2a237a9 Fix http://b/2139600 (expander indicators misaligned). by Daniel Sandler · 15 years ago
  78. 78a5b81 add hashCode() and equals() to Rfc822Token, as well as a convenience tokenizer method to Rfc822Tokenizer, as part of a calendar guest bugfix. by Debajit Ghosh · 15 years ago
  79. 0acf9a5 Merge change 26539 into eclair by Android (Google) Code Review · 15 years ago
  80. b06c9a8 Merge change 26579 into eclair by Android (Google) Code Review · 15 years ago
  81. b82665e don't allow min scale to go to infinity by Cary Clark · 15 years ago
  82. c28e3a6 Merge change 26595 into eclair by Android (Google) Code Review · 15 years ago
  83. d588cb7 add definition for Mms.TempStorage content uri and filename. by Wei Huang · 15 years ago
  84. d4c00a1 Merge change 26590 into eclair by Android (Google) Code Review · 15 years ago
  85. dbce92a Merge change 26587 into eclair by Android (Google) Code Review · 15 years ago
  86. 3dba1e4 Move destroying the web view to the WVC thread (previously it was on the UI thread) by Ben Murdoch · 15 years ago
  87. 37df6a8 In calcOurContentVisibleRect, account for the visible title bar. by Leon Scroggins · 15 years ago
  88. 077357c Back button in search always goes back or closes search by Bjorn Bringert · 15 years ago
  89. c413d54 Merge change 26573 into eclair by Android (Google) Code Review · 15 years ago
  90. fed534e Fix bug where onStartCommand() was never called with a null intent. by Dianne Hackborn · 15 years ago
  91. ecaf00e DO NOT MERGE: Copy 4.xml to 5.xml to allow Eclair to diverge from Donut. by Jesse Wilson · 15 years ago
  92. d2cd946 Suppress warning around old vcard code. by Daisuke Miyakawa · 15 years ago
  93. c32897a Suppress Performance log emitted by vCard importer. by Daisuke Miyakawa · 15 years ago
  94. 3559c14 Merge change 26549 into eclair by Android (Google) Code Review · 15 years ago
  95. a1dfa7f Merge change 26550 into eclair by Android (Google) Code Review · 15 years ago
  96. 4093086 fix bug 2134367: failing phone number compare test. by Wei Huang · 15 years ago
  97. 7a9e2f2 Add Website.TYPE information. by Daisuke Miyakawa · 15 years ago
  98. be3bceb fix the logic for starting a sync after the accounts changed by Fred Quintana · 15 years ago
  99. 39cd36e Add density value to density enum. by Xavier Ducrohet · 15 years ago
  100. 3de0702 Merge change 26456 into eclair by Android (Google) Code Review · 15 years ago