1. 5140141 DrawableContainer was not respecting the value returned by Drawable.getPadding(Rect). by Romain Guy · 15 years ago
  2. 113eaa5 Merge change 8131 into donut by Android (Google) Code Review · 15 years ago
  3. aa0e47c Merge change 8179 into donut by Android (Google) Code Review · 15 years ago
  4. 7f4c2ea Fix SQL generated by updateWithOnConflict() by Bjorn Bringert · 15 years ago
  5. dfca0ee Merge change 8082 into donut by Android (Google) Code Review · 15 years ago
  6. 9fc20b0 Merge change 8126 into donut by Android (Google) Code Review · 15 years ago
  7. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 15 years ago
  8. 7c94cea Merge change 8130 into donut by Android (Google) Code Review · 15 years ago
  9. d0bff15 Fix android.core.FileTest#testFile: add sdcard write permission to test. by Brett Chabot · 15 years ago
  10. d702c35 Increase the volume of the AudioTrack instance used for the speech synthesis. by Jean-Michel Trivi · 15 years ago
  11. 38ed7d77 * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  12. fe6f45c Merge change 8098 into donut by Android (Google) Code Review · 15 years ago
  13. 74cb705 Merge change 8121 into donut by Android (Google) Code Review · 15 years ago
  14. 9bc9fa1 Fixes #1818201. Do not attempt to display the popup until after the first layout. by Romain Guy · 15 years ago
  15. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  16. 7e71fb2 Merge change 8111 into donut by Android (Google) Code Review · 15 years ago
  17. 43f8d2e Merge change 8106 into donut by Android (Google) Code Review · 15 years ago
  18. ec0a12c Don't start search from a dialog if there is no activity associated with by Karl Rosaen · 15 years ago
  19. 3e39175 Add note to Intent.fillIn javadoc to describe component copying behavior. by Brett Chabot · 15 years ago
  20. 24988b3 Cleanup the old keystore APIs. by Chung-yih Wang · 15 years ago
  21. 841ed85 Merge change 8073 into donut by Android (Google) Code Review · 15 years ago
  22. 22726cf Return error codes for storing the key/cert in addPkcs12Keystore() by Chung-yih Wang · 15 years ago
  23. cee3bd4 Reset the speech synth singleton to null when the service is destroyed by Jean-Michel Trivi · 15 years ago
  24. 8ece344 Merge change 8061 into donut by Android (Google) Code Review · 15 years ago
  25. bb22192 Throw a connecting exception when timed out. by Hung-ying Tyan · 15 years ago
  26. db7db69 Merge snapshot variant of donut back into main tree by Jean-Baptiste Queru · 15 years ago
  27. 2c25fac Merge change 8036 into donut by Android (Google) Code Review · 15 years ago
  28. 69fff4a * Disable compatibility mode for all cases. by Mitsuru Oshima · 15 years ago
  29. cf4550c donut snapshot by Jean-Baptiste Queru · 15 years ago
  30. 6fb608e Merge change 7854 into donut by Android (Google) Code Review · 15 years ago
  31. 69a841a Merge change 8026 into donut by Android (Google) Code Review · 15 years ago
  32. a73d5cd Make sure the speech synthesizer proxy is a singleton in the TTS service. by Jean-Michel Trivi · 15 years ago
  33. da57856 Add logging to help track down intermittent bug by Dave Sparks · 15 years ago
  34. eb1eab1 Remove unused search dialog layout files. by Mike LeBeau · 15 years ago
  35. 1126aad Revert the setLanguage() call to its previous implementation as by Jean-Michel Trivi · 15 years ago
  36. 2a1aa6a Merge change 7970 into donut by Android (Google) Code Review · 15 years ago
  37. ef1a92a Merge change 7961 into donut by Android (Google) Code Review · 15 years ago
  38. d4fb7a0 Define a broadcast intent for the web search provider changing. Unhide by Mike LeBeau · 15 years ago
  39. 890231f Merge change 7934 into donut by Android (Google) Code Review · 15 years ago
  40. 131234c Unhide new SearchManager APIs for Donut. by Mike LeBeau · 15 years ago
  41. 3b5449e Merge change 7862 into donut by Android (Google) Code Review · 15 years ago
  42. 732140c Merge change 7948 into donut by Android (Google) Code Review · 15 years ago
  43. 592f1a6 Merge change 7933 into donut by Android (Google) Code Review · 15 years ago
  44. 1aa1a15 Merge change 7959 into donut by Android (Google) Code Review · 15 years ago
  45. 5e11a6a Prevent the setLanguage() method in TextToSpeech to change the language by Jean-Michel Trivi · 15 years ago
  46. c1889da Adding WRITE_EXTRENAL_STORAGE permission in AndroidManifest.xml file. by Swarna Kumar · 15 years ago
  47. b42c3a5 Fix the build by Yu Shan Emily Lau · 15 years ago
  48. c1f2836 Fix updates from read-only calendar. by Ken Shirriff · 15 years ago
  49. ff851a1 Merge change 7917 into donut by Android (Google) Code Review · 15 years ago
  50. 873eb57 Added the vpn unit test template. by Yu Shan Emily Lau · 15 years ago
  51. 2acbec4 Merge change 7941 into donut by Android (Google) Code Review · 15 years ago
  52. 5d22f9b add comment to illuminate why we only dismiss the dialog when launching an intent for in app search by Karl Rosaen · 15 years ago
  53. 9ff71d3 Merge change 7940 into donut by Android (Google) Code Review · 15 years ago
  54. 876627d whoops, still need to dismiss when launching an intent for in-app search by Karl Rosaen · 15 years ago
  55. d5b6b4b Merge change 7903 into donut by Android (Google) Code Review · 15 years ago
  56. ea52d29 Fix back key handling for search dialog. by Karl Rosaen · 15 years ago
  57. d2967e2 * Don't clip the display if LAYOUT_NO_LIMITS is specified (as with PhoneWindowmanager does) by Mitsuru Oshima · 15 years ago
  58. 51cefb2 Merge change 7889 into donut by Android (Google) Code Review · 15 years ago
  59. 3f7e35c Bluetooth at command tracking. by Amith Yamasani · 15 years ago
  60. 5f6133a Merge change 7833 into donut by Android (Google) Code Review · 15 years ago
  61. 00a5b99 Ignore unneeded soft keyboard in ACTV height calc by Bjorn Bringert · 15 years ago
  62. 8b9baf2 Merge change 7857 into donut by Android (Google) Code Review · 15 years ago
  63. da3003e Remove exception throw when a view has a self dependency inside a by Romain Guy · 15 years ago
  64. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  65. 5c536e9 Merge change 7840 into donut by Android (Google) Code Review · 15 years ago
  66. 9fdbf6a Issue #1884058 (Need to only record frequency and duration for selected Google apps) by Dianne Hackborn · 15 years ago
  67. 2c53de6 Stop a daemon before starting it by Hung-ying Tyan · 15 years ago
  68. 2784ff0 Fix issue where scaled bitmap sizes could be wrong. by Dianne Hackborn · 15 years ago
  69. a8d5644 Merge change 7726 into donut by Android (Google) Code Review · 15 years ago
  70. 342c329 Fixing the random audio mangling problem (TTS becomes incomprehensibly fast) by Charles Chen · 15 years ago
  71. 4b897aa Merge change 7829 into donut by Android (Google) Code Review · 15 years ago
  72. b79370a Making sure that there are no calls made to the native TTS by Charles Chen · 15 years ago
  73. 39846e6 Merge change 7819 into donut by Android (Google) Code Review · 15 years ago
  74. 000c3ff Fix NullPointer in VpnServiceBinder.checkStatus(). by Hung-ying Tyan · 15 years ago
  75. 931b0a7 Merge change 7811 into donut by Android (Google) Code Review · 15 years ago
  76. 8b86da8 Remove obsolete playBuffer() method from the text-to-speech SynthProxy class. by Jean-Michel Trivi · 15 years ago
  77. aad0fcc Merge change 7783 into donut by Android (Google) Code Review · 15 years ago
  78. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 15 years ago
  79. 22eef5d Merge change 7753 into donut by Android (Google) Code Review · 15 years ago
  80. 261a784 Merge change 7720 into donut by Android (Google) Code Review · 15 years ago
  81. cf492af Merge change 6809 into donut by Android (Google) Code Review · 15 years ago
  82. 1f6c72b Add a delay before collecting memory information by Guang Zhu · 15 years ago
  83. fd6e482 Fix issue 1985479 lots of backup NPEs. by Eric Laurent · 15 years ago
  84. 4bac5a3 Fix global ref leak in android.media.AudioRecord. Delete global refs by Jean-Michel Trivi · 15 years ago
  85. e96bd12 Merge change 7707 into donut by Android (Google) Code Review · 15 years ago
  86. 09a903a Merge change 7696 into donut by Android (Google) Code Review · 15 years ago
  87. 41f338c Merge change 7511 into donut by Android (Google) Code Review · 15 years ago
  88. c9c119e Support addPkcs12Keystore function in CertTool library. by Chung-yih Wang · 15 years ago
  89. 474b0f2 Merge change 7686 into donut by Android (Google) Code Review · 15 years ago
  90. 34bf2ee * scale surface view's canvas by Mitsuru Oshima · 15 years ago
  91. 54f0910 Merge change 7613 into donut by Android (Google) Code Review · 15 years ago
  92. 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 15 years ago
  93. 0e230c5 Merge change 7688 into donut by Android (Google) Code Review · 15 years ago
  94. dfefa3e Copy cached drawables in search dialog. by Bjorn Bringert · 15 years ago
  95. 1b22b97 add hidden Options field for native allocations by Mike Reed · 15 years ago
  96. bdc0e82 MediaScanner: Add check for null object in empty title handling code. by Mike Lockwood · 15 years ago
  97. 19e53f7 Delete global ref to the weak reference to the SynthProxy in the by Jean-Michel Trivi · 15 years ago
  98. f32f746 Merge change 7645 into donut by Android (Google) Code Review · 15 years ago
  99. 3e522c4 Merge change 7498 into donut by Android (Google) Code Review · 15 years ago
  100. ffe3ecf Make the SearchDialog's AutoCompleteTextView dropdown respect the by Mike LeBeau · 15 years ago