1. cf29e11 Merge change 6867 into donut by Android (Google) Code Review · 15 years ago
  2. 4554f30 CLOSE_SYSTEM_DIALOGS can't be protected. by Dianne Hackborn · 15 years ago
  3. 086bd7f Merge change 6846 into donut by Android (Google) Code Review · 15 years ago
  4. 1c9fb40 Merge change 6845 into donut by Android (Google) Code Review · 15 years ago
  5. 75acd89 Avoid memcpy's by using GetPrimitiveArrayCritical. by Dave Sparks · 15 years ago
  6. 6a109b4 Use MeasureSpec.getWidth instead of default display in lock pattern widget. by Karl Rosaen · 15 years ago
  7. 2d79105 Merge change 6820 into donut by Android (Google) Code Review · 15 years ago
  8. 5621f0d Fixed NPE bugs in Uri. Fixes internal issue #1724719. by Bob Lee · 15 years ago
  9. 7cd4379 Merge change 6806 into donut by Android (Google) Code Review · 15 years ago
  10. b1665f2 Fix regression in handling the 'Go' button by Satish Sampath · 15 years ago
  11. a11fe86 Merge change 6813 into donut by Android (Google) Code Review · 15 years ago
  12. ef0e9ae Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView. by Romain Guy · 15 years ago
  13. 59d299c Merge change 6789 into donut by Android (Google) Code Review · 15 years ago
  14. bd5a8b2 Add CLDR data files for Norway and Croatia. by Eric Fischer · 15 years ago
  15. a981013 Add support in TextToSpeech for an audio stream type param and utterance by Jean-Michel Trivi · 15 years ago
  16. 889c2d3 Merge change 6718 into donut by Android (Google) Code Review · 15 years ago
  17. ad94a98 Merge change 6801 into donut by Android (Google) Code Review · 15 years ago
  18. b8b8f04 Uri.EMPTY.toString() was returning null due to an initialization order bug. Fixes internal issue #1957015. by Bob Lee · 15 years ago
  19. 38645ee Merge change 6759 into donut by Android (Google) Code Review · 15 years ago
  20. 15d2145 Do not merge by Andrei Popescu · 15 years ago
  21. d2cad29 Merge change 6734 into donut by Android (Google) Code Review · 15 years ago
  22. a9c5e4b Adding tagging to utterances to track which app said what. by Charles Chen · 15 years ago
  23. 0e01ea4 Deprecate DialogInterface methods in SearchManager by Bjorn Bringert · 15 years ago
  24. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 15 years ago
  25. 5c2e622 Merge change 6700 into donut by Android (Google) Code Review · 15 years ago
  26. dded214 Merge change 6689 into donut by Android (Google) Code Review · 15 years ago
  27. baea01b do not merge - add a big flag to turn off backup by Joe Onorato · 15 years ago
  28. 8440ecc Merge change 6668 into donut by Android (Google) Code Review · 15 years ago
  29. d1475e0 Don't crash the app when restore agent bringup throws by Christopher Tate · 15 years ago
  30. 8f7c7c0 Merge change 6659 into donut by Android (Google) Code Review · 15 years ago
  31. 463aacf Merge change 6661 into donut by Android (Google) Code Review · 15 years ago
  32. f4422ce Check if a searchable is null before adding it to the list of searchables by Mike LeBeau · 15 years ago
  33. 16f676f Merge change 6660 into donut by Android (Google) Code Review · 15 years ago
  34. 21bf241 Add a Gservices setting to set the rate at which the home page refreshes. by Sanjay Jeyakumar · 15 years ago
  35. a5ec95c wifi: WifiManager.startScan() will now do passive scans by default. by Mike Lockwood · 15 years ago
  36. 6d87738 Fix a small bug in array length bounds checking. by Dan Egnor · 15 years ago
  37. d1e5e3f Merge change 6639 into donut by Android (Google) Code Review · 15 years ago
  38. d158214 Restore audio settings and wifi. by Amith Yamasani · 15 years ago
  39. 65e9d22 Merge change 6629 into donut by Android (Google) Code Review · 15 years ago
  40. 0ed8149 Merge change 6638 into donut by Android (Google) Code Review · 15 years ago
  41. 423d679 Unhide android.gestures. by Romain Guy · 15 years ago
  42. 45146d9 Rename "no" arrays.xml file to be in the correct "nb" locale. by Eric Fischer · 15 years ago
  43. 3bb6923 Merge change 6620 into donut by Android (Google) Code Review · 15 years ago
  44. 215a236 Keep Gears permissions in sync with system location settings. by Andrei Popescu · 15 years ago
  45. 313ea43 Make suggestion text color change based on the item state. by Satish Sampath · 15 years ago
  46. f9b7fae Merge change 6503 into donut by Android (Google) Code Review · 15 years ago
  47. 2af632f Add new <path-permission tag for use by global search. by Dianne Hackborn · 15 years ago
  48. 7dd042e Merge change 6543 into donut by Android (Google) Code Review · 15 years ago
  49. 04c7d0f Merge change 6525 into donut by Android (Google) Code Review · 15 years ago
  50. 748efcc Adding a missing catch by Charles Chen · 15 years ago
  51. 59c1a93 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 15 years ago
  52. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  53. 7761920 Merge change 6507 into donut by Android (Google) Code Review · 15 years ago
  54. e28aced Remove unused definitions for default language in TextToSpeech as by Jean-Michel Trivi · 15 years ago
  55. 6de4aed Fixes #1933428. Call onPrepareDialog() on managed dialogs after their onCreate() is finished. by Romain Guy · 15 years ago
  56. ec8ee34 Hide soft keyboard in SearchDialog.dismiss() by Bjorn Bringert · 15 years ago
  57. 91b0a70 Merge change 6284 into donut by Android (Google) Code Review · 15 years ago
  58. bfc29f6 Merge change 6485 into donut by Android (Google) Code Review · 15 years ago
  59. 0420cc7 Cleanup Toast.java. by Romain Guy · 15 years ago
  60. 444c727 Run search UI on its own thread. by Bjorn Bringert · 15 years ago
  61. d21572c NEW_API: Expose autoUrlDetect searchable attribute. by Satish Sampath · 15 years ago
  62. d6fe243 Merge change 6437 into donut by Android (Google) Code Review · 15 years ago
  63. 8823c0a8 Backup / Restore locale preference. by Amith Yamasani · 15 years ago
  64. 108fd1c Merge change 6435 into donut by Android (Google) Code Review · 15 years ago
  65. 771afdd Add new textColorPrimaryInverseDisableOnly color to resources. by Romain Guy · 15 years ago
  66. 72fe242 Merge change 6414 into donut by Android (Google) Code Review · 15 years ago
  67. 7bf9f93 Merge change 6415 into donut by Android (Google) Code Review · 15 years ago
  68. fb7ed10 Fixes #1748951. Calling setListSelection() explicitely should cancel the selection hidden flag. by Romain Guy · 15 years ago
  69. da7681e Optimize storing of cached TTS parameters. Initialize the cached by Jean-Michel Trivi · 15 years ago
  70. 7fdd661 Merge change 6377 into donut by Android (Google) Code Review · 15 years ago
  71. fdc3d11 Merge change 6379 into donut by Android (Google) Code Review · 15 years ago
  72. 97bdafa Update RatingBar's assets in indicator mode. by Romain Guy · 15 years ago
  73. 2c5a3ae Merge change 6326 into donut by Android (Google) Code Review · 15 years ago
  74. 04f0b05 Add a Gservices setting for how many times we should retry before discarding an uphill operation by Cynthia Wong · 15 years ago
  75. c8daa76 BackupManager wrapper class improvements by Christopher Tate · 15 years ago
  76. c8ba3b5 Propagating error codes to TextToSpeech.java by Charles Chen · 15 years ago
  77. 1e09597 Fixes #1963217. Increases the invalidate region in compatibility mode. by Romain Guy · 15 years ago
  78. 88e209d Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
  79. 569076c widgets scaling fix. Use container's compatibility info and display metrics when container and widgets disagree. by Mitsuru Oshima · 15 years ago
  80. dbee95c Merge change 6317 into donut by Android (Google) Code Review · 15 years ago
  81. 8031a3d Make enable/provisioning of the backup service a two-step process by Christopher Tate · 15 years ago
  82. b719515 Merge change 6287 into donut by Android (Google) Code Review · 15 years ago
  83. 70c874b Restore GPS state and ringer/vibrate toggles. by Amith Yamasani · 15 years ago
  84. 870e09f Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  85. 52ae065 Fixes a compatibility issue with users that have the old TTS installed already. by Charles Chen · 15 years ago
  86. da93c26 Merge change 6271 into donut by Android (Google) Code Review · 15 years ago
  87. 2150924 Merge change 6283 into donut by Android (Google) Code Review · 15 years ago
  88. 7ac6f3d Fixes #1963214. ProgressDialog was using the wrong indeterminate progress asset. by Romain Guy · 15 years ago
  89. 617202a Fix a bug where clicking the "more results" suggestion with the trackball by Mike LeBeau · 15 years ago
  90. a3f8929 Propagating the error codes through the TtsService by Charles Chen · 15 years ago
  91. 79ec07b Merge change 6241 into donut by Android (Google) Code Review · 15 years ago
  92. 56fbd8d Merge change 6258 into donut by Android (Google) Code Review · 15 years ago
  93. 3a3b6a1 Fix the comment -- "charged" not "sharted." Also, the other by Joe Onorato · 15 years ago
  94. 57f2cba Merge change 6255 into donut by Android (Google) Code Review · 15 years ago
  95. 55c05e3 Fix the comments for the string resources for the charge status. by Joe Onorato · 15 years ago
  96. 6eb987a Merge change 6246 into donut by Android (Google) Code Review · 15 years ago
  97. c83edf4 Fix bugs 1317754 - "Idle screen displays "Charging (100%)" even when fully charged." by Joe Onorato · 15 years ago
  98. 4296fc4 Fixes #1444844. Set a maximum fling velocity in scrollable views. by Romain Guy · 15 years ago
  99. 9479a51 Merge change 6154 into donut by Android (Google) Code Review · 15 years ago
  100. aa00e39 Fix bug (#1947162) by James Dong · 15 years ago