1. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  2. 5c536e9 Merge change 7840 into donut by Android (Google) Code Review · 15 years ago
  3. 2784ff0 Fix issue where scaled bitmap sizes could be wrong. by Dianne Hackborn · 15 years ago
  4. aad0fcc Merge change 7783 into donut by Android (Google) Code Review · 15 years ago
  5. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 15 years ago
  6. cf492af Merge change 6809 into donut by Android (Google) Code Review · 15 years ago
  7. 34bf2ee * scale surface view's canvas by Mitsuru Oshima · 15 years ago
  8. 54f0910 Merge change 7613 into donut by Android (Google) Code Review · 15 years ago
  9. 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 15 years ago
  10. dfefa3e Copy cached drawables in search dialog. by Bjorn Bringert · 15 years ago
  11. f32f746 Merge change 7645 into donut by Android (Google) Code Review · 15 years ago
  12. 3e522c4 Merge change 7498 into donut by Android (Google) Code Review · 15 years ago
  13. ffe3ecf Make the SearchDialog's AutoCompleteTextView dropdown respect the by Mike LeBeau · 15 years ago
  14. 49a6015 Adding public intents for TTS to enable checking for TTS data, by Charles Chen · 15 years ago
  15. a0eb87d Merge change 7619 into donut by Android (Google) Code Review · 15 years ago
  16. 6bdbfcf Fixes #1861763. Prevents IllegalArgumentException in AbsListView on focus by Romain Guy · 15 years ago
  17. 9ce081a Merge change 7551 into donut by Android (Google) Code Review · 15 years ago
  18. 8bf92e0 Add ability to delay messages in Filter based on constraint. Use this to delay 500ms for delete keys in the search dialog. by Karl Rosaen · 15 years ago
  19. 2d91af0 Issue #1969025: need api for launching intent as if it were coming from another component by Dianne Hackborn · 15 years ago
  20. 8e3c3f6 Merge change 7514 into donut by Android (Google) Code Review · 15 years ago
  21. 84ee743 Only parse search suggestions that look like HTML by Bjorn Bringert · 15 years ago
  22. 5380aa2 Merge change 7512 into donut by Android (Google) Code Review · 15 years ago
  23. 391eaa3 Get rid of drawing hacks for search dialog suggestions by Bjorn Bringert · 15 years ago
  24. ee716fa Make sure SearchDialog.mSearchable != null in key handlers by Bjorn Bringert · 15 years ago
  25. c93af6d Merge change 7441 into donut by Android (Google) Code Review · 15 years ago
  26. 8a733e8 Merge change 7473 into donut by Android (Google) Code Review · 15 years ago
  27. 5275d69 Fixes #1844366. Prevents window leak in Spinner. by Romain Guy · 15 years ago
  28. 82b283a Merge change 7451 into donut by Android (Google) Code Review · 15 years ago
  29. 260dfb5 Include 'calling_package' extra for uses of in-app voice search so that by Mike LeBeau · 15 years ago
  30. 9cab7f7 Allow system colors in <font> tags by Bjorn Bringert · 15 years ago
  31. 6ce4236 Merge change 7401 into donut by Android (Google) Code Review · 15 years ago
  32. c122824 Merge change 7396 into donut by Android (Google) Code Review · 15 years ago
  33. be96b3a Clamp app widget updates from updatePeriodMillis to a minimum of 30 minutes. by Joe Onorato · 15 years ago
  34. ab3ef10 Run background threads associated with filtering at background priority. by Karl Rosaen · 15 years ago
  35. 904dfa5 Adding missing addEarcon method. Not having this was a bug as by Charles Chen · 15 years ago
  36. 21d769d Merge change 6926 into donut by Android (Google) Code Review · 15 years ago
  37. 211aef3 Merge change 7134 into donut by Android (Google) Code Review · 15 years ago
  38. 62253a3 Unhide required definitions in TextToSpeech.Engine that cover return codes and by Jean-Michel Trivi · 15 years ago
  39. 4c3a589 Merge change 7137 into donut by Android (Google) Code Review · 15 years ago
  40. 5628711 Merge change 6855 into donut by Android (Google) Code Review · 15 years ago
  41. 1fffbd9 Fix keyboard not showing for global search on Dream. Rather than trying to by Mike LeBeau · 15 years ago
  42. b5c735d Merge change 7106 into donut by Android (Google) Code Review · 15 years ago
  43. b3948bb Merge change 7133 into donut by Android (Google) Code Review · 15 years ago
  44. 957eb1d Run the search dialog at THREAD_PRIORITY_DEFAULT instead of THREAD_PRIORITY_FOREGROUND. by Karl Rosaen · 15 years ago
  45. 53d24af Respect onSearchRequested in Dialog and actually launch search. Also dismiss self. by Karl Rosaen · 15 years ago
  46. f8ddc98 Fix #1976384. Add p12 to the MimeTypeMap. When downloading p12 in the WebView, send it to the certTool. by Grace Kloba · 15 years ago
  47. fa8904a Merge change 7012 into donut by Android (Google) Code Review · 15 years ago
  48. 00d3e36 Merge change 7153 into donut by Android (Google) Code Review · 15 years ago
  49. 374aaaed3 Restore PopupWindow's original behavior and add an API to control the soft input by Romain Guy · 15 years ago
  50. 2bf761c Fix couple of issues in DatePicker by Suchi Amalapurapu · 15 years ago
  51. 30d86e5 Merge change 7124 into donut by Android (Google) Code Review · 15 years ago
  52. 4caac2b Merge change 7140 into donut by Android (Google) Code Review · 15 years ago
  53. 83a066c Merge change 7135 into donut by Android (Google) Code Review · 15 years ago
  54. 045163a Fixes lock on Home. Adds a new API on Dialog to get a callback when the dialog by Romain Guy · 15 years ago
  55. 190adf7 Remove the Google domains from the Gears permission table when the global location setting is set to false by Andrei Popescu · 15 years ago
  56. f748f22 Add more logging to track down a monkey bug by Tom Taylor · 15 years ago
  57. e8b1652 Fixes #1977685. Prevent crash when the soft keyboard is brought up. by Romain Guy · 15 years ago
  58. b06ea70 Add reporting of activity movement for search manager. by Dianne Hackborn · 15 years ago
  59. ddd1253 Return adjusted display for WindowManager.getDefaultDisplay() by Mitsuru Oshima · 15 years ago
  60. e8b88ac Merge change 7097 into donut by Android (Google) Code Review · 15 years ago
  61. a5e4415 Fix to use DP instead of pixels for Thumb drawable size. by Mitsuru Oshima · 15 years ago
  62. c1d82e6 Use activity icon when search suggestion icon is missing by Bjorn Bringert · 15 years ago
  63. 8af55ca Merge change 7008 into donut by Android (Google) Code Review · 15 years ago
  64. 17606f8 Fixes #1972593. Updates AppSecurityPermissions styles in Theme.Light by Romain Guy · 15 years ago
  65. 78c9d0d Adding Utterance ID to the TtsService. by Charles Chen · 15 years ago
  66. 6cdc4f9 Merge change 6880 into donut by Android (Google) Code Review · 15 years ago
  67. 186b3ea Make the backup manager do nothing when backup is turned off. by Joe Onorato · 15 years ago
  68. 5c04841 Merge change 6912 into donut by Android (Google) Code Review · 15 years ago
  69. 13b24b7 JavaDoc for SearchableInfo.getActivityMetaData() by Bjorn Bringert · 15 years ago
  70. 9bc75cb Initialize searchmanager on demand by Bjorn Bringert · 15 years ago
  71. ba3ba57 * Use cached resources for widgets by Mitsuru Oshima · 15 years ago
  72. 630a8de Fixing TTS breakage. by Charles Chen · 15 years ago
  73. 4554f30 CLOSE_SYSTEM_DIALOGS can't be protected. by Dianne Hackborn · 15 years ago
  74. 278a802 Add a Gservices setting to control if we send up multipart protocol buffers by Cynthia Wong · 15 years ago
  75. 1c9fb40 Merge change 6845 into donut by Android (Google) Code Review · 15 years ago
  76. 6a109b4 Use MeasureSpec.getWidth instead of default display in lock pattern widget. by Karl Rosaen · 15 years ago
  77. 2d79105 Merge change 6820 into donut by Android (Google) Code Review · 15 years ago
  78. 5621f0d Fixed NPE bugs in Uri. Fixes internal issue #1724719. by Bob Lee · 15 years ago
  79. b1665f2 Fix regression in handling the 'Go' button by Satish Sampath · 15 years ago
  80. a11fe86 Merge change 6813 into donut by Android (Google) Code Review · 15 years ago
  81. ef0e9ae Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView. by Romain Guy · 15 years ago
  82. eda4be3 Correctly deliver AppWidgetProvider.onDeleted() events. by Jeff Sharkey · 15 years ago
  83. 59d299c Merge change 6789 into donut by Android (Google) Code Review · 15 years ago
  84. a981013 Add support in TextToSpeech for an audio stream type param and utterance by Jean-Michel Trivi · 15 years ago
  85. 889c2d3 Merge change 6718 into donut by Android (Google) Code Review · 15 years ago
  86. ad94a98 Merge change 6801 into donut by Android (Google) Code Review · 15 years ago
  87. b8b8f04 Uri.EMPTY.toString() was returning null due to an initialization order bug. Fixes internal issue #1957015. by Bob Lee · 15 years ago
  88. 38645ee Merge change 6759 into donut by Android (Google) Code Review · 15 years ago
  89. 15d2145 Do not merge by Andrei Popescu · 15 years ago
  90. d2cad29 Merge change 6734 into donut by Android (Google) Code Review · 15 years ago
  91. a9c5e4b Adding tagging to utterances to track which app said what. by Charles Chen · 15 years ago
  92. 0e01ea4 Deprecate DialogInterface methods in SearchManager by Bjorn Bringert · 15 years ago
  93. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 15 years ago
  94. 5c2e622 Merge change 6700 into donut by Android (Google) Code Review · 15 years ago
  95. dded214 Merge change 6689 into donut by Android (Google) Code Review · 15 years ago
  96. baea01b do not merge - add a big flag to turn off backup by Joe Onorato · 15 years ago
  97. 8440ecc Merge change 6668 into donut by Android (Google) Code Review · 15 years ago
  98. d1475e0 Don't crash the app when restore agent bringup throws by Christopher Tate · 15 years ago
  99. 8f7c7c0 Merge change 6659 into donut by Android (Google) Code Review · 15 years ago
  100. f4422ce Check if a searchable is null before adding it to the list of searchables by Mike LeBeau · 15 years ago