1. 79dbf7c Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  2. 38710f4 Make ZoomButtonsController public. by Jack Palevich · 16 years ago
  3. f5e6a21 Merge change 21572 into donut by Android (Google) Code Review · 16 years ago
  4. 093918a Merge change 21549 into donut by Android (Google) Code Review · 16 years ago
  5. b95277e Add constants to adjust Vending input and output buffer sizes. by Jasperln · 16 years ago
  6. 4d399f7 Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  7. c678a93 Fix issue #2056585: applications can put phone in inconsistent state wrt airplane mode by Dianne Hackborn · 16 years ago
  8. cfa419b Correct comments for startSearch in Activity and SearchManager to explain by Mike LeBeau · 16 years ago
  9. 9f5eadd Unhide the broadcast intent that signals completion of the TTS language by Jean-Michel Trivi · 16 years ago
  10. ba52b3e Merge change 21149 into donut by Android (Google) Code Review · 16 years ago
  11. 71d4b28 DOCS ONLY. by Scott Main · 16 years ago
  12. 4431a06 Merge change 21055 into donut by Android (Google) Code Review · 16 years ago
  13. 244c992 Lock in final resource identifiers. by Dianne Hackborn · 16 years ago
  14. c41dca1 Merge change 21045 into donut by Android (Google) Code Review · 16 years ago
  15. e4ad690 Last minute change: Replace default app icon with a prettier one - droid on a software box sort of thing. :) by Mike LeBeau · 16 years ago
  16. 370e1f7 Merge change 21038 into donut by Android (Google) Code Review · 16 years ago
  17. 840d0f5 Propagate info about whether a "call" command was issued in RecognitionResult. by Mike LeBeau · 16 years ago
  18. 6550076 Merge change 21025 into donut by Android (Google) Code Review · 16 years ago
  19. fe77ec8 The DONUT constant also needs to be updated to the official SDK version. by Dianne Hackborn · 16 years ago
  20. 4c85f13 Merge change 20869 into donut by Android (Google) Code Review · 16 years ago
  21. 4ebc4fb If no interpolator is specified for a progress bar in the theme, default to a LinearInterpolator. by Karl Rosaen · 16 years ago
  22. b854600 Merge change 20878 into donut by Android (Google) Code Review · 16 years ago
  23. 82e1ee9 Fix issue #2048263: More debugging information by Dianne Hackborn · 16 years ago
  24. eccd6fdd Merge change 20673 into donut by Android (Google) Code Review · 16 years ago
  25. 69e67a3 Fix bug 2043140. by Jean-Michel Trivi · 16 years ago
  26. b3fa108 Merge change 20768 into donut by Android (Google) Code Review · 16 years ago
  27. b504136 Docs only change: finish documentation of Android Quick Search Box related information in SearchManager. by Karl Rosaen · 16 years ago
  28. 802527c Merge change 20713 into donut by Android (Google) Code Review · 16 years ago
  29. c8ddd37 Merge change 20779 into donut by Android (Google) Code Review · 16 years ago
  30. 628e086 DO NOT MERGE. This is merged from master. by Grace Kloba · 16 years ago
  31. 2e93f65 Updated preloaded-classes file. by Bob Lee · 16 years ago
  32. abf4427 Fix NPE in SearchDialog (and thereby fix bug 2045398). by Karl Rosaen · 16 years ago
  33. 021fa3f Merge change 20665 into donut by Android (Google) Code Review · 16 years ago
  34. 8c91dd7 First update of SearchManager docs to reflect the new Donut Quick Search Box feature. by Mike LeBeau · 16 years ago
  35. 77a5d39 Fix bug 2022435. by Jean-Michel Trivi · 16 years ago
  36. e6034f6 Import revised translations. by Eric Fischer · 16 years ago
  37. b8560b6 Fix AppWidget layout inflation to resolve references. by Jeff Sharkey · 16 years ago
  38. a7a3b6e Dismiss both the soft keyboard and the search dialog on back if there is no text entered and no shortcuts are being obscured by the soft keyboard. by Karl Rosaen · 16 years ago
  39. e303d2c Send a special respond to the cursor in SuggestionsAdapter to tell it to by Mike LeBeau · 16 years ago
  40. 7e63789 android: cgroups: Don't switch threads >= nice 10 when moving all threads to default by San Mehat · 16 years ago
  41. bf70afa Do not merge by Andrei Popescu · 16 years ago
  42. d4543c5 Merge change 20108 into donut by Android (Google) Code Review · 16 years ago
  43. a02d0d6 Guard against remote process dying when retrieving column from cursor. by Karl Rosaen · 16 years ago
  44. 6942330 Remove the menu from the search dialog since there are a couple of issues with it we don't have time to fix for donut. by Karl Rosaen · 16 years ago
  45. 94e114c Moved Market related Checkin Stats enum to Events enum and merged by Tadashi G. Takaoka · 16 years ago
  46. cd54029 Merge change 9704 into donut by Android (Google) Code Review · 16 years ago
  47. c5e7fe3 Close the search dialog before starting voice search in all cases, i.e., by Mike LeBeau · 16 years ago
  48. 0e74f5a Guard against index out of bounds exception in lock pattern widget. by Karl Rosaen · 16 years ago
  49. 5452ec5 Merge abbreviated Russian month name fix over from cupcake. by Eric Fischer · 16 years ago
  50. b282b00 Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  51. 393c6df Merge Korean abbreviated date format fix from cupcake. by Eric Fischer · 16 years ago
  52. b8802b2 Merge change 9330 into donut by Android (Google) Code Review · 16 years ago
  53. 4c8db8a Fix #2025900. If a https request is canceled while openConnection is called by Grace Kloba · 16 years ago
  54. 3e58442 Merge change 9124 into donut by Android (Google) Code Review · 16 years ago
  55. c134c28 Merge change 9265 into donut by Android (Google) Code Review · 16 years ago
  56. f234842 Highlight IMEI-reading as part of READ_PHONE_STATE description by Christopher Tate · 16 years ago
  57. c2e0607 Tell the SearchManager to stopSearch before starting an in-app voice by Mike LeBeau · 16 years ago
  58. 6af2552 use safeUnref() since the other macro is not defined in donut by Mike Reed · 16 years ago
  59. 7299d6a Merge change 9159 into donut by Android (Google) Code Review · 16 years ago
  60. a04e555 check for null native objects, which never happens on a real subclass (we throw in that case) by Mike Reed · 16 years ago
  61. 83dba19 Fix in-app search shortcut icons by Bjorn Bringert · 16 years ago
  62. f888726 Fix a bug in ImageView: The drawing matrix is not updated when setImageMatrix is called. by Chih-Chung Chang · 16 years ago
  63. 25dff70 Merge change 9039 into donut by Android (Google) Code Review · 16 years ago
  64. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 16 years ago
  65. b91e2b02 Merge change 9073 into donut by Android (Google) Code Review · 16 years ago
  66. 5a7d752 Special-case search within the browser to not show the app icon by Mike LeBeau · 16 years ago
  67. 0cd6376 Fix issue #2018454: NullPointerException in ImageSpan constructor by Dianne Hackborn · 16 years ago
  68. 0067057 Merge change 9035 into donut by Android (Google) Code Review · 16 years ago
  69. 5d5cd17 Fix the TabWidget to display custom views for the tabs better when the tabs have different sizes. by Jack Veenstra · 16 years ago
  70. 3d716ed Merge change 9021 into donut by Android (Google) Code Review · 16 years ago
  71. 9953eb2 DO NOT MERGE - Fix CNAP-related NullPointerException by Wink Saville · 16 years ago
  72. ed06578 Fix bug 2017664 by Jean-Michel Trivi · 16 years ago
  73. 725d8ff Log uid and package name when launching intents from search by Bjorn Bringert · 16 years ago
  74. 9b91d78 Merge change 8911 into donut by Android (Google) Code Review · 16 years ago
  75. 4d4229e Merge change 8757 into donut by Android (Google) Code Review · 16 years ago
  76. a6ddc8a Fix issue #1999179: search -> click result -> press home = search dialog is shown then hidden by Dianne Hackborn · 16 years ago
  77. 159e1a9 Merge change 8883 into donut by Android (Google) Code Review · 16 years ago
  78. c87c4a3 fix [1973755] Surface.SURACE_FROZEN spelled SURACE_FROZEN by Mathias Agopian · 16 years ago
  79. a62f16a Merge change 8877 into donut by Android (Google) Code Review · 16 years ago
  80. e551dc7 Remove warning in non-eng builds. by Romain Guy · 16 years ago
  81. 6b46dc8 Merge change 8840 into donut by Android (Google) Code Review · 16 years ago
  82. 5420d01 Add padding to height of AutoCompleteTextView drop-down. by Bjorn Bringert · 16 years ago
  83. f0d83fd Merge change 8752 into donut by Android (Google) Code Review · 16 years ago
  84. 40c0de6 Merge change 8836 into donut by Android (Google) Code Review · 16 years ago
  85. f4acf39 Add menu with search settings to search dialog. by Bjorn Bringert · 16 years ago
  86. 50f05b8 Merge change 8825 into donut by Android (Google) Code Review · 16 years ago
  87. d10a576 Fixes 2017393. Correctly apply gravity in RelativeLayout. by Romain Guy · 16 years ago
  88. c6590d6 Merge change 8759 into donut by Android (Google) Code Review · 16 years ago
  89. 1dd6936 Merge change 8728 into donut by Android (Google) Code Review · 16 years ago
  90. 261e66a Fix resource code and version attributes by Suchi Amalapurapu · 16 years ago
  91. 003ad48 Cancel search on BACK if IME is obscured. by Bjorn Bringert · 16 years ago
  92. da1f4b6 Only dismiss search on suggestion click in in-app search by Bjorn Bringert · 16 years ago
  93. fd3db87 Support x509-user-cert mime type in browser. by Chung-yih Wang · 16 years ago
  94. 7f20543 Updates from API review. by Dianne Hackborn · 16 years ago
  95. 0d907fa Fix issue #1991230: DisplayMetrics.displayHeight is not updated with orientation change by Dianne Hackborn · 16 years ago
  96. 95fa929 Merge change 8682 into donut by Android (Google) Code Review · 16 years ago
  97. 730c66e New small rating stars from the UI designers. by Ilya Firman · 16 years ago
  98. 1fcabd7 Merge change 8677 into donut by Android (Google) Code Review · 16 years ago
  99. 8268170 DO NOT MERGE. by Grace Kloba · 16 years ago
  100. ef9fd18 Merge change 8616 into donut by Android (Google) Code Review · 16 years ago